Sample records for ada programming support

  1. An Ada programming support environment

    NASA Technical Reports Server (NTRS)

    Tyrrill, AL; Chan, A. David

    1986-01-01

    The toolset of an Ada Programming Support Environment (APSE) being developed at North American Aircraft Operations (NAAO) of Rockwell International, is described. The APSE is resident on three different hosts and must support developments for the hosts and for embedded targets. Tools and developed software must be freely portable between the hosts. The toolset includes the usual editors, compilers, linkers, debuggers, configuration magnagers, and documentation tools. Generally, these are being supplied by the host computer vendors. Other tools, for example, pretty printer, cross referencer, compilation order tool, and management tools were obtained from public-domain sources, are implemented in Ada and are being ported to the hosts. Several tools being implemented in-house are of interest, these include an Ada Design Language processor based on compilable Ada. A Standalone Test Environment Generator facilitates test tool construction and partially automates unit level testing. A Code Auditor/Static Analyzer permits the Ada programs to be evaluated against measures of quality. An Ada Comment Box Generator partially automates generation of header comment boxes.

  2. Ada Run Time Support Environments and a common APSE Interface Set. [Ada Programming Support Environment

    NASA Technical Reports Server (NTRS)

    Mckay, C. W.; Bown, R. L.

    1985-01-01

    The paper discusses the importance of linking Ada Run Time Support Environments to the Common Ada Programming Support Environment (APSE) Interface Set (CAIS). A non-stop network operating systems scenario is presented to serve as a forum for identifying the important issues. The network operating system exemplifies the issues involved in the NASA Space Station data management system.

  3. Development of an Ada programming support environment database SEAD (Software Engineering and Ada Database) administration manual

    NASA Technical Reports Server (NTRS)

    Liaw, Morris; Evesson, Donna

    1988-01-01

    Software Engineering and Ada Database (SEAD) was developed to provide an information resource to NASA and NASA contractors with respect to Ada-based resources and activities which are available or underway either in NASA or elsewhere in the worldwide Ada community. The sharing of such information will reduce duplication of effort while improving quality in the development of future software systems. SEAD data is organized into five major areas: information regarding education and training resources which are relevant to the life cycle of Ada-based software engineering projects such as those in the Space Station program; research publications relevant to NASA projects such as the Space Station Program and conferences relating to Ada technology; the latest progress reports on Ada projects completed or in progress both within NASA and throughout the free world; Ada compilers and other commercial products that support Ada software development; and reusable Ada components generated both within NASA and from elsewhere in the free world. This classified listing of reusable components shall include descriptions of tools, libraries, and other components of interest to NASA. Sources for the data include technical newletters and periodicals, conference proceedings, the Ada Information Clearinghouse, product vendors, and project sponsors and contractors.

  4. Knowledge, programming, and programming cultures: LISP, C, and Ada

    NASA Technical Reports Server (NTRS)

    Rochowiak, Daniel

    1990-01-01

    The results of research 'Ada as an implementation language for knowledge based systems' are presented. The purpose of the research was to compare Ada to other programming languages. The report focuses on the programming languages Ada, C, and Lisp, the programming cultures that surround them, and the programming paradigms they support.

  5. GSFC Ada programming guidelines

    NASA Technical Reports Server (NTRS)

    Roy, Daniel M.; Nelson, Robert W.

    1986-01-01

    A significant Ada effort has been under way at Goddard for the last two years. To ease the center's transition toward Ada (notably for future space station projects), a cooperative effort of half a dozen companies and NASA personnel was started in 1985 to produce programming standards and guidelines for the Ada language. The great richness of the Ada language and the need of programmers for good style examples makes Ada programming guidelines an important tool to smooth the Ada transition. Because of the natural divergence of technical opinions, the great diversity of our government and private organizations and the novelty of the Ada technology, the creation of an Ada programming guidelines document is a difficult and time consuming task. It is also a vital one. Steps must now be taken to ensure that the guide is refined in an organized but timely manner to reflect the growing level of expertise of the Ada community.

  6. A distributed programming environment for Ada

    NASA Technical Reports Server (NTRS)

    Brennan, Peter; Mcdonnell, Tom; Mcfarland, Gregory; Timmins, Lawrence J.; Litke, John D.

    1986-01-01

    Despite considerable commercial exploitation of fault tolerance systems, significant and difficult research problems remain in such areas as fault detection and correction. A research project is described which constructs a distributed computing test bed for loosely coupled computers. The project is constructing a tool kit to support research into distributed control algorithms, including a distributed Ada compiler, distributed debugger, test harnesses, and environment monitors. The Ada compiler is being written in Ada and will implement distributed computing at the subsystem level. The design goal is to provide a variety of control mechanics for distributed programming while retaining total transparency at the code level.

  7. Ada technology support for NASA-GSFC

    NASA Technical Reports Server (NTRS)

    1986-01-01

    Utilization of the Ada programming language and environments to perform directorate functions was reviewed. The Mission and Data Operations Directorate Network (MNET) conversion effort was chosen as the first task for evaluation and assistance. The MNET project required the rewriting of the existing Network Control Program (NCP) in the Ada programming language. The DEC Ada compiler running on the VAX under WMS was used for the initial development efforts. Stress tests on the newly delivered version of the DEC Ada compiler were performed. The new Alsys Ada compiler was purchased for the IBM PC AT. A prevalidated version of the compiler was obtained. The compiler was then validated.

  8. The Adam language: Ada extended with support for multiway activities

    NASA Technical Reports Server (NTRS)

    Charlesworth, Arthur

    1993-01-01

    The Adam language is an extension of Ada that supports multiway activities, which are cooperative activities involving two or more processes. This support is provided by three new constructs: diva procedures, meet statements, and multiway accept statements. Diva procedures are recursive generic procedures having a particular restrictive syntax that facilitates translation for parallel computers. Meet statements and multiway accept statements provide two ways to express a multiway rendezvous, which is an n-way rendezvous generalizing Ada's 2-way rendezvous. While meet statements tend to have simpler rules than multiway accept statements, the latter approach is a more straightforward extension of Ada. The only nonnull statements permitted within meet statements and multiway accept statements are calls on instantiated diva procedures. A call on an instantiated diva procedure is also permitted outside a multiway rendezvous; thus sequential Adam programs using diva procedures can be written. Adam programs are translated into Ada programs appropriate for use on parallel computers.

  9. The development of a program analysis environment for Ada: Reverse engineering tools for Ada

    NASA Technical Reports Server (NTRS)

    Cross, James H., II

    1991-01-01

    The Graphical Representations of Algorithms, Structures, and Processes for Ada (GRASP/Ada) has successfully created and prototyped a new algorithm level graphical representation for Ada software, the Control Structure Diagram (CSD). The primary impetus for creation of the CSD was to improve the comprehension efficiency of Ada software and thus improve reliability and reduce costs. The emphasis was on the automatic generation of the CSD from Ada source code to support reverse engineering and maintenance. The CSD has the potential to replace traditional prettyprinted Ada source code. In Phase 1 of the GRASP/Ada project, the CSD graphical constructs were created and applied manually to several small Ada programs. A prototype (Version 1) was designed and implemented using FLEX and BISON running under the Virtual Memory System (VMS) on a VAX 11-780. In Phase 2, the prototype was improved and ported to the Sun 4 platform under UNIX. A user interface was designed and partially implemented. The prototype was applied successfully to numerous Ada programs ranging in size from several hundred to several thousand lines of source code. In Phase 3 of the project, the prototype was prepared for limited distribution (GRASP/Ada Version 3.0) to facilitate evaluation. The user interface was extensively reworked. The current prototype provides the capability for the user to generate CSD from Ada source code in a reverse engineering mode with a level of flexibility suitable for practical application.

  10. Classic-Ada(TM)

    NASA Technical Reports Server (NTRS)

    Valley, Lois

    1989-01-01

    The SPS product, Classic-Ada, is a software tool that supports object-oriented Ada programming with powerful inheritance and dynamic binding. Object Oriented Design (OOD) is an easy, natural development paradigm, but it is not supported by Ada. Following the DOD Ada mandate, SPS developed Classic-Ada to provide a tool which supports OOD and implements code in Ada. It consists of a design language, a code generator and a toolset. As a design language, Classic-Ada supports the object-oriented principles of information hiding, data abstraction, dynamic binding, and inheritance. It also supports natural reuse and incremental development through inheritance, code factoring, and Ada, Classic-Ada, dynamic binding and static binding in the same program. Only nine new constructs were added to Ada to provide object-oriented design capabilities. The Classic-Ada code generator translates user application code into fully compliant, ready-to-run, standard Ada. The Classic-Ada toolset is fully supported by SPS and consists of an object generator, a builder, a dictionary manager, and a reporter. Demonstrations of Classic-Ada and the Classic-Ada Browser were given at the workshop.

  11. Formal verification and testing: An integrated approach to validating Ada programs

    NASA Technical Reports Server (NTRS)

    Cohen, Norman H.

    1986-01-01

    An integrated set of tools called a validation environment is proposed to support the validation of Ada programs by a combination of methods. A Modular Ada Validation Environment (MAVEN) is described which proposes a context in which formal verification can fit into the industrial development of Ada software.

  12. Ada--Programming Language of the Future.

    ERIC Educational Resources Information Center

    Rudd, David

    1983-01-01

    Ada is a programing language developed for the Department of Defense, with a registered trademark. It was named for Ada Augusta, coworker of Charles Babbage and the world's first programer. The Department of Defense hopes to prevent variations and to establish Ada as a consistent, standardized language. (MNS)

  13. Object-oriented programming with mixins in Ada

    NASA Technical Reports Server (NTRS)

    Seidewitz, ED

    1992-01-01

    Recently, I wrote a paper discussing the lack of 'true' object-oriented programming language features in Ada 83, why one might desire them in Ada, and how they might be added in Ada 9X. The approach I took in this paper was to build the new object-oriented features of Ada 9X as much as possible on the basic constructs and philosophy of Ada 83. The object-oriented features proposed for Ada 9X, while different in detail, are based on the same kind of approach. Further consideration of this approach led me on a long reflection on the nature of object-oriented programming and its application to Ada. The results of this reflection, presented in this paper, show how a fairly natural object-oriented style can indeed be developed even in Ada 83. The exercise of developing this style is useful for at least three reasons: (1) it provides a useful style for programming object-oriented applications in Ada 83 until new features become available with Ada 9X; (2) it demystifies many of the mechanisms that seem to be 'magic' in most object-oriented programming languages by making them explicit; and (3) it points out areas that are and are not in need of change in Ada 83 to make object-oriented programming more natural in Ada 9X. In the next four sections I will address in turn the issues of object-oriented classes, mixins, self-reference and supertyping. The presentation is through a sequence of examples. This results in some overlap with that paper, but all the examples in the present paper are written entirely in Ada 83. I will return to considerations for Ada 9X in the last section of the paper.

  14. Benchmark Lisp And Ada Programs

    NASA Technical Reports Server (NTRS)

    Davis, Gloria; Galant, David; Lim, Raymond; Stutz, John; Gibson, J.; Raghavan, B.; Cheesema, P.; Taylor, W.

    1992-01-01

    Suite of nonparallel benchmark programs, ELAPSE, designed for three tests: comparing efficiency of computer processing via Lisp vs. Ada; comparing efficiencies of several computers processing via Lisp; or comparing several computers processing via Ada. Tests efficiency which computer executes routines in each language. Available for computer equipped with validated Ada compiler and/or Common Lisp system.

  15. Integrating automated structured analysis and design with Ada programming support environments

    NASA Technical Reports Server (NTRS)

    Hecht, Alan; Simmons, Andy

    1986-01-01

    Ada Programming Support Environments (APSE) include many powerful tools that address the implementation of Ada code. These tools do not address the entire software development process. Structured analysis is a methodology that addresses the creation of complete and accurate system specifications. Structured design takes a specification and derives a plan to decompose the system subcomponents, and provides heuristics to optimize the software design to minimize errors and maintenance. It can also produce the creation of useable modules. Studies have shown that most software errors result from poor system specifications, and that these errors also become more expensive to fix as the development process continues. Structured analysis and design help to uncover error in the early stages of development. The APSE tools help to insure that the code produced is correct, and aid in finding obscure coding errors. However, they do not have the capability to detect errors in specifications or to detect poor designs. An automated system for structured analysis and design TEAMWORK, which can be integrated with an APSE to support software systems development from specification through implementation is described. These tools completement each other to help developers improve quality and productivity, as well as to reduce development and maintenance costs. Complete system documentation and reusable code also resultss from the use of these tools. Integrating an APSE with automated tools for structured analysis and design provide capabilities and advantages beyond those realized with any of these systems used by themselves.

  16. Paranoia.Ada: A diagnostic program to evaluate Ada floating-point arithmetic

    NASA Technical Reports Server (NTRS)

    Hjermstad, Chris

    1986-01-01

    Many essential software functions in the mission critical computer resource application domain depend on floating point arithmetic. Numerically intensive functions associated with the Space Station project, such as emphemeris generation or the implementation of Kalman filters, are likely to employ the floating point facilities of Ada. Paranoia.Ada appears to be a valuabe program to insure that Ada environments and their underlying hardware exhibit the precision and correctness required to satisfy mission computational requirements. As a diagnostic tool, Paranoia.Ada reveals many essential characteristics of an Ada floating point implementation. Equipped with such knowledge, programmers need not tremble before the complex task of floating point computation.

  17. Ada Linear-Algebra Program

    NASA Technical Reports Server (NTRS)

    Klumpp, A. R.; Lawson, C. L.

    1988-01-01

    Routines provided for common scalar, vector, matrix, and quaternion operations. Computer program extends Ada programming language to include linear-algebra capabilities similar to HAS/S programming language. Designed for such avionics applications as software for Space Station.

  18. Distributed and parallel Ada and the Ada 9X recommendations

    NASA Technical Reports Server (NTRS)

    Volz, Richard A.; Goldsack, Stephen J.; Theriault, R.; Waldrop, Raymond S.; Holzbacher-Valero, A. A.

    1992-01-01

    Recently, the DoD has sponsored work towards a new version of Ada, intended to support the construction of distributed systems. The revised version, often called Ada 9X, will become the new standard sometimes in the 1990s. It is intended that Ada 9X should provide language features giving limited support for distributed system construction. The requirements for such features are given. Many of the most advanced computer applications involve embedded systems that are comprised of parallel processors or networks of distributed computers. If Ada is to become the widely adopted language envisioned by many, it is essential that suitable compilers and tools be available to facilitate the creation of distributed and parallel Ada programs for these applications. The major languages issues impacting distributed and parallel programming are reviewed, and some principles upon which distributed/parallel language systems should be built are suggested. Based upon these, alternative language concepts for distributed/parallel programming are analyzed.

  19. Transforming AdaPT to Ada9x

    NASA Technical Reports Server (NTRS)

    Goldsack, Stephen J.; Holzbach-Valero, A. A.; Volz, Richard A.; Waldrop, Raymond S.

    1993-01-01

    How the concepts of AdaPT can be transformed into programs using the object oriented features proposed in the preliminary mapping for Ada9x are described. Emphasizing, as they do, the importance of data types as units of program, these features match well with the development of partitions as translations into Abstract Data Types which was exploited in the Ada83 translation covered in report R3. By providing a form of polymorphic type, the Ada83 version also gives support for the conformant partition idea which could be achieved in Ada83 only by using UNCHECKED CONVERSIONS. It is assumed that the reader understands AdaPT itself, but the translation into Ada83 is briefly reviewed, by applying it to a small example. This is then used to show how the same translation would be achieved in the 9x version. It is important to appreciate that the distribution features which are proposed in current mapping are not used or discussed in any detail, as those are not well matched to the AdaPT approach. Critical evaluation and comparison of these approaches is given in a separate report.

  20. On-line upgrade of program modules using AdaPT

    NASA Technical Reports Server (NTRS)

    Waldrop, Raymond S.; Volz, Richard A.; Smith, Gary W.; Goldsack, Stephen J.; Holzbach-Valero, A. A.

    1993-01-01

    One purpose of our research is the investigation of the effectiveness and expressiveness of AdaPT, a set of language extensions to Ada 83, for distributed systems. As a part of that effort, we are now investigating the subject of replacing, e.g. upgrading, software modules while the software system remains in operation. The AdaPT language extensions provide a good basis for this investigation for several reasons: they include the concept of specific, self-contained program modules which can be manipulated; support for program configuration is included in the language; and although the discussion will be in terms of the AdaPT language, the AdaPT to Ada 83 conversion methodology being developed as another part of this project will provide a basis for the application of our findings to Ada 83 and Ada 9X systems. The purpose of this investigation is to explore the basic mechanisms of the replacement process. With this purpose in mind, we will avoid including issues whose presence would obscure these basic mechanisms by introducing additional, unrelated concerns. Thus, while replacement in the presence of real-time deadlines, heterogeneous systems, and unreliable networks is certainly a topic of interest, we will first gain an understanding of the basic processes in the absence of such concerns. The extension of the replacement process to more complex situations can be made later. A previous report established an overview of the module replacement problem, a taxonomy of the various aspects of the replacement process, and a solution to one case in the replacement taxonomy. This report provides solutions to additional cases in the replacement process taxonomy: replacement of partitions with state and replacement of nodes. The solutions presented here establish the basic principles for module replacement. Extension of these solutions to other more complicated cases in the replacement taxonomy is direct, though requiring substantial work beyond the available funding.

  1. AdaNET phase 0 support for the AdaNET Dynamic Software Inventory (DSI) management system prototype. Catalog of available reusable software components

    NASA Technical Reports Server (NTRS)

    Hanley, Lionel

    1989-01-01

    The Ada Software Repository is a public-domain collection of Ada software and information. The Ada Software Repository is one of several repositories located on the SIMTEL20 Defense Data Network host computer at White Sands Missile Range, and available to any host computer on the network since 26 November 1984. This repository provides a free source for Ada programs and information. The Ada Software Repository is divided into several subdirectories. These directories are organized by topic, and their names and a brief overview of their topics are contained. The Ada Software Repository on SIMTEL20 serves two basic roles: to promote the exchange and use (reusability) of Ada programs and tools (including components) and to promote Ada education.

  2. Ada 9X overview

    NASA Technical Reports Server (NTRS)

    Weller, David G.

    1992-01-01

    The current version of Ada has been an ANSI standard since 1983. In 1988, the Ada Joint Program Office was tasked with reevaluating the language and proposing changes to the standard. Since that time, the world has seen a tremendous explosion in object-oriented languages, as well as other growing fields such as distributed computing and support for very large software systems. The speaker will discuss new features being added to the next version of Ada, currently called Ada 9X, and what transition issues must be considered for current Ada projects.

  3. Ada programming guidelines for deterministic storage management

    NASA Technical Reports Server (NTRS)

    Auty, David

    1988-01-01

    Previous reports have established that a program can be written in the Ada language such that the program's storage management requirements are determinable prior to its execution. Specific guidelines for ensuring such deterministic usage of Ada dynamic storage requirements are described. Because requirements may vary from one application to another, guidelines are presented in a most-restrictive to least-restrictive fashion to allow the reader to match appropriate restrictions to the particular application area under investigation.

  4. Ada/POSIX binding: A focused Ada investigation

    NASA Technical Reports Server (NTRS)

    Legrand, Sue

    1988-01-01

    NASA is seeking an operating system interface definition (OSID) for the Space Station Program (SSP) in order to take advantage of the commercial off-the-shelf (COTS) products available today and the many that are expected in the future. NASA would also like to avoid the reliance on any one source for operating systems, information system, communication system, or instruction set architecture. The use of the Portable Operating System Interface for Computer Environments (POSIX) is examined as a possible solution to this problem. Since Ada is already the language of choice for SSP, the question of an Ada/POSIX binding is addressed. The intent of the binding is to provide access to the POSIX standard operation system (OS) interface and environment, by which application portability of Ada applications will be supported at the source code level. A guiding principle of Ada/POSIX binding development is a clear conformance of the Ada interface with the functional definition of POSIX. The interface is intended to be used by both application developers and system implementors. The objective is to provide a standard that allows a strictly conforming application source program that can be compiled to execute on any conforming implementation. Special emphasis is placed on first providing those functions and facilities that are needed in a wide variety of commercial applications

  5. Comparing host and target environments for distributed Ada programs

    NASA Technical Reports Server (NTRS)

    Paulk, Mark C.

    1986-01-01

    The Ada programming language provides a means of specifying logical concurrency by using multitasking. Extending the Ada multitasking concurrency mechanism into a physically concurrent distributed environment which imposes its own requirements can lead to incompatibilities. These problems are discussed. Using distributed Ada for a target system may be appropriate, but when using the Ada language in a host environment, a multiprocessing model may be more suitable than retargeting an Ada compiler for the distributed environment. The tradeoffs between multitasking on distributed targets and multiprocessing on distributed hosts are discussed. Comparisons of the multitasking and multiprocessing models indicate different areas of application.

  6. Implementing an ADA Kernel on NEBULA.

    DTIC Science & Technology

    1983-08-01

    physical address(es). No instruction supports directly semaphore operations , or spin-locks, or other entities used in the synchronisation of tasks...these operations It is found that NEBULA supports admirably the control structures oil Ada, but its Memory Mamagement system is not very suitable. Entry... operating system . With the advent of Ada, in theory at least, the whole program can be written in Ada in a manner that is independent of the computer and of

  7. KAPSE (Kernel ADA Programming Support Environment) Interface Team Public Report. Volume 5.

    DTIC Science & Technology

    1985-08-01

    Computer Nons , April 1964. e The K Ma policy statent mde the Language Control Fcility Newsletter for the Ada Jovial Wmkng Group. e There will be a CRIS...cre-ed, the initial access control inA-mIion my be splied by the ACCSS parmeter. If non -nll, this parumter speci fi the initia access tolicontr olti...assigned, or controlled by the operating system to &,.sure consistent and non -conflicting usage by programs under execution. Examples of resources

  8. Update of GRASP/Ada reverse engineering tools for Ada

    NASA Technical Reports Server (NTRS)

    Cross, James H., II

    1992-01-01

    The GRASP/Ada project (Graphical Representations of Algorithms, Structures, and Processes for Ada) has successfully created and prototyped a new algorithmic level graphical representation of Ada software, the Control Structure Diagram (CSD). The primary impetus for creation of the CSD was to improve the comprehension efficiency of Ada software and, as a result, improve reliability and reduce costs. The emphasis was on the automatic generation of the CSD from Ada PDL or source code to support reverse engineering and maintenance. The CSD has the potential to replace traditional prettyprinted Ada source code. In Phase 1 of the GRASP/Ada project, the CSD graphical constructs were created and applied manually to several small Ada programs. A prototype (Version 1) was designed and implemented using FLEX and BISON running under VMS on a VAS 11-780. In Phase 2, the prototype was improved and ported to the Sun 4 platform under UNIX. A user interface was designed and partially implemented using the HP widget toolkit and the X Windows System. In Phase 3, the user interface was extensively reworked using the Athena widget toolkit and X Windows. The prototype was applied successfully to numerous Ada programs ranging in size from several hundred to several thousand lines of source code. Following Phase 3, the prototype was evaluated by software engineering students at Auburn University and then updated with significant enhancements to the user interface including editing capabilities. Version 3.2 of the prototype was prepared for limited distribution to facilitate further evaluation. The current prototype provides the capability for the user to generate CSD's from Ada PDL or source code in a reverse engineering as well as forward engineering mode with a level of flexibility suitable for practical application.

  9. ART-Ada design project, phase 2

    NASA Technical Reports Server (NTRS)

    Lee, S. Daniel; Allen, Bradley P.

    1990-01-01

    Interest in deploying expert systems in Ada has increased. An Ada based expert system tool is described called ART-Ada, which was built to support research into the language and methodological issues of expert systems in Ada. ART-Ada allows applications of an existing expert system tool called ART-IM (Automated Reasoning Tool for Information Management) to be deployed in various Ada environments. ART-IM, a C-based expert system tool, is used to generate Ada source code which is compiled and linked with an Ada based inference engine to produce an Ada executable image. ART-Ada is being used to implement several expert systems for NASA's Space Station Freedom Program and the U.S. Air Force.

  10. Transforming AdaPT to Ada

    NASA Technical Reports Server (NTRS)

    Goldsack, Stephen J.; Holzbach-Valero, A. A.; Waldrop, Raymond S.; Volz, Richard A.

    1991-01-01

    This paper describes how the main features of the proposed Ada language extensions intended to support distribution, and offered as possible solutions for Ada9X can be implemented by transformation into standard Ada83. We start by summarizing the features proposed in a paper (Gargaro et al, 1990) which constitutes the definition of the extensions. For convenience we have called the language in its modified form AdaPT which might be interpreted as Ada with partitions. These features were carefully chosen to provide support for the construction of executable modules for execution in nodes of a network of loosely coupled computers, but flexibly configurable for different network architectures and for recovery following failure, or adapting to mode changes. The intention in their design was to provide extensions which would not impact adversely on the normal use of Ada, and would fit well in style and feel with the existing standard. We begin by summarizing the features introduced in AdaPT.

  11. The development of an Ada programming support environment database: SEAD (Software Engineering and Ada Database), user's manual

    NASA Technical Reports Server (NTRS)

    Liaw, Morris; Evesson, Donna

    1988-01-01

    This is a manual for users of the Software Engineering and Ada Database (SEAD). SEAD was developed to provide an information resource to NASA and NASA contractors with respect to Ada-based resources and activities that are available or underway either in NASA or elsewhere in the worldwide Ada community. The sharing of such information will reduce the duplication of effort while improving quality in the development of future software systems. The manual describes the organization of the data in SEAD, the user interface from logging in to logging out, and concludes with a ten chapter tutorial on how to use the information in SEAD. Two appendices provide quick reference for logging into SEAD and using the keyboard of an IBM 3270 or VT100 computer terminal.

  12. Update of GRASP/Ada reverse engineering tools for Ada

    NASA Technical Reports Server (NTRS)

    Cross, James H., II

    1993-01-01

    The GRASP/Ada project (Graphical Representations of Algorithms, Structures, and Processes for Ada) successfully created and prototyped a new algorithmic level graphical representation for Ada software, the Control Structure Diagram (CSD). The primary impetus for creation of the CSD was to improve the comprehension efficiency of Ada software and, as a result, improve reliability and reduce costs. The emphasis was on the automatic generation of the CSD from Ada PDL or source code to support reverse engineering and maintenance. The CSD has the potential to replace traditional pretty printed Ada source code. In Phase 1 of the GRASP/Ada project, the CSD graphical constructs were created and applied manually to several small Ada programs. A prototype CSD generator (Version 1) was designed and implemented using FLEX and BISON running under VMS on a VAX 11-780. In Phase 2, the prototype was improved and ported to the Sun 4 platform under UNIX. A user interface was designed and partially implemented using the HP widget toolkit and the X Windows System. In Phase 3, the user interface was extensively reworked using the Athena widget toolkit and X Windows. The prototype was applied successfully to numerous Ada programs ranging in size from several hundred to several thousand lines of source code. Following Phase 3,e two update phases were completed. Update'92 focused on the initial analysis of evaluation data collected from software engineering students at Auburn University and the addition of significant enhancements to the user interface. Update'93 (the current update) focused on the statistical analysis of the data collected in the previous update and preparation of Version 3.4 of the prototype for limited distribution to facilitate further evaluation. The current prototype provides the capability for the user to generate CSD's from Ada PDL or source code in a reverse engineering as well as forward engineering mode with a level of flexibility suitable for practical

  13. Using Ada: The deeper challenges

    NASA Technical Reports Server (NTRS)

    Feinberg, David A.

    1986-01-01

    The Ada programming language and the associated Ada Programming Support Environment (APSE) and Ada Run Time Environment (ARTE) provide the potential for significant life-cycle cost reductions in computer software development and maintenance activities. The Ada programming language itself is standardized, trademarked, and controlled via formal validation procedures. Though compilers are not yet production-ready as most would desire, the technology for constructing them is sufficiently well known and understood that time and money should suffice to correct current deficiencies. The APSE and ARTE are, on the other hand, significantly newer issues within most software development and maintenance efforts. Currently, APSE and ARTE are highly dependent on differing implementer concepts, strategies, and market objectives. Complex and sophisticated mission-critical computing systems require the use of a complete Ada-based capability, not just the programming language itself; yet the range of APSE and ARTE features which must actually be utilized can vary significantly from one system to another. As a consequence, the need to understand, objectively evaluate, and select differing APSE and ARTE capabilities and features is critical to the effective use of Ada and the life-cycle efficiencies it is intended to promote. It is the selection, collection, and understanding of APSE and ARTE which provide the deeper challenges of using Ada for real-life mission-critical computing systems. Some of the current issues which must be clarified, often on a case-by-case basis, in order to successfully realize the full capabilities of Ada are discussed.

  14. Proceedings of the First NASA Ada Users' Symposium

    NASA Technical Reports Server (NTRS)

    1988-01-01

    Ada has the potential to be a part of the most significant change in software engineering technology within NASA in the last twenty years. Thus, it is particularly important that all NASA centers be aware of Ada experience and plans at other centers. Ada activity across NASA are covered, with presenters representing five of the nine major NASA centers and the Space Station Freedom Program Office. Projects discussed included - Space Station Freedom Program Office: the implications of Ada on training, reuse, management and the software support environment; Johnson Space Center (JSC): early experience with the use of Ada, software engineering and Ada training and the evaluation of Ada compilers; Marshall Space Flight Center (MSFC): university research with Ada and the application of Ada to Space Station Freedom, the Orbital Maneuvering Vehicle, the Aero-Assist Flight Experiment and the Secure Shuttle Data System; Lewis Research Center (LeRC): the evolution of Ada software to support the Space Station Power Management and Distribution System; Jet Propulsion Laboratory (JPL): the creation of a centralized Ada development laboratory and current applications of Ada including the Real-time Weather Processor for the FAA; and Goddard Space Flight Center (GSFC): experiences with Ada in the Flight Dynamics Division and the Extreme Ultraviolet Explorer (EUVE) project and the implications of GSFC experience for Ada use in NASA. Despite the diversity of the presentations, several common themes emerged from the program: Methodology - NASA experience in general indicates that the effective use of Ada requires modern software engineering methodologies; Training - It is the software engineering principles and methods that surround Ada, rather than Ada itself, which requires the major training effort; Reuse - Due to training and transition costs, the use of Ada may initially actually decrease productivity, as was clearly found at GSFC; and real-time work at LeRC, JPL and GSFC shows

  15. Programming in a proposed 9X distributed Ada

    NASA Technical Reports Server (NTRS)

    Waldrop, Raymond S.; Volz, Richard A.; Goldsack, Stephen J.; Holzbach-Valero, A. A.

    1991-01-01

    The studies of the proposed Ada 9X constructs for distribution, now referred to as AdaPT are reported. The goals for this time period were to revise the chosen example scenario and to begin studying about how the proposed constructs might be implemented. The example scenario chosen is the Submarine Combat Information Center (CIC) developed by IBM for the Navy. The specification provided by IBM was preliminary and had several deficiencies. To address these problems, some changes to the scenario specification were made. Some of the more important changes include: (1) addition of a system database management function; (2) addition of a fourth processing unit to the standard resources; (3) addition of an operator console interface function; and (4) removal of the time synchronization function. To implement the CIC scenario in AdaPT, the decided strategy were publics, partitions, and nodes. The principle purpose for implementing the CIC scenario was to demonstrate how the AdaPT constructs interact with the program structure. While considering ways that the AdaPt constructs might be translated to Ada 83, it was observed that the partition construct could reasonably be modeled as an abstract data type. Although this gives a useful method of modeling partitions, it does not at all address the configuration aspects on the node construct.

  16. Evaluation of Automated Configuration Management Tools in Ada Programming Support Environments.

    DTIC Science & Technology

    1984-03-01

    82174.> 00. r11 2-. 4-42% wqC)e 0 000 CU 00 u 0 4 V to 4- 1 ( 1 ) ( 1 )Cl 0- onI I-n 0 4)U- (a 0 ca IVI 4-) 0 aI 0 - 4- 1 U .,4 4.1 934 0 a - 1 0 0 0 qva 41 04...AD--R14@ 982 EVALUATION OF AUTOMATED CONFIGURATION MANAGEMENT TOOLS 1 /2 IN ADA PROGRAMMING..(U) AIR FORCE INST OF TECH WRIGHT-PATTERSON AFB OH...SCHOOL OF ENGI. M S ORNDORFF UNCLASSIFIED MAR 84 AFIT/GCS/EE/84M- 1 F/’G 5/i N EEEEEEEEEEomiE EEEEohEEmhEmhE II LA1111 J2. L I,..6 MICROCOPY RESOLUTION TEST

  17. Paranoia.Ada: Sample output reports

    NASA Technical Reports Server (NTRS)

    1986-01-01

    Paranoia.Ada is a program to diagnose floating point arithmetic in the context of the Ada programming language. The program evaluates the quality of a floating point arithmetic implementation with respect to the proposed IEEE Standards P754 and P854. Paranoia.Ada is derived from the original BASIC programming language version of Paranoia. The Paranoia.Ada replicates in Ada the test algorithms originally implemented in BASIC and adheres to the evaluation criteria established by W. M. Kahan. Paranoia.Ada incorporates a major structural redesign and employs applicable Ada architectural and stylistic features.

  18. Managing Ada development

    NASA Technical Reports Server (NTRS)

    Green, James R.

    1986-01-01

    The Ada programming language was developed under the sponsorship of the Department of Defense to address the soaring costs associated with software development and maintenance. Ada is powerful, and yet to take full advantage of its power, it is sufficiently complex and different from current programming approaches that there is considerable risk associated with committing a program to be done in Ada. There are also few programs of any substantial size that have been implemented using Ada that may be studied to determine those management methods that resulted in a successful Ada project. The items presented are the author's opinions which have been formed as a result of going through an experience software development. The difficulties faced, risks assumed, management methods applied, and lessons learned, and most importantly, the techniques that were successful are all valuable sources of management information for those managers ready to assume major Ada developments projects.

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

    NASA Technical Reports Server (NTRS)

    Lee, S. Daniel; Allen, Bradley P.

    1990-01-01

    The Department of Defense mandate to standardize on Ada as the language for software systems development has resulted in an 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. The Automated Reasoning Tool-Ada (ART-Ada), an Ada expert system tool, is explained. ART-Ada allows 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.

  20. GRASP/Ada 95: Reverse Engineering Tools for Ada

    NASA Technical Reports Server (NTRS)

    Cross, James H., II

    1996-01-01

    The GRASP/Ada project (Graphical Representations of Algorithms, Structures, and Processes for Ada) has successfully created and prototyped an algorithmic level graphical representation for Ada software, the Control Structure Diagram (CSD), and a new visualization for a fine-grained complexity metric called the Complexity Profile Graph (CPG). By synchronizing the CSD and the CPG, the CSD view of control structure, nesting, and source code is directly linked to the corresponding visualization of statement level complexity in the CPG. GRASP has been integrated with GNAT, the GNU Ada 95 Translator to provide a comprehensive graphical user interface and development environment for Ada 95. The user may view, edit, print, and compile source code as a CSD with no discernible addition to storage or computational overhead. The primary impetus for creation of the CSD was to improve the comprehension efficiency of Ada software and, as a result, improve reliability and reduce costs. The emphasis has been on the automatic generation of the CSD from Ada 95 source code to support reverse engineering and maintenance. The CSD has the potential to replace traditional prettyprinted Ada source code. The current update has focused on the design and implementation of a new Motif compliant user interface, and a new CSD generator consisting of a tagger and renderer. The Complexity Profile Graph (CPG) is based on a set of functions that describes the context, content, and the scaling for complexity on a statement by statement basis. When combined graphicafly, the result is a composite profile of complexity for the program unit. Ongoing research includes the development and refinement of the associated functions, and the development of the CPG generator prototype. The current Version 5.0 prototype provides the capability for the user to generate CSDs and CPGs from Ada 95 source code in a reverse engineering as well as forward engineering mode with a level of flexibility suitable for

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

    NASA Technical Reports Server (NTRS)

    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.

  2. Applying Ada to Beech Starship avionics

    NASA Technical Reports Server (NTRS)

    Funk, David W.

    1986-01-01

    As Ada solidified in its development, it became evident that it offered advantages for avionics systems because of it support for modern software engineering principles and real time applications. An Ada programming support environment was developed for two major avionics subsystems in the Beech Starship. The two subsystems include electronic flight instrument displays and the flight management computer system. Both of these systems use multiple Intel 80186 microprocessors. The flight management computer provides flight planning, navigation displays, primary flight display of checklists and other pilot advisory information. Together these systems represent nearly 80,000 lines of Ada source code and to date approximately 30 man years of effort. The Beech Starship avionics systems are in flight testing.

  3. Software engineering capability for Ada (GRASP/Ada Tool)

    NASA Technical Reports Server (NTRS)

    Cross, James H., II

    1995-01-01

    The GRASP/Ada project (Graphical Representations of Algorithms, Structures, and Processes for Ada) has successfully created and prototyped a new algorithmic level graphical representation for Ada software, the Control Structure Diagram (CSD). The primary impetus for creation of the CSD was to improve the comprehension efficiency of Ada software and, as a result, improve reliability and reduce costs. The emphasis has been on the automatic generation of the CSD from Ada PDL or source code to support reverse engineering and maintenance. The CSD has the potential to replace traditional prettyprinted Ada Source code. A new Motif compliant graphical user interface has been developed for the GRASP/Ada prototype.

  4. Ada and software management in NASA: Assessment and recommendations

    NASA Technical Reports Server (NTRS)

    1989-01-01

    Recent NASA missions have required software systems that are larger, more complex, and more critical than NASA software systems of the past. The Ada programming language and the software methods and support environments associated with it are seen as potential breakthroughs in meeting NASA's software requirements. The findings of a study by the Ada and Software Management Assessment Working Group (ASMAWG) are presented. The study was chartered to perform three tasks: (1) assess the agency's ongoing and planned Ada activities; (2) assess the infrastructure (standards, policies, and internal organizations) supporting software management and the Ada activities; and (3) present an Ada implementation and use strategy appropriate for NASA over the next 5 years.

  5. QUEST/Ada (Query Utility Environment for Software Testing of Ada): The development of a prgram analysis environment for Ada, task 1, phase 2

    NASA Technical Reports Server (NTRS)

    Brown, David B.

    1990-01-01

    The results of research and development efforts are described for Task one, Phase two of a general project entitled The Development of a Program Analysis Environment for Ada. The scope of this task includes the design and development of a prototype system for testing Ada software modules at the unit level. The system is called Query Utility Environment for Software Testing of Ada (QUEST/Ada). The prototype for condition coverage provides a platform that implements expert system interaction with program testing. The expert system can modify data in the instrument source code in order to achieve coverage goals. Given this initial prototype, it is possible to evaluate the rule base in order to develop improved rules for test case generation. The goals of Phase two are the following: (1) to continue to develop and improve the current user interface to support the other goals of this research effort (i.e., those related to improved testing efficiency and increased code reliable); (2) to develop and empirically evaluate a succession of alternative rule bases for the test case generator such that the expert system achieves coverage in a more efficient manner; and (3) to extend the concepts of the current test environment to address the issues of Ada concurrency.

  6. Ada To X-Window Bindings

    NASA Technical Reports Server (NTRS)

    Souleles, Dean

    1993-01-01

    Ada to X-Window Bindings computer program developed to provide Ada programmers with complete interfaces to Xt Intrinsics and OSF Motif toolkits. Provides "Ada view" of some mostly C-language programming libraries. Package of software written in Ada and C languages.

  7. Ada style guide (version 1.1)

    NASA Technical Reports Server (NTRS)

    Seidewitz, Edwin V.; Agresti, William; Ferry, Daniel; Lavallee, David; Maresca, Paul; Nelson, Robert; Quimby, Kelvin; Rosenberg, Jacob; Roy, Daniel; Shell, Allyn

    1987-01-01

    Ada is a programming language of considerable expressive power. The Ada Language Reference Manual provides a thorough definition of the language. However, it does not offer sufficient guidance on the appropriate use of Ada's powerful features. For this reason, the Goddard Space Flight Center Ada User's Group has produced this style guide which addresses such program style issues. The guide covers three areas of Ada program style: the structural decomposition of a program; the coding and the use of specific Ada features; and the textural formatting of a program.

  8. The implementation and use of Ada on distributed systems with reliability requirements

    NASA Technical Reports Server (NTRS)

    Reynolds, P. F.; Knight, J. C.; Urquhart, J. I. A.

    1983-01-01

    The issues involved in the use of the programming language Ada on distributed systems are discussed. The effects of Ada programs on hardware failures such as loss of a processor are emphasized. It is shown that many Ada language elements are not well suited to this environment. Processor failure can easily lead to difficulties on those processors which remain. As an example, the calling task in a rendezvous may be suspended forever if the processor executing the serving task fails. A mechanism for detecting failure is proposed and changes to the Ada run time support system are suggested which avoid most of the difficulties. Ada program structures are defined which allow programs to reconfigure and continue to provide service following processor failure.

  9. Parallel Ada benchmarks for the SVMS

    NASA Technical Reports Server (NTRS)

    Collard, Philippe E.

    1990-01-01

    The use of parallel processing paradigm to design and develop faster and more reliable computers appear to clearly mark the future of information processing. NASA started the development of such an architecture: the Spaceborne VHSIC Multi-processor System (SVMS). Ada will be one of the languages used to program the SVMS. One of the unique characteristics of Ada is that it supports parallel processing at the language level through the tasking constructs. It is important for the SVMS project team to assess how efficiently the SVMS architecture will be implemented, as well as how efficiently Ada environment will be ported to the SVMS. AUTOCLASS II, a Bayesian classifier written in Common Lisp, was selected as one of the benchmarks for SVMS configurations. The purpose of the R and D effort was to provide the SVMS project team with the version of AUTOCLASS II, written in Ada, that would make use of Ada tasking constructs as much as possible so as to constitute a suitable benchmark. Additionally, a set of programs was developed that would measure Ada tasking efficiency on parallel architectures as well as determine the critical parameters influencing tasking efficiency. All this was designed to provide the SVMS project team with a set of suitable tools in the development of the SVMS architecture.

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

    NASA Technical Reports Server (NTRS)

    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.

  11. The Katydid system for compiling KEE applications to Ada

    NASA Technical Reports Server (NTRS)

    Filman, Robert E.; Bock, Conrad; Feldman, Roy

    1990-01-01

    Components of a system known as Katydid are developed in an effort to compile knowledge-based systems developed in a multimechanism integrated environment (KEE) to Ada. The Katydid core is an Ada library supporting KEE object functionality, and the other elements include a rule compiler, a LISP-to-Ada translator, and a knowledge-base dumper. Katydid employs translation mechanisms that convert LISP knowledge structures and rules to Ada and utilizes basic prototypes of a run-time KEE object-structure library module for Ada. Preliminary results include the semiautomatic compilation of portions of a simple expert system to run in an Ada environment with the described algorithms. It is suggested that Ada can be employed for AI programming and implementation, and the Katydid system is being developed to include concurrency and synchronization mechanisms.

  12. An evaluation of Ada for Al applications

    NASA Technical Reports Server (NTRS)

    Wallace, David R.

    1986-01-01

    Expert system technology seems to be the most promising type of Artificial Intelligence (AI) application for Ada. An expert system implemented with an expert system shell provides a highly structured approach that fits well with the structured approach found in Ada systems. The current commercial expert system shells use Lisp. In this highly structured situation a shell could be built that used Ada just as well. On the other hand, if it is necessary to deal with some AI problems that are not suited to expert systems, the use of Ada becomes more problematical. Ada was not designed as an AI development language, and is not suited to that. It is possible that an application developed in say, Common Lisp could be translated to Ada for actual use in a particular application, but this could be difficult. Some standard Ada packages could be developed to make such a translation easier. If the most general AI programs need to be dealt with, a Common Lisp system integrated with the Ada Environment is probably necessary. Aside from problems with language features, Ada, by itself, is not well suited to the prototyping and incremental development that is well supported by Lisp.

  13. Transition to Ada

    DTIC Science & Technology

    1993-02-01

    the relative cost effectiveness of Ada and C++ [10]. (An overview of the Air Force report is given in Appendix D.) Surprisingly, the study deter- mined ...support; 5 = excellent support), followed by a total score, a weighted sum of the rankings based on weights deter- mined by an expert panel: Category...International Conference Location: Britannia International Hotel, London Sponsor. Ada Language UK, Ltd. POC: Helen Byard, Administrator, Ada UK, P.O. 322, York

  14. IDA and the Technical Cooperation Program Real-Time Systems and Ada Workshop, 21-23 June 1988

    DTIC Science & Technology

    1988-06-01

    IDA Memorandum Report M-540, IDA and the Technical Cooperation Program Real - Time Systems and Ada Workshop, 21-23 June 1988, documents the results of... time systems , (2) identify and clarify known Ada real-time issues, (3) identify near-term and long-term solutions, and (4) provide assessment and...Technology (ODUSD R&AT). Funding was provided by the STARS Joint Program Office. The objectives were to (1) define requirements for using Ada in real

  15. QUEST/Ada (Query Utility Environment for Software Testing) of Ada: The development of a program analysis environment for Ada

    NASA Technical Reports Server (NTRS)

    Brown, David B.

    1988-01-01

    A history of the Query Utility Environment for Software Testing (QUEST)/Ada is presented. A fairly comprehensive literature review which is targeted toward issues of Ada testing is given. The definition of the system structure and the high level interfaces are then presented. The design of the three major components is described. The QUEST/Ada IORL System Specifications to this point in time are included in the Appendix. A paper is also included in the appendix which gives statistical evidence of the validity of the test case generation approach which is being integrated into QUEST/Ada.

  16. Experience with Ada on the F-18 High Alpha Research Vehicle Flight Test Program

    NASA Technical Reports Server (NTRS)

    Regenie, Victoria A.; Earls, Michael; Le, Jeanette; Thomson, Michael

    1992-01-01

    Considerable experience was acquired with Ada at the NASA Dryden Flight Research Facility during the on-going High Alpha Technology Program. In this program, an F-18 aircraft was highly modified by the addition of thrust-vectoring vanes to the airframe. In addition, substantial alteration was made in the original quadruplex flight control system. The result is the High Alpha Research Vehicle. An additional research flight control computer was incorporated in each of the four channels. Software for the research flight control computer was written in Ada. To date, six releases of this software have been flown. This paper provides a detailed description of the modifications to the research flight control system. Efficient ground-testing of the software was accomplished by using simulations that used the Ada for portions of their software. These simulations are also described. Modifying and transferring the Ada for flight software to the software simulation configuration has allowed evaluation of this language. This paper also discusses such significant issues in using Ada as portability, modifiability, and testability as well as documentation requirements.

  17. Experience with Ada on the F-18 High Alpha Research Vehicle flight test program

    NASA Technical Reports Server (NTRS)

    Regenie, Victoria A.; Earls, Michael; Le, Jeanette; Thomson, Michael

    1994-01-01

    Considerable experience has been acquired with Ada at the NASA Dryden Flight Research Facility during the on-going High Alpha Technology Program. In this program, an F-18 aircraft has been highly modified by the addition of thrust-vectoring vanes to the airframe. In addition, substantial alteration was made in the original quadruplex flight control system. The result is the High Alpha Research Vehicle. An additional research flight control computer was incorporated in each of the four channels. Software for the research flight control computer was written Ada. To date, six releases of this software have been flown. This paper provides a detailed description of the modifications to the research flight control system. Efficient ground-testing of the software was accomplished by using simulations that used the Ada for portions of their software. These simulations are also described. Modifying and transferring the Ada flight software to the software simulation configuration has allowed evaluation of this language. This paper also discusses such significant issues in using Ada as portability, modifiability, and testability as well as documentation requirements.

  18. Software/hardware distributed processing network supporting the Ada environment

    NASA Astrophysics Data System (ADS)

    Wood, Richard J.; Pryk, Zen

    1993-09-01

    A high-performance, fault-tolerant, distributed network has been developed, tested, and demonstrated. The network is based on the MIPS Computer Systems, Inc. R3000 Risc for processing, VHSIC ASICs for high speed, reliable, inter-node communications and compatible commercial memory and I/O boards. The network is an evolution of the Advanced Onboard Signal Processor (AOSP) architecture. It supports Ada application software with an Ada- implemented operating system. A six-node implementation (capable of expansion up to 256 nodes) of the RISC multiprocessor architecture provides 120 MIPS of scalar throughput, 96 Mbytes of RAM and 24 Mbytes of non-volatile memory. The network provides for all ground processing applications, has merit for space-qualified RISC-based network, and interfaces to advanced Computer Aided Software Engineering (CASE) tools for application software development.

  19. USAF/SCEEE Graduate Student Summer Support Program (1982). Management and Technical Report.

    DTIC Science & Technology

    1982-10-01

    AD-A130 767 USAF/SCEEE GRADUATE STUDENT SUMMER SUPPORT PROGRAM (1982) MANAGEMENT AND..(U) SOUTHEASTERN CENTER FORELECTRICAL ENGINEERING EDUCATION INC...SUMMER SUPPORT PROGRAM Conducted by Southeastern Center for Electrical Engineering Education under USAF Contract Number F49620-82-C-0035 MANAGEMENT ...UNITED STATES AIR FORCE GRADUATE STUDENT SL24MER SUPPORT PROGRAM 1982 PROGRAM MANAGEMENT AND TECHNICAL REPORT SOUTHEASTERN CENTER FOR ELECTRICAL

  20. Transparent Ada rendezvous in a fault tolerant distributed system

    NASA Technical Reports Server (NTRS)

    Racine, Roger

    1986-01-01

    There are many problems associated with distributing an Ada program over a loosely coupled communication network. Some of these problems involve the various aspects of the distributed rendezvous. The problems addressed involve supporting the delay statement in a selective call and supporting the else clause in a selective call. Most of these difficulties are compounded by the need for an efficient communication system. The difficulties are compounded even more by considering the possibility of hardware faults occurring while the program is running. With a hardware fault tolerant computer system, it is possible to design a distribution scheme and communication software which is efficient and allows Ada semantics to be preserved. An Ada design for the communications software of one such system will be presented, including a description of the services provided in the seven layers of an International Standards Organization (ISO) Open System Interconnect (OSI) model communications system. The system capabilities (hardware and software) that allow this communication system will also be described.

  1. Ada training evaluation and recommendations from the Gamma Ray Observatory Ada Development Team

    NASA Technical Reports Server (NTRS)

    1985-01-01

    The Ada training experiences of the Gamma Ray Observatory Ada development team are related, and recommendations are made concerning future Ada training for software developers. Training methods are evaluated, deficiencies in the training program are noted, and a recommended approach, including course outline, time allocation, and reference materials, is offered.

  2. An enhanced Ada run-time system for real-time embedded processors

    NASA Technical Reports Server (NTRS)

    Sims, J. T.

    1991-01-01

    An enhanced Ada run-time system has been developed to support real-time embedded processor applications. The primary focus of this development effort has been on the tasking system and the memory management facilities of the run-time system. The tasking system has been extended to support efficient and precise periodic task execution as required for control applications. Event-driven task execution providing a means of task-asynchronous control and communication among Ada tasks is supported in this system. Inter-task control is even provided among tasks distributed on separate physical processors. The memory management system has been enhanced to provide object allocation and protected access support for memory shared between disjoint processors, each of which is executing a distinct Ada program.

  3. Ada 9X Project Report: Ada 9X Revision Issues. Release 1

    DTIC Science & Technology

    1990-04-01

    interrupts in Ada. Users are using specialized run-time executives which promote semaphores , monitors , etc ., as well as interrupt support, are using...The focus here is on two specific problems: 1. lack of time-out on operations . 2. no efficient way to program a shared-variable monitor for the... operation . 43 !Issue implementation [3 - Remote Operations for Real-Time Systems ] The real-time implementation standards should define various remote

  4. NASA-evolving to Ada: Five-year plan. A plan for implementing recommendations made by the Ada and software management assessment working group

    NASA Technical Reports Server (NTRS)

    1989-01-01

    At their March 1988 meeting, members of the National Aeronautics and Space Administration (NASA) Information Resources Management (IRM) Council expressed concern that NASA may not have the infrastructure necessary to support the use of Ada for major NASA software projects. Members also observed that the agency has no coordinated strategy for applying its experiences with Ada to subsequent projects (Hinners, 27 June 1988). To deal with these problems, the IRM Council chair appointed an intercenter Ada and Software Management Assessment Working Group (ASMAWG). They prepared a report (McGarry et al., March 1989) entitled, 'Ada and Software Management in NASA: Findings and Recommendations'. That report presented a series of recommendations intended to enable NASA to develop better software at lower cost through the use of Ada and other state-of-the-art software engineering technologies. The purpose here is to describe the steps (called objectives) by which this goal may be achieved, to identify the NASA officials or organizations responsible for carrying out the steps, and to define a schedule for doing so. This document sets forth four goals: adopt agency-wide software standards and policies; use Ada as the programming language for all mission software; establish an infrastructure to support software engineering, including the use of Ada, and to leverage the agency's software experience; and build the agency's knowledge base in Ada and software engineering. A schedule for achieving the objectives and goals is given.

  5. A LISP-Ada connection

    NASA Technical Reports Server (NTRS)

    Jaworski, Allan; Lavallee, David; Zoch, David

    1987-01-01

    The prototype demonstrates the feasibility of using Ada for expert systems and the implementation of an expert-friendly interface which supports knowledge entry. In the Ford LISP-Ada Connection (FLAC) system LISP and Ada are used in ways which complement their respective capabilities. Future investigation will concentrate on the enhancement of the expert knowledge entry/debugging interface and on the issues associated with multitasking and real-time expert systems implementation in Ada.

  6. Software reuse issues affecting AdaNET

    NASA Technical Reports Server (NTRS)

    Mcbride, John G.

    1989-01-01

    The AdaNet program is reviewing its long-term goals and strategies. A significant concern is whether current AdaNet plans adequately address the major strategic issues of software reuse technology. The major reuse issues of providing AdaNet services that should be addressed as part of future AdaNet development are identified and reviewed. Before significant development proceeds, a plan should be developed to resolve the aforementioned issues. This plan should also specify a detailed approach to develop AdaNet. A three phased strategy is recommended. The first phase would consist of requirements analysis and produce an AdaNet system requirements specification. It would consider the requirements of AdaNet in terms of mission needs, commercial realities, and administrative policies affecting development, and the experience of AdaNet and other projects promoting the transfer software engineering technology. Specifically, requirements analysis would be performed to better understand the requirements for AdaNet functions. The second phase would provide a detailed design of the system. The AdaNet should be designed with emphasis on the use of existing technology readily available to the AdaNet program. A number of reuse products are available upon which AdaNet could be based. This would significantly reduce the risk and cost of providing an AdaNet system. Once a design was developed, implementation would proceed in the third phase.

  7. Ada education in a software life-cycle context

    NASA Technical Reports Server (NTRS)

    Clough, Anne J.

    1986-01-01

    Some of the experience gained from a comprehensive educational program undertaken at The Charles Stark Draper Lab. to introduce the Ada language and to transition modern software engineering technology into the development of Ada and non-Ada applications is described. Initially, a core group, which included manager, engineers and programmers, received training in Ada. An Ada Office was established to assume the major responsibility for training, evaluation, acquisition and benchmarking of tools, and consultation on Ada projects. As a first step in this process, and in-house educational program was undertaken to introduce Ada to the Laboratory. Later, a software engineering course was added to the educational program as the need to address issues spanning the entire software life cycle became evident. Educational efforts to date are summarized, with an emphasis on the educational approach adopted. Finally, lessons learned in administering this program are addressed.

  8. C Language Integrated Production System, Ada Version

    NASA Technical Reports Server (NTRS)

    Culbert, Chris; Riley, Gary; Savely, Robert T.; Melebeck, Clovis J.; White, Wesley A.; Mcgregor, Terry L.; Ferguson, Melisa; Razavipour, Reza

    1992-01-01

    CLIPS/Ada provides capabilities of CLIPS v4.3 but uses Ada as source language for CLIPS executable code. Implements forward-chaining rule-based language. Program contains inference engine and language syntax providing framework for construction of expert-system program. Also includes features for debugging application program. Based on Rete algorithm which provides efficient method for performing repeated matching of patterns. Written in Ada.

  9. Programming support environment issues in the Byron programming environment

    NASA Technical Reports Server (NTRS)

    Larsen, Matthew J.

    1986-01-01

    Issues are discussed which programming support environments need to address in order to successfully support software engineering. These concerns are divided into two categories. The first category, issues of how software development is supported by an environment, includes support of the full life cycle, methodology flexibility, and support of software reusability. The second category contains issues of how environments should operate, such as tool reusability and integration, user friendliness, networking, and use of a central data base. This discussion is followed by an examination of Byron, an Ada based programming support environment developed at Intermetrics, focusing on the solutions Byron offers to these problems, including the support provided for software reusability and the test and maintenance phases of the life cycle. The use of Byron in project development is described briefly, and some suggestions for future Byron tools and user written tools are presented.

  10. Ada compiler validation summary report. Certificate number: 891116W1. 10191. Intel Corporation, IPSC/2 Ada, Release 1. 1, IPSC/2 parallel supercomputer, system resource manager host and IPSC/2 parallel supercomputer, CX-1 nodes target

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Not Available

    1989-11-16

    This VSR documents the results of the validation testing performed on an Ada compiler. Testing was carried out for the following purposes: To attempt to identify any language constructs supported by the compiler that do not conform to the Ada Standard; To attempt to identify any language constructs not supported by the compiler but required by the Ada Standard; and To determine that the implementation-dependent behavior is allowed by the Ada Standard. Testing of this compiler was conducted by SofTech, Inc. under the direction of he AVF according to procedures established by the Ada Joint Program Office and administered bymore » the Ada Validation Organization (AVO). On-side testing was completed 16 November 1989 at Aloha OR.« less

  11. Ada Structure Design Language (ASDL)

    NASA Technical Reports Server (NTRS)

    Chedrawi, Lutfi

    1986-01-01

    An artist acquires all the necessary tools before painting a scene. In the same analogy, a software engineer needs the necessary tools to provide their design with the proper means for implementation. Ada provide these tools. Yet, as an artist's painting needs a brochure to accompany it for further explanation of the scene, an Ada design also needs a document along with it to show the design in its detailed structure and hierarchical order. Ada could be self-explanatory in small programs not exceeding fifty lines of code in length. But, in a large environment, ranging from thousands of lines and above, Ada programs need to be well documented to be preserved and maintained. The language used to specify an Ada document is called Ada Structure Design Language (ASDL). This language sets some rules to help derive a well formatted Ada detailed design document. The rules are defined to meet the needs of a project manager, a maintenance team, a programmer and a systems designer. The design document templates, the document extractor, and the rules set forth by the ASDL are explained in detail.

  12. A report on NASA software engineering and Ada training requirements

    NASA Technical Reports Server (NTRS)

    Legrand, Sue; Freedman, Glenn B.; Svabek, L.

    1987-01-01

    NASA's software engineering and Ada skill base are assessed and information that may result in new models for software engineering, Ada training plans, and curricula are provided. A quantitative assessment which reflects the requirements for software engineering and Ada training across NASA is provided. A recommended implementation plan including a suggested curriculum with associated duration per course and suggested means of delivery is also provided. The distinction between education and training is made. Although it was directed to focus on NASA's need for the latter, the key relationships to software engineering education are also identified. A rationale and strategy for implementing a life cycle education and training program are detailed in support of improved software engineering practices and the transition to Ada.

  13. Ada Namelist Package

    NASA Technical Reports Server (NTRS)

    Klumpp, Allan R.

    1991-01-01

    Ada Namelist Package, developed for Ada programming language, enables calling program to read and write FORTRAN-style namelist files. Features are: handling of any combination of types defined by user; ability to read vectors, matrices, and slices of vectors and matrices; handling of mismatches between variables in namelist file and those in programmed list of namelist variables; and ability to avoid searching entire input file for each variable. Principle benefits derived by user: ability to read and write namelist-readable files, ability to detect most file errors in initialization phase, and organization keeping number of instantiated units to few packages rather than to many subprograms.

  14. Implementation of and Ada real-time executive: A case study

    NASA Technical Reports Server (NTRS)

    Laird, James D.; Burton, Bruce A.; Koppes, Mary R.

    1986-01-01

    Current Ada language implementations and runtime environments are immature, unproven and are a key risk area for real-time embedded computer system (ECS). A test-case environment is provided in which the concerns of the real-time, ECS community are addressed. A priority driven executive is selected to be implemented in the Ada programming language. The model selected is representative of real-time executives tailored for embedded systems used missile, spacecraft, and avionics applications. An Ada-based design methodology is utilized, and two designs are considered. The first of these designs requires the use of vendor supplied runtime and tasking support. An alternative high-level design is also considered for an implementation requiring no vendor supplied runtime or tasking support. The former approach is carried through to implementation.

  15. AN ADA NAMELIST PACKAGE

    NASA Technical Reports Server (NTRS)

    Klumpp, A. R.

    1994-01-01

    The Ada Namelist Package, developed for the Ada programming language, enables a calling program to read and write FORTRAN-style namelist files. A namelist file consists of any number of assignment statements in any order. Features of the Ada Namelist Package are: the handling of any combination of user-defined types; the ability to read vectors, matrices, and slices of vectors and matrices; the handling of mismatches between variables in the namelist file and those in the programmed list of namelist variables; and the ability to avoid searching the entire input file for each variable. The principle user benefits of this software are the following: the ability to write namelist-readable files, the ability to detect most file errors in the initialization phase, a package organization that reduces the number of instantiated units to a few packages rather than to many subprograms, a reduced number of restrictions, and an increased execution speed. The Ada Namelist reads data from an input file into variables declared within a user program. It then writes data from the user program to an output file, printer, or display. The input file contains a sequence of assignment statements in arbitrary order. The output is in namelist-readable form. There is a one-to-one correspondence between namelist I/O statements executed in the user program and variables read or written. Nevertheless, in the input file, mismatches are allowed between assignment statements in the file and the namelist read procedure statements in the user program. The Ada Namelist Package itself is non-generic. However, it has a group of nested generic packages following the nongeneric opening portion. The opening portion declares a variety of useraccessible constants, variables and subprograms. The subprograms are procedures for initializing namelists for reading, reading and writing strings. The subprograms are also functions for analyzing the content of the current dataset and diagnosing errors. Two nested

  16. Program and Management Support for the Office of Military Performance Assessment Technology

    DTIC Science & Technology

    1991-04-30

    AD-A242 819 AD PROGRAM AND MANAGEMENT SUPPORT FOR THE OFFICE OF MILITARY PERFORMANCE ASSESSMENT TECHNOLOGY ANNUAL REPORT MARVIN FITTS APRIL 30, 1991...1991 Annual 8 Mar 90 - 7 Mar 91 Program and Management Support for the Office of DAMD17-90-C-0061 Military Performance Assessment Technology Marvin...Reporting period: 08 March 1990 - 7 March 1991 5. Project Title: Program and Management Support for the Office of Military Performance Assessment

  17. The implementation and use of Ada on distributed systems with high reliability requirements

    NASA Technical Reports Server (NTRS)

    Knight, J. C.

    1987-01-01

    Performance analysis was begin on the Ada implementations. The goal is to supply the system designer with tools that will allow a rational decision to be made about whether a particular implementation can support a given application early in the design cycle. Primary activities were: analysis of the original approach to recovery in distributed Ada programs using the Advanced Transport Operating System (ATOPS) example; review and assessment of the original approach which was found to be capable of improvement; preparation and presentation of a paper at the 1987 Washington DC Ada Symposium; development of a refined approach to recovery that is presently being applied to the ATOPS example; and design and development of a performance assessment scheme for Ada programs based on a flexible user-driven benchmarking system.

  18. Programming in a proposed 9X distributed Ada

    NASA Technical Reports Server (NTRS)

    Waldrop, Raymond S.; Volz, Richard A.; Goldsack, Stephen J.

    1990-01-01

    The proposed Ada 9X constructs for distribution was studied. The goal was to select suitable test cases to help in the evaluation of the proposed constructs. The examples were to be considered according to the following requirements: real time operation; fault tolerance at several different levels; demonstration of both distributed and massively parallel operation; reflection of realistic NASA programs; illustration of the issues of configuration, compilation, linking, and loading; indications of the consequences of using the proposed revisions for large scale programs; and coverage of the spectrum of communication patterns such as predictable, bursty, small and large messages. The first month was spent identifying possible examples and judging their suitability for the project.

  19. Ada issues in implementing ART-Ada

    NASA Technical Reports Server (NTRS)

    Lee, S. Daniel

    1990-01-01

    Due to the Ada mandate of a number of government agencies, interest in deploying expert systems such as Ada has increased. Recently, several Ada-based expert system tools have been developed. According to a recent benchmark report, these tools do not perform as well as similar tools written in C. While poorly implemented Ada compilers contribute to the poor benchmark result, some fundamental problems of the Ada language itself have been uncovered. Here, the authors describe Ada language issues encountered during the deployment of ART-Ada, an expert system tool for Ada deployment. ART-Ada is being used to implement several prototype expert systems for the Space Station Freedom and the U.S. Air Force.

  20. Storage management in Ada. Three reports. Volume 1: Storage management in Ada as a risk to the development of reliable software. Volume 2: Relevant aspects of language. Volume 3: Requirements of the language versus manifestations of current implementations

    NASA Technical Reports Server (NTRS)

    Auty, David

    1988-01-01

    The risk to the development of program reliability is derived from the use of a new language and from the potential use of new storage management techniques. With Ada and associated support software, there is a lack of established guidelines and procedures, drawn from experience and common usage, which assume reliable behavior. The risk is identified and clarified. In order to provide a framework for future consideration of dynamic storage management on Ada, a description of the relevant aspects of the language is presented in two sections: Program data sources, and declaration and allocation in Ada. Storage-management characteristics of the Ada language and storage-management characteristics of Ada implementations are differentiated. Terms that are used are defined in a narrow and precise sense. The storage-management implications of the Ada language are described. The storage-management options available to the Ada implementor and the implications of the implementor's choice for the Ada programmer are also described.

  1. The implications of the ADA Amendments Act of 2008 for residency training program administration.

    PubMed

    Regenbogen, Alexandra; Recupero, Patricia R

    2012-01-01

    The Americans with Disabilities Act (ADA) is rarely invoked by medical residents in training. Dr. Martin Jakubowski, a family medicine resident with Asperger's disorder, was dismissed for communicating poorly with patients, peers, and supervisors and for issuing dangerous medical orders. In an attempt to become reinstated, he sued under the ADA (Jakubowski v. The Christ Hospital), arguing that the program had failed to make reasonable accommodation for his disability. The Sixth Circuit Court of Appeals ruled in favor of the hospital, finding that although the doctor was disabled under the ADA, he had failed to demonstrate that he was otherwise qualified for the position. This article comments on the ADA Amendments Act of 2008, the Equal Employment Opportunity Commission (EEOC) guidelines from 2011 and their application to medical residency training, and the Accreditation Council for Graduate Medical Education (ACGME) core competencies as essential job functions.

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

    NASA Technical Reports Server (NTRS)

    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.

  3. A proposed classification scheme for Ada-based software products

    NASA Technical Reports Server (NTRS)

    Cernosek, Gary J.

    1986-01-01

    As the requirements for producing software in the Ada language become a reality for projects such as the Space Station, a great amount of Ada-based program code will begin to emerge. Recognizing the potential for varying levels of quality to result in Ada programs, what is needed is a classification scheme that describes the quality of a software product whose source code exists in Ada form. A 5-level classification scheme is proposed that attempts to decompose this potentially broad spectrum of quality which Ada programs may possess. The number of classes and their corresponding names are not as important as the mere fact that there needs to be some set of criteria from which to evaluate programs existing in Ada. An exact criteria for each class is not presented, nor are any detailed suggestions of how to effectively implement this quality assessment. The idea of Ada-based software classification is introduced and a set of requirements from which to base further research and development is suggested.

  4. ART/Ada and CLIPS/Ada

    NASA Technical Reports Server (NTRS)

    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

  5. Ada (Trade Name) Compiler Validation Summary Report. Harris Corporation, HARRIS Ada Compiler, Version 1.0, Harris H1200 and H800.

    DTIC Science & Technology

    1987-04-30

    AiBI 895 ADA (TRADENNANE) COMPILER VALIDATION SUMMARY REPORT / HARRIS CORPORATION HA (U) INFORMATION SYSTEMS AND TECHNOLOGY CENTER W-P AFS OH ADA...Compiler Validation Summary Report : 30 APR 1986 to 30 APR 1987 Harris Corporation, HARRIS Ada Compiler, Version 1.0, Harris H1200 and H800 6...the United States Government (Ada Joint Program Office). Adae Compiler Validation mary Report : Compiler Name: HARRIS Ada Compiler, Version 1.0 1 Host

  6. GENERAL PURPOSE ADA PACKAGES

    NASA Technical Reports Server (NTRS)

    Klumpp, A. R.

    1994-01-01

    Ten families of subprograms are bundled together for the General-Purpose Ada Packages. The families bring to Ada many features from HAL/S, PL/I, FORTRAN, and other languages. These families are: string subprograms (INDEX, TRIM, LOAD, etc.); scalar subprograms (MAX, MIN, REM, etc.); array subprograms (MAX, MIN, PROD, SUM, GET, and PUT); numerical subprograms (EXP, CUBIC, etc.); service subprograms (DATE_TIME function, etc.); Linear Algebra II; Runge-Kutta integrators; and three text I/O families of packages. In two cases, a family consists of a single non-generic package. In all other cases, a family comprises a generic package and its instances for a selected group of scalar types. All generic packages are designed to be easily instantiated for the types declared in the user facility. The linear algebra package is LINRAG2. This package includes subprograms supplementing those in NPO-17985, An Ada Linear Algebra Package Modeled After HAL/S (LINRAG). Please note that LINRAG2 cannot be compiled without LINRAG. Most packages have widespread applicability, although some are oriented for avionics applications. All are designed to facilitate writing new software in Ada. Several of the packages use conventions introduced by other programming languages. A package of string subprograms is based on HAL/S (a language designed for the avionics software in the Space Shuttle) and PL/I. Packages of scalar and array subprograms are taken from HAL/S or generalized current Ada subprograms. A package of Runge-Kutta integrators is patterned after a built-in MAC (MIT Algebraic Compiler) integrator. Those packages modeled after HAL/S make it easy to translate existing HAL/S software to Ada. The General-Purpose Ada Packages program source code is available on two 360K 5.25" MS-DOS format diskettes. The software was developed using VAX Ada v1.5 under DEC VMS v4.5. It should be portable to any validated Ada compiler and it should execute either interactively or in batch. The largest package

  7. Ada in Introductory Computer Science Courses

    DTIC Science & Technology

    1993-01-01

    Ada by Daniel F. Stubbs and Neil W. Webre Course Objective: To introduce the students to the basic classical data structures of computer science...Introduction to Ada, Chapman & Hall, 1993, London Dale/Weems/McCormick, Programming and Problem Solving with Ada, D. C. Heath and Company, 1994, MA Feldman...Daniel F. Stubbs and Neil W. Webre - Course Objective: To introduce the students to the basic classical data structures of computer science

  8. Program and Management Support for the Office of Military Performance Assessment Technology

    DTIC Science & Technology

    1992-04-03

    AD-A267 285 CONTRACT NO: DAMD17-90-C-0061 TITLE: PROGRAM AND MANAGEMENT SUPPORT FOR THE OFFICE OF MILITARY PERFORMANCE ASSESSMENT TECHNOLOGY...1204. Arlington, VA 22202-4302. and to the Office of Management and Budget. Paperwork Reduction Projet (0704-0188). Washington, DC 20503 1. AGENCY USE...NUMBERS Program and Management Support for the Office of Contract No. Military Performance Assessment Technology DAMDI7-90-C-0061 6. AUTHOR(S) Marvin

  9. General-Purpose Ada Software Packages

    NASA Technical Reports Server (NTRS)

    Klumpp, Allan R.

    1991-01-01

    Collection of subprograms brings to Ada many features from other programming languages. All generic packages designed to be easily instantiated for types declared in user's facility. Most packages have widespread applicability, although some oriented for avionics applications. All designed to facilitate writing new software in Ada. Written on IBM/AT personal computer running under PC DOS, v.3.1.

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

    NASA Technical Reports Server (NTRS)

    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.

  11. Ada Compiler Validation Summary Report: Harris Corporation, Harris Ada Compiler, Version 1.0, Harris H1200 Host. Textronix 8540A-1750A Target.

    DTIC Science & Technology

    1987-06-03

    REPORT - HARRIS U-1 CORPORATION HARRIS ADA COM (Ui) ADA JOINT PROGRAM OFFICE ARLINGTON VA 93 JUN 87 NC... Report : 3 June 1987 to 3 June 1988 Harris Corp., Harris Ada Compiler, Ver. 1.0, Harris H1200 Host. Tektronix 8540A-1750A Target 6. PERFORMING ORG. REPORT ...01 -07-HAR Ada ® COMPILER VALIDATION SUMMARY REPORT : Harris Corporation Harris Ada Compiler, Version 1.0 Harris H1200 Host Tektronix

  12. Proceedings of the 2nd NASA Ada User's Symposium

    NASA Technical Reports Server (NTRS)

    1989-01-01

    Several presentations, mostly in viewgraph form, on various topics relating to Ada applications are given. Topics covered include the use of Ada in NASA, Ada and the Space Station, the software support environment, Ada in the Software Engineering Laboratory, Ada at the Jet Propulsion Laboratory, the Flight Telerobotic Servicer, and lessons learned in prototyping the Space Station Remote Manipulator System control.

  13. Ada and software management in NASA: Symposium/forum

    NASA Technical Reports Server (NTRS)

    1989-01-01

    The promises of Ada to improve software productivity and quality, and the claims that a transition to Ada would require significant changes in NASA's training programs and ways of doing business were investigated. The study assesses the agency's ongoing and planned Ada activities. A series of industry representatives (Computer Sciences Corporation, General Electric Aerospace, McDonnell Douglas Space Systems Company, TRW, Lockheed, and Boeing) reviewed the recommendations and assessed their impact from the Company's perspective. The potential effects on NASA programs were then discussed.

  14. The development of a program analysis environment for Ada

    NASA Technical Reports Server (NTRS)

    Brown, David B.; Carlisle, Homer W.; Chang, Kai-Hsiung; Cross, James H.; Deason, William H.; Haga, Kevin D.; Huggins, John R.; Keleher, William R. A.; Starke, Benjamin B.; Weyrich, Orville R.

    1989-01-01

    A unit level, Ada software module testing system, called Query Utility Environment for Software Testing of Ada (QUEST/Ada), is described. The project calls for the design and development of a prototype system. QUEST/Ada design began with a definition of the overall system structure and a description of component dependencies. The project team was divided into three groups to resolve the preliminary designs of the parser/scanner: the test data generator, and the test coverage analyzer. The Phase 1 report is a working document from which the system documentation will evolve. It provides history, a guide to report sections, a literature review, the definition of the system structure and high level interfaces, descriptions of the prototype scope, the three major components, and the plan for the remainder of the project. The appendices include specifications, statistics, two papers derived from the current research, a preliminary users' manual, and the proposal and work plan for Phase 2.

  15. Determination of the Underlying Task Scheduling Algorithm for an Ada Runtime System

    DTIC Science & Technology

    1989-12-01

    was also curious as to how well I could model the test cases with Ada programs . In particular, I wanted to see whether I could model the equal arrival...parameter relationshis=s required to detect the execution of individual algorithms. These test cases were modeled using Ada programs . Then, the...results were analyzed to determine whether the Ada programs were capable of revealing the task scheduling algorithm used by the Ada run-time system. This

  16. Do published ADA studies support the ADA-EASD position statement for the management of hyperglycaemia in type 2 diabetics?

    PubMed

    Rimareix, Frédérique; Bauduceau, Bernard

    2013-07-01

    The American Diabetes Association (ADA) and the European Association for the Study of Diabetes (EASD) published a position statement in 2012 on the management of hyperglycaemia in patients with type 2 diabetes. The Société Francophone du Diabète (SFD) adopted it while awaiting future French recommendations. This new care approach individualises the therapeutic choices and objectives for each patient based on their characteristics, through emphasis on the need for mutual cooperation with the patient in decision-making. Glycaemic management should naturally be considered in the context of overall cardiovascular risk reduction, which should remain the primary objective of treatment. The cornerstone of this treatment is based on lifestyle modifications, with the addition of metformin monotherapy if the desired glycaemic control is not attained. There are multiple second- and third-line treatment possibilities, and insulin therapy is an option that can be considered early in the bitherapy stage. On the whole, large published studies at the ADA conference in Philadelphia in June 2012, which are the subject of this article, support this patient-centred position statement. Copyright © 2013 Elsevier Masson SAS. All rights reserved.

  17. QUEST/Ada: Query utility environment for software testing of Ada

    NASA Technical Reports Server (NTRS)

    Brown, David B.

    1989-01-01

    Results of research and development efforts are presented for Task 1, Phase 2 of a general project entitled, The Development of a Program Analysis Environment for Ada. A prototype of the QUEST/Ada system was developed to collect data to determine the effectiveness of the rule-based testing paradigm. The prototype consists of five parts: the test data generator, the parser/scanner, the test coverage analyzer, a symbolic evaluator, and a data management facility, known as the Librarian. These components are discussed at length. Also presented is an experimental design for the evaluations, an overview of the project, and a schedule for its completion.

  18. An Ada Object Oriented Missile Flight Simulation

    DTIC Science & Technology

    1991-09-01

    identify by block number) This thesis uses the Ada programming language in the design and development of an air-to-air missile flight simulation with...object oriented techniques and sound software engineering principles. The simulation is designed to be more understandable, modifiable, efficient and...Department of Computer Science ii ABSTRACT This thesis uses the Ada programming language in the design and development of an air-to-air missile flight

  19. Can space station software be specified through Ada?

    NASA Technical Reports Server (NTRS)

    Knoebel, Arthur

    1987-01-01

    Programming of the space station is to be done in the Ada programming language. A breadboard of selected parts of the work package for Marshall Space Flight Center is to be built, and programming this small part will be a good testing ground for Ada. One coding of the upper levels of the design brings out several problems with top-down design when it is to be carried out strictly within the language. Ada is evaluated on the basis of this experience, and the points raised are compared with other experience as related in the literature. Rapid prototyping is another approach to the initial programming; several different types of prototypes are discussed, and compared with the art of specification. Some solutions are proposed and a number of recommendations presented.

  20. A Formative Program Evaluation of a Postsecondary Support Program for Students with High Functioning Autism Spectrum Disorder

    ERIC Educational Resources Information Center

    Wise, Kelly L.

    2015-01-01

    Adults with a diagnosis of High Functioning Autism Spectrum Disorder (HF ASD) are becoming a significant presence on college campuses across the United States. A number of colleges have created programs to provide services to support accommodations for these students under the Americans with Disabilities Act (ADA); the first was created in 2002.…

  1. Artificial Intelligence in ADA: Pattern-Directed Processing. Final Report.

    ERIC Educational Resources Information Center

    Reeker, Larry H.; And Others

    To demonstrate to computer programmers that the programming language Ada provides superior facilities for use in artificial intelligence applications, the three papers included in this report investigate the capabilities that exist within Ada for "pattern-directed" programming. The first paper (Larry H. Reeker, Tulane University) is…

  2. GRASP/Ada: Graphical Representations of Algorithms, Structures, and Processes for Ada. The development of a program analysis environment for Ada: Reverse engineering tools for Ada, task 2, phase 3

    NASA Technical Reports Server (NTRS)

    Cross, James H., II

    1991-01-01

    The main objective is the investigation, formulation, and generation of graphical representations of algorithms, structures, and processes for Ada (GRASP/Ada). The presented task, in which various graphical representations that can be extracted or generated from source code are described and categorized, is focused on reverse engineering. The following subject areas are covered: the system model; control structure diagram generator; object oriented design diagram generator; user interface; and the GRASP library.

  3. ELAPSE - NASA AMES LISP AND ADA BENCHMARK SUITE: EFFICIENCY OF LISP AND ADA PROCESSING - A SYSTEM EVALUATION

    NASA Technical Reports Server (NTRS)

    Davis, G. J.

    1994-01-01

    One area of research of the Information Sciences Division at NASA Ames Research Center is devoted to the analysis and enhancement of processors and advanced computer architectures, specifically in support of automation and robotic systems. To compare systems' abilities to efficiently process Lisp and Ada, scientists at Ames Research Center have developed a suite of non-parallel benchmarks called ELAPSE. The benchmark suite was designed to test a single computer's efficiency as well as alternate machine comparisons on Lisp, and/or Ada languages. ELAPSE tests the efficiency with which a machine can execute the various routines in each environment. The sample routines are based on numeric and symbolic manipulations and include two-dimensional fast Fourier transformations, Cholesky decomposition and substitution, Gaussian elimination, high-level data processing, and symbol-list references. Also included is a routine based on a Bayesian classification program sorting data into optimized groups. The ELAPSE benchmarks are available for any computer with a validated Ada compiler and/or Common Lisp system. Of the 18 routines that comprise ELAPSE, provided within this package are 14 developed or translated at Ames. The others are readily available through literature. The benchmark that requires the most memory is CHOLESKY.ADA. Under VAX/VMS, CHOLESKY.ADA requires 760K of main memory. ELAPSE is available on either two 5.25 inch 360K MS-DOS format diskettes (standard distribution) or a 9-track 1600 BPI ASCII CARD IMAGE format magnetic tape. The contents of the diskettes are compressed using the PKWARE archiving tools. The utility to unarchive the files, PKUNZIP.EXE, is included. The ELAPSE benchmarks were written in 1990. VAX and VMS are trademarks of Digital Equipment Corporation. MS-DOS is a registered trademark of Microsoft Corporation.

  4. Efficient Ada multitasking on a RISC register window architecture

    NASA Technical Reports Server (NTRS)

    Kearns, J. P.; Quammen, D.

    1987-01-01

    This work addresses the problem of reducing context switch overhead on a processor which supports a large register file - a register file much like that which is part of the Berkeley RISC processors and several other emerging architectures (which are not necessarily reduced instruction set machines in the purest sense). Such a reduction in overhead is particularly desirable in a real-time embedded application, in which task-to-task context switch overhead may result in failure to meet crucial deadlines. A storage management technique by which a context switch may be implemented as cheaply as a procedure call is presented. The essence of this technique is the avoidance of the save/restore of registers on the context switch. This is achieved through analysis of the static source text of an Ada tasking program. Information gained during that analysis directs the optimized storage management strategy for that program at run time. A formal verification of the technique in terms of an operational control model and an evaluation of the technique's performance via simulations driven by synthetic Ada program traces are presented.

  5. Ada Programming Support Environment (APSE) Evaluation and Validation (E&V) Team

    DTIC Science & Technology

    1991-12-31

    standards. The purpose of the team was to assist the project in several ways. Raymond Szymanski of Wright Research Iand Development Center (WRDC, now...debuggers, program library systems, and compiler diagnostics. The test suite does not include explicit tests for the existence of language features . The...support software is a set of tools and procedures which assist in preparing and executing the test suite, in extracting data from the results of

  6. Ada(R) Test and Verification System (ATVS)

    NASA Technical Reports Server (NTRS)

    Strelich, Tom

    1986-01-01

    The Ada Test and Verification System (ATVS) functional description and high level design are completed and summarized. The ATVS will provide a comprehensive set of test and verification capabilities specifically addressing the features of the Ada language, support for embedded system development, distributed environments, and advanced user interface capabilities. Its design emphasis was on effective software development environment integration and flexibility to ensure its long-term use in the Ada software development community.

  7. Immunologic reconstitution during PEG-ADA therapy in an unusual mosaic ADA-deficient patient

    PubMed Central

    Liu, Ping; Santisteban, Ines; Burroughs, Laurie M.; Ochs, Hans D.; Torgerson, Troy R.; Hershfield, Michael S.; Rawlings, David J.; Scharenberg, Andrew M.

    2009-01-01

    We report detailed genetic and immunologic studies in a patient diagnosed with adenosine deaminase (ADA) deficiency and combined immune deficiency at age 5 years. At the time of diagnosis, although all other lymphocyte subsets were depleted, circulating CD8+ T cells with a terminally differentiated phenotype were abundant and expressed normal ADA activity due to a reversion mutation in a CD8+ T cell or precursor. Over the first 9 months of replacement therapy with PEG-ADA, the patient steadily accumulated mature naïve CD4+ and CD8+ T cells, as well as CD4+/FOXP3+ regulatory T cells, consistent with restoration of a functional cellular immune system. While CD19+ naïve B cells also accumulated in response to PEG-ADA therapy, a high proportion of these B cells exhibited an immature surface marker phenotype even after 9 months, and immunization with neoantigen bacteriophage φX174 demonstrated a markedly subnormal humoral immune response. Our observations in this single patient have important implications for gene therapy of human ADA deficiency, as they indicate that ADA expression within even a large circulating lymphocyte population may not be sufficient to support adequate immune reconstitution. They also suggest that an immature surface marker phenotype of the peripheral B cell compartment may be a useful surrogate marker for incomplete humoral immune reconstitution during enzyme replacement, and possibly other forms of hematopoietic cell therapies. PMID:18952502

  8. Immunologic reconstitution during PEG-ADA therapy in an unusual mosaic ADA deficient patient.

    PubMed

    Liu, Ping; Santisteban, Ines; Burroughs, Lauri M; Ochs, Hans D; Torgerson, Troy R; Hershfield, Michael S; Rawlings, David J; Scharenberg, Andrew M

    2009-02-01

    We report detailed genetic and immunologic studies in a patient diagnosed with adenosine deaminase (ADA) deficiency and combined immune deficiency at age 5 years. At the time of diagnosis, although all other lymphocyte subsets were depleted, circulating CD8(+) T cells with a terminally differentiated phenotype were abundant and expressed normal ADA activity due to a reversion mutation in a CD8(+) T cell or precursor. Over the first 9 months of replacement therapy with PEG-ADA, the patient steadily accumulated mature naïve CD4(+) and CD8(+) T cells, as well as CD4(+)/FOXP3(+) regulatory T cells, consistent with restoration of a functional cellular immune system. While CD19(+) naïve B cells also accumulated in response to PEG-ADA therapy, a high proportion of these B cells exhibited an immature surface marker phenotype even after 9 months, and immunization with neoantigen bacteriophage varphiX174 demonstrated a markedly subnormal humoral immune response. Our observations in this single patient have important implications for gene therapy of human ADA deficiency, as they indicate that ADA expression within even a large circulating lymphocyte population may not be sufficient to support adequate immune reconstitution. They also suggest that an immature surface marker phenotype of the peripheral B cell compartment may be a useful surrogate marker for incomplete humoral immune reconstitution during enzyme replacement, and possibly other forms of hematopoietic cell therapies.

  9. Formal methods in the design of Ada 1995

    NASA Technical Reports Server (NTRS)

    Guaspari, David

    1995-01-01

    Formal, mathematical methods are most useful when applied early in the design and implementation of a software system--that, at least, is the familiar refrain. I will report on a modest effort to apply formal methods at the earliest possible stage, namely, in the design of the Ada 95 programming language itself. This talk is an 'experience report' that provides brief case studies illustrating the kinds of problems we worked on, how we approached them, and the extent (if any) to which the results proved useful. It also derives some lessons and suggestions for those undertaking future projects of this kind. Ada 95 is the first revision of the standard for the Ada programming language. The revision began in 1988, when the Ada Joint Programming Office first asked the Ada Board to recommend a plan for revising the Ada standard. The first step in the revision was to solicit criticisms of Ada 83. A set of requirements for the new language standard, based on those criticisms, was published in 1990. A small design team, the Mapping Revision Team (MRT), became exclusively responsible for revising the language standard to satisfy those requirements. The MRT, from Intermetrics, is led by S. Tucker Taft. The work of the MRT was regularly subject to independent review and criticism by a committee of distinguished Reviewers and by several advisory teams--for example, the two User/Implementor teams, each consisting of an industrial user (attempting to make significant use of the new language on a realistic application) and a compiler vendor (undertaking, experimentally, to modify its current implementation in order to provide the necessary new features). One novel decision established the Language Precision Team (LPT), which investigated language proposals from a mathematical point of view. The LPT applied formal mathematical analysis to help improve the design of Ada 95 (e.g., by clarifying the language proposals) and to help promote its acceptance (e.g., by identifying a

  10. Ada Implementation Guide. Software Engineering With Ada. Volume 2

    DTIC Science & Technology

    1994-04-01

    copy of the latest Ada Compiler Validation Capability (ACVC), the validation test suite ADA-BIB 10/15/91 2048 How to obtain the AJPO’S Ada...A I A-4Department of the Navy I I I 3 Helpful Sources AF-INT9I 8/12/91 2048 Text of Air Force 1991 Interpretation of Congressional Mandate SAF-POL88...the Ada language I 3 Ada Implementation Guide A--45 I I Helpful Sources CREASE 11/27/91 2048 How to obtain AJPO’s April 1988 CREASE Version 5.0 3

  11. STGT program: Ada coding and architecture lessons learned

    NASA Technical Reports Server (NTRS)

    Usavage, Paul; Nagurney, Don

    1992-01-01

    STGT (Second TDRSS Ground Terminal) is currently halfway through the System Integration Test phase (Level 4 Testing). To date, many software architecture and Ada language issues have been encountered and solved. This paper, which is the transcript of a presentation at the 3 Dec. meeting, attempts to define these lessons plus others learned regarding software project management and risk management issues, training, performance, reuse, and reliability. Observations are included regarding the use of particular Ada coding constructs, software architecture trade-offs during the prototyping, development and testing stages of the project, and dangers inherent in parallel or concurrent systems, software, hardware, and operations engineering.

  12. Ada Compiler Validation Summary Report: Certificate Number: 920509S1. 11259 Alenia Aeritalia and Selenia S.p.A DACS VAX/VMS to 80x86 PM MARA Ada Cross Compiler, Version 4.6 Microvax 4000/200 = MARA

    DTIC Science & Technology

    1992-01-01

    area end basic io types; 11.3.3 TEXT 10 -- Date 31 October 1983 -- Programmer Soeren Prehn (, Knud Joergen Kirkegaard) -- Project Portable Ada...Programmer Peter Haff (, Soeren Prehn , Knud Joergen Kirkegaard) -- Project Portable Ada Programming System -- Module SEQIOS.ADA -- Description...Peter Haff (,Soeren Prehn , Knud Joergen Kirkegaard) -- Project Portable Ada Programming System -- Module DIR IO.ADA -- Description Specification of

  13. Software engineering and Ada in design

    NASA Technical Reports Server (NTRS)

    Oneill, Don

    1986-01-01

    Modern software engineering promises significant reductions in software costs and improvements in software quality. The Ada language is the focus for these software methodology and tool improvements. The IBM FSD approach, including the software engineering practices that guide the systematic design and development of software products and the management of the software process are examined. The revised Ada design language adaptation is revealed. This four level design methodology is detailed including the purpose of each level, the management strategy that integrates the software design activity with the program milestones, and the technical strategy that maps the Ada constructs to each level of design. A complete description of each design level is provided along with specific design language recording guidelines for each level. Finally, some testimony is offered on education, tools, architecture, and metrics resulting from project use of the four level Ada design language adaptation.

  14. Software engineering and Ada (Trademark) training: An implementation model for NASA

    NASA Technical Reports Server (NTRS)

    Legrand, Sue; Freedman, Glenn

    1988-01-01

    The choice of Ada for software engineering for projects such as the Space Station has resulted in government and industrial groups considering training programs that help workers become familiar with both a software culture and the intricacies of a new computer language. The questions of how much time it takes to learn software engineering with Ada, how much an organization should invest in such training, and how the training should be structured are considered. Software engineering is an emerging, dynamic discipline. It is defined by the author as the establishment and application of sound engineering environments, tools, methods, models, principles, and concepts combined with appropriate standards, guidelines, and practices to support computing which is correct, modifiable, reliable and safe, efficient, and understandable throughout the life cycle of the application. Neither the training programs needed, nor the content of such programs, have been well established. This study addresses the requirements for training for NASA personnel and recommends an implementation plan. A curriculum and a means of delivery are recommended. It is further suggested that a knowledgeable programmer may be able to learn Ada in 5 days, but that it takes 6 to 9 months to evolve into a software engineer who uses the language correctly and effectively. The curriculum and implementation plan can be adapted for each NASA Center according to the needs dictated by each project.

  15. GRASP/Ada (Graphical Representations of Algorithms, Structures, and Processes for Ada): The development of a program analysis environment for Ada. Reverse engineering tools for Ada, task 1, phase 2

    NASA Technical Reports Server (NTRS)

    Cross, James H., II

    1990-01-01

    The study, formulation, and generation of structures for Ada (GRASP/Ada) are discussed in this second phase report of a three phase effort. Various graphical representations that can be extracted or generated from source code are described and categorized with focus on reverse engineering. The overall goal is to provide the foundation for a CASE (computer-aided software design) environment in which reverse engineering and forward engineering (development) are tightly coupled. Emphasis is on a subset of architectural diagrams that can be generated automatically from source code with the control structure diagram (CSD) included for completeness.

  16. Software engineering and the role of Ada: Executive seminar

    NASA Technical Reports Server (NTRS)

    Freedman, Glenn B.

    1987-01-01

    The objective was to introduce the basic terminology and concepts of software engineering and Ada. The life cycle model is reviewed. The application of the goals and principles of software engineering is applied. An introductory understanding of the features of the Ada language is gained. Topics addressed include: the software crises; the mandate of the Space Station Program; software life cycle model; software engineering; and Ada under the software engineering umbrella.

  17. Issues Involved in Developing Ada Real-Time Systems

    DTIC Science & Technology

    1989-02-15

    expensive modifications to the compiler or Ada runtime system to fit a particular application. Whether we can solve the problems of programming real - time systems in...lock in solutions to problems that are not yet well understood in standards as rigorous as the Ada language. Moreover, real - time systems typically have

  18. Alma Flor Ada and the Quest for Change

    ERIC Educational Resources Information Center

    Manna, Anthony, L.; Hill, Janet; Kellogg, Kathy

    2004-01-01

    Alma Flor Ada, a folklorist, novelist, scholar, teacher, and children's book author has passionate dedication to education for social justice, equality, and peace. As a faculty member at the University of San Francisco, Ada has developed programs that help students and others transform their lives and has written several bilingual legends and…

  19. CREASE 6.0 Catalog of Resources for Education in Ada and Software Engineering

    DTIC Science & Technology

    1992-02-01

    Programming Software Engineering Strong Typing Tasking Audene . Computer Scientists Terbook(s): Barnes, J. Programming in Ada, 3rd ed. Addison-Wesley...Ada. Concept: Abstract Data Types Management Overview Package Real-Time Programming Tasking Audene Computer Scientists Textbook(s): Barnes, J

  20. Fine-Tuning ADAS Algorithm Parameters for Optimizing Traffic ...

    EPA Pesticide Factsheets

    With the development of the Connected Vehicle technology that facilitates wirelessly communication among vehicles and road-side infrastructure, the Advanced Driver Assistance Systems (ADAS) can be adopted as an effective tool for accelerating traffic safety and mobility optimization at various highway facilities. To this end, the traffic management centers identify the optimal ADAS algorithm parameter set that enables the maximum improvement of the traffic safety and mobility performance, and broadcast the optimal parameter set wirelessly to individual ADAS-equipped vehicles. After adopting the optimal parameter set, the ADAS-equipped drivers become active agents in the traffic stream that work collectively and consistently to prevent traffic conflicts, lower the intensity of traffic disturbances, and suppress the development of traffic oscillations into heavy traffic jams. Successful implementation of this objective requires the analysis capability of capturing the impact of the ADAS on driving behaviors, and measuring traffic safety and mobility performance under the influence of the ADAS. To address this challenge, this research proposes a synthetic methodology that incorporates the ADAS-affected driving behavior modeling and state-of-the-art microscopic traffic flow modeling into a virtually simulated environment. Building on such an environment, the optimal ADAS algorithm parameter set is identified through an optimization programming framework to enable th

  1. Evolution of Ada technology in the flight dynamics area: Design phase analysis

    NASA Technical Reports Server (NTRS)

    Quimby, Kelvin L.; Esker, Linda

    1988-01-01

    The software engineering issues related to the use of the Ada programming language during the design phase of an Ada project are analyzed. Discussion shows how an evolving understanding of these issues is reflected in the design processes of three generations of Ada projects.

  2. Compiling knowledge-based systems from KEE to Ada

    NASA Technical Reports Server (NTRS)

    Filman, Robert E.; Bock, Conrad; Feldman, Roy

    1990-01-01

    The dominant technology for developing AI applications is to work in a multi-mechanism, integrated, knowledge-based system (KBS) development environment. Unfortunately, systems developed in such environments are inappropriate for delivering many applications - most importantly, they carry the baggage of the entire Lisp environment and are not written in conventional languages. One resolution of this problem would be to compile applications from complex environments to conventional languages. Here the first efforts to develop a system for compiling KBS developed in KEE to Ada (trademark). This system is called KATYDID, for KEE/Ada Translation Yields Development Into Delivery. KATYDID includes early prototypes of a run-time KEE core (object-structure) library module for Ada, and translation mechanisms for knowledge structures, rules, and Lisp code to Ada. Using these tools, part of a simple expert system was compiled (not quite automatically) to run in a purely Ada environment. This experience has given us various insights on Ada as an artificial intelligence programming language, potential solutions of some of the engineering difficulties encountered in early work, and inspiration on future system development.

  3. Visualization design and verification of Ada tasking using timing diagrams

    NASA Technical Reports Server (NTRS)

    Vidale, R. F.; Szulewski, P. A.; Weiss, J. B.

    1986-01-01

    The use of timing diagrams is recommended in the design and testing of multi-task Ada programs. By displaying the task states vs. time, timing diagrams can portray the simultaneous threads of data flow and control which characterize tasking programs. This description of the system's dynamic behavior from conception to testing is a necessary adjunct to other graphical techniques, such as structure charts, which essentially give a static view of the system. A series of steps is recommended which incorporates timing diagrams into the design process. Finally, a description is provided of a prototype Ada Execution Analyzer (AEA) which automates the production of timing diagrams from VAX/Ada debugger output.

  4. Ada software productivity prototypes: A case study

    NASA Technical Reports Server (NTRS)

    Hihn, Jairus M.; Habib-Agahi, Hamid; Malhotra, Shan

    1988-01-01

    A case study of the impact of Ada on a Command and Control project completed at the Jet Propulsion Laboratory (JPL) is given. The data for this study was collected as part of a general survey of software costs and productivity at JPL and other NASA sites. The task analyzed is a successful example of the use of rapid prototyping as applied to command and control for the U.S. Air Force and provides the U.S. Air Force Military Airlift Command with the ability to track aircraft, air crews and payloads worldwide. The task consists of a replicated database at several globally distributed sites. The local databases at each site can be updated within seconds after changes are entered at any one site. The system must be able to handle up to 400,000 activities per day. There are currently seven sites, each with a local area network of computers and a variety of user displays; the local area networks are tied together into a single wide area network. Using data obtained for eight modules, totaling approximately 500,000 source lines of code, researchers analyze the differences in productivities between subtasks. Factors considered are percentage of Ada used in coding, years of programmer experience, and the use of Ada tools and modern programming practices. The principle findings are the following. Productivity is very sensitive to programmer experience. The use of Ada software tools and the use of modern programming practices are important; without such use Ada is just a large complex language which can cause productivity to decrease. The impact of Ada on development effort phases is consistent with earlier reports at the project level but not at the module level.

  5. Regulation of expression of the ada gene controlling the adaptive response. Interactions with the ada promoter of the Ada protein and RNA polymerase.

    PubMed

    Sakumi, K; Sekiguchi, M

    1989-01-20

    The Ada protein of Escherichia coli catalyzes transfer of methyl groups from methylated DNA to its own molecule, and the methylated form of Ada protein promotes transcription of its own gene, ada. Using an in vitro reconstituted system, we found that both the sigma factor and the methylated Ada protein are required for transcription of the ada gene. To elucidate molecular mechanisms involved in the regulation of the ada transcription, we investigated interactions of the non-methylated and methylated forms of Ada protein and the RNA polymerase holo enzyme (the core enzyme and sigma factor) with a DNA fragment carrying the ada promoter region. Footprinting analyses revealed that the methylated Ada protein binds to a region from positions -63 to -31, which includes the ada regulatory sequence AAAGCGCA. No firm binding was observed with the non-methylated Ada protein, although some DNase I-hypersensitive sites were produced in the promoter by both types of Ada protein. RNA polymerase did bind to the promoter once the methylated Ada protein had bound to the upstream sequence. To correlate these phenomena with the process in vivo, we used the DNAs derived from promoter-defective mutants. No binding of Ada protein nor of RNA polymerase occurred with a mutant DNA having a C to G substitution at position -47 within the ada regulatory sequence. In the case of a -35 box mutant with a T to A change at position -34, the methylated Ada protein did bind to the ada regulatory sequence, yet there was no RNA polymerase binding. Thus, the binding of the methylated Ada protein to the upstream region apparently facilitates binding of the RNA polymerase to the proper region of the promoter. The Ada protein possesses two known methyl acceptor sites, Cys69 and Cys321. The role of methylation of each cysteine residue was investigated using mutant forms of the Ada protein. The Ada protein with the cysteine residue at position 69 replaced by alanine was incapable of binding to the ada

  6. The implementation and use of Ada on distributed systems with high reliability requirements

    NASA Technical Reports Server (NTRS)

    Knight, J. C.

    1988-01-01

    The use and implementation of Ada were investigated in distributed environments in which reliability is the primary concern. In particular, the focus was on the possibility that a distributed system may be programmed entirely in Ada so that the individual tasks of the system are unconcerned with which processors are being executed, and that failures may occur in the software and underlying hardware. A secondary interest is in the performance of Ada systems and how that performance can be gauged reliably. Primary activities included: analysis of the original approach to recovery in distributed Ada programs using the Advanced Transport Operating System (ATOPS) example; review and assessment of the original approach which was found to be capable of improvement; development of a refined approach to recovery that was applied to the ATOPS example; and design and development of a performance assessment scheme for Ada programs based on a flexible user-driven benchmarking system.

  7. Toward real-time performance benchmarks for Ada

    NASA Technical Reports Server (NTRS)

    Clapp, Russell M.; Duchesneau, Louis; Volz, Richard A.; Mudge, Trevor N.; Schultze, Timothy

    1986-01-01

    The issue of real-time performance measurements for the Ada programming language through the use of benchmarks is addressed. First, the Ada notion of time is examined and a set of basic measurement techniques are developed. Then a set of Ada language features believed to be important for real-time performance are presented and specific measurement methods discussed. In addition, other important time related features which are not explicitly part of the language but are part of the run-time related features which are not explicitly part of the language but are part of the run-time system are also identified and measurement techniques developed. The measurement techniques are applied to the language and run-time system features and the results are presented.

  8. An Assessment of Ada’s Suitability in General Purpose Programming Applications.

    DTIC Science & Technology

    1985-09-01

    selected to honor the mathematician Lady Augusta Ada Byron (1815-1852), Countess of Lovelace. The Countess worked with Charles Babbage on his difference...stray from our research objectives. We would also like to thank Dr. Charles Richard for the assistance he gave us while learning the Ada language

  9. A graphically oriented specification language for automatic code generation. GRASP/Ada: A Graphical Representation of Algorithms, Structure, and Processes for Ada, phase 1

    NASA Technical Reports Server (NTRS)

    Cross, James H., II; Morrison, Kelly I.; May, Charles H., Jr.; Waddel, Kathryn C.

    1989-01-01

    The first phase of a three-phase effort to develop a new graphically oriented specification language which will facilitate the reverse engineering of Ada source code into graphical representations (GRs) as well as the automatic generation of Ada source code is described. A simplified view of the three phases of Graphical Representations for Algorithms, Structure, and Processes for Ada (GRASP/Ada) with respect to three basic classes of GRs is presented. Phase 1 concentrated on the derivation of an algorithmic diagram, the control structure diagram (CSD) (CRO88a) from Ada source code or Ada PDL. Phase 2 includes the generation of architectural and system level diagrams such as structure charts and data flow diagrams and should result in a requirements specification for a graphically oriented language able to support automatic code generation. Phase 3 will concentrate on the development of a prototype to demonstrate the feasibility of this new specification language.

  10. Program and Management Support for the Office for Military Performance Assessment Technology

    DTIC Science & Technology

    1993-03-01

    AD-A270 790 AD_ _ _ _ CONTRACT NO: DAMDI7-90-C-0061 TITLE: PROGRAM AND MANAGEMENT SUPPORT FOR THE OFFICE FOR MILITARY PERFORMANCE ASSESSMENT... the Office of Military Performance Assessment Technology (OMPAT). 1.1 Bag-kg n m. The OMPAT evolved from the Joint Working Group on Drug Dependent...facility was located, leased and occupied by Morgan Management Systems, Inc. staff and designated as the OMPAT Field Office. The office was located at 12075B

  11. Ada Integrated Environment III Computer Program Development Specification. Volume III. Ada Optimizing Compiler.

    DTIC Science & Technology

    1981-12-01

    file.library-unit{.subunit).SYMAP Statement Map: library-file. library-unit.subunit).SMAP Type Map: 1 ibrary.fi le. 1 ibrary-unit{.subunit). TMAP The library...generator SYMAP Symbol Map code generator SMAP Updated Statement Map code generator TMAP Type Map code generator A.3.5 The PUNIT Command The P UNIT...Core.Stmtmap) NAME Tmap (Core.Typemap) END Example A-3 Compiler Command Stream for the Code Generator Texas Instruments A-5 Ada Optimizing Compiler

  12. Ada Adoption Handbook: A Program Manager’s Guide, Version 2.0

    DTIC Science & Technology

    1992-10-01

    specifically Ada oriented: "* Compilation order tool: A capability that, when given a set of Ada units, determines the com- pilation order. "* Automatic...July 1992. 146. Knapper. R. J., Linn, C. J.. & Salasin, J. Guidelines for Tailoring DOD-S TD-2167A for SOS Software Development. IDA Paper P- 2018

  13. Simulation of the space station information system in Ada

    NASA Technical Reports Server (NTRS)

    Spiegel, James R.

    1986-01-01

    The Flexible Ada Simulation Tool (FAST) is a discrete event simulation language which is written in Ada. FAST has been used to simulate a number of options for ground data distribution of Space Station payload data. The fact that Ada language is used for implementation has allowed a number of useful interactive features to be built into FAST and has facilitated quick enhancement of its capabilities to support new modeling requirements. General simulation concepts are discussed, and how these concepts are implemented in FAST. The FAST design is discussed, and it is pointed out how the used of the Ada language enabled the development of some significant advantages over classical FORTRAN based simulation languages. The advantages discussed are in the areas of efficiency, ease of debugging, and ease of integrating user code. The specific Ada language features which enable these advances are discussed.

  14. Safe and Efficient Support for Embeded Multi-Processors in ADA

    NASA Astrophysics Data System (ADS)

    Ruiz, Jose F.

    2010-08-01

    New software demands increasing processing power, and multi-processor platforms are spreading as the answer to achieve the required performance. Embedded real-time systems are also subject to this trend, but in the case of real-time mission-critical systems, the properties of reliability, predictability and analyzability are also paramount. The Ada 2005 language defined a subset of its tasking model, the Ravenscar profile, that provides the basis for the implementation of deterministic and time analyzable applications on top of a streamlined run-time system. This Ravenscar tasking profile, originally designed for single processors, has proven remarkably useful for modelling verifiable real-time single-processor systems. This paper proposes a simple extension to the Ravenscar profile to support multi-processor systems using a fully partitioned approach. The implementation of this scheme is simple, and it can be used to develop applications amenable to schedulability analysis.

  15. Evaluating pleural ADA, ADA2, IFN-γ and IGRA for diagnosing tuberculous pleurisy.

    PubMed

    Keng, Li-Ta; Shu, Chin-Chung; Chen, Jason Yao-Ping; Liang, Sheng-Kai; Lin, Ching-Kai; Chang, Lih-Yu; Chang, Chia-Hao; Wang, Jann-Yuan; Yu, Chong-Jen; Lee, Li-Na

    2013-10-01

    Conventional methods for diagnosing tuberculous pleurisy (TB pleurisy) are either invasive or have a long turn-around-time. Performances of pleural adenosine deaminase (ADA), ADA2, interferon-gamma (IFN-γ), and interferon-gamma release assays (IGRA) as diagnostic tools for TB pleurisy were evaluated. Eighty-eight patients with lymphocyte-predominant pleural exudates between June 2010 and March 2011, including 31 with clinically diagnosed TB pleurisy, were prospectively studied. Pleural ADA and ADA2 activity were measured by colorimetric method, IFN-γ levels by enzyme-linked immuno-sorbent assay, and IGRA by enzyme-linked immuno-spot (T-SPOT.TB) assay. Pleural ADA, ADA2, and IFN-γ levels, but not the proportion of positive T-SPOT.TB assay, were significantly higher in patients with TB pleurisy than in those without TB pleurisy. The area under the receiver-operating-characteristic (ROC) curve was 0.920, 0.893, 0.875, and 0.544 for IFN-γ, ADA2, ADA, and T-SPOT.TB assay, respectively. The combination of ADA ≥ 40 IU/L and IFN-γ ≥ 75 pg/mL yielded a specificity of 100%. Pleural ADA, ADA2 and IFN-γ, but not T-SPOT.TB assay, are all sensitive and specific for TB pleurisy. In patients with lymphocyte-predominant pleural exudates, ADA ≥ 40 IU/L and IFN-γ ≥ 75 pg/mL in pleural effusion imply a very high probability of TB pleurisy. Copyright © 2013 The British Infection Association. Published by Elsevier Ltd. All rights reserved.

  16. Ada (Trade Name) Compiler Validation Summary Report: Alsys Inc., AlsyCOMP 003, V3.1, Wang PC 280.

    DTIC Science & Technology

    1988-06-04

    Compiler /a tidation Capability. A set of programs that evaluates the conformity of a compiler to the Ada languaJe speci ficat.ion, AIST/MIL-STD--18... Engineering *Ada o ;; ,es~ered trademark of the United States Government (Ada Joint Program Office) A-2 "- S.! ’S APPENDIX B APPENDIX F OF THE Ada...AND ADDRESS 10. PROGRAM ELEMENT, PROJECT. TASK The National Computing Centre Limited AREA & WORK UNIT NUMBERS Manchester, UK ŕ 11. CONTROLLING OFFICE

  17. Ada (Trade Name) Compiler Validation Summary Report: Harris Corporation. Harris Ada Compiler, Version 3.1. Harris H1200.

    DTIC Science & Technology

    1987-06-03

    F TADADS I 3- bi. I A - I EEOM "O.VPAGE:N(..4-A I . RE 12. GOVT ACCESSION NO. 3. RECIPIENT’S CATALOG NUMBER 4. TITLE (andSubtitle) 5. TYPE OF REPORT...reverse side if necessary and identify by block number) See Attached / 1 DD 10"m 1473 EDITION OF I NOV 65 IS OBSOLETE 1 JAN 73 S/N 0102-LF-014-6601...States Government (Ada Joint Program Office). i 4 AVF Control Number: AVF-VSR-8C.0787 87-01 -07-HAR Ada® COMPILER VALIDATION SUMMARY REPORT: Harris

  18. The implementation and use of Ada on distributed systems with high reliability requirements

    NASA Technical Reports Server (NTRS)

    Knight, J. C.

    1986-01-01

    The use and implementation of Ada in distributed environments in which reliability is the primary concern were investigted. A distributed system, programmed entirely in Ada, was studied to assess the use of individual tasks without concern for the processor used. Continued development and testing of the fault tolerant Ada testbed; development of suggested changes to Ada to cope with the failures of interest; design of approaches to fault tolerant software in real time systems, and the integration of these ideas into Ada; and the preparation of various papers and presentations were discussed.

  19. Transferring data objects: A focused Ada investigation

    NASA Technical Reports Server (NTRS)

    Legrand, Sue

    1988-01-01

    The use of the Ada language does not guarantee that data objects will be in the same form or have the same value after they have been stored or transferred to another system. There are too many possible variables in such things as the formats used and other protocol conditions. Differences may occur at many different levels of support. These include program level, object level, application level, and system level. A standard language is only one aspect of making a complex system completely homogeneous. Many components must be standardized and the various standards must be integrated. The principal issues in providing for interaction between systems are of exchanging files and data objects between systems which may not be compatible in terms of their host computer, operating system or other factors. A typical resolution of the problem of invalidating data involves at least a common external form, for data objects and for representing the relationships and attributes of data collections. Some of the issues dealing with the transfer of data are listed and consideration is given on how these issues may be handled in the Ada language.

  20. Alteration of lysine 178 in the hinge region of the Escherichia coli ada protein interferes with activation of ada, but not alkA, transcription.

    PubMed

    Saget, B M; Shevell, D E; Walker, G C

    1995-03-01

    communication of conformational information between the amino- and the carboxyl-terminal domains. These results indicate that the hinge region of Ada is important for ada but not alkA transcription and further support the notion that the mechanism(s) by which Ada activates ada transcription differs from that by which it activates transcription at alkA.

  1. Analysis of serum adenosine deaminase (ADA) and ADA1 and ADA2 isoenzyme activities in HIV positive and HIV-HBV co-infected patients.

    PubMed

    Khodadadi, Iraj; Abdi, Mohammad; Ahmadi, Abbas; Wahedi, Mohammad Saleh; Menbari, Shahoo; Lahoorpour, Fariba; Rahbari, Rezgar

    2011-08-01

    To determine adenosine deaminase (ADA) activity as a possible diagnostic marker in HIV and HIV-HBV co-infected patients. Blood samples were collected from 72 healthy, 33 HIV positive and 30 HIV-HBV co-infected subjects. Blood CD4+ cell count was recorded and serum alanine aminotransferase, aspartate aminotransferase, alkaline phosphatase, total ADA, and ADA1 and ADA2 isoenzyme activities were determined. Serum ALT, AST, total ADA and ADA2 isoenzyme activities were significantly higher in HIV positive and HIV-HBV co-infected groups compare to the control (p<0.05), whereas serum ALP showed no differences between groups. CD4+ cell counts markedly decreased in all patients and showed a significant inverse correlation with ADA activities (R(2)=0.589, p<0.001). Serum ADA was significantly increased in HIV and HIV-HBV co-infections. Therefore, because of its low cost and simplicity to perform, ADA activity might be considered as a useful diagnostic tool among the other markers in these diseases. Copyright © 2011 The Canadian Society of Clinical Chemists. Published by Elsevier Inc. All rights reserved.

  2. First International Conference on Ada (R) Programming Language Applications for the NASA Space Station, volume 1

    NASA Technical Reports Server (NTRS)

    Bown, Rodney L. (Editor)

    1986-01-01

    Topics discussed include: test and verification; environment issues; distributed Ada issues; life cycle issues; Ada in Europe; management/training issues; common Ada interface set; and run time issues.

  3. Ada as an implementation language for knowledge based systems

    NASA Technical Reports Server (NTRS)

    Rochowiak, Daniel

    1990-01-01

    Debates about the selection of programming languages often produce cultural collisions that are not easily resolved. This is especially true in the case of Ada and knowledge based programming. The construction of programming tools provides a desirable alternative for resolving the conflict.

  4. Ada Compiler Validation Summary Report: Certificate Number: 900121S1. 10251 Computer Sciences Corporation MC Ada V1.2.Beta/Concurrent Computer Corporation Concurrent/Masscomp 5600 Host To Concurrent/Masscomp 5600 (Dual 68020 Processor Configuration) Target

    DTIC Science & Technology

    1990-04-23

    developed Ada Real - Time Operating System (ARTOS) for bare machine environments(Target), ACW 1.1I0. " ; - -M.UIECTTERMS Ada programming language, Ada...configuration) Operating System: CSC developed Ada Real - Time Operating System (ARTOS) for bare machine environments Memory Size: 4MB 2.2...Test Method Testing of the MC Ado V1.2.beta/ Concurrent Computer Corporation compiler and the CSC developed Ada Real - Time Operating System (ARTOS) for

  5. Two courts say ADA doesn't apply in parental rights cases.

    PubMed

    1999-10-01

    State courts in Connecticut and Ohio have ruled that the Americans with Disabilities Act (ADA) cannot be used as a defense against efforts by State child welfare agencies to gain custody of neglected or abused children. The ADA prohibits an individual from being denied access to services, programs, or activities of a public entity, but the courts ruled that the ADA did not apply to parental termination cases. The Connecticut and Ohio rulings both held that parents cannot use the ADA to prevent their children from being removed after they have been abused. The cases involved the States' obligations to preserve the family, but the courts ruled the question of whether welfare officials did their best to accommodate parents was irrelevant. A chart displays how the ADA applies to termination hearings in 12 States.

  6. Occupational therapy and the Americans with Disabilities Act (ADA).

    PubMed

    2000-01-01

    Occupational therapy practitioners play a key role in educating the public, as well as persons with disabilities, about their rights and responsibilities under the ADA. Occupational therapy practitioners' understanding of work and task analysis, knowledge of the functional limitations of disability, and experience with reasonable accommodations, adaptive equipment, and environmental adaptations place them in a unique position to serve as a resource in ADA-related matters [EEOC, Title I Technical Assistance Manual sections 3.6, 3.10(6), 4.5(4), 6.2, 6.4, 6.6 (1992)]. The AOTA supports the fundamental purposes of the ADA and encourages its members to assist the public in complying with ADA mandates to promote the inclusion of persons with disabilities into the mainstream of society and the pursuit of meaningful occupations.

  7. Justices challenge notion that prisons are exempt from ADA.

    PubMed

    1998-05-15

    The U. S. Supreme Court questioned Paul Tufano, a Pennsylvania general council member, in a case involving whether prisoners are exempt from the Americans with Disabilities Act (ADA). The case, brought by former inmate [name removed] [name removed] against the Pennsylvania Department of Corrections, claimed that because [name removed] suffered from hypertension he was prevented from participating in a boot camp program or other programs that might have led to an earlier release. As a result, [name removed] was incarcerated a year longer than he might have been. Pennsylvania's position is that prisoners are exempt from the ADA. However, under sharp questioning by several justices, Tufano agreed that the statute does apply to prison employees and visitors. The verdict could have wide-ranging implications for prisoners with HIV. Circuit courts have been divided on the issue of what a public entity is and whether the ADA applies. A decision is expected by June 30.

  8. State prisons are covered by ADA, 7th Circuit rules.

    PubMed

    1997-07-25

    Prison inmate [name removed] sued the Indiana Department of Corrections, claiming it violated the Americans with Disabilities Act (ADA) by denying him access to education programs, the library, and the dining hall because he is blind. The 7th U.S. Circuit Court of Appeals rejected the district court's decision to dismiss the case based on the grounds that the ADA does not apply to prison inmates. The court held that the Department of Corrections cannot exclude an inmate with a disability from prison programs unless the accommodation caused an undue burden on the system.

  9. Constructing a working taxonomy of functional Ada software components for real-time embedded system applications

    NASA Technical Reports Server (NTRS)

    Wallace, Robert

    1986-01-01

    A major impediment to a systematic attack on Ada software reusability is the lack of an effective taxonomy for software component functions. The scope of all possible applications of Ada software is considered too great to allow the practical development of a working taxonomy. Instead, for the purposes herein, the scope of Ada software application is limited to device and subsystem control in real-time embedded systems. A functional approach is taken in constructing the taxonomy tree for identified Ada domain. The use of modular software functions as a starting point fits well with the object oriented programming philosophy of Ada. Examples of the types of functions represented within the working taxonomy are real time kernels, interrupt service routines, synchronization and message passing, data conversion, digital filtering and signal conditioning, and device control. The constructed taxonomy is proposed as a framework from which a need analysis can be performed to reveal voids in current Ada real-time embedded programming efforts for Space Station.

  10. Ada Compiler Validation Summary Report: Certificate Number: 901212I1. 11120 Tartan Inc., Tartan Ada VMS/960MC Version 4.0 VAXstation 3100 = Intel ICE960/25 on an VMS 5.2 Intel EXV80960MC Board

    DTIC Science & Technology

    1991-01-09

    5.2 (Target), 90121211 .11120 6. AUTHOR( S ) IABG-AVFT IOttobrunn, Federal Republic of Germany 7 PERFORMING ORGANIZATION NAME( S ) AND ADDRESS(ES) N-1...FEDERAL REPUBLIC OF GERMANY 9 SPONSORINGMONITORING AGENCY NAME( S ) AND ADDRESS( ES) 10. SPONSORING/ONITORING AGENCY Ada Joint Program Office REPORT NUMBER...Ada implementacion for which validation status is realized. Host Computer A computer system where Ada source programs are transformec System into

  11. Compiling knowledge-based systems specified in KEE to Ada

    NASA Technical Reports Server (NTRS)

    Filman, Robert E.; Feldman, Roy D.

    1991-01-01

    The first year of the PrKAda project is recounted. The primary goal was to develop a system for delivering Artificial Intelligence applications developed in the ProKappa system in a pure-Ada environment. The following areas are discussed: the ProKappa core and ProTalk programming language; the current status of the implementation; the limitations and restrictions of the current system; and the development of Ada-language message handlers in the ProKappa environment.

  12. ADA, the Programming Language of Choice for the UPMSat-2 Satellite

    NASA Astrophysics Data System (ADS)

    Garrido, Jorge; Zamorano, Juan; de la Puente, Juan A.; Alonso, Alejandro; Salazar, Emilio

    2015-09-01

    The proper selection of development mechanisms and tools is essential for the final success of any engineering project. This is also true when it comes to software development. Furthermore, when the system shows very specific and hard to meet requirements, as it happens for high-integrity real-time systems, the appropriate selection is crucial. For this kind of systems, Ada has proven to be a successful companion, and satellites are not an exception. The paper presents the reasons behind the selection of Ada for the UPMSat-2 development, along with the experience and examples on its usage.

  13. The implementation and use of Ada on distributed systems with high reliability requirements

    NASA Technical Reports Server (NTRS)

    Knight, J. C.; Gregory, S. T.; Urquhart, J. I. A.

    1985-01-01

    The use and implementation of Ada in distributed environments in which reliability is the primary concern were investigated. In particular, the concept that a distributed system may be programmed entirely in Ada so that the individual tasks of the system are unconcerned with which processors they are executing on, and that failures may occur in the software or underlying hardware was examined. Progress is discussed for the following areas: continued development and testing of the fault-tolerant Ada testbed; development of suggested changes to Ada so that it might more easily cope with the failure of interest; and design of new approaches to fault-tolerant software in real-time systems, and integration of these ideas into Ada.

  14. AdaNET research project

    NASA Technical Reports Server (NTRS)

    Digman, R. Michael

    1988-01-01

    The components necessary for the success of the commercialization of an Ada Technology Transition Network are reported in detail. The organizational plan presents the planned structure for services development and technical transition of AdaNET services to potential user communities. The Business Plan is the operational plan for the AdaNET service as a commercial venture. The Technical Plan is the plan from which the AdaNET can be designed including detailed requirements analysis. Also contained is an analysis of user fees and charges, and a proposed user fee schedule.

  15. AN ADA LINEAR ALGEBRA PACKAGE MODELED AFTER HAL/S

    NASA Technical Reports Server (NTRS)

    Klumpp, A. R.

    1994-01-01

    This package extends the Ada programming language to include linear algebra capabilities similar to those of the HAL/S programming language. The package is designed for avionics applications such as Space Station flight software. In addition to the HAL/S built-in functions, the package incorporates the quaternion functions used in the Shuttle and Galileo projects, and routines from LINPAK that solve systems of equations involving general square matrices. Language conventions in this package follow those of HAL/S to the maximum extent practical and minimize the effort required for writing new avionics software and translating existent software into Ada. Valid numeric types in this package include scalar, vector, matrix, and quaternion declarations. (Quaternions are fourcomponent vectors used in representing motion between two coordinate frames). Single precision and double precision floating point arithmetic is available in addition to the standard double precision integer manipulation. Infix operators are used instead of function calls to define dot products, cross products, quaternion products, and mixed scalar-vector, scalar-matrix, and vector-matrix products. The package contains two generic programs: one for floating point, and one for integer. The actual component type is passed as a formal parameter to the generic linear algebra package. The procedures for solving systems of linear equations defined by general matrices include GEFA, GECO, GESL, and GIDI. The HAL/S functions include ABVAL, UNIT, TRACE, DET, INVERSE, TRANSPOSE, GET, PUT, FETCH, PLACE, and IDENTITY. This package is written in Ada (Version 1.2) for batch execution and is machine independent. The linear algebra software depends on nothing outside the Ada language except for a call to a square root function for floating point scalars (such as SQRT in the DEC VAX MATHLIB library). This program was developed in 1989, and is a copyrighted work with all copyright vested in NASA.

  16. The implementation and use of Ada on distributed systems with high reliability requirements

    NASA Technical Reports Server (NTRS)

    Knight, J. C.

    1984-01-01

    The use and implementation of Ada in distributed environments in which reliability is the primary concern is investigated. Emphasis is placed on the possibility that a distributed system may be programmed entirely in ADA so that the individual tasks of the system are unconcerned with which processors they are executing on, and that failures may occur in the software or underlying hardware. The primary activities are: (1) Continued development and testing of our fault-tolerant Ada testbed; (2) consideration of desirable language changes to allow Ada to provide useful semantics for failure; (3) analysis of the inadequacies of existing software fault tolerance strategies.

  17. ADA Integrated Environment III. System Specification.

    DTIC Science & Technology

    1981-12-01

    different from Report) Same ’S. SUPPLEMENTARY NOTES RADC Project Engineer: Elizabeth S. Kean (COES) 19. KEY WORDS (Cortinue an reverse s,do if...is a (ollection of programs associated with the Ada Integrated Environment instead of a particular user. When the AlE is bru (Jht tip on a machine, the

  18. Initial Ada components evaluation

    NASA Technical Reports Server (NTRS)

    Moebes, Travis

    1989-01-01

    The SAIC has the responsibility for independent test and validation of the SSE. They have been using a mathematical functions library package implemented in Ada to test the SSE IV and V process. The library package consists of elementary mathematical functions and is both machine and accuracy independent. The SSE Ada components evaluation includes code complexity metrics based on Halstead's software science metrics and McCabe's measure of cyclomatic complexity. Halstead's metrics are based on the number of operators and operands on a logical unit of code and are compiled from the number of distinct operators, distinct operands, and total number of occurrences of operators and operands. These metrics give an indication of the physical size of a program in terms of operators and operands and are used diagnostically to point to potential problems. McCabe's Cyclomatic Complexity Metrics (CCM) are compiled from flow charts transformed to equivalent directed graphs. The CCM is a measure of the total number of linearly independent paths through the code's control structure. These metrics were computed for the Ada mathematical functions library using Software Automated Verification and Validation (SAVVAS), the SSE IV and V tool. A table with selected results was shown, indicating that most of these routines are of good quality. Thresholds for the Halstead measures indicate poor quality if the length metric exceeds 260 or difficulty is greater than 190. The McCabe CCM indicated a high quality of software products.

  19. AdaNET executive summary

    NASA Technical Reports Server (NTRS)

    Digman, R. Michael

    1988-01-01

    The goal of AdaNET is to transfer existing and emerging software engineering technology from the Federal government to the private sector. The views and perspectives of the current project participants on long and short term goals for AdaNET; organizational structure; resources and returns; summary of identified AdaNET services; and the summary of the organizational model currently under discussion are presented.

  20. Ada and the rapid development lifecycle

    NASA Technical Reports Server (NTRS)

    Deforrest, Lloyd; Gref, Lynn

    1991-01-01

    JPL is under contract, through NASA, with the US Army to develop a state-of-the-art Command Center System for the US European Command (USEUCOM). The Command Center System will receive, process, and integrate force status information from various sources and provide this integrated information to staff officers and decision makers in a format designed to enhance user comprehension and utility. The system is based on distributed workstation class microcomputers, VAX- and SUN-based data servers, and interfaces to existing military mainframe systems and communication networks. JPL is developing the Command Center System utilizing an incremental delivery methodology called the Rapid Development Methodology with adherence to government and industry standards including the UNIX operating system, X Windows, OSF/Motif, and the Ada programming language. Through a combination of software engineering techniques specific to the Ada programming language and the Rapid Development Approach, JPL was able to deliver capability to the military user incrementally, with comparable quality and improved economies of projects developed under more traditional software intensive system implementation methodologies.

  1. EEOC: benefits application doesn't preclude ADA complaint. Equal Employment Opportunity Commission.

    PubMed

    1997-03-07

    The Equal Employment Opportunity Commission (EEOC) issued new enforcement guidelines that give employees, including those with AIDS, greater opportunities to press employment discrimination claims in court. An individual may simultaneously be eligible for disability benefits and for legal rights under the Americans with Disabilities Act (ADA). The guidance was developed and issued following a series of court decisions that blocked plaintiffs in ADA cases from proceeding with litigation because they had received disability benefits. ADA standards differ fundamentally from those of disability programs, such as social security, worker's compensation, and disability insurance.

  2. Formal Semanol Specification of Ada.

    DTIC Science & Technology

    1980-09-01

    concurrent task modeling involved very little change to the SEMANOL metalanguage. A primitive capable of initiating concurrent SEMANOL task processors...i.e., #CO-COMPUTE) and two primitivc-; corresponding to integer semaphores (i.c., #P and #V) were all that were required. In addition, these changes... synchronization techniques and choice of correct unblocking alternatives. We should note that it had been our original intention to use the Ada Translator program

  3. U.S. Supreme Court rules ADA applies to correctional facilities.

    PubMed

    1998-06-26

    In the Pennsylvania Department of Corrections v. [Name removed], the U.S. Supreme Court unanimously ruled that correctional facilities are subject to the provisions under the Americans with Disabilities Act (ADA); this ruling has broad implications for prisoners with HIV infection. When [name removed] was denied admission to a motivational boot camp program at the prison due to hypertension, he sued, claiming that his rights under the ADA had been violated. The Court rejected Pennsylvania's argument that eligibility and participation, as used in Title II of the ADA, imply voluntariness and, therefore, do not apply because inmates are being held against their will. The Court further rejected the argument that the ADA excluded prisoners because the act doesn't specifically mention them. This decision may aid in a case that is before the 11th Circuit Court regarding inmates with HIV having the right to equal access to services. Oral arguments on the 11th Circuit Court case will be heard on September 10, 1998.

  4. Interesting viewpoints to those who will put Ada into practice

    NASA Technical Reports Server (NTRS)

    Carlsson, Arne

    1986-01-01

    Ada will most probably be used as the programming language for computers in the NASA Space Station. It is reasonable to suppose that Ada will be used for at least embedded computers, because the high software costs for these embedded computers were the reason why Ada activities were initiated about ten years ago. The on-board computers are designed for use in space applications, where maintenance by man is impossible. All manipulation of such computers has to be performed in an autonomous way or remote with commands from the ground. In a manned Space Station some maintenance work can be performed by service people on board, but there are still a lot of applications, which require autonomous computers, for example, vital Space Station functions and unmanned orbital transfer vehicles. Those aspect which have come out of the analysis of Ada characteristics together with the experience of requirements for embedded on-board computers in space applications are examined.

  5. The inclusion of ADA-SCID in expanded newborn screening by tandem mass spectrometry.

    PubMed

    la Marca, Giancarlo; Giocaliere, Elisa; Malvagia, Sabrina; Funghini, Silvia; Ombrone, Daniela; Della Bona, Maria Luisa; Canessa, Clementina; Lippi, Francesca; Romano, Francesca; Guerrini, Renzo; Resti, Massimo; Azzari, Chiara

    2014-01-01

    Severe combined immunodeficiency due to adenosine-deaminase defect (ADA-SCID) is usually deadly in childhood because of severe recurrent infections. When clinical diagnosis is done, permanent damages due to infections or metabolite accumulation are often present. Gene therapy, bone marrow transplantation or enzyme replacement therapy may be effective if started early. The aim of this study was to set-up a robust method suitable for screening with a minimized preparation process and with inexpensive running costs, for diagnosing ADA-SCID by tandem mass spectrometry. ADA-SCID satisfies all the criteria for inclusion in a newborn screening program. We describe a protocol revised to incorporate adenosine and 2-deoxyadenosine testing into an expanded newborn screening program. We assessed the effectiveness of this approach testing dried blood spots from 4 genetically confirmed early-onset and 5 delayed-onset ADA-SCID patients. Reference values were established on 50,000 healthy newborns (deoxyadenosine <0.09μmol/L, adenosine <1.61μmol/L). We also developed a second tier test to distinguish true positives from false positives and improve the positive predictive value of an initial abnormal result. In the first 18 months, the pilot project has identified a newborn with a genetically confirmed defect in adenosine deaminase (ADA) gene. The results show that the method having great simplicity, low cost and low process preparations can be fully applicable to a mass screening program. Copyright © 2013 Elsevier B.V. All rights reserved.

  6. Toward ADA: The Continuing Development of an ADA Compiler.

    DTIC Science & Technology

    1981-12-01

    the compiler. 1.2 Background Augusta Ada Byron, Countess Lovelace, the daughter of the poet Lord Byron, was a colleague of Charles Babbage and author of...continuing development of the AFIT-Ada compiler. The encouragement I received from Dr. Charles W. Roark, who taught the compiler sequence, and Roie R...thank my advisor, Roie R. Black, for his continuing counsel and advice. Many thanks to my readers, Dr James P. Rutledge and Charles W. Richard, for

  7. Righting the ADA

    ERIC Educational Resources Information Center

    National Council on Disability, 2004

    2004-01-01

    Many Americans with disabilities feel that a series of negative court decisions is reducing their status to that of "second-class citizens," a status that the Americans with Disabilities Act (ADA) was supposed to remedy forever. In this report, the National Council on Disability (NCD), which first proposed the enactment of an ADA and…

  8. Translation of one high-level language to another: COBOL to ADA, an example

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Hill, J.A.

    1986-01-01

    This dissertation discusses the difficulties encountered in, and explores possible solutions to, the task of automatically converting programs written in one HLL, COBOL, into programs written in another HLL, Ada, and still maintain readability. This paper presents at least one set of techniques and algorithms to solve many of the problems that were encountered. The differing view of records is solved by isolating those instances where it is a problem, then using the RENAMES option of Ada. Several solutions to doing the decimal-arithmetic translation are discussed. One method used is to emulate COBOL arithmetic in an arithmetic package. Another partialmore » solution suggested is to convert the values to decimal-scaled integers and use modular arithmetic. Conversion to fixed-point type and floating-point type are the third and fourth methods. The work of another researcher, Bobby Othmer, is utilized to correct any unstructured code, to remap statements not directly translatable such as ALTER, and to pull together isolated code sections. Algorithms are then presented to convert this restructured COBOL code into Ada code with local variables, parameters, and packages. The input/output requirements are partially met by mapping them to a series of procedure calls that interface with Ada's standard input-output package. Several examples are given of hand translations of COBOL programs. In addition, a possibly new method is shown for measuring the readability of programs.« less

  9. ADA and multi-microprocessor real-time simulation

    NASA Technical Reports Server (NTRS)

    Feyock, S.; Collins, W. R.

    1983-01-01

    The selection of a high-order programming language for a real-time distributed network simulation is described. The additional problem of implementing a language on a possibly changing network is addressed. The recently designed language ADA (trademarked by DoD) was chosen since it provides the best model of the underlying application to be simulated.

  10. Ada Implementation Guide. Software Engineering With Ada. Volume 1

    DTIC Science & Technology

    1994-04-01

    Staff, Department ofDefense Dictionary of Military and Associated Terms, Washington, D.C., 1989. STARS McDonal , C., and S . Redwine, *STARS Glossary: A...ADýA28 357> offj I Volume I I SI I t Ada Implementation II Guide 5 Software Engineering With AdaI I S DTIC QUALITY INSPECTED S 5 April 1994 g " 94...and Abbreviations ...................... I I N p a S I I I i I Libt of F4g u OW Tahl Figures 2-1 DON Directives and Instructions for Implementing Public

  11. An Object-Oriented Database Interface for Ada

    DTIC Science & Technology

    1993-12-01

    single object model, a unique extension for each ODM system may be required. The existence of Classic Ada with persistence provides evidence that a...prototypes and also through a commercial product known as Classic Ada with persistence. Classic Ada, a product marketed by Software Productivity Solutions...legal Ada constructs. Classic Ada with persistence provides an extra keyword, persistent, so that a user-defined class can be declared persistent. The

  12. Artificial intelligence and the space station software support environment

    NASA Technical Reports Server (NTRS)

    Marlowe, Gilbert

    1986-01-01

    In a software system the size of the Space Station Software Support Environment (SSE), no one software development or implementation methodology is presently powerful enough to provide safe, reliable, maintainable, cost effective real time or near real time software. In an environment that must survive one of the most harsh and long life times, software must be produced that will perform as predicted, from the first time it is executed to the last. Many of the software challenges that will be faced will require strategies borrowed from Artificial Intelligence (AI). AI is the only development area mentioned as an example of a legitimate reason for a waiver from the overall requirement to use the Ada programming language for software development. The limits are defined of the applicability of the Ada language Ada Programming Support Environment (of which the SSE is a special case), and software engineering to AI solutions by describing a scenario that involves many facets of AI methodologies.

  13. Structuring the formal definition of Ada

    NASA Technical Reports Server (NTRS)

    Hansen, Kurt W.

    1986-01-01

    The structure of the formal definition of Ada are described. At present, a difficult subset of Ada has been defined and the experience gained so far by this work is reported. Currently, the work continues towards the formal definition of the Ada language.

  14. Diagnostic Value of Serum Adenosine Deaminase (ADA) Level for Pulmonary Tuberculosis.

    PubMed

    Salmanzadeh, Shokrollah; Tavakkol, Heshmatollah; Bavieh, Khalid; Alavi, Seyed Mohammad

    2015-03-01

    Diagnosis of tuberculosis (TB) is not always easy, thus employing methods with a short duration and acceptable sensitivity and specificity is necessary to diagnose TB. The aim of this study was to investigate the diagnostic value of serum adenosine deaminase (ADA) level for diagnosis of pulmonary tuberculosis. A total of 160 sex and age-matched subjects were included in this study, and were divided to four groups; forty patients with pulmonary tuberculosis (PTB) diagnosed based on the national TB program (NTP), forty patients with non-tuberculosis bacterial pneumonia, forty patients with lung cancer and forty people who were healthy in every respect. Serum adenosine deaminase activity in patients of each group was measured by the Giusti and Galanti calorimetry method using a commercial kit (Diazyme, USA). The ANOVA analysis was used to compare groups for quantitative variables. Mean serum ADA level in the PTB group was clearly higher than the mean serum ADA in the other three groups. Mean serum ADA was 26 IU/L in PTB patients, 19.48 IU/L in patients with pneumonia, 15.8 IU/L in patients with lung cancer, and 10.7 IU/L in the control group (P < 0.05). In regard to the cut off value of 26 IU/L for ADA in patients with PTB sensitivity and specificity was defined as 35% and 91%, respectively. Serum ADA activity with high specificity percentage may be a useful alternative test in restricted resource areas to rule out diagnosis of PTB. However, serum ADA activity is not a useful tool for TB diagnosis.

  15. The implementation and use of ADA on distributed systems with high reliability requirements

    NASA Technical Reports Server (NTRS)

    Knight, J. C.

    1985-01-01

    The use and implementation of Ada in distributed environments in which reliability is the primary concern is investigated. Emphasis is placed on the possibility that a distributed system may be programmed entirely in Ada so that the individual tasks of the system are unconcerned with which processors they are executing on, and that failures may occur in the software or underlying hardware. A new linguistic construct, the colloquy, is introduced which solves the problems identified in an earlier proposal, the conversation. It was shown that the colloquy is at least as powerful as recovery blocks, but it is also as powerful as all the other language facilities proposed for other situations requiring backward error recovery: recovery blocks, deadlines, generalized exception handlers, traditional conversations, s-conversations, and exchanges. The major features that distinguish the colloquy are described. Sample programs that were written, but not executed, using the colloquy show that extensive backward error recovery can be included in these programs simply and elegantly. These ideas are being implemented in an experimental Ada test bed.

  16. Real-Time Ada Problem Solution Study

    DTIC Science & Technology

    1989-03-24

    been performed, there is a larger base of information concerning standards and guidelines for Ada usage, as well "lessons learned ". A number of...the target machine and operate in conjunction with the application programs, they also require system resources (CPU,memory). The utilization of...Transporter-Consumer 1694 154 6. Producer-Transpt-Buffer- Transp -Consumer 2248 204 7. Relay 906 82 8. Conditional Entry - no rendezvous 170 15

  17. Instructional Support Software System. Final Report.

    ERIC Educational Resources Information Center

    McDonnell Douglas Astronautics Co. - East, St. Louis, MO.

    This report describes the development of the Instructional Support System (ISS), a large-scale, computer-based training system that supports both computer-assisted instruction and computer-managed instruction. Written in the Ada programming language, the ISS software package is designed to be machine independent. It is also grouped into functional…

  18. The implementation and use of Ada on distributed systems with high reliability requirements

    NASA Technical Reports Server (NTRS)

    Knight, J. C.; Gregory, S. T.; Urquhart, J. I. A.

    1984-01-01

    The use and implementation of Ada (a trade mark of the US Dept. of Defense) in distributed environments in which the hardware are assumed to be unreliable were investigated. The possibility that a distributed system is programmed entirely in Ada so that the individual tasks of the system are unconcerned with which processors they are executing on and failures occurring in the underlying hardware were examined.

  19. An Ada implementation of the network manager for the advanced information processing system

    NASA Technical Reports Server (NTRS)

    Nagle, Gail A.

    1986-01-01

    From an implementation standpoint, the Ada language provided many features which facilitated the data and procedure abstraction process. The language supported a design which was dynamically flexible (despite strong typing), modular, and self-documenting. Adequate training of programmers requires access to an efficient compiler which supports full Ada. When the performance issues for real time processing are finally addressed by more stringent requirements for tasking features and the development of efficient run-time environments for embedded systems, the full power of the language will be realized.

  20. The Merits of the Continued Instruction of ADA as a First Language at the Naval Postgraduate School

    DTIC Science & Technology

    1994-09-01

    H., Ada as a Second Language, McGraw Hill Book Company, 1986. Deitel , H.M. and Deitel P.J., C+ + How to Program , Prentice Hatl, 1994. Fastrack...complex language whose success is dependent on its users knowing how to utilize all of its features to yield good programs . (Fastrack) The addition of...Ada in particular as the first programming language at the Naval Postgraduate School The catch-22 of industry’s dedication to C++ and the Department

  1. Ada (Trade Name) Compiler Validation Summary Report: Harris Corporation Harris Ada Compiler, Version 1.3 Harris HCX-7.

    DTIC Science & Technology

    1987-06-03

    Harris Corp. Harris Ada Compiler, Ver.1.3 Harris HCX-7 6. PERFORMING ORG. REPORT NUMBER 7 AUTH R(s 8. CONTRACT OR GRANT...VALIDATION SUMMARY REPORT : Harris Corporation Harris Ada Compiler, Version 1.3 Harris HCX-7 Completion of On-Site Testing: 3 June 1987 & .. . 0 Prepared...Place NTIS form here + .. . .. . .. .. Ada’ Compiler Validation Summary Report : Compiler Name: Harris Ada Compiler, Version 1.3 Host: Target: Harris

  2. SDI satellite autonomy using AI and Ada

    NASA Technical Reports Server (NTRS)

    Fiala, Harvey E.

    1990-01-01

    The use of Artificial Intelligence (AI) and the programming language Ada to help a satellite recover from selected failures that could lead to mission failure are described. An unmanned satellite will have a separate AI subsystem running in parallel with the normal satellite subsystems. A satellite monitoring subsystem (SMS), under the control of a blackboard system, will continuously monitor selected satellite subsystems to become alert to any actual or potential problems. In the case of loss of communications with the earth or the home base, the satellite will go into a survival mode to reestablish communications with the earth. The use of an AI subsystem in this manner would have avoided the tragic loss of the two recent Soviet probes that were sent to investigate the planet Mars and its moons. The blackboard system works in conjunction with an SMS and a reconfiguration control subsystem (RCS). It can be shown to be an effective way for one central control subsystem to monitor and coordinate the activities and loads of many interacting subsystems that may or may not contain redundant and/or fault-tolerant elements. The blackboard system will be coded in Ada using tools such as the ABLE development system and the Ada Production system.

  3. Gamma ray observatory dynamics simulator in Ada (GRODY)

    NASA Technical Reports Server (NTRS)

    1990-01-01

    This experiment involved the parallel development of dynamics simulators for the Gamma Ray Observatory in both FORTRAN and Ada for the purpose of evaluating the applicability of Ada to the NASA/Goddard Space Flight Center's flight dynamics environment. The experiment successfully demonstrated that Ada is a viable, valuable technology for use in this environment. In addition to building a simulator, the Ada team evaluated training approaches, developed an Ada methodology appropriate to the flight dynamics environment, and established a baseline for evaluating future Ada projects.

  4. Ada (Tradename) Compiler Validation Summary Report. Harris Corporation. Harris Ada Compiler, Version 1.0. Harris H700 and H60.

    DTIC Science & Technology

    1986-06-28

    Report : 28 JUN 1986 to 28 JUN 1987 Harris Corporation, HARRIS Ada Compiler, Version 1.0, Harris H700 and H60 6. PERFORMING ORG. REPORT ...CLASSIFICATION OF THIS PAGE (When Oata Entered) .. . • -- 7 1. -SUPPLEMENTARYNOTES Ada ® Compiler Validation Summary Report : Compiler Name: HARRIS Ada Compiler...AVF-VSR-43.1086 Ada® COMPILER VALIDATION SUMMARY REPORT : Harris Corporation HARRIS Ada Compiler, Version 1.0 Harris H700 and H60 Completion of

  5. Run-time implementation issues for real-time embedded Ada

    NASA Technical Reports Server (NTRS)

    Maule, Ruth A.

    1986-01-01

    A motivating factor in the development of Ada as the department of defense standard language was the high cost of embedded system software development. It was with embedded system requirements in mind that many of the features of the language were incorporated. Yet it is the designers of embedded systems that seem to comprise the majority of the Ada community dissatisfied with the language. There are a variety of reasons for this dissatisfaction, but many seem to be related in some way to the Ada run-time support system. Some of the areas in which the inconsistencies were found to have the greatest impact on performance from the standpoint of real-time systems are presented. In particular, a large part of the duties of the tasking supervisor are subject to the design decisions of the implementer. These include scheduling, rendezvous, delay processing, and task activation and termination. Some of the more general issues presented include time and space efficiencies, generic expansions, memory management, pragmas, and tracing features. As validated compilers become available for bare computer targets, it is important for a designer to be aware that, at least for many real-time issues, all validated Ada compilers are not created equal.

  6. ADAS Update and Maintainability

    NASA Technical Reports Server (NTRS)

    Watson, Leela R.

    2010-01-01

    Since 2000, both the National Weather Service Melbourne (NWS MLB) and the Spaceflight Meteorology Group (SMG) have used a local data integration system (LOIS) as part of their forecast and warning operations. The original LOIS was developed by the Applied Meteorology Unit (AMU) in 1998 (Manobianco and Case 1998) and has undergone subsequent improvements. Each has benefited from three-dimensional (3-D) analyses that are delivered to forecasters every 15 minutes across the peninsula of Florida. The intent is to generate products that enhance short-range weather forecasts issued in support of NWS MLB and SMG operational requirements within East Central Florida. The current LDIS uses the Advanced Regional Prediction System (ARPS) Data Analysis System (AD AS) package as its core, which integrates a wide variety of national, regional, and local observational data sets. It assimilates all available real-time data within its domain and is run at a finer spatial and temporal resolution than current national or regional-scale analysis packages. As such, it provides local forecasters with a more comprehensive understanding of evolving fine-scale weather features. Over the years, the LDIS has become problematic to maintain since it depends on AMU-developed shell scripts that were written for an earlier version of the ADAS software. The goals of this task were to update the NWS MLB/SMG LDIS with the latest version of ADAS, incorporate new sources of observational data, and upgrade and modify the AMU-developed shell scripts written to govern the system. In addition, the previously developed ADAS graphical user interface (GUI) was updated. Operationally, these upgrades will result in more accurate depictions of the current local environment to help with short-range weather forecasting applications, while also offering an improved initialization for local versions of the Weather Research and Forecasting (WRF) model used by both groups.

  7. ART/Ada design project, phase 1

    NASA Technical Reports Server (NTRS)

    1989-01-01

    An Ada-Based Expert System Building Tool Design Research Project was conducted. The goal was to investigate various issues in the context of the design of an Ada-based expert system building tool. An attempt was made to achieve a comprehensive understanding of the potential for embedding expert systems in Ada systems for eventual application in future projects. The current status of the project is described by introducing an operational prototype, ART/Ada. How the project was conducted is explained. The performance of the prototype is analyzed and compared with other related works. Future research directions are suggested.

  8. Ada Software Design Methods Formulation.

    DTIC Science & Technology

    1982-10-01

    aside for one-to-one, non -judgemental discussions between SofTech and the design teams. SofTech’s role in the meetings was to address any Ada-specific...assurance 1.0 prepare version audits 1.0 monitoring contracts 1.0 library control 1.0 other development 1.0 correspondence 1.0 conduct support design ...quality assurance 2.0 Control Board update training manuals 2.0 participation 2.5 being trained 2.0 formulation of policy 2.5 functional system design

  9. GRODY - GAMMA RAY OBSERVATORY DYNAMICS SIMULATOR IN ADA

    NASA Technical Reports Server (NTRS)

    Stark, M.

    1994-01-01

    Analysts use a dynamics simulator to test the attitude control system algorithms used by a satellite. The simulator must simulate the hardware, dynamics, and environment of the particular spacecraft and provide user services which enable the analyst to conduct experiments. Researchers at Goddard's Flight Dynamics Division developed GRODY alongside GROSS (GSC-13147), a FORTRAN simulator which performs the same functions, in a case study to assess the feasibility and effectiveness of the Ada programming language for flight dynamics software development. They used popular object-oriented design techniques to link the simulator's design with its function. GRODY is designed for analysts familiar with spacecraft attitude analysis. The program supports maneuver planning as well as analytical testing and evaluation of the attitude determination and control system used on board the Gamma Ray Observatory (GRO) satellite. GRODY simulates the GRO on-board computer and Control Processor Electronics. The analyst/user sets up and controls the simulation. GRODY allows the analyst to check and update parameter values and ground commands, obtain simulation status displays, interrupt the simulation, analyze previous runs, and obtain printed output of simulation runs. The video terminal screen display allows visibility of command sequences, full-screen display and modification of parameters using input fields, and verification of all input data. Data input available for modification includes alignment and performance parameters for all attitude hardware, simulation control parameters which determine simulation scheduling and simulator output, initial conditions, and on-board computer commands. GRODY generates eight types of output: simulation results data set, analysis report, parameter report, simulation report, status display, plots, diagnostic output (which helps the user trace any problems that have occurred during a simulation), and a permanent log of all runs and errors. The

  10. 49 CFR 37.125 - ADA paratransit eligibility: Process.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... 49 Transportation 1 2010-10-01 2010-10-01 false ADA paratransit eligibility: Process. 37.125... INDIVIDUALS WITH DISABILITIES (ADA) Paratransit as a Complement to Fixed Route Service § 37.125 ADA... § 37.121 of this part shall establish a process for determining ADA paratransit eligibility. (a) The...

  11. Is Patient Support Program Participation Associated with Longer Persistence and Improved Adherence Among New Users of Adalimumab? A Retrospective Cohort Study.

    PubMed

    Srulovici, Einav; Garg, Vishvas; Ghilai, Adi; Feldman, Becca; Hoshen, Moshe; Balicer, Ran D; Skup, Martha; Leventer-Roberts, Maya

    2018-05-10

    Adalimumab (ADA) is a medication used in the treatment of several autoimmune diseases. Despite the beneficial effects of ADA, its adherence and persistence rates are low. Patients treated with ADA from Clalit Health Services (CHS) can enroll in AbbVie's patient support program (PSP), which aims to improve ADA adherence and persistence. Therefore, we examine whether PSP participation is associated with a longer persistence and/or an improved adherence to ADA. A real-world retrospective cohort study of all new ADA users from CHS, comparing those enrolled in the offered PSP to those not enrolled. The data regarding PSP users can be tracked using CHS's data warehouse. The index date was defined as the date of the patients' first purchase of ADA occurring between August 1, 2012 and December 31, 2014. The follow-up data were collected at 12, 24, and 36 months. Persistence was assessed using survival analyses of time until discontinuation, and adherence was assessed using medication possession ratio (MPR). There were 1520 patients in the study, 755 (49.7%) of whom were PSP users. PSP users were 54.3% female vs. 51.9% among non-PSP users (p = 0.355) and they were significantly younger than non-PSP users (mean age 42.3 vs. 45.0 years, p = 0.002) The PSP and non-PSP users' persistence was 673 and 574 days, respectively (p < 0.001). Further, the PSP users were more likely than the non-PSP users to be persistently taking medication at the 12-month follow-up (57.5% vs. 45.6%, p < 0.001). The 12-month mean adherence rate among those with at least 12 months of persistence was significantly improved for the PSP users compared to the non-PSP users (94.1% vs. 92.9%, p = 0.026). The AbbVie PSP provided to CHS patients was associated with a longer persistence among new users of ADA. It was also associated with significantly higher adherence rate within the first 12 months. AbbVie Inc.

  12. A W-Grammar Description for ADA.

    DTIC Science & Technology

    1986-12-01

    7 2. A Type 2 Grammar for Ada Identifiers . . . . . . .... 8 3. The Chomsky erarchy......... ...... 10 4. Some Hypernotions Used in...Ada Language Reference Manual. The Chomsky Hierarchy (4:9-20, 7:217-232). In the 1950s, Noam Chomsky defined five classes of phrase structure grammars ...describing valid language tokens. For example a Type 3 grammar for Ada identifiers is shown in Figure 1. Type 2 Chomsky Languages are the Context-free

  13. Ada Compiler Validation Summary Report: Certificate Number: 910510510W1. 11148 Irvine Compiler Corporation, ICC Ada v7.0.0, Vaxstation 3100 Model M38, VMS 5.3-1 (Host) to Intel i80960MC (bare machine) (Target).

    DTIC Science & Technology

    1991-08-01

    ADA2 0 54 ENTATION PAGE_ IO ft 070401) s . 1215 JftvnDveHIy Sk 24 Arknscd. VA 22202-4M2. ao o d sOicei al kiio.so and PRagulmoy Aftirs Oceo i Ai.trNY...AUTHOR( S ) Wright- Patterson AFB, Dayton, OH USA 7. PERFORMING ORGANIZATION NAME( S ) AND ADDRESS(ES) 8. PERFORMING ORGANIZATION Ada Validation Facility...AGENCY NAM E( S ) AND ADDRESS(ES) 10. SPONSORINGMONITORING AGENCY Ada Joint Program Off ice REPORT NUMBER United States Department of Defense Pentagon, Rm

  14. AdaFF: Adaptive Failure-Handling Framework for Composite Web Services

    NASA Astrophysics Data System (ADS)

    Kim, Yuna; Lee, Wan Yeon; Kim, Kyong Hoon; Kim, Jong

    In this paper, we propose a novel Web service composition framework which dynamically accommodates various failure recovery requirements. In the proposed framework called Adaptive Failure-handling Framework (AdaFF), failure-handling submodules are prepared during the design of a composite service, and some of them are systematically selected and automatically combined with the composite Web service at service instantiation in accordance with the requirement of individual users. In contrast, existing frameworks cannot adapt the failure-handling behaviors to user's requirements. AdaFF rapidly delivers a composite service supporting the requirement-matched failure handling without manual development, and contributes to a flexible composite Web service design in that service architects never care about failure handling or variable requirements of users. For proof of concept, we implement a prototype system of the AdaFF, which automatically generates a composite service instance with Web Services Business Process Execution Language (WS-BPEL) according to the users' requirement specified in XML format and executes the generated instance on the ActiveBPEL engine.

  15. Ada (Tradename) Compiler Validation Summary Report. Harris Corporation. Harris Ada Compiler, Version 1.0. Harris HCX-7.

    DTIC Science & Technology

    1986-06-12

    owp-fts 677 RDA (TRRDENE) COMPILER VALIDATION SUMAY REPORT III HARRIS CORPORATION MAR.. (U) INFORMATION SYSTEMS AM TECHNOLOGY CENTER N-P AFI OM ADA...Subtitle) 5. TYPE OF REPORT & PERIOD COVERED Ada Compiler Validation Summary Report : 12 .UN 1986 to 12 JUN1 1987 Harris Corporation, Harris Ada Compiler...Version 1.0, Harris HCX-7 6. PERFORMING ORG. REPORT NUMBER 7. AUTHOR(s) 8. CONTRACT OR GRANT NUMBERs) Wright-Patterson 9. PERFORMING ORGANIZATION AND

  16. Ada Compiler Validation Summary Report: Certificate Number: 940325S1. 11352 DDC-I DACS Sun SPARC/Solaries to Pentium PM Bare Ada Cross Compiler System, Version 4.6.4 Sun SPARCclassic = Intel Pentium (Operated as Bare Machine) Based in Xpress Desktop (Intel Product Number: XBASE6E4F-B)

    DTIC Science & Technology

    1994-03-25

    Technology Building 225, Room A266 Gait•--eburg, Maryland 20899 U.S.A. Ada Von Ogan~ztionAda Jointt Program Office De & Software David R . Basel...Standards and Technology Building 225, Room A266 Gaithersburg, Maryland 20899 U.S.A. azi Ada Joint Program office Directoz’,’Coputer & Softvare David R ...characters, a bar (" r ) is written in the 16th position and the rest of the characters ame not prined. "* The place of the definition, i.e.. a line

  17. ADA Guide for Small Businesses.

    ERIC Educational Resources Information Center

    Department of Justice, Washington, DC. Civil Rights Div.

    This guide presents an informal overview of some basic Americans with Disabilities Act (ADA) requirements for small businesses that provide goods or services to the public. References to key sections of the regulations or other information are included. The first section describes the ADA briefly. Section two lists the 12 categories of public…

  18. Restoring balance to B cells in ADA deficiency.

    PubMed

    Luning Prak, Eline T

    2012-06-01

    It is paradoxical that immunodeficiency disorders are associated with autoimmunity. Adenosine deaminase (ADA) deficiency, a cause of X-linked severe combined immunodeficiency (SCID), is a case in point. In this issue of the JCI, Sauer and colleagues investigate the B cell defects in ADA-deficient patients. They demonstrate that ADA patients receiving enzyme replacement therapy had B cell tolerance checkpoint defects. Remarkably, gene therapy with a retrovirus that expresses ADA resulted in the apparent correction of these defects, with normalization of peripheral B cell autoantibody frequencies. In vitro, agents that either block ADA or overexpress adenosine resulted in altered B cell receptor and TLR signaling. Collectively, these data implicate a B cell-intrinsic mechanism for alterations in B cell tolerance in the setting of partial ADA deficiency that is corrected by gene therapy.

  19. ADA members weigh in on critical issues.

    PubMed

    Burgess, Karen; Ruesch, Jon D; Mikkelsen, Matthew C; Wagner, Karen Schaid

    2003-01-01

    Science, new technology, patient care, dental reimbursement and government regulations all affect today's dental practitioners. To find out more about how such challenges may affect current private practitioners, the American Dental Association conducted the 2000 Membership Needs and Opinions Survey. A questionnaire was sent to 6,310 ADA members in January 2000 with follow-up mailings in February, March and April 2000. Data collection was completed in July 2000. The survey included questions on critical professional issues, and on perceptions of the ADA and ADA priorities. A total of 3,558 completed surveys were received for an adjusted response rate of 59.5 percent. Members rated the identified issues' level of importance to them. The top three issues included "maintaining my ability to recommend the treatment option I feel is most appropriate for my patients," "receiving fair reimbursement for the dental services I provide," and "protecting myself, my staff and my patients from communicable diseases." New dentists found other items to be more significant to them compared with members overall. Although ADA members as a whole had similar views on critical issues facing dentistry and ADA priorities, there were significant differences regarding some issues. New dentists were far more concerned about securing funds for their practice and paying off debt than were all ADA members. Minority dentists expressed greater levels of concern about certain issues than did all ADA members. When planning and implementing ADA activities, the Association should continue to take into account members' relative rankings of professional issues and note issues of special interest to selected membership subgroups.

  20. The ADA's practice parameters.

    PubMed

    Ellek, Donalda M

    2005-01-01

    The ADA parameters of care have served the needs of practicing dentists for fifteen years. Their purpose is to describe a range of treatment options that dentists will want to consider, in combination with particular clinical conditions and patient preferences. These options have been developed based on available evidence and a consensus of professional judgment. The ADA has exercised concern that parameters not be used, out of the context of individual professional judgment, for policy purposes.

  1. Using Selected Features of Ada: A Collection of Papers.

    DTIC Science & Technology

    1982-11-09

    issues which arise in conjunction with both the startup and shutdown of any concurrent sytem are often far more complex than those which pertain to... ABCE # and 0.1 which is 1600.1999999.. .# is therefore bounded by 16#0.1999# and 16#0.199A# Literal values in an Ada program must be converted by the

  2. The G22A Polymorphism of the ADA Gene and Susceptibility to Autism Spectrum Disorders

    ERIC Educational Resources Information Center

    Hettinger, Joe A.; Liu, Xudong; Holden, Jeanette Jeltje Anne

    2008-01-01

    Inborn errors of purine metabolism have been implicated as a cause for some cases of autism. This hypothesis is supported by the finding of decreased adenosine deaminase (ADA) activity in the sera of some children with autism and reports of an association of the A allele of the ADA G22A (Asp8Asn) polymorphism in individuals with autism of…

  3. Languages for artificial intelligence: Implementing a scheduler in LISP and in Ada

    NASA Technical Reports Server (NTRS)

    Hays, Dan

    1988-01-01

    A prototype scheduler for space experiments originally programmed in a dialect of LISP using some of the more traditional techniques of that language, was recast using an object-oriented LISP, Common LISP with Flavors on the Symbolics. This object-structured version was in turn partially implemented in Ada. The Flavors version showed a decided improvement in both speed of execution and readability of code. The recasting into Ada involved various practical problems of implementation as well as certain challenges of reconceptualization in going from one language to the other. Advantages were realized, however, in greater clarity of the code, especially where more standard flow of control was used. This exercise raised issues about the influence of programming language on the design of flexible and sensitive programs such as schedule planners, and called attention to the importance of factors external to the languages themselves such as system embeddedness, hardware context, and programmer practice.

  4. Ada (Trademark) Compiler Validation Summary Report. Informatique Internationale SP-ADA, Version 5.41-300 BULL SPS7/300.

    DTIC Science & Technology

    1987-05-04

    UNCLASSIFIED k LE T \\ jAUG 121987 18. SUPPLEM4ENTARY NOTES 19. KEYWORDS (Continue on reverse side if necessary and identify by block number) Ada... INTRODUCTION ................................6 1.1 PURPOSE OF THIS VALIDATION SUMMARY REPORT .......7 1.2 USE OF THIS VALIDATION SUMMARY REPORT... INTRODUCTION This Validation Summary Report (VSR) describes the extent to which a specific Ada compiler conforms to the Ada Standard, ANSI/MIL-STD-1815A. This

  5. ADA (adenosine deaminase) gene therapy enters the competition

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Culliton, B.J.

    Around the world, some 70 children are members of a select and deadly club. Born with an immune deficiency so severe that they will die of infection unless their immune systems can be repaired, they have captured the attention of would-be gene therapists who believe that a handful of these kids--the 15 or 20 who lack functioning levels of the enzyme adenosine deaminase (ADA)--could be saved by a healthy ADA gene. A team of gene therapists is ready to put the theory to the test. In April 1987, a team of NIH researchers headed by R. Michael Blaese and W.more » French Anderson came up with the first formal protocol to introduce a healthy ADA gene into an unhealthy human. After 3 years of line-by-line scrutiny by five review committees, they have permission to go ahead. Two or three children will be treated in the next year, and will be infused with T lymphocytes carrying the gene for ADA. If the experiment works, the ADA gene will begin producing normal amounts of ADA. An interesting feature of ADA deficiency, that makes it ideal for initial gene studies, is that the amount of ADA one needs for a healthy immune system is quite variable. Hence, once inside a patient's T cells, the new ADA gene needs only to express the enzyme in moderate amounts. No precise gene regulation is necessary.« less

  6. Position of the American Dietetic Association: local support for nutrition integrity in schools.

    PubMed

    Bergman, Ethan A; Gordon, Ruth W

    2010-08-01

    It is the position of the American Dietetic Association (ADA) that schools and communities have a shared responsibility to provide students with access to high-quality, affordable, nutritious foods and beverages. School-based nutrition services, including the provision of meals through the National School Lunch Program and the School Breakfast Program, are an integral part of the total education program. Strong wellness policies promote environments that enhance nutrition integrity and help students to develop lifelong healthy behaviors. ADA actively supported the 2004 and proposed 2010 Child Nutrition reauthorization which determines school nutrition policy. ADA believes that the Dietary Guidelines for Americans should serve as the foundation for all food and nutrition assistance programs and should apply to all foods and beverages sold or served to students during the school day. Local wellness policies are mandated by federal legislation for all school districts participating in the National School Lunch Program. These policies support nutrition integrity,including a healthy school environment. Nutrition integrity also requires coordinating nutrition education and promotion and funding research on program outcomes. Registered dietitians and dietetic technicians, registered, and other credentialed staff, are essential for nutrition integrity in schools to perform in policy-making, management, education, and community building roles. A healthy school environment can be achieved through adequate funding of school meals programs and through implementation and evaluation of strong local wellness policies.

  7. Development of an Ada package library

    NASA Technical Reports Server (NTRS)

    Burton, Bruce; Broido, Michael

    1986-01-01

    A usable prototype Ada package library was developed and is currently being evaluated for use in large software development efforts. The library system is comprised of an Ada-oriented design language used to facilitate the collection of reuse information, a relational data base to store reuse information, a set of reusable Ada components and tools, and a set of guidelines governing the system's use. The prototyping exercise is discussed and the lessons learned from it have led to the definition of a comprehensive tool set to facilitate software reuse.

  8. Toward the efficient implementation of expert systems in Ada

    NASA Technical Reports Server (NTRS)

    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.

  9. AdaNET research plan

    NASA Technical Reports Server (NTRS)

    Mcbride, John G.

    1990-01-01

    The mission of the AdaNET research effort is to determine how to increase the availability of reusable Ada components and associated software engineering technology to both private and Federal sectors. The effort is structured to define the requirements for transfer of Federally developed software technology, study feasible approaches to meeting the requirements, and to gain experience in applying various technologies and practices. The overall approach to the development of the AdaNET System Specification is presented. A work breakdown structure is presented with each research activity described in detail. The deliverables for each work area are summarized. The overall organization and responsibilities for each research area are described. The schedule and necessary resources are presented for each research activity. The estimated cost is summarized for each activity. The project plan is fully described in the Super Project Expert data file contained on the floppy disk attached to the back cover of this plan.

  10. Ada Compiler Validation Summary Report: Certificate Number: 890420W1. 10066 International Business Machines Corporation, IBM Development System for the Ada Language, AIX/RT Ada Compiler, Version 1.1.1, IBM RT PC 6150-125

    DTIC Science & Technology

    1989-04-20

    International Business Machines Corporation, IBM Development System. for the Ada Language AIX/RT Ada Compiler, Version 1.1.1, Wright-Patterson APB...Certificate Number: 890420V1.10066 International Business Machines Corporation IBM Development System for the Ada Language AIX/RT Ada Compiler, Version 1.1.1...TEST INFORMATION The compiler was tested using command scripts provided by International Business Machines Corporation and reviewed by the validation

  11. An Ada inference engine for expert systems

    NASA Technical Reports Server (NTRS)

    Lavallee, David B.

    1986-01-01

    The purpose is to investigate the feasibility of using Ada for rule-based expert systems with real-time performance requirements. This includes exploring the Ada features which give improved performance to expert systems as well as optimizing the tradeoffs or workarounds that the use of Ada may require. A prototype inference engine was built using Ada, and rule firing rates in excess of 500 per second were demonstrated on a single MC68000 processor. The knowledge base uses a directed acyclic graph to represent production lines. The graph allows the use of AND, OR, and NOT logical operators. The inference engine uses a combination of both forward and backward chaining in order to reach goals as quickly as possible. Future efforts will include additional investigation of multiprocessing to improve performance and creating a user interface allowing rule input in an Ada-like syntax. Investigation of multitasking and alternate knowledge base representations will help to analyze some of the performance issues as they relate to larger problems.

  12. A Comparison of Ada 83 and C++

    DTIC Science & Technology

    1991-06-01

    developing large, complex, software systems with long lifetimes. Those interviewed for this study who are familiar with both Ada and C++ believe that Ada is...with those who are familiar with both languages, there was a clear preference for using Ada for large complex systems with long lifetimes. These...University, December 1990 Additions by Nelson H. Weiderman, June 1991. Chile Empresa Nacional de Aeronautica (ENAER), real-time avionics system, Data

  13. An Ada Linear-Algebra Software Package Modeled After HAL/S

    NASA Technical Reports Server (NTRS)

    Klumpp, Allan R.; Lawson, Charles L.

    1990-01-01

    New avionics software written more easily. Software package extends Ada programming language to include linear-algebra capabilities similar to those of HAL/S programming language. Designed for such avionics applications as Space Station flight software. In addition to built-in functions of HAL/S, package incorporates quaternion functions used in Space Shuttle and Galileo projects and routines from LINPAK solving systems of equations involving general square matrices. Contains two generic programs: one for floating-point computations and one for integer computations. Written on IBM/AT personal computer running under PC DOS, v.3.1.

  14. What is "Object-Oriented Programming"?

    NASA Astrophysics Data System (ADS)

    Stroustrup, Bjarne

    "Object-Oriented Programming" and "Data Abstraction" have become very common terms. Unfortunately, few people agree on what they mean. I will offer informal definitions that appear to make sense in the context of languages like Ada, C++, Modula-2, Simula67, and Smalltalk. The general idea is to equate "support for data abstraction" with the ability to define and use new types and equate "support for object-oriented programming" with the ability to express type hierarchies. Features necessary to support these programming styles in a general purpose programming language will be discussed. The presentation centers around C++ but is not limited to facilities provided by that language.

  15. Ada Compiler Validation Summary Report: Certificate Number 89020W1. 10073: International Business Machines Corporation, IBM Development System for the Ada Language, VM/CMS Ada Compiler, Version 2.1.1, IBM 3083 (Host and Target)

    DTIC Science & Technology

    1989-04-20

    International Business Machines Corporation) IBM Development System for the Ada Language, VN11/CMS Ada Compiler, Version 2.1.1, Wright-Patterson AFB, IBM 3083...890420W1.10073 International Business Machines Corporation IBM Development System for the Ada Language VM/CMS Ada Compiler Version 2.1.1 IBM 3083... International Business Machines Corporation and reviewed by the validation team. The compiler was tested using all default option settings except for the

  16. Family Support Programs and Incarcerated Parents: Overview of Family Support Programs.

    ERIC Educational Resources Information Center

    Family Resource Coalition, Chicago, IL.

    This fact sheet begins with an overview of family support programs, which includes a discussion of the premises of family support programs and a list of typical program components. The remainder of the fact sheet focuses on support programs for incarcerated parents. The children of incarcerated parents, though innocent of any crime, are often…

  17. AdaNET prototype library administration manual

    NASA Technical Reports Server (NTRS)

    Hanley, Lionel

    1989-01-01

    The functions of the AdaNET Prototype Library of Reusable Software Parts is described. Adopted from the Navy Research Laboratory's Reusability Guidebook (V.5.0), this is a working document, customized for use the the AdaNET Project. Within this document, the term part is used to denote the smallest unit controlled by a library and retrievable from it. A part may have several constituents, which may not be individually tracked. Presented are the types of parts which may be stored in the library and the relationships among those parts; a concept of trust indicators which provide measures of confidence that a user of a previously developed part may reasonably apply to a part for a new application; search and retrieval, configuration management, and communications among those who interact with the AdaNET Prototype Library; and the AdaNET Prototype, described from the perspective of its three major users: the part reuser and retriever, the part submitter, and the librarian and/or administrator.

  18. ART/Ada design project, phase 1. Task 1 report: Overall design

    NASA Technical Reports Server (NTRS)

    Allen, Bradley P.

    1988-01-01

    The design methodology for the ART/Ada project is introduced, and the selected design for ART/Ada is described in detail. The following topics are included: object-oriented design, reusable software, documentation techniques, impact of Ada, design approach, and differences between ART-IM 1.5 and ART/Ada 1.0 prototype. Also, Ada generator and ART/Ada runtime systems are discussed.

  19. OSHA and ADA: "Reasonable Accommodation" in Training Persons with Developmental Disabilities.

    ERIC Educational Resources Information Center

    Sandoz, Charles J.

    This paper documents an approach to meeting the training requirements of the Occupational Safety and Health Act (OSHA) and the "reasonable accommodation" requirements of the Americans with Disabilities Act (ADA) for individuals with developmental disabilities. It describes a training program used with three adult workers with mild mental…

  20. Ada (trademark) projects at NASA. Runtime environment issues and recommendations

    NASA Technical Reports Server (NTRS)

    Roy, Daniel M.; Wilke, Randall W.

    1988-01-01

    Ada practitioners should use this document to discuss and establish common short term requirements for Ada runtime environments. The major current Ada runtime environment issues are identified through the analysis of some of the Ada efforts at NASA and other research centers. The runtime environment characteristics of major compilers are compared while alternate runtime implementations are reviewed. Modifications and extensions to the Ada Language Reference Manual to address some of these runtime issues are proposed. Three classes of projects focusing on the most critical runtime features of Ada are recommended, including a range of immediately feasible full scale Ada development projects. Also, a list of runtime features and procurement issues is proposed for consideration by the vendors, contractors and the government.

  1. Designing Real-Time Systems in Ada (Trademark).

    DTIC Science & Technology

    1986-01-01

    e a. T * .K Ada .e 6 4J (FINAL REPORT) Real - Time Systems in Ada* Abstract Real-time software differs from other kinds of software in the sense that it...1-2 1.2.2 Functional Focus ...... ................ 1-2 1.3 ROLE OF ADA IN REAL - TIME SYSTEMS DESIGN. ..... 1-3 1.4 SCOPE OF THIS...MODELS OF REAL TIME SYSTEMS 8.1 REQUIREMENTS FOR TEMPORAL BEHAVIOR ANALYSIS . 8-1 8.2 METHODS OF TEMPORAL BEHAVIOR ANALYSIS.... ....... 8-4 8.3

  2. ART/Ada design project, phase 1. Task 3 report: Test plan

    NASA Technical Reports Server (NTRS)

    Allen, Bradley P.

    1988-01-01

    The plan is described for the integrated testing and benchmark of Phase Ada based ESBT Design Research Project. The integration testing is divided into two phases: (1) the modules that do not rely on the Ada code generated by the Ada Generator are tested before the Ada Generator is implemented; and (2) all modules are integrated and tested with the Ada code generated by the Ada Generator. Its performance and size as well as its functionality is verified in this phase. The target platform is a DEC Ada compiler on VAX mini-computers and VAX stations running the VMS operating system.

  3. Translating an AI application from Lisp to Ada: A case study

    NASA Technical Reports Server (NTRS)

    Davis, Gloria J.

    1991-01-01

    A set of benchmarks was developed to test the performance of a newly designed computer executing both Lisp and Ada. Among these was AutoClassII -- a large Artificial Intelligence (AI) application written in Common Lisp. The extraction of a representative subset of this complex application was aided by a Lisp Code Analyzer (LCA). The LCA enabled rapid analysis of the code, putting it in a concise and functionally readable form. An equivalent benchmark was created in Ada through manual translation of the Lisp version. A comparison of the execution results of both programs across a variety of compiler-machine combinations indicate that line-by-line translation coupled with analysis of the initial code can produce relatively efficient and reusable target code.

  4. Ada Compiler Validation Summary Report: Harris Corporation, Harris Ada Compiler, Version 4.0, Harris HCX-9 (Host) and (Target), 880603W1.09059

    DTIC Science & Technology

    1988-06-06

    TYPE Of REPORT & PERIOD COVERED Ada Compiler Validation Summary Report : Harris 6 June 1988 to 6 June 1988 Corporation, Harris Ada Compiler, Version...4.0, Harris 1 PERFORINGDRG REPORT NUMBER HCX-9 (Host) and (Target), 880603W1.09059 7. AUTHOR(s) S. CONTRACT OR 6RANT NUMBER(s) Wright-Patterson AFB...88-03-02-HAR Ada COMPILER VALIDATION SUMMARY REPORT : Certificate Number: 880603WI.09059 A Harris Corporation AccessionFor Harris Ada Compiler, Version

  5. Ada Dual-Use Summary: Ada Dual-Use Workshop Held in Vienna, Virginia on October 19-20, 1993. Ada Dual-Use Committee Briefing, November 8, 1993

    DTIC Science & Technology

    1993-11-29

    Certification: Initial Continuing Fund Experimentatlonal Research: Same Design , Implement In Ada, C, C++ Same Problem, Develop With Multiple Methodologies ...allowing analysts ( non programmers) to ’parit’ specifications for screens, reports, databases and etc 2) generating from design specifications 75% of...before the non -defense sector did and designed a tool to tackle the problem. DOD tested the tool and it worked. But DOD hasn’t put Ada to work in a

  6. Comparing perceived self-management practices of adult type 2 diabetic patients after completion of a structured ADA certified diabetes self-management education program with unstructured individualized nurse practitioner led diabetes self-management education.

    PubMed

    Wooley, Dennis S; Kinner, Tracy J

    2016-11-01

    The purpose was to compare perceived self-management practices of adult type 2 diabetic patients after completing an American Diabetes Association (ADA) certified diabetes self-management education (DSME) program with unstructured individualized nurse practitioner led DSME. Demographic questions and the Self-Care Inventory-Revised (SCIR) were given to two convenience sample patient groups comprising a formal DSME program group and a group within a clinical setting who received informal and unstructured individual education during patient encounters. A t-test was executed between the formal ADA certified education sample and the informal sample's SCI-R individual scores. A second t-test was performed between the two samples' SCI-R mean scores. A t-test determined no statistically significant difference between the formal ADA structured education and informal education samples' SCI-R individual scores. There was not a statistically significant difference between the samples' SCI-R mean scores. The study results suggest that there are not superior DSME settings and instructional approaches. Copyright © 2016 Elsevier Inc. All rights reserved.

  7. The Development of Ada (Trademark) Software for Secure Environments

    DTIC Science & Technology

    1986-05-23

    Telecommunications environment, This paper discusses software socurity and seeks to demostrate how the Ada programming language can be utilizec as a tool...complexity 4 . We use abstraction in our lives every day to control complexity; the principles of abstraction for software engineering are ro different...systems. These features directly sup,) )-t t.ie m odernp software engineering principles d1 s I , , 1 t, thne previous section. This is not surprising

  8. ART/Ada design project, phase 1: Project plan

    NASA Technical Reports Server (NTRS)

    Allen, Bradley P.

    1988-01-01

    The plan and schedule for Phase 1 of the Ada based ESBT Design Research Project is described. The main platform for the project is a DEC Ada compiler on VAX mini-computers and VAXstations running the Virtual Memory System (VMS) operating system. The Ada effort and lines of code are given in tabular form. A chart is given of the entire project life cycle.

  9. Proceedings of the Annual Conference on Ada (Trademark) Technology (2nd) Held at Hampton, Virginia on March 27, 28, 1984.

    DTIC Science & Technology

    1984-03-01

    evaluation of powerful support environments are essential if we are to maximize Lanauage Definition the productivity of programmers. CENVTACS provided...quality Policy and Objectives Ada support environment which includes a rich set of powerful tools (in addition to a compiler) The DOD has established Ada...to be easy to learn and easy to use. It will be powerful , efficient, and The MAPSE Command Language (MCL) friendly. This paper describes how these

  10. Experiences with Ada in an embedded system

    NASA Technical Reports Server (NTRS)

    Labaugh, Robert J.

    1988-01-01

    Recent experiences with using Ada in a real time environment are described. The application was the control system for an experimental robotic arm. The objectives of the effort were to experiment with developing embedded applications in Ada, evaluating the suitability of the language for the application, and determining the performance of the system. Additional objectives were to develop a control system based on the NASA/NBS Standard Reference Model for Telerobot Control System Architecture (NASREM) in Ada, and to experiment with the control laws and how to incorporate them into the NASREM architecture.

  11. Impact of Ada in the Flight Dynamics Division: Excitement and frustration

    NASA Technical Reports Server (NTRS)

    Bailey, John; Waligora, Sharon; Stark, Mike

    1993-01-01

    In 1985, NASA Goddard's Flight Dynamics Division (FDD) began investigating how the Ada language might apply to their software development projects. Although they began cautiously using Ada on only a few pilot projects, they expected that, if the Ada pilots showed promising results, they would fully transition their entire development organization from FORTRAN to Ada within 10 years. However, nearly 9 years later, the FDD still produces 80 percent of its software in FORTRAN, despite positive results on Ada projects. This paper reports preliminary results of an ongoing study, commissioned by the FDD, to quantify the impact of Ada in the FDD, to determine why Ada has not flourished, and to recommend future directions regarding Ada. Project trends in both languages are examined as are external factors and cultural issues that affected the infusion of this technology. This paper is the first public report on the Ada assessment study, which will conclude with a comprehensive final report in mid 1994.

  12. Ada Compiler Validation Summary Report: Certificate Number 891201S1. 10214 U.S. Navy Ada/M, Version 2.0 (/OPTIMIZE Option) VAX 8550 and VAX 11/785 Hosts AN/UYK-44 Target

    DTIC Science & Technology

    1989-12-01

    s -M-COM ST-1815A, Ada Joint Program Office 17.gbJftYCLSSF~ATW4 Is. SECURITY CLASSFAT04 OAS. TRUmVACAT M. LUITAf WCOF ABSTRACT Xi LLASSIFIED I CM ...Department of Defense Dist Specla Washington DC 20301 AVF Control Number: NIST89USN5556_1. 10 DATE VSR CPIEM BEFORE ON-SITE: 08-11-89 DATE VSR C34PLETED AFTER...ON-SITE: 12-04-89 DATE VSR MODIFIED PER AVO C31ME : 12-29-89 DATE VSR MODIFIED PER AVO CMtEN: 04-27-90 Ada O4PIIER VALIDATION SUM4M REPORT

  13. Epitope characterization of the ADA response directed against a targeted immunocytokine.

    PubMed

    Stubenrauch, Kay; Künzel, Christian; Vogel, Rudolf; Tuerck, Dietrich; Schick, Eginhard; Heinrich, Julia

    2015-10-10

    Targeted immunocytokines (TICs) display potent activity in selective tumor suppression. This class of multi domain biotherapeutics (MDBs) is composed of the three major domains Fab, Fc, and a cytokine which may induce a complex polyclonal anti-drug antibody (ADA) response. However, classical ADA assays usually are not suitable to specify ADAs and to identify the immunogenic domains of a TIC. The purpose of the present study was to establish epitope characterization of ADA responses in order to specify immunogenic responses against a TIC and their direct impact on the pharmacokinetic profile, safety, and efficacy. Based on standard ADA screening and confirmation assays, respectively, domain detection assays (DDAs) and domain competition assays (DCAs) were established and compared by the use of 12 ADA-positive samples obtained from a cynomolgus monkey study in early development. Both domain-specific assays were sensitive enough to preserve the positive screening assay result and revealed an overall accordance for the evaluation of domain-specific ADA responses. About half of the samples displayed one ADA specificity, either for the Fab or for the cytokine (Cy) domain, and the remaining samples showed a combination of Fab-specific and Cy-specific ADA fractions. Fc-specific ADAs occurred in only one sample. In-depth comparison of DCAs and DDAs showed that both assays appeared to be appropriate to assess multi-specific ADA responses as well as minor ADA fractions. An advantage of DCAs is typically a fast and easy assay establishment, whereas, DDAs in some cases may be superior to assess low abundant ADAs in multi-specific responses. Our results reveal that both approaches benefit from thorough reagent development as an essential precondition for reliable epitope characterization of ADA responses. Copyright © 2015 Elsevier B.V. All rights reserved.

  14. Transcriptional activation of the Escherichia coli adaptive response gene aidB is mediated by binding of methylated Ada protein. Evidence for a new consensus sequence for Ada-binding sites.

    PubMed

    Landini, P; Volkert, M R

    1995-04-07

    The Escherichia coli aidB gene is part of the adaptive response to DNA methylation damage. Genes belonging to the adaptive response are positively regulated by the ada gene; the Ada protein acts as a transcriptional activator when methylated in one of its cysteine residues at position 69. Through DNaseI protection assays, we show that methylated Ada (meAda) is able to bind a DNA sequence between 40 and 60 base pairs upstream of the aidB transcriptional startpoint. Binding of meAda is necessary to activate transcription of the adaptive response genes; accordingly, in vitro transcription of aidB is dependent on the presence of meAda. Unmethylated Ada protein shows no protection against DNaseI digestion in the aidB promoter region nor does it promote aidB in vitro transcription. The aidB Ada-binding site shows only weak homology to the proposed consensus sequences for Ada-binding sites in E. coli (AAANNAA and AAAGCGCA) but shares a higher degree of similarity with the Ada-binding regions from other bacterial species, such as Salmonella typhimurium and Bacillus subtilis. Based on the comparison of five different Ada-dependent promoter regions, we suggest that a possible recognition sequence for meAda might be AATnnnnnnG-CAA. Higher concentrations of Ada are required for the binding of aidB than for the ada promoter, suggesting lower affinity of the protein for the aidB Ada-binding site. Common features in the Ada-binding regions of ada and aidB are a high A/T content, the presence of an inverted repeat structure, and their position relative to the transcriptional start site. We propose that these elements, in addition to the proposed recognition sequence, are important for binding of the Ada protein.

  15. ADA-deficient SCID is associated with a specific microenvironment and bone phenotype characterized by RANKL/OPG imbalance and osteoblast insufficiency.

    PubMed

    Sauer, Aisha V; Mrak, Emanuela; Hernandez, Raisa Jofra; Zacchi, Elena; Cavani, Francesco; Casiraghi, Miriam; Grunebaum, Eyal; Roifman, Chaim M; Cervi, Maria C; Ambrosi, Alessandro; Carlucci, Filippo; Roncarolo, Maria Grazia; Villa, Anna; Rubinacci, Alessandro; Aiuti, Alessandro

    2009-10-08

    Adenosine deaminase (ADA) deficiency is a disorder of the purine metabolism leading to combined immunodeficiency and systemic alterations, including skeletal abnormalities. We report that ADA deficiency in mice causes a specific bone phenotype characterized by alterations of structural properties and impaired mechanical competence. These alterations are the combined result of an imbalanced receptor activator of nuclear factor-kappaB ligand (RANKL)/osteoprotegerin axis, causing decreased osteoclastogenesis and an intrinsic defect of osteoblast function with subsequent low bone formation. In vitro, osteoblasts lacking ADA displayed an altered transcriptional profile and growth reduction. Furthermore, the bone marrow microenvironment of ADA-deficient mice showed a reduced capacity to support in vitro and in vivo hematopoiesis. Treatment of ADA-deficient neonatal mice with enzyme replacement therapy, bone marrow transplantation, or gene therapy resulted in full recovery of the altered bone parameters. Remarkably, untreated ADA-severe combined immunodeficiency patients showed a similar imbalance in RANKL/osteoprotegerin levels alongside severe growth retardation. Gene therapy with ADA-transduced hematopoietic stem cells increased serum RANKL levels and children's growth. Our results indicate that the ADA metabolism represents a crucial modulatory factor of bone cell activities and remodeling.

  16. Ada Quality and Style: Guidelines for Professional Programmers

    DTIC Science & Technology

    1991-01-01

    occured because entry queues are serviced in FIFO order, not by priority. There is another situation referred to as a race condition. A program like the...the value of ’COUNT. A task can be removed from an entry queue due to execution of an abort statement as well as expiration of a timed entry call. The...is not defined by the language and may vary from time sliced to preemptive priority. Some implementations (e.g., VAX Ada) provide several choices

  17. A design for a reusable Ada library

    NASA Technical Reports Server (NTRS)

    Litke, John D.

    1986-01-01

    A goal of the Ada language standardization effort is to promote reuse of software, implying the existence of substantial software libraries and the storage/retrieval mechanisms to support them. A searching/cataloging mechanism is proposed that permits full or partial distribution of the database, adapts to a variety of searching mechanisms, permits a changine taxonomy with minimal disruption, and minimizes the requirement of specialized cataloger/indexer skills. The important observation is that key words serve not only as indexing mechanism, but also as an identification mechanism, especially via concatenation and as support for a searching mechanism. By deliberately separating these multiple uses, the modifiability and ease of growth that current libraries require, is achieved.

  18. Translating expert system rules into Ada code with validation and verification

    NASA Technical Reports Server (NTRS)

    Becker, Lee; Duckworth, R. James; Green, Peter; Michalson, Bill; Gosselin, Dave; Nainani, Krishan; Pease, Adam

    1991-01-01

    The purpose of this ongoing research and development program is to develop software tools which enable the rapid development, upgrading, and maintenance of embedded real-time artificial intelligence systems. The goals of this phase of the research were to investigate the feasibility of developing software tools which automatically translate expert system rules into Ada code and develop methods for performing validation and verification testing of the resultant expert system. A prototype system was demonstrated which automatically translated rules from an Air Force expert system was demonstrated which detected errors in the execution of the resultant system. The method and prototype tools for converting AI representations into Ada code by converting the rules into Ada code modules and then linking them with an Activation Framework based run-time environment to form an executable load module are discussed. This method is based upon the use of Evidence Flow Graphs which are a data flow representation for intelligent systems. The development of prototype test generation and evaluation software which was used to test the resultant code is discussed. This testing was performed automatically using Monte-Carlo techniques based upon a constraint based description of the required performance for the system.

  19. Towards a formal semantics for Ada 9X

    NASA Technical Reports Server (NTRS)

    Guaspari, David; Mchugh, John; Wolfgang, Polak; Saaltink, Mark

    1995-01-01

    The Ada 9X language precision team was formed during the revisions of Ada 83, with the goal of analyzing the proposed design, identifying problems, and suggesting improvements, through the use of mathematical models. This report defines a framework for formally describing Ada 9X, based on Kahn's 'natural semantics', and applies the framework to portions of the language. The proposals for exceptions and optimization freedoms are also analyzed, using a different technique.

  20. Subunits of ADA-two-A-containing (ATAC) or Spt-Ada-Gcn5-acetyltrasferase (SAGA) Coactivator Complexes Enhance the Acetyltransferase Activity of GCN5.

    PubMed

    Riss, Anne; Scheer, Elisabeth; Joint, Mathilde; Trowitzsch, Simon; Berger, Imre; Tora, László

    2015-11-27

    Histone acetyl transferases (HATs) play a crucial role in eukaryotes by regulating chromatin architecture and locus specific transcription. GCN5 (KAT2A) is a member of the GNAT (Gcn5-related N-acetyltransferase) family of HATs. In metazoans this enzyme is found in two functionally distinct coactivator complexes, SAGA (Spt Ada Gcn5 acetyltransferase) and ATAC (Ada Two A-containing). These two multiprotein complexes comprise complex-specific and shared subunits, which are organized in functional modules. The HAT module of ATAC is composed of GCN5, ADA2a, ADA3, and SGF29, whereas in the SAGA HAT module ADA2b is present instead of ADA2a. To better understand how the activity of human (h) hGCN5 is regulated in the two related, but different, HAT complexes we carried out in vitro HAT assays. We compared the activity of hGCN5 alone with its activity when it was part of purified recombinant hATAC or hSAGA HAT modules or endogenous hATAC or hSAGA complexes using histone tail peptides and full-length histones as substrates. We demonstrated that the subunit environment of the HAT complexes into which GCN5 incorporates determines the enhancement of GCN5 activity. On histone peptides we show that all the tested GCN5-containing complexes acetylate mainly histone H3K14. Our results suggest a stronger influence of ADA2b as compared with ADA2a on the activity of GCN5. However, the lysine acetylation specificity of GCN5 on histone tails or full-length histones was not changed when incorporated in the HAT modules of ATAC or SAGA complexes. Our results thus demonstrate that the catalytic activity of GCN5 is stimulated by subunits of the ADA2a- or ADA2b-containing HAT modules and is further increased by incorporation of the distinct HAT modules in the ATAC or SAGA holo-complexes. © 2015 by The American Society for Biochemistry and Molecular Biology, Inc.

  1. Implementation of a production Ada project: The GRODY study

    NASA Technical Reports Server (NTRS)

    Godfrey, Sara; Brophy, Carolyn Elizabeth

    1989-01-01

    The use of the Ada language and design methodologies that encourage full use of its capabilities have a strong impact on all phases of the software development project life cycle. At the National Aeronautics and Space Administration/Goddard Space Flight Center (NASA/GSFC), the Software Engineering Laboratory (SEL) conducted an experiment in parallel development of two flight dynamics systems in FORTRAN and Ada. The differences observed during the implementation, unit testing, and integration phases of the two projects are described and the lessons learned during the implementation phase of the Ada development are outlined. Included are recommendations for future Ada development projects.

  2. Examining the reliability of ADAS-Cog change scores.

    PubMed

    Grochowalski, Joseph H; Liu, Ying; Siedlecki, Karen L

    2016-09-01

    The purpose of this study was to estimate and examine ways to improve the reliability of change scores on the Alzheimer's Disease Assessment Scale, Cognitive Subtest (ADAS-Cog). The sample, provided by the Alzheimer's Disease Neuroimaging Initiative, included individuals with Alzheimer's disease (AD) (n = 153) and individuals with mild cognitive impairment (MCI) (n = 352). All participants were administered the ADAS-Cog at baseline and 1 year, and change scores were calculated as the difference in scores over the 1-year period. Three types of change score reliabilities were estimated using multivariate generalizability. Two methods to increase change score reliability were evaluated: reweighting the subtests of the scale and adding more subtests. Reliability of ADAS-Cog change scores over 1 year was low for both the AD sample (ranging from .53 to .64) and the MCI sample (.39 to .61). Reweighting the change scores from the AD sample improved reliability (.68 to .76), but lengthening provided no useful improvement for either sample. The MCI change scores had low reliability, even with reweighting and adding additional subtests. The ADAS-Cog scores had low reliability for measuring change. Researchers using the ADAS-Cog should estimate and report reliability for their use of the change scores. The ADAS-Cog change scores are not recommended for assessment of meaningful clinical change.

  3. Ada 9X Project Revision Request Report. Supplement 1

    DTIC Science & Technology

    1990-01-01

    Non-portable use of operating system primitives or of Ada run time system internals. POSSIBLE SOLUTIONS: Mandate that compilers recognize tasks that...complex than a simple operating system file, the compiler vendor must provide routines to manipulate it (create, copy, move etc .) as a single entity... system , to support fault tolerance, load sharing, change of system operating mode etc . It is highly desirable that such important software be written in

  4. The Use of the MASCOT Philosophy for the Construction of Ada Programs,

    DTIC Science & Technology

    1983-10-01

    dependent units must be recompiled. Because of Ada’s commitment to abstract data types tasks are treated as data types with certain restrictions. A task...3.3.3.1.4 End of Slice Action The scheduling algorithm determines, for each type of Slice termination, how the Scheduler treats Activities whose Slice has...Pools. The MASCOT Machine treats them as constructionally equivalent (refer 3.3.1.1.1). Because of the constraints brought in by the formulation of

  5. Cultural Diversity and the ADA. Implementing the Americans with Disabilities Act.

    ERIC Educational Resources Information Center

    Bruyere, Susanne M.; Hoying, Joyce

    One of a series of guides on implementing the Americans with Disabilities Act (ADA), this guide focuses on cultural diversity and the ADA. First, the major components of the ADA are summarized. This is followed by discussion of employer considerations in addressing cultural diversity issues and implications of the ADA, such as diversity…

  6. An Incremental Language Conversion Method to Convert C++ into Ada95

    DTIC Science & Technology

    1996-12-01

    P.J. Deitel , C++ How to Program , Prentice Hall, Englewood Cliffs, NY, 1994. [Dewar94] Robert Dewar, "The GNAT Compilation Model", Proceedings of the...example of how to use GNAT’s C++ low-level interface capabilities to interface an Ada tagged type from C++ programs . Figure I-1 shows the package...husband the best of lucks. I also wish my younger sister, Su- How Sheu, the best of luck in starting her family. iii11 There are so many people I need to

  7. A database management capability for Ada

    NASA Technical Reports Server (NTRS)

    Chan, Arvola; Danberg, SY; Fox, Stephen; Landers, Terry; Nori, Anil; Smith, John M.

    1986-01-01

    The data requirements of mission critical defense systems have been increasing dramatically. Command and control, intelligence, logistics, and even weapons systems are being required to integrate, process, and share ever increasing volumes of information. To meet this need, systems are now being specified that incorporate data base management subsystems for handling storage and retrieval of information. It is expected that a large number of the next generation of mission critical systems will contain embedded data base management systems. Since the use of Ada has been mandated for most of these systems, it is important to address the issues of providing data base management capabilities that can be closely coupled with Ada. A comprehensive distributed data base management project has been investigated. The key deliverables of this project are three closely related prototype systems implemented in Ada. These three systems are discussed.

  8. Software Engineering Laboratory (SEL) Ada performance study report

    NASA Technical Reports Server (NTRS)

    Booth, Eric W.; Stark, Michael E.

    1991-01-01

    The goals of the Ada Performance Study are described. The methods used are explained. Guidelines for future Ada development efforts are given. The goals and scope of the study are detailed, and the background of Ada development in the Flight Dynamics Division (FDD) is presented. The organization and overall purpose of each test are discussed. The purpose, methods, and results of each test and analyses of these results are given. Guidelines for future development efforts based on the analysis of results from this study are provided. The approach used on the performance tests is discussed.

  9. Position of the American Dietetic Association: Promoting and supporting breastfeeding.

    PubMed

    James, Delores C S; Dobson, Brenda

    2005-05-01

    It is the position of the American Dietetic Association (ADA) that exclusive breastfeeding provides optimal nutrition and health protection for the first 6 months of life, and breastfeeding with complementary foods for at least 12 months is the ideal feeding pattern for infants. Breastfeeding is also a public health strategy for improving infant and child health survival, improving maternal morbidity, controlling health care costs, and conserving natural resources. ADA emphasizes the essential role of dietetics professionals in promoting and supporting breastfeeding by providing up-to-date, practical information to pregnant and postpartum women, involving family and friends in breastfeeding education and counseling, removing institutional barriers to breastfeeding, collaborating with community organizations and others who promote and support breastfeeding, and advocating for policies that position breastfeeding as the norm for infant feeding. ADA also emphasizes its own role by providing up-to-date information to the public, encouraging empirical research, providing continuing education opportunities, providing cultural sensitivity and cultural competence training to dietetics professionals, and encouraging universities to review and update undergraduate and graduate training programs.

  10. Ada (Trade Name) Bibliography. Volume 3.

    DTIC Science & Technology

    1986-02-01

    EXPERIENCES IN TEACHING ADA CAVERLY. PHILIP ; DROCEA, CHARLES; GOLDSTEIN, PHILIP ; YEE, DONALD DOCUMENT NUMBER: 5523 TYPE: PAPER PROCEED. OF THE 2ND ANNUAL CONF...BABEL, PHILIP S. DOCUMENT NUMBER: b653 TYPE: PAPER WASHINGTON ADA SYMPOSIUM, 󈨘 MARCH, PP. 15-18 Motivated by the high cost of mission-critical...CLARA, CA 95052 3611 -01 HARDWARE COMES TO THE AID OF MODULAR HIGH-LEVEL LANGUAGES BABEL, PHILIPS ., U.S.A.F. ASD,WRIGHT-PATTERSON AFB, OH 5653 -03 JOINT

  11. ADA Deficiency: Evaluation of the Clinical and Laboratory Features and the Outcome.

    PubMed

    Cagdas, Deniz; Gur Cetinkaya, Pınar; Karaatmaca, Betül; Esenboga, Saliha; Tan, Cagman; Yılmaz, Togay; Gümüş, Ersin; Barış, Safa; Kuşkonmaz, Barış; Ozgur, Tuba Turul; Bali, Pawan; Santisteban, Ines; Orhan, Diclehan; Yüce, Aysel; Cetinkaya, Duygu; Boztug, Kaan; Hershfield, Michael; Sanal, Ozden; Tezcan, İlhan

    2018-05-09

    Adenosine deaminase (ADA) deficiency is an autosomal recessive primary immunodeficiency. It results in the intracellular accumulation of toxic metabolites which have effects particularly on lymphocytes and the brain. The aim of this study was to evaluate the outcome of 13 ADA-deficient patients. We planned to evaluate their clinical and laboratory findings before and after enzyme replacement therapy (ERT), allogeneic hematopoietic stem cell transplantation (aHSCT), and hematopoietic stem cell gene therapy (HSCGT). Measurement of ADA enzyme activity and metabolites and sequencing of the ADA gene were performed in most of the patients with ADA deficiency. One of the patients with late-onset ADA deficiency was diagnosed by the help of primary immunodeficiency panel screening. Ten out of 13 patients were diagnosed as SCID, while 3 out of 13 were diagnosed as delayed-/late-onset ADA deficiency. Late-onset ADA deficiency patients had clinical and laboratory findings of combined immunodeficiency (CID). Eight patients with ADA-SCID were found to have higher levels of ADA metabolite (dAXP%) (62.1% (34.6-71.9)) than 3 patients with delayed-/late-onset ADA deficiency (6.9% (2.1-8.9). All but one patient with SCID had T-B-NK- phenotype, one had T-B-NK+ phenotype. Genetic defect was documented in 11 patients. Four out of 11 patients had compound heterozygous defects. Three out of 4 patients with compound heterozygous defects had delayed-onset/late-onset ADA deficiency. Seven out of 11 patients with SCID had homozygous defects. Five out of 7 had the same homozygous indel frameshift mutation (c.955-959delGAAGA) showing a founder effect. There were two novel splice site defects: one (IVS10+2T>C) was heterozygous in a patient with late-onset ADA deficiency, and the other was homozygous (IVS2delT+2) in a SCID patient. Other defects were missense defects. Nine out of 13 patients were put on pegylated ADA ERT. Four out of six patients were transplanted without using a conditioning

  12. Ada protein-RNA polymerase sigma subunit interaction and alpha subunit-promoter DNA interaction are necessary at different steps in transcription initiation at the Escherichia coli Ada and aidB promoters.

    PubMed

    Landini, P; Bown, J A; Volkert, M R; Busby, S J

    1998-05-22

    The methylated form of the Ada protein (meAda) binds the ada and aidB promoters between 60 and 40 base pairs upstream from the transcription start and activates transcription of the Escherichia coli ada and aidB genes. This region is also a binding site for the alpha subunit of RNA polymerase and resembles the rrnB P1 UP element in A/T content and location relative to the core promoter. In this report, we show that deletion of the C-terminal domain of the alpha subunit severely decreases meAda-independent binding of RNA polymerase to ada and aidB, affecting transcription initiation at these promoters. We provide evidence that meAda activates transcription by direct interaction with the C-terminal domain of RNA polymerase sigma70 subunit (amino acids 574-613). Several negatively charged residues in the sigma70 C-terminal domain are important for transcription activation by meAda; in particular, a glutamic acid to valine substitution at position 575 has a dramatic effect on meAda-dependent transcription. Based on these observations, we propose that the role of the alpha subunit at ada and aidB is to allow initial binding of RNA polymerase to the promoters. However, transcription initiation is dependent on meAda-sigma70 interaction.

  13. Ada (Trade Name) Bibliography. Volume 2.

    DTIC Science & Technology

    1984-03-01

    for every journal. The publisher information V,.0 appears if the document is a textbook. N % Xle r , , % 1= &-6 Ada Bibliography Volume 11 9 3. DOCUMENT...THE ADA LkNGUAGE SYSTEM PROJECT RAKITIN. STEVEN R . 6TH INT’L CONF ON SOFTWARE ENGINEERING: POSTER SESSION, PP. 49-50. 09/16/82 This paper discusses...VALIDATION AVAILABLE FROM: NATL.TECHNCL INF.SVC.5285 PORT ROYAL RD,SPRINGFIELD.VA SPONSORS: U.S.ARMY,COMMUNICATIONS R & D COMND, FT.MONMOUTH, NJ DOCUMENT

  14. Ada Compiler Validation Summary Report. Certificate Number: 890118W1. 10017 Harris Corporation, Computer Systems Division Harris Ada, Version 5.0 Harris HCX-9 Host and Harris NH-3800 Target

    DTIC Science & Technology

    1989-01-17

    6Is OBsO.[il I J)A s3 0,2O-L,-01,-5601 UNCLASSIFIED Ada Compiler Validation Summary Report : Compiler Name: Harris Ada, Version 5.0 Certificate Number...United States Department of Defense Washington DC 20301-3081 Ada Compiler Validation Summary Report : Compiler Name: Harris Ada, Version 5.0 Certificate...O RE[PP" 9 PEA= COVELRD Ada Corpiler Validation SummT, ary Repor6:Hnrris 17 Jan 19S9 to 17 Jan 1990 Corporation, Computer SYLeIns Di%ision, Harris Ada

  15. Ada Compiler Validation Summary Report: Certificate Number: 890420W1. 10075 International Business Machines Corporation. IBM Development System, for the Ada Language CMS/MVS Ada Cross Compiler, Version 2.1.1 IBM 3083 Host and IBM 4381 Target

    DTIC Science & Technology

    1989-04-20

    International business Machines Corporati,:i IBM Development System for the Ada Language, CMS/MVS Ada Cross Compiler, Version 2.1.1, Wright-Patterson AFB, IBM...VALIDATION SUMMARY REPORT: Certificate Number: 890420W1.10075 International Business Machines Corporation IBM Development System for the Ada Language CMS...command scripts provided by International Business Machines Corporation and reviewed by the validation team. The compiler was tested using all default

  16. Further observations on associations between the ADA gene and past malaria morbidity in Sardinia.

    PubMed

    Gloria-Bottini, Fulvia; Saccucci, Patrizia; Meloni, Gianfranco; Bottini, Egidio

    2014-01-01

    Adenosine Deaminase (ADA) contributes to the regulation of adenosine concentration and in turn to T cell activation. Genetic variability of ADA activity may have, therefore, an important role in resistance to malaria. Indeed, previous studies in Sardinia have shown a lower frequency of ADA1 *2 allele (associated with low ADA activity) in areas, where malaria was heavily endemic compared to areas where malaria was not endemic. We have now studied the ADA2 locus, another polymorphic site with two alleles ADA2 *1 and ADA2 *2 within the ADA gene. In the area of Oristano (where malaria was endemic in the past) 51 consecutive newborns and in the area of Nuoro (where malaria was not as endemic) 48 consecutive newborns were examined. ADA1 and ADA2 genotypes were determined by DNA analysis. The low frequency of the ADA1 *2 allele in the area where malaria was endemic is confirmed. The frequency of the ADA2 *2 allele is higher in Oristano than in Nuoro resulting in a higher frequency of the ADA1 *1/ADA2 *2 haplotype in Oristano as compared to Nuoro. This suggests a selective advantage of this haplotype in a malarial environment. The ADA gene shows other polymorphic sites further studies on their role in human adaptation to malaria could be rewarding. © 2014 Wiley Periodicals, Inc.

  17. SEL Ada reuse analysis and representations

    NASA Technical Reports Server (NTRS)

    Kester, Rush

    1990-01-01

    Overall, it was revealed that the pattern of Ada reuse has evolved from initial reuse of utility components into reuse of generalized application architectures. Utility components were both domain-independent utilities, such as queues and stacks, and domain-specific utilities, such as those that implement spacecraft orbit and attitude mathematical functions and physics or astronomical models. The level of reuse was significantly increased with the development of a generalized telemetry simulator architecture. The use of Ada generics significantly increased the level of verbatum reuse, which is due to the ability, using Ada generics, to parameterize the aspects of design that are configurable during reuse. A key factor in implementing generalized architectures was the ability to use generic subprogram parameters to tailor parts of the algorithm embedded within the architecture. The use of object oriented design (in which objects model real world entities) significantly improved the modularity for reuse. Encapsulating into packages the data and operations associated with common real world entities creates natural building blocks for reuse.

  18. Hierarchical Ada robot programming system (HARPS)- A complete and working telerobot control system based on the NASREM model

    NASA Technical Reports Server (NTRS)

    Leake, Stephen; Green, Tom; Cofer, Sue; Sauerwein, Tim

    1989-01-01

    HARPS is a telerobot control system that can perform some simple but useful tasks. This capability is demonstrated by performing the ORU exchange demonstration. HARPS is based on NASREM (NASA Standard Reference Model). All software is developed in Ada, and the project incorporates a number of different CASE (computer-aided software engineering) tools. NASREM was found to be a valid and useful model for building a telerobot control system. Its hierarchical and distributed structure creates a natural and logical flow for implementing large complex robust control systems. The ability of Ada to create and enforce abstraction enhanced the implementation of such control systems.

  19. Integrity and security in an Ada runtime environment

    NASA Technical Reports Server (NTRS)

    Bown, Rodney L.

    1991-01-01

    A review is provided of the Formal Methods group discussions. It was stated that integrity is not a pure mathematical dual of security. The input data is part of the integrity domain. The group provided a roadmap for research. One item of the roadmap and the final position statement are closely related to the space shuttle and space station. The group's position is to use a safe subset of Ada. Examples of safe sets include the Army Secure Operating System and the Penelope Ada verification tool. It is recommended that a conservative attitude is required when writing Ada code for life and property critical systems.

  20. Impact of the Adalimumab Patient Support Program on Clinical Outcomes in Ankylosing Spondylitis: Results from the COMPANION Study.

    PubMed

    Bessette, Louis; Lebovic, Gerald; Millson, Brad; Charland, Katia; Donepudi, Krishna; Gaetano, Tania; Remple, Valencia; Latour, Martin G; Gazel, Sandra; Laliberté, Marie-Claude; Thorne, Carter

    2018-06-01

    Adalimumab (ADA) is a tumor necrosis factor (TNF)-alpha inhibitor indicated for the treatment of inflammatory autoimmune diseases, including ankylosing spondylitis (AS). Patients receiving ADA in Canada are eligible to enroll in the AbbVie Care™ patient support program (AC-PSP), which provides personalized services, including care coach calls (CCCs). We estimated the likelihood of controlled disease in a cohort of AS patients treated with ADA enrolled in the AC-PSP and who received CCCs versus those who did not. A longitudinal analysis using de-identified aggregate-level data collected through the AC-PSP was performed. A probabilistic matching algorithm was used to link patient-level records from the AC-PSP database to records from the QuintilesIMS longitudinal prescription transactions database. Patients were indexed on the date of their first prescription of ADA between January 2010 and October 2015. The AC-PSP database included patient assessments of the Bath Ankylosing Spondylitis Disease Activity Index (BASDAI), a measure of disease activity. Eligible patients had a baseline BASDAI assessment performed between 90 days before and 30 days after the index date, and a follow-up BASDAI assessment 6-18 months later. Poisson regression was used to estimate the adjusted relative risk (RR) of controlled disease (BASDAI < 4) at the time of follow-up, comparing patients who received CCCs with those who did not. In total 249 AS patients met eligibility criteria, and 123 (49%) received CCCs. Of the 249 patients, 184 (74%) had controlled disease (BASDAI < 4) at follow-up assessment, 98 (80%) in the CCC group and 86 (68%) in the no CCC group. Multivariable regression analysis demonstrated a 23% increased likelihood of controlled disease in patients who received CCCs relative to those who did not (RR = 1.23; 95% confidence interval, 1.06-1.42; p = 0.0055). AS patients receiving tailored services through the AC-PSP in the form of CCCs have an increased

  1. Analysis and specification tools in relation to the APSE

    NASA Technical Reports Server (NTRS)

    Hendricks, John W.

    1986-01-01

    Ada and the Ada Programming Support Environment (APSE) specifically address the phases of the system/software life cycle which follow after the user's problem was translated into system and software development specifications. The waterfall model of the life cycle identifies the analysis and requirements definition phases as preceeding program design and coding. Since Ada is a programming language and the APSE is a programming support environment, they are primarily targeted to support program (code) development, tecting, and maintenance. The use of Ada based or Ada related specification languages (SLs) and program design languages (PDLs) can extend the use of Ada back into the software design phases of the life cycle. Recall that the standardization of the APSE as a programming support environment is only now happening after many years of evolutionary experience with diverse sets of programming support tools. Restricting consideration to one, or even a few chosen specification and design tools, could be a real mistake for an organization or a major project such as the Space Station, which will need to deal with an increasingly complex level of system problems. To require that everything be Ada-like, be implemented in Ada, run directly under the APSE, and fit into a rigid waterfall model of the life cycle would turn a promising support environment into a straight jacket for progress.

  2. KYTC sidewalk and curb ramp inventory for ADA compliance.

    DOT National Transportation Integrated Search

    2017-09-01

    The Americans with Disabilities Act of 1990 (ADA) requires that all public and private organizations providing services to the public ensure their facilities and infrastructure comply with regulations set forth therein. The ADA requires that a transi...

  3. The implementation and use of Ada on distributed systems with high reliability requirements

    NASA Technical Reports Server (NTRS)

    Knight, J. C.

    1986-01-01

    The general inadequacy of Ada for programming systems that must survive processor loss was shown. A solution to the problem was proposed in which there are no syntatic changes to Ada. The approach was evaluated using a full-scale, realistic application. The application used was the Advanced Transport Operating System (ATOPS), an experimental computer control system developed for a modified Boeing 737 aircraft. The ATOPS system is a full authority, real-time avionics system providing a large variety of advanced features. Methods of building fault tolerance into concurrent systems were explored. A set of criteria by which the proposed method will be judged was examined. Extensive interaction with personnel from Computer Sciences Corporation and NASA Langley occurred to determine the requirements of the ATOPS software. Backward error recovery in concurrent systems was assessed.

  4. Applications of an architecture design and assessment system (ADAS)

    NASA Technical Reports Server (NTRS)

    Gray, F. Gail; Debrunner, Linda S.; White, Tennis S.

    1988-01-01

    A new Architecture Design and Assessment System (ADAS) tool package is introduced, and a range of possible applications is illustrated. ADAS was used to evaluate the performance of an advanced fault-tolerant computer architecture in a modern flight control application. Bottlenecks were identified and possible solutions suggested. The tool was also used to inject faults into the architecture and evaluate the synchronization algorithm, and improvements are suggested. Finally, ADAS was used as a front end research tool to aid in the design of reconfiguration algorithms in a distributed array architecture.

  5. Ada developers' supplement to the recommended approach

    NASA Technical Reports Server (NTRS)

    Kester, Rush; Landis, Linda

    1993-01-01

    This document is a collection of guidelines for programmers and managers who are responsible for the development of flight dynamics applications in Ada. It is intended to be used in conjunction with the Recommended Approach to Software Development (SEL-81-305), which describes the software development life cycle, its products, reviews, methods, tools, and measures. The Ada Developers' Supplement provides additional detail on such topics as reuse, object-oriented analysis, and object-oriented design.

  6. Gender-specific association of ADA genetic polymorphism with human longevity.

    PubMed

    Napolioni, Valerio; Lucarini, Nazzareno

    2010-08-01

    Aim of this study was to investigate whether the polymorphic ADA (Adenosine Deaminase, EC 3.5.4.4) gene, which determines the cellular level of adenosine and plays a crucial role in the regulation of the immune system and in the control of metabolic rates, is involved in longevity. 884 unrelated healthy individuals (age range 10-106 years, 400 males and 484 females) from central Italy were studied. ADA genotyping was performed by RFLP-PCR. Frequency distributions were compared using the chi-square test and a three-way contingency table analysis by a log linear model was applied to test independence between the variables. We found that ADA influences human life-span in a sex and age specific way. An increased frequency of ADA*2 carriers was found in males aged 80-85, and a decreased frequency in males over 85 (chi(2) = 13.93; df = 3; P = 0.003); significant differences among the age groups was not found in females. A strong interaction among age groups, ADA genotype and sex (G = 15.086; df = 3; P = 0.0017) was found. Males aged 80-85 could be protected from ischemic stroke by higher levels of adenosine (determined by the ADA*2 allele). The decrease of ADA*2 carriers in males over 85 may depend essentially on immunological factors; reduced levels of adenosine protect from asthma and other pulmonary diseases and lead to a reduced activation of inflammatory cells and pro-inflammatory cytokines production. Moreover, the low level of adenosine may potentiate the activity of NK and other cellular effectors against tumor cells. The negligible effect of ADA genetic polymorphism in females suggest a marginal influence of genetic factors in determining longevity in this sex, confirming previous reports.

  7. Maternal T-cell engraftment impedes with diagnosis of a SCID-ADA patient.

    PubMed

    Lanfranchi, Arnalda; Lougaris, Vassilios; Notarangelo, Lucia Dora; Soncini, Elena; Comini, Marta; Beghin, Alessandra; Bolda, Federica; Montanelli, Alessandro; Imberti, Luisa; Porta, Fulvio

    2018-02-02

    We describe the case of a child affected by severe combined immunodeficiency (SCID) with adenosine deaminase (ADA) deficiency showing a maternal T-cell engraftment, a finding that has never been reported before. The presence of engrafted maternal T cells was misleading. Although ADA enzymatic levels were suggestive of ADA-SCID, the child did not present the classical signs of ADA deficiency; therefore, the initial diagnosis was of a conventional SCID. However, ADA toxic metabolites and molecular characterization confirmed this diagnosis. Polyethylene glycol-modified bovine (PEG) ADA therapy progressively decreased the number of maternal engrafted T cells. The child was grafted with full bone marrow from a matched unrelated donor, after a reduced conditioning regimen, and the result was the complete immunological reconstitution. Copyright © 2018 Elsevier Inc. All rights reserved.

  8. [Quasi-adaptive response to alkylating agents in Escherichia coli and Ada-protein functions].

    PubMed

    Vasil'eva, S V; Moshkovskaia, E Iu; Terekhov, A S; Mikoian, V D; Vanin, A F

    2008-01-01

    In 2005 we have described in exponentially growing E. coli cells a new fundamental genetic phenomenon,--quasi-adaptive response to alkylating compounds (quasi-Ada). Phenotypic expression of quasi-Ada is similar to the true Ada response. However, in contrast to the letter, it develops in the course of pretreatment of the cells by a sublethal dose of nonalkylating agent, an NO-containing dinitrosyl iron complex with glutathione (DNICglu). To reveal the mechanisms of quasi-adaptation and its association with the function of the Ada regulatory protein, here we used a unique property of dual gene expression regulation of aidB1 gene, a part of the Ada-regulon, namely its relative independence from Ada protein in anaerobic conditions. Based on the results of aidB1 gene expression analysis an EPR spectra of E. coli MV2176 cells (aidB1::lacZ) in aerobic and anaerobic conditions after the corresponding treatments, we conclude that the function and the spatial structure of meAda and [(Cys-)2Fe+(NO+)2]Ada are identical and thus the nitrosylated protein represents a regulator of the Ada regulon gene expression during quasi-adaptation development.

  9. Knowledge representation into Ada parallel processing

    NASA Technical Reports Server (NTRS)

    Masotto, Tom; Babikyan, Carol; Harper, Richard

    1990-01-01

    The Knowledge Representation into Ada Parallel Processing project is a joint NASA and Air Force funded project to demonstrate the execution of intelligent systems in Ada on the Charles Stark Draper Laboratory fault-tolerant parallel processor (FTPP). Two applications were demonstrated - a portion of the adaptive tactical navigator and a real time controller. Both systems are implemented as Activation Framework Objects on the Activation Framework intelligent scheduling mechanism developed by Worcester Polytechnic Institute. The implementations, results of performance analyses showing speedup due to parallelism and initial efficiency improvements are detailed and further areas for performance improvements are suggested.

  10. Lessons learned in the transition to Ada from FORTRAN at NASA/Goddard

    NASA Technical Reports Server (NTRS)

    Brophy, Carolyn Elizabeth

    1989-01-01

    Two dynamics satellite simulators are developed from the same requirements, one in Ada and the other in FORTRAN. The purpose of the research was to find out how well the prescriptive Ada development model worked to develop the Ada simulator. The FORTRAN simulator development, as well as past FORTRAN developments, provided a baseline for comparison. Since this was the first simulator developed, the prescriptive Ada development model had many similarities to the usual FORTRAN development model. However, it was modified to include longer design and shorter testing phases, which is generally expected with Ada developments. One result was that the percentage of time the Ada project spent in the various development activities was very similar to the percentage of time spent in these activities when doing a FORTRAN project. Another finding was the difficulty the Ada team had with unit testing as well as with integration. It was realized that adding additional steps to the design phase, such as an abstract data type analysis, and certain guidelines to the implementation phase, such as to use primarily library units and nest sparingly, would have made development easier. These are among the recommendations made to be incorporated in a new Ada development model next time.

  11. Ada Compiler Validation Summary Report: Certificate Number 890627W1. 10103 Harris Corporation, Computer Systems Division, Harris Ada, Version 5.0 Harris H1000

    DTIC Science & Technology

    1989-06-27

    Department of Defense Washington DC 20301-3081 Ada Compiler Validation Summary Report : Compiler Name: Harris Ada, Version 5.0 Certificate Number...890627W1.10103 Host: Harris HIOO0 under VOS, E.i Target: Harris HiO00 under VOS, E.1 Testing Completed June 27, 1989 using ACVC 1.10 This report has been...arris Corporation, Computer Systems Division Harris Ada, Version 5.0, Harris H1000 under VOS, 8.1 (Host & Target), Wright-Patterson AFB, ACVC 1.10 DD

  12. A prediction model of short-term ionospheric foF2 based on AdaBoost

    NASA Astrophysics Data System (ADS)

    Zhao, Xiukuan; Ning, Baiqi; Liu, Libo; Song, Gangbing

    2014-02-01

    In this paper, the AdaBoost-BP algorithm is used to construct a new model to predict the critical frequency of the ionospheric F2-layer (foF2) one hour ahead. Different indices were used to characterize ionospheric diurnal and seasonal variations and their dependence on solar and geomagnetic activity. These indices, together with the current observed foF2 value, were input into the prediction model and the foF2 value at one hour ahead was output. We analyzed twenty-two years' foF2 data from nine ionosonde stations in the East-Asian sector in this work. The first eleven years' data were used as a training dataset and the second eleven years' data were used as a testing dataset. The results show that the performance of AdaBoost-BP is better than those of BP Neural Network (BPNN), Support Vector Regression (SVR) and the IRI model. For example, the AdaBoost-BP prediction absolute error of foF2 at Irkutsk station (a middle latitude station) is 0.32 MHz, which is better than 0.34 MHz from BPNN, 0.35 MHz from SVR and also significantly outperforms the IRI model whose absolute error is 0.64 MHz. Meanwhile, AdaBoost-BP prediction absolute error at Taipei station from the low latitude is 0.78 MHz, which is better than 0.81 MHz from BPNN, 0.81 MHz from SVR and 1.37 MHz from the IRI model. Finally, the variety characteristics of the AdaBoost-BP prediction error along with seasonal variation, solar activity and latitude variation were also discussed in the paper.

  13. Real-time detection with AdaBoost-svm combination in various face orientation

    NASA Astrophysics Data System (ADS)

    Fhonna, R. P.; Nasution, M. K. M.; Tulus

    2018-03-01

    Most of the research has used algorithm AdaBoost-SVM for face detection. However, to our knowledge so far there is no research has been facing detection on real-time data with various orientations using the combination of AdaBoost and Support Vector Machine (SVM). Characteristics of complex and diverse face variations and real-time data in various orientations, and with a very complex application will slow down the performance of the face detection system this becomes a challenge in this research. Face orientation performed on the detection system, that is 900, 450, 00, -450, and -900. This combination method is expected to be an effective and efficient solution in various face orientations. The results showed that the highest average detection rate is on the face detection oriented 00 and the lowest detection rate is in the face orientation 900.

  14. ART/Ada design project, phase 1. Task 2 report: Detailed design

    NASA Technical Reports Server (NTRS)

    Allen, Bradley P.

    1988-01-01

    Various issues are studied in the context of the design of an Ada based expert system building tool. Using an existing successful design as a starting point, the impact is analyzed of the Ada language and Ada development methodologies on that design, the Ada system is redesigned, and its performance is analyzed using both complexity-theoretic and empirical techniques. The algorithms specified in the overall design are refined, resolving and documenting any open design issues, identifying each system module, documenting the internal architecture and control logic, and describing the primary data structures involved in the module.

  15. Development of Software Tools for ADA Compliance Data Collection, Management, and Inquiry

    DOT National Transportation Integrated Search

    2014-07-01

    In this NUTC research project, the UNR research team developed an iOS application (named NDOT ADA Data) to efficiently and intuitively collect ADA inventory data with iPhones or iPads. This tool was developed to facilitate NDOT ADA data collect...

  16. 78 FR 10263 - Proposed Collection; Comment Request for ADA Accommodations Request Packet

    Federal Register 2010, 2011, 2012, 2013, 2014

    2013-02-13

    ... DEPARTMENT OF THE TREASURY Internal Revenue Service Proposed Collection; Comment Request for ADA... the ADA Accommodations Packet. DATES: Written comments should be received on or before April 15, 2013...: ADA Accommodations Request Packet. OMB Number: 1545-2027. Abstract: Information is collected so that...

  17. Development of Immunocapture-LC/MS Assay for Simultaneous ADA Isotyping and Semiquantitation

    PubMed Central

    2016-01-01

    Therapeutic proteins and peptides have potential to elicit immune responses resulting in anti-drug antibodies that can pose problems for both patient safety and product efficacy. During drug development immunogenicity is usually examined by risk-based approach along with specific strategies for developing “fit-for-purpose” bioanalytical approaches. Enzyme-linked immunosorbent assays and electrochemiluminescence immunoassays are the most widely used platform for ADA detection due to their high sensitivity and throughput. During the past decade, LC/MS has emerged as a promising technology for quantitation of biotherapeutics and protein biomarkers in biological matrices, mainly owing to its high specificity, selectivity, multiplexing, and wide dynamic range. In fully taking these advantages, we describe here an immunocapture-LC/MS methodology for simultaneous isotyping and semiquantitation of ADA in human plasma. Briefly, ADA and/or drug-ADA complex is captured by biotinylated drug or anti-drug Ab, immobilized on streptavidin magnetic beads, and separated from human plasma by a magnet. ADA is then released from the beads and subjected to trypsin digestion followed by LC/MS detection of specific universal peptides for each ADA isotype. The LC/MS data are analyzed using cut-point and calibration curve. The proof-of-concept of this methodology is demonstrated by detecting preexisting ADA in human plasma. PMID:27034966

  18. Development of Immunocapture-LC/MS Assay for Simultaneous ADA Isotyping and Semiquantitation.

    PubMed

    Chen, Lin-Zhi; Roos, David; Philip, Elsy

    2016-01-01

    Therapeutic proteins and peptides have potential to elicit immune responses resulting in anti-drug antibodies that can pose problems for both patient safety and product efficacy. During drug development immunogenicity is usually examined by risk-based approach along with specific strategies for developing "fit-for-purpose" bioanalytical approaches. Enzyme-linked immunosorbent assays and electrochemiluminescence immunoassays are the most widely used platform for ADA detection due to their high sensitivity and throughput. During the past decade, LC/MS has emerged as a promising technology for quantitation of biotherapeutics and protein biomarkers in biological matrices, mainly owing to its high specificity, selectivity, multiplexing, and wide dynamic range. In fully taking these advantages, we describe here an immunocapture-LC/MS methodology for simultaneous isotyping and semiquantitation of ADA in human plasma. Briefly, ADA and/or drug-ADA complex is captured by biotinylated drug or anti-drug Ab, immobilized on streptavidin magnetic beads, and separated from human plasma by a magnet. ADA is then released from the beads and subjected to trypsin digestion followed by LC/MS detection of specific universal peptides for each ADA isotype. The LC/MS data are analyzed using cut-point and calibration curve. The proof-of-concept of this methodology is demonstrated by detecting preexisting ADA in human plasma.

  19. Test Case Study: Estimating the Cost of Ada Software Development

    DTIC Science & Technology

    1989-04-01

    2-9 2.1.5 SPQR /20 ....... .................... ... 2-12 2.1.6 SYST’E-3 ....... ................... .. 2-12 2.2 ADA...SoftCost-Ada 3 out of 3 0% to 6% Commercial Contracts SPQR /20 1 out of 4 -22% Model Consistency on SoftCost-Ada 3 out of 3 -13% to - 8% Commercial Contracts...PRICE-S 2 out of 4 - 1% to 22% Model Accuracy on SASET 3 out of 4 - 7% to 29% Command & Control SPQR /20 3 out of 4 -22% to 19% Applications Model

  20. Ada (Trade Name) Compiler Validation Summary Report: International Business Machines Corporation. IBM Development System for the Ada Language System, Version 1.1.0, IBM 4381 under MVS.

    DTIC Science & Technology

    1988-05-22

    TITLE (andSubtile) 5. TYPE OF REPORT & PERIOD COVERED Ada Compler Validation Summary Report: 22 May 1987 to 22 May 1988 International Business Machines...IBM Development System for the Ada Language System, Version 1.1.0, International Business Machines Corporation, Wright-Patterson AFB. IBM 4381 under...SUMMARY REPORT: International Business Machines Corporation IBM Development System f’or the Ada Language System, Version 1.1.0 IBM 4381 under MVS

  1. Software Engineering Laboratory Ada performance study: Results and implications

    NASA Technical Reports Server (NTRS)

    Booth, Eric W.; Stark, Michael E.

    1992-01-01

    The SEL is an organization sponsored by NASA/GSFC to investigate the effectiveness of software engineering technologies applied to the development of applications software. The SEL was created in 1977 and has three organizational members: NASA/GSFC, Systems Development Branch; The University of Maryland, Computer Sciences Department; and Computer Sciences Corporation, Systems Development Operation. The goals of the SEL are as follows: (1) to understand the software development process in the GSFC environments; (2) to measure the effect of various methodologies, tools, and models on this process; and (3) to identify and then to apply successful development practices. The activities, findings, and recommendations of the SEL are recorded in the Software Engineering Laboratory Series, a continuing series of reports that include the Ada Performance Study Report. This paper describes the background of Ada in the Flight Dynamics Division (FDD), the objectives and scope of the Ada Performance Study, the measurement approach used, the performance tests performed, the major test results, and the implications for future FDD Ada development efforts.

  2. Regulation of adenosine deaminase (ADA) on induced mouse experimental autoimmune uveitis (EAU) ‡

    PubMed Central

    Liang, Dongchun; Zuo, Aijun; Zhao, Ronglan; Shao, Hui; Kaplan, Henry J.; Sun, Deming

    2016-01-01

    Adenosine is an important regulator of the immune response and adenosine deaminase (ADA) inhibits this regulatory effect by converting adenosine into functionally inactive molecules. Studies have shown that adenosine receptor (AR) agonists can be either anti- or pro-inflammatory. Clarification of the mechanisms that cause these opposing effects should provide a better guide for therapeutic intervention. In this study, we investigated the effect of ADA on the development of experimental autoimmune uveitis (EAU) induced by immunizing EAU-prone mice with a known uveitogenic peptide, IRBP1–20. Our results showed that the effective time to administer a single dose of ADA to suppress induction of EAU was 8–14 days post-immunization, shortly before EAU expression, but ADA treatment at other time points exacerbated disease. ADA preferentially inhibited Th17 responses and this effect was γδ T cell-dependent. Our results demonstrated that the existing immune status strongly influences the anti- or proinflammatory effects of ADA. Our observations should help improve the design of ADA- and AR-targeted therapies. PMID:26856700

  3. Alteration/deficiency in activation-3 (Ada3) plays a critical role in maintaining genomic stability

    PubMed Central

    Mirza, Sameer; Katafiasz, Bryan J.; Kumar, Rakesh; Wang, Jun; Mohibi, Shakur; Jain, Smrati; Gurumurthy, Channabasavaiah Basavaraju; Pandita, Tej K.; Dave, Bhavana J.; Band, Hamid; Band, Vimla

    2012-01-01

    Cell cycle regulation and DNA repair following damage are essential for maintaining genome integrity. DNA damage activates checkpoints in order to repair damaged DNA prior to exit to the next phase of cell cycle. Recently, we have shown the role of Ada3, a component of various histone acetyltransferase complexes, in cell cycle regulation, and loss of Ada3 results in mouse embryonic lethality. Here, we used adenovirus-Cre-mediated Ada3 deletion in Ada3fl/fl mouse embryonic fibroblasts (MEFs) to assess the role of Ada3 in DNA damage response following exposure to ionizing radiation (IR). We report that Ada3 depletion was associated with increased levels of phospho-ATM (pATM), γH2AX, phospho-53BP1 (p53BP1) and phospho-RAD51 (pRAD51) in untreated cells; however, radiation response was intact in Ada3−/− cells. Notably, Ada3−/− cells exhibited a significant delay in disappearance of DNA damage foci for several critical proteins involved in the DNA repair process. Significantly, loss of Ada3 led to enhanced chromosomal aberrations, such as chromosome breaks, fragments, deletions and translocations, which further increased upon DNA damage. Notably, the total numbers of aberrations were more clearly observed in S-phase, as compared with G₁ or G₂ phases of cell cycle with IR. Lastly, comparison of DNA damage in Ada3fl/fl and Ada3−/− cells confirmed higher residual DNA damage in Ada3−/− cells, underscoring a critical role of Ada3 in the DNA repair process. Taken together, these findings provide evidence for a novel role for Ada3 in maintenance of the DNA repair process and genomic stability. PMID:23095635

  4. The Impact of Ada and Object-Oriented Design in NASA Goddard's Flight Dynamics Division

    NASA Technical Reports Server (NTRS)

    Waligora, Sharon; Bailey, John; Stark, Mike

    1996-01-01

    This paper presents the highlights and key findings of 10 years of use and study of Ada and object-oriented design in NASA Goddard's Flight Dynamics Division (FDD). In 1985, the Software Engineering Laboratory (SEL) began investigating how the Ada language might apply to FDD software development projects. Although they began cautiously using Ada on only a few pilot projects, they expected that, if the Ada pilots showed promising results, the FDD would fully transition its entire development organization from FORTRAN to Ada within 10 years. However, 10 years later, the FDD still produced 80 percent of its software in FORTRAN and had begun using C and C++, despite positive results on Ada projects. This paper presents the final results of a SEL study to quantify the impact of Ada in the FDD, to determine why Ada has not flourished, and to recommend future directions regarding Ada. Project trends in both languages are examined as are external factors and cultural issues that affected the infusion of this technology. The detailed results of this study were published in a formal study report in March of 1995. This paper supersedes the preliminary results of this study that were presented at the Eighteenth Annual Software Engineering Workshop in 1993.

  5. Syzygium cumini is more effective in preventing the increase of erythrocytic ADA activity than phenolic compounds under hyperglycemic conditions in vitro.

    PubMed

    De Bona, Karine S; Bonfanti, Gabriela; Bitencourt, Paula E R; Cargnelutti, Lariane O; da Silva, Priscila S; da Silva, Thainan P; Zanette, Régis A; Pigatto, Aline S; Moretto, Maria B

    2014-06-01

    Syzygium cumini (S. cumini) is a plant known for its antidiabetic properties. The aim of this study was to evaluate the effect of Sc aqueous leaf extract (ASc) on adenosine deaminase (ADA) activity in erythrocytes (RBCs) exposed to high glucose concentrations (30 mM) in vitro. We also investigated the effects of the main phenolic compounds found in ASc (gallic acid, rutin, and chlorogenic acid) and the effects of insulin, caffeine, and dipyridamole, which are substances involved in the adenosine metabolism, on ADA activity in vitro. Blood samples were obtained from healthy volunteers and a suspension of RBCs was used for the determination of ADA activity. The results showed that: (1) the effect of ASc on ADA activity was more significant than the combination of phenolic compounds; (2) insulin, caffeine, or dipyridamole prevented high glucose increase of ADA activity at doses as low as 50 μU/mL, 25 μM, and 1 μM, respectively; (3) the inhibitory effect caused by ASc on erythrocyte ADA activity remained practically the same after the combination of the extract with insulin or caffeine; (4) when RBCs were exposed to ASc plus dipyridamole, this chemical attenuated the effect of ASc on ADA activity, suggesting an antagonism or a competition with ASc by the same site of action. Therefore, ASc was more effective in preventing the increase in ADA activity than phenolic compounds, suggesting that ASc may collaborate to improve endothelial dysfunction, antioxidant, anti-inflammatory, and antithrombotic properties of adenosine by affecting its metabolism. The results of this study help to provide evidence of the empirically supported benefits of the use of S. cumini in diabetes.

  6. Benchmarking Ada tasking on tightly coupled multiprocessor architectures

    NASA Technical Reports Server (NTRS)

    Collard, Philippe; Goforth, Andre; Marquardt, Matthew

    1989-01-01

    The development of benchmarks and performance measures for parallel Ada tasking is reported with emphasis on the macroscopic behavior of the benchmark across a set of load parameters. The application chosen for the study was the NASREM model for telerobot control, relevant to many NASA missions. The results of the study demonstrate the potential of parallel Ada in accomplishing the task of developing a control system for a system such as the Flight Telerobotic Servicer using the NASREM framework.

  7. Adenosine Deaminase (ADA)-Deficient Severe Combined Immune Deficiency (SCID): Molecular Pathogenesis and Clinical Manifestations.

    PubMed

    Bradford, Kathryn L; Moretti, Federico A; Carbonaro-Sarracino, Denise A; Gaspar, Hubert B; Kohn, Donald B

    2017-10-01

    Deficiency of adenosine deaminase (ADA, EC3.5.4.4), a housekeeping enzyme of purine metabolism encoded by the Ada gene, is a cause of human severe combined immune deficiency (SCID). Numerous deleterious mutations occurring in the ADA gene have been found in patients with profound lymphopenia (T - B - NK - ), thus underscoring the importance of functional purine metabolism for the development of the immune defense. While untreated ADA SCID is a fatal disorder, there are multiple life-saving therapeutic modalities to restore ADA activity and reconstitute protective immunity, including enzyme replacement therapy (ERT), allogeneic hematopoietic stem cell transplantation (HSCT) and gene therapy (GT) with autologous gene-corrected hematopoietic stem cells (HSC). We review the pathogenic mechanisms and clinical manifestations of ADA SCID.

  8. Ada response - a strategy for repair of alkylated DNA in bacteria.

    PubMed

    Mielecki, Damian; Grzesiuk, Elżbieta

    2014-06-01

    Alkylating agents are widespread in the environment and also occur endogenously. They can be cytotoxic or mutagenic to the cells introducing alkylated bases to DNA or RNA. All organisms have evolved multiple DNA repair mechanisms to counteract the effects of DNA alkylation: the most cytotoxic lesion, N(3)-methyladenine (3meA), is excised by AlkA glycosylase initiating base excision repair (BER); toxic N(1)-methyladenine (1meA) and N(3)-methylcytosine (3meC), induced in DNA and RNA, are removed by AlkB dioxygenase; and mutagenic and cytotoxic O(6)-methylguanine (O(6) meG) is repaired by Ada methyltransferase. In Escherichia coli, Ada response involves the expression of four genes, ada, alkA, alkB, and aidB, encoding respective proteins Ada, AlkA, AlkB, and AidB. The Ada response is conserved among many bacterial species; however, it can be organized differently, with diverse substrate specificity of the particular proteins. Here, an overview of the organization of the Ada regulon and function of individual proteins is presented. We put special effort into the characterization of AlkB dioxygenases, their substrate specificity, and function in the repair of alkylation lesions in DNA/RNA. © 2014 The Authors. FEMS Microbiology Letters published by John Wiley & Sons Ltd on behalf of Federation of European Microbiological Societies.

  9. Psychometric evaluation of ADAS-Cog and NTB for measuring drug response.

    PubMed

    Karin, A; Hannesdottir, K; Jaeger, J; Annas, P; Segerdahl, M; Karlsson, P; Sjögren, N; von Rosen, T; Miller, F

    2014-02-01

    To conduct a psychometric analysis to determine the adequacy of instruments that measure cognition in Alzheimer's disease trials. Both the Alzheimer's Disease Assessment Scale - Cognition (ADAS-Cog) and the Neuropsychological Test Battery (NTB) are validated outcome measures for clinical trials in Alzheimer's disease and are approved also for regulatory purposes. However, it is not clear how comparable they are in measuring cognitive function. In fact, many recent trials in Alzheimer's disease patients have failed and it has been questioned if ADAS-Cog still is a sensitive measure. The present paper examines the psychometric properties of ADAS-Cog and NTB, based on a post hoc analysis of data from a clinical trial (NCT01024660), which was conducted by AstraZeneca, in mild-to-moderate Alzheimer's disease (AD) patients, with a Mini Mental State Examination (MMSE) Total score 16-24. Acceptability, reliability, different types of validity and ability to detect change were assessed using relevant statistical methods. Total scores of both tests, as well as separate domains of both tests, including the Wechsler Memory Scale (WMS), Rey Auditory Verbal Learning Test (RAVLT) and Delis-Kaplan Executive Function System (D-KEFS) Verbal Fluency Condition, were analyzed. Overall, NTB performed well, with acceptable reliability and ability to detect change, while ADAS-Cog had insufficient psychometric properties, including ceiling effects in 8 out of a total of 11 ADAS-Cog items in mild AD patients, as well as low test-retest reliability in some of the items. Based on a direct comparison on the same patient sample, we see advantages of the NTB compared with the ADAS-Cog for the evaluation of cognitive function in the population of mild-to-moderate AD patients. The results suggest that not all of ADAS-Cog items are relevant for both mild and moderate AD population. This validation study demonstrates satisfactory psychometric properties of the NTB, while ADAS-Cog was found to be

  10. Functional sites of the Ada regulatory protein of Escherichia coli. Analysis by amino acid substitutions.

    PubMed

    Takano, K; Nakabeppu, Y; Sekiguchi, M

    1988-05-20

    Specific cysteine residues at possible methyl acceptor sites of the Ada protein of Escherichia coli were converted to other amino acids by site-directed mutagenesis of the cloned ada gene of E. coli. Ada protein with the cysteine residue at 321 replaced by alanine was capable of accepting the methyl group from the methylphosphotriester but not from O6-methylguanine or O4-methylthymine of alkylated DNA, whereas the protein with alanine at position 69 accepted the methyl group from the methylated bases but not from the methylphosphotriester. These two mutants were used to elucidate the biological significance of repair of the two types of alkylation lesions. Introduction of the ada gene with the Ala69 mutation into an ada- cell rendered the cell more resistant to alkylating agents with respect to both killing and induction of mutations, but the gene with the Ala321 mutation exhibited no such activity. Replacement of the cysteine residue at position 69, but not at position 321, abolished the ability of Ada protein to promote transcription of both ada and alkA genes in vitro. These results are compatible with the idea that methylation of the cysteine residue at position 69 renders Ada protein active as a transcriptional regulator, whilst the cysteine residue at position 321 is responsible for repair of pre-mutagenic and lethal lesions in DNA. The actions of mutant Ada proteins on the ada and alkA promoters in vivo were investigated using an artificially composed gene expression system. When the ada gene with the Ala69 mutation was introduced into the cell, there was little induction of expression of either the ada or the alkA genes, even after treatment with an alkylating agent, in agreement with the data obtained from studies in vitro. With the Ala321 mutation, however, a considerable degree of ada gene expression occurred without adaptive treatment. The latter finding suggests that the cysteine residue at position 321, which is located near the C terminus of the Ada

  11. System testing of a production Ada (trademark) project: The GRODY study

    NASA Technical Reports Server (NTRS)

    Seigle, Jeffrey; Esker, Linda; Shi, Ying-Liang

    1990-01-01

    The use of the Ada language and design methodologies that utilize its features has a strong impact on all phases of the software development project lifecycle. At the National Aeronautics and Space Administration/Goddard Space Flight Center (NASA/GSFC), the Software Engineering Laboratory (SEL) conducted an experiment in parallel development of two flight dynamics systems in FORTRAN and Ada. The teams found some qualitative differences between the system test phases of the two projects. Although planning for system testing and conducting of tests were not generally affected by the use of Ada, the solving of problems found in system testing was generally facilitated by Ada constructs and design methodology. Most problems found in system testing were not due to difficulty with the language or methodology but to lack of experience with the application.

  12. A Student Affairs Guide to the ADA & Disability Issues. Monograph.

    ERIC Educational Resources Information Center

    Ryan, Dan, Ed.; McCarthy, Maureen, Ed.

    Recent passage of the Americans with Disabilities Act (ADA) has rekindled debates on the responsibilities of postsecondary institutions to serve students with disabilities. This book provides a comprehensive guide to an institutional response to the ADA. It gives practical advice for responding to students and professionals with disabilities, and…

  13. ADA Audit, Transition Plan, and Policy Statement for Higher Education. Manual and Workbook.

    ERIC Educational Resources Information Center

    Shepard, Ira Michael; And Others

    Designed to assist public institutions in meeting the many requirements and deadlines of the Americans with Disabilities Act (ADA) of 1990, this handbook provides a blueprint for coordinating ADA compliance and conducting the required self-evaluations. Chapter 1 reviews policy implications of compliance with the ADA, discusses the importance of…

  14. Preliminary Design and Implementation of a Method for Validating Evolving ADA Compilers.

    DTIC Science & Technology

    1983-03-01

    Goodenough, John B. "The Ada Compiler Validation Capability," Computer. 14 (6): 57-64 (June 1981). 7. Pressman, Roger S. Software Engineering : A Practi...COMPILERS THESIS Presented to the faculty of the School of Engineering of the Air Force Institute of Technology Air University in Partial Fulfillment...support and encouragement they have given me. ii Contents Page 1. INTRODUCTION 1 1.1 Background -- DoDls Software Problem 1 1.1.1 The proliferation of

  15. The ADA and IDEA Basics: Inclusion of Children with Disabilities

    ERIC Educational Resources Information Center

    Motwani, Mona

    2007-01-01

    This article discusses the American with Disabilities Act (ADA) and the Individuals with Disabilities Education Act (IDEA). The ADA is a federal civil rights law that was passed in 1990 with the aim of securing equal rights for persons with disabilities in the employment, housing, government, transportation, and public accommodation contexts. It…

  16. Formal specification and verification of Ada software

    NASA Technical Reports Server (NTRS)

    Hird, Geoffrey R.

    1991-01-01

    The use of formal methods in software development achieves levels of quality assurance unobtainable by other means. The Larch approach to specification is described, and the specification of avionics software designed to implement the logic of a flight control system is given as an example. Penelope is described which is an Ada-verification environment. The Penelope user inputs mathematical definitions, Larch-style specifications and Ada code and performs machine-assisted proofs that the code obeys its specifications. As an example, the verification of a binary search function is considered. Emphasis is given to techniques assisting the reuse of a verification effort on modified code.

  17. Ada response – a strategy for repair of alkylated DNA in bacteria

    PubMed Central

    Mielecki, Damian; Grzesiuk, Elżbieta

    2014-01-01

    Alkylating agents are widespread in the environment and also occur endogenously. They can be cytotoxic or mutagenic to the cells introducing alkylated bases to DNA or RNA. All organisms have evolved multiple DNA repair mechanisms to counteract the effects of DNA alkylation: the most cytotoxic lesion, N3-methyladenine (3meA), is excised by AlkA glycosylase initiating base excision repair (BER); toxic N1-methyladenine (1meA) and N3-methylcytosine (3meC), induced in DNA and RNA, are removed by AlkB dioxygenase; and mutagenic and cytotoxic O6-methylguanine (O6meG) is repaired by Ada methyltransferase. In Escherichia coli, Ada response involves the expression of four genes, ada, alkA, alkB, and aidB, encoding respective proteins Ada, AlkA, AlkB, and AidB. The Ada response is conserved among many bacterial species; however, it can be organized differently, with diverse substrate specificity of the particular proteins. Here, an overview of the organization of the Ada regulon and function of individual proteins is presented. We put special effort into the characterization of AlkB dioxygenases, their substrate specificity, and function in the repair of alkylation lesions in DNA/RNA. PMID:24810496

  18. A prediction model of short-term ionospheric foF2 Based on AdaBoost

    NASA Astrophysics Data System (ADS)

    Zhao, Xiukuan; Liu, Libo; Ning, Baiqi

    Accurate specifications of spatial and temporal variations of the ionosphere during geomagnetic quiet and disturbed conditions are critical for applications, such as HF communications, satellite positioning and navigation, power grids, pipelines, etc. Therefore, developing empirical models to forecast the ionospheric perturbations is of high priority in real applications. The critical frequency of the F2 layer, foF2, is an important ionospheric parameter, especially for radio wave propagation applications. In this paper, the AdaBoost-BP algorithm is used to construct a new model to predict the critical frequency of the ionospheric F2-layer one hour ahead. Different indices were used to characterize ionospheric diurnal and seasonal variations and their dependence on solar and geomagnetic activity. These indices, together with the current observed foF2 value, were input into the prediction model and the foF2 value at one hour ahead was output. We analyzed twenty-two years’ foF2 data from nine ionosonde stations in the East-Asian sector in this work. The first eleven years’ data were used as a training dataset and the second eleven years’ data were used as a testing dataset. The results show that the performance of AdaBoost-BP is better than those of BP Neural Network (BPNN), Support Vector Regression (SVR) and the IRI model. For example, the AdaBoost-BP prediction absolute error of foF2 at Irkutsk station (a middle latitude station) is 0.32 MHz, which is better than 0.34 MHz from BPNN, 0.35 MHz from SVR and also significantly outperforms the IRI model whose absolute error is 0.64 MHz. Meanwhile, AdaBoost-BP prediction absolute error at Taipei station from the low latitude is 0.78 MHz, which is better than 0.81 MHz from BPNN, 0.81 MHz from SVR and 1.37 MHz from the IRI model. Finally, the variety characteristics of the AdaBoost-BP prediction error along with seasonal variation, solar activity and latitude variation were also discussed in the paper.

  19. An Evaluation of an Ada Implementation of the Rete Algorithm for Embedded Flight Processors

    DTIC Science & Technology

    1990-12-01

    computers was desired. The VAX VMS operating system has many built-in methods for determining program performance (including VAX PCA), but these methods... overviev , of the target environment-- the MIL-STD-1750A VHSIC Avionic Modular Processor ( VA.IP, running under the Ada Avionics Real-Time Software (AARTS... computers . Mil-STD-1750A, the Air Force’s standard flight computer architecture, however, places severe constraints on applications software processing

  20. Common Ada Missile Packages. Phase 2. (CAMP-2). Volume 2. 11th Missile Demonstration

    DTIC Science & Technology

    1988-11-01

    report describes the work performed, Ihe results obtained, and the conclusions reached during the Common Ada Missile Packages Phase-2 (CAMP-2) contract ... contract was performed between Sep- tember 1985. and March 1988. The MDAC-STL CAMP program manager was: Dr. Daniel G. McNicholl Technology Branch...j DEC Code Management System X X Software Development Files x x Development Status Database x ! X i Smart Cade Counter X j

  1. Analytical performances of the Diazyme ADA assay on the Cobas® 6000 system.

    PubMed

    Delacour, Hervé; Sauvanet, Christophe; Ceppa, Franck; Burnat, Pascal

    2010-12-01

    To evaluate the analytical performance of the Diazyme ADA assay on the Cobas® 6000 system for pleural fluid samples analysis. Imprecision, linearity, calibration curve stability, interference, and correlation studies were completed. The Diazyme ADA assay demonstrated excellent precision (CV<4%) over the analytical measurement range (0.5-117 U/L). Bilirubin above 50 μmol/L and haemoglobin above 177 μmol/L interfered with the test, inducing a negative and a positive interference respectively. The Diazyme ADA assay correlated well with the Giusti method (r(2)=0.93) but exhibited a negative bias (~ -30%). The Diazyme ADA assay on the Cobas® 6000 system represents a rapid, accurate, precise and reliable method for determination of ADA activity in pleural fluid samples. Copyright © 2010 The Canadian Society of Clinical Chemists. Published by Elsevier Inc. All rights reserved.

  2. Programming Support Library (PSL). Users Manual.

    DTIC Science & Technology

    1978-05-01

    which provides the tools to organize, implement, and control computer program develop- ment. This involves the support of the actual programming process...provides the tools toorganize, implement, and control computer program development. The system is designed specifically to support top-down development...Structured Programming are finding increasing application in the computing community. Structured programs are, however, difficult to write in

  3. Diagnostic value of sputum adenosine deaminase (ADA) level in pulmonary tuberculosis.

    PubMed

    Binesh, Fariba; Jalali, Hadi; Zare, Mohammad Reza; Behravan, Farhad; Tafti, Arefeh Dehghani; Behnaz, Fatemah; Tabatabaee, Mohammad; Shahcheraghi, Seyed Hossein

    2016-06-01

    Tuberculosis is still a considerable health problem in many countries. Rapid diagnosis of this disease is important, and adenosine deaminase (ADA) has been used as a diagnostic test. The aim of this study was to assess the diagnostic value of ADA in the sputum of patients with pulmonary tuberculosis. The current study included 40 patients with pulmonary tuberculosis (culture positive, smear ±) and 42 patients with non tuberculosis pulmonary diseases (culture negative). ADA was measured on all of the samples. The median value of ADA in non-tuberculosis patients was 2.94 (4.2) U/L and 4.01 (6.54) U/L in tuberculosis patients, but this difference was not statistically significant (p=0.100). The cut-off point of 3.1 U/L had a sensitivity of 61% and a specificity of 53%, the cut-off point of 2.81 U/L had a sensitivity of 64% and a specificity of 50% and the cut-off point of 2.78 U/L had a sensitivity of 65% and a specificity of 48%. The positive predictive values for cut-off points of 3.1, 2.81 and 2.78 U/L were 55.7%, 57.44% and 69.23%, respectively. The negative predictive values for the abovementioned cut-off points were 56.75%, 57.14% and 55.88%, respectively. Our results showed that sputum ADA test is neither specific nor sensitive. Because of its low sensitivity and specificity, determination of sputum ADA for the diagnosis of pulmonary tuberculosis is not recommended.

  4. United States Air Force High School Apprenticeship Program: 1989 Program Management Report. Volume 2

    DTIC Science & Technology

    1989-12-01

    error determination of a root, and the Gaussian probability function. I found this 47-7 flowcharting exposure to be an asset while writing more...writing simple programs based upon flowcharts . This skill was further enhanced when my mentor taught me how to take a flowchart (or program) written in...software that teaches Ada to beginners . Though the first part of Ada-Tutr was review, the package proved to be very helpful in assisting me to write more

  5. Evolution of Ada technology in the flight dynamics area: Implementation/testing phase analysis

    NASA Technical Reports Server (NTRS)

    Quimby, Kelvin L.; Esker, Linda; Miller, John; Smith, Laurie; Stark, Mike; Mcgarry, Frank

    1989-01-01

    An analysis is presented of the software engineering issues related to the use of Ada for the implementation and system testing phases of four Ada projects developed in the flight dynamics area. These projects reflect an evolving understanding of more effective use of Ada features. In addition, the testing methodology used on these projects has changed substantially from that used on previous FORTRAN projects.

  6. Moving target, distributed, real-time simulation using Ada

    NASA Technical Reports Server (NTRS)

    Collins, W. R.; Feyock, S.; King, L. A.; Morell, L. J.

    1985-01-01

    Research on a precompiler solution is described for the moving target compiler problem encountered when trying to run parallel simulation algorithms on several microcomputers. The precompiler is under development at NASA-Lewis for simulating jet engines. Since the behavior of any component of a jet engine, e.g., the fan inlet, rear duct, forward sensor, etc., depends on the previous behaviors and not the current behaviors of other components, the behaviors can be modeled on different processors provided the outputs of the processors reach other processors in appropriate time intervals. The simulator works in compute and transfer modes. The Ada procedure sets for the behaviors of different components are divided up and routed by the precompiler, which essentially receives a multitasking program. The subroutines are synchronized after each computation cycle.

  7. Epidermal Growth Factor Receptor activation promotes ADA3 acetylation through the AKT-p300 pathway

    PubMed Central

    Srivastava, Shashank; Mohibi, Shakur; Mirza, Sameer; Band, Hamid; Band, Vimla

    2017-01-01

    ABSTRACT The ADA3 (Alteration/Deficiency in Activation 3) protein is an essential adaptor component of several Lysine Acetyltransferase (KAT) complexes involved in chromatin modifications. Previously, we and others have demonstrated a crucial role of ADA3 in cell cycle progression and in maintenance of genomic stability. Recently, we have shown that acetylation of ADA3 is key to its role in cell cycle progression. Here, we demonstrate that AKT activation downstream of Epidermal Growth Factor Receptor (EGFR) family proteins stimulation leads to phosphorylation of p300, which in turn promotes the acetylation of ADA3. Inhibition of upstream receptor tyrosine kinases (RTKs), HER1 (EGFR)/HER2 by lapatinib and the accompanying reduction of phospho-AKT levels led to a decrease in p300 phosphorylation and ADA3 protein levels. The p300/PCAF inhibitor garcinol also destabilized the ADA3 protein in a proteasome-dependent manner and an ADA3 mutant with K→R mutations exhibited a marked increase in half-life, consistent with opposite role of acetylation and ubiquitination of ADA3 on shared lysine residues. ADA3 knockdown led to cell cycle inhibitory effects, as well as apoptosis similar to those induced by lapatinib treatment of HER2+ breast cancer cells, as seen by accumulation of CDK inhibitor p27, reduction in mitotic marker pH3(S10), and a decrease in the S-phase marker PCNA, as well as the appearance of cleaved PARP. Taken together our results reveal a novel RTK-AKT-p300-ADA3 signaling pathway involved in growth factor-induced cell cycle progression. PMID:28759294

  8. Q14 - Standards Development Plan, Ada Interfaces to X Window System, Analysis and Recommendations

    DTIC Science & Technology

    1989-03-20

    portability and reusability. -, . /- , ... ’ 4t. I-,: 2 Introduction Two major thrusts of the STARS program, and industry as a whole, are application...and IEEE, and in industry consortiums to show the directions X is taking and the opportunities for Ada to utilize this work. X is not the only window...and actually prohibit portability, but to avoid this the X developers formed the X Consortium, consisting of industry and academic members, who define

  9. Ada Compiler Validation Summary Report: Certificate Number 880318W1. 09042, International Business Machines Corporation, IBM Development System for the Ada Language, Version 2.1.0, IBM 4381 under MVS/XA, Host and Target

    DTIC Science & Technology

    1988-03-28

    International Business Machines Corporation IBM Development System for the Ada Language, Version 2.1.0 IBM 4381 under MVS/XA, host and target Completion...Joint Program Office, AJPO 20. ABSTRACT (Continue on reverse side if necessary and identify by block number) International Business Machines Corporation...in the compiler listed in this declaration. I declare that International Business Machines Corporation is the owner of record of the object code of

  10. The ADA Mandate for Social Change.

    ERIC Educational Resources Information Center

    Wehman, Paul, Ed.

    This book analyzes the effectiveness and implications for social change of the Americans with Disabilities Act (ADA). It outlines several issues--legal implications, physical accessibility, transportation options, employment opportunities, and recreation--that stimulate community action for full inclusion. Part I, titled "Definitions and…

  11. Preplacement evaluation: thriving within the ADA guidelines.

    PubMed

    Pruitt, R H

    1995-03-01

    1. The intent of the Americans With Disabilities Act (ADA) is to remove barriers against those with known disabilities and to require reasonable accommodation to enable qualified employees to perform a job. The ADA is not meant to facilitate those with covert preexisting conditions in setting up workers' compensation and disability claims. 2. Essential job functions are physical and mental requirements for a job that are developed by the supervisor and the occupational health department. These functions should be included with the posting of any position. 3. Preplacement evaluation requirements: essential job functions that are used to determine what is included in the assessment; employee capability statement (with reasonable accommodation); and conditional offer of employment pending a satisfactory post-offer evaluation prior to beginning the job.

  12. ADA genetic polymorphism and the effect of smoking on neonatal bilirubinemia and developmental parameters.

    PubMed

    Gloria-Bottini, F; Magrini, A; Cozzoli, E; Bergamaschi, A; Bottini, E

    2008-11-01

    Genetic variability of metabolic enzymes may influence the effect of cigarette smoking on intrauterine development and on early neonatal events. To investigate the role of adenosine deaminase genetic polymorphism on the effect of smoking on neonatal bilirubinemia and developmental parameters. Analysis of association between adenosine deaminase phenotypes and neonatal developmental parameters. Prospective study of serum bilirubin level in relation to adenosine deaminase phenotype. We have studied 360 consecutive newborn infants from the Caucasian population of Rome. Serum bilirubin concentration was determined at birth and every 24 h for the first five days. Overall maternal smoking is associated with a slight decrease in the incidence of phototherapy (13.4% in non smoking vs 11.7% in smoking mothers) and with a reduction of birth weight (3374 g in non smoking mothers vs 3133 g in smoking mothers). There is a significant interaction between smoke and adenosine deaminase. While in non smoking mothers the incidence of phototherapy in carriers of ADA 2 allele is higher than in ADA 1 phenotype, in infants from smoking mothers the pattern is reversed and the incidence of phototherapy in carriers of ADA 2 allele is lower than in infants with ADA 1 phenotype. Other neonatal bilirubin parameters follow a similar pattern of interaction between smoking and ADA. The negative effect of smoke on birth weight is much more evident in infant with ADA 1 phenotype than in those carrying the ADA 2 allele. The data suggest that ADA phenotype modifies the effect of smoking on developmental and bilirubin parameters.

  13. NRPA Law Review. Combat Karate Class Illustrates ADA "Direct Threat" Exception.

    ERIC Educational Resources Information Center

    Kozlowski, James C.

    2000-01-01

    Describes the Americans with Disabilities Act (ADA), which prohibits discrimination against people with disabilities, highlighting a lawsuit involving a boy with AIDS who was barred from a traditional combat-oriented martial arts school. Courts ruled that his exclusion did not violate the ADA because he posed significant health and safety risks to…

  14. Ada Compiler Validation Summary Report: Certificate Number: 891212W1. 10205 Irvine Compiler Corporation ICC Ada, 6.0.0 HP 9000 Model 350

    DTIC Science & Technology

    1989-12-12

    which may be produced by any of the five U.S. and European Ada Validation Facilities, the content should be made available to the public. If you have...unique identification number having the form AI-ddddd. Ada Standard ANSI/MIL-STD-1815A, February 1983 and ISO 8652-1987. Applicant The agency requesting...subprocesses -!gnore cfg -no cfg -ncfg Ignore coui gfLags -!noore_ene no-•-m v Ignore l enviorment flags -int Stop at the iform file -keep toys -keep argp

  15. ADA Implementation Issues as Discovered through a Literature Survey of Applications Outside the United States

    DTIC Science & Technology

    1992-03-01

    compile time, ensuring that operations conducted are appropriate for the object type. Each implementation requires a database known as the program...Finnish bank being developed by Nokia • Oil drilling control system managed by Sedco- Forex * Vigile - an industrial installation supervisor project by...user interface and Oracle database backend control. The software is being developed in Ada under DOD-STD-2167 under OS/2. BELGIUM BATS S.A. Project title

  16. A high proportion of ADA point mutations associated with a specific alanine-to-valine substitution.

    PubMed

    Markert, M L; Norby-Slycord, C; Ward, F E

    1989-09-01

    In 15%-20% of children with severe combined immunodeficiency (SCID), the underlying defect is adenosine deaminase (ADA) deficiency. The overall goal of our research has been to identify the precise molecular defects in patients with ADA-deficient SCID. In this study, we focused on a patient whom we found to have normal sized ADA mRNA by Northern analysis and an intact ADA structural gene by Southern analysis. By cloning and sequencing this patient's ADA cDNA, we found a C-to-T point mutation in exon 11. This resulted in the amino acid substitution of a valine for an alanine at position 329 of the ADA protein. Sequence analysis revealed that this mutation created a new BalI restriction site. Using Southern analyses, we were able to directly screen individuals to determine the frequency of this mutation. By combining data on eight families followed at our institution with data on five other families reported in the literature, we established that five of 13 patients (seven of 22 alleles) with known or suspected point mutations have this defect. This mutation was found to be associated with three different ADA haplotypes. This argues against a founder effect and suggests that the mutation is very old. In summary, a conservative amino acid substitution is found in a high proportion of patients with ADA deficiency; this can easily be detected by Southern analysis.

  17. Alterations in the brain adenosine metabolism cause behavioral and neurological impairment in ADA-deficient mice and patients

    PubMed Central

    Sauer, Aisha V.; Hernandez, Raisa Jofra; Fumagalli, Francesca; Bianchi, Veronica; Poliani, Pietro L.; Dallatomasina, Chiara; Riboni, Elisa; Politi, Letterio S.; Tabucchi, Antonella; Carlucci, Filippo; Casiraghi, Miriam; Carriglio, Nicola; Cominelli, Manuela; Forcellini, Carlo Alberto; Barzaghi, Federica; Ferrua, Francesca; Minicucci, Fabio; Medaglini, Stefania; Leocani, Letizia; la Marca, Giancarlo; Notarangelo, Lucia D.; Azzari, Chiara; Comi, Giancarlo; Baldoli, Cristina; Canale, Sabrina; Sessa, Maria; D’Adamo, Patrizia; Aiuti, Alessandro

    2017-01-01

    Adenosine Deaminase (ADA) deficiency is an autosomal recessive variant of severe combined immunodeficiency (SCID) caused by systemic accumulation of ADA substrates. Neurological and behavioral abnormalities observed in ADA-SCID patients surviving after stem cell transplantation or gene therapy represent an unresolved enigma in the field. We found significant neurological and cognitive alterations in untreated ADA-SCID patients as well as in two groups of patients after short- and long-term enzyme replacement therapy with PEG-ADA. These included motor dysfunction, EEG alterations, sensorineural hypoacusia, white matter and ventricular alterations in MRI as well as a low mental development index or IQ. Ada-deficient mice were significantly less active and showed anxiety-like behavior. Molecular and metabolic analyses showed that this phenotype coincides with metabolic alterations and aberrant adenosine receptor signaling. PEG-ADA treatment corrected metabolic adenosine-based alterations, but not cellular and signaling defects, indicating an intrinsic nature of the neurological and behavioral phenotype in ADA deficiency. PMID:28074903

  18. Alterations in the brain adenosine metabolism cause behavioral and neurological impairment in ADA-deficient mice and patients.

    PubMed

    Sauer, Aisha V; Hernandez, Raisa Jofra; Fumagalli, Francesca; Bianchi, Veronica; Poliani, Pietro L; Dallatomasina, Chiara; Riboni, Elisa; Politi, Letterio S; Tabucchi, Antonella; Carlucci, Filippo; Casiraghi, Miriam; Carriglio, Nicola; Cominelli, Manuela; Forcellini, Carlo Alberto; Barzaghi, Federica; Ferrua, Francesca; Minicucci, Fabio; Medaglini, Stefania; Leocani, Letizia; la Marca, Giancarlo; Notarangelo, Lucia D; Azzari, Chiara; Comi, Giancarlo; Baldoli, Cristina; Canale, Sabrina; Sessa, Maria; D'Adamo, Patrizia; Aiuti, Alessandro

    2017-01-11

    Adenosine Deaminase (ADA) deficiency is an autosomal recessive variant of severe combined immunodeficiency (SCID) caused by systemic accumulation of ADA substrates. Neurological and behavioral abnormalities observed in ADA-SCID patients surviving after stem cell transplantation or gene therapy represent an unresolved enigma in the field. We found significant neurological and cognitive alterations in untreated ADA-SCID patients as well as in two groups of patients after short- and long-term enzyme replacement therapy with PEG-ADA. These included motor dysfunction, EEG alterations, sensorineural hypoacusia, white matter and ventricular alterations in MRI as well as a low mental development index or IQ. Ada-deficient mice were significantly less active and showed anxiety-like behavior. Molecular and metabolic analyses showed that this phenotype coincides with metabolic alterations and aberrant adenosine receptor signaling. PEG-ADA treatment corrected metabolic adenosine-based alterations, but not cellular and signaling defects, indicating an intrinsic nature of the neurological and behavioral phenotype in ADA deficiency.

  19. Pegademase bovine (PEG-ADA) for the treatment of infants and children with severe combined immunodeficiency (SCID).

    PubMed

    Booth, Claire; Gaspar, H Bobby

    2009-01-01

    Adenosine deaminase deficiency (ADA) is a rare, inherited disorder of purine metabolism characterized by immunodeficiency, failure to thrive and metabolic abnormalities. A lack of the enzyme ADA allows accumulation of toxic metabolites causing defects of both cell mediated and humoral immunity leading to ADA severe combined immune deficiency (SCID), a condition that can be fatal in early infancy if left untreated. Hematopoietic stem cell transplant is curative but is dependent on a good donor match. Other therapeutic options include enzyme replacement therapy (ERT) with pegademase bovine (PEG-ADA) and more recently gene therapy. PEG-ADA has been used in over 150 patients worldwide and has allowed stabilization of patients awaiting more definitive treatment with hematopoietic stem cell transplant. It affords both metabolic detoxification and protective immune function with patients remaining clinically well, but immune reconstitution is often suboptimal and may not be long lived. We discuss the pharmacokinetics, immune reconstitution, effects on systemic disease and side effects of treatment with PEG-ADA. We also review the long-term outcome of patients receiving ERT and discuss the role of PEG-ADA in the management of infants and children with ADA-SCID, alongside other therapeutic options.

  20. Cytoplasmic localization of alteration/deficiency in activation 3 (ADA3) predicts poor clinical outcome in breast cancer patients.

    PubMed

    Mirza, Sameer; Rakha, Emad A; Alshareeda, Alaa; Mohibi, Shakur; Zhao, Xiangshan; Katafiasz, Bryan J; Wang, Jun; Gurumurthy, Channabasavaiah Basavaraju; Bele, Aditya; Ellis, Ian O; Green, Andrew R; Band, Hamid; Band, Vimla

    2013-02-01

    Transcriptional activation by estrogen receptor (ER) is a key step to breast oncogenesis. Given previous findings that ADA3 is a critical component of HAT complexes that regulate ER function and evidence that overexpression of other ER coactivators such as SRC-3 is associated with clinical outcomes in breast cancer, the current study was designed to assess the potential significance of ADA3 expression/localization in human breast cancer patients. In this study, we analyzed ADA3 expression in breast cancer tissue specimens and assessed the correlation of ADA3 staining with cancer progression and patient outcome. Tissue microarrays prepared from large series of breast cancer patients with long-term follow-ups were stained with anti-ADA3 monoclonal antibody using immunohistochemistry. Samples were analyzed for ADA3 expression followed by correlation with various clinicopathological parameters and patients' outcomes. We report that breast cancer specimens show predominant nuclear, cytoplasmic, or mixed nuclear + cytoplasmic ADA3 staining patterns. Predominant nuclear ADA3 staining correlated with ER+ status. While predominant cytoplasmic ADA3 staining negatively correlated with ER+ status, but positively correlated with ErbB2, EGFR, and Ki67. Furthermore, a positive correlation of cytoplasmic ADA3 was observed with higher histological grade, mitotic counts, Nottingham Prognostic Index, and positive vascular invasion. Patients with nuclear ADA3 and ER positivity have better breast cancer specific survival and distant metastasis free survival. Significantly, cytoplasmic expression of ADA3 showed a strong positive association with reduced BCSS and DMFS in ErbB2+/EGFR+ patients. Although in multivariate analyses ADA3 expression was not an independent marker of survival, predominant nuclear ADA3 staining in breast cancer tissues correlates with ER+ expression and together serves as a marker of good prognosis, whereas predominant cytoplasmic ADA3 expression correlates with

  1. Mason Tenders agrees to pay $1 million to end ADA litigation.

    PubMed

    1995-12-29

    The [name removed] District Council Welfare Fund has agreed to pay $1 million to construction workers who have been denied medical coverage for AIDS-related care. The decision establishes self-insured health care benefits programs as covered entities under the Americans with Disabilities Act (ADA). The settlement ends a three-year battle which began in 1992 between [name removed] and fourteen HIV-positive construction workers who were refused medical coverage. The first suit was filed by [name removed]., a construction worker who lost coverage for his HIV-related care in July 1991. At that time, the union fund decided to exclude care for HIV on the grounds that it was too expensive. The Equal Employment Opportunity Commission (EEOC) filed an ADA lawsuit that challenged disability-based distinctions in health insurance. The U.S. Attorney's Office filed a complaint against the union under the Racketeer Influenced and Corrupt Organizations (RICO) statute to end organized crime associated with the union. In late 1994, the government announced a consent decree, settling its racketeering suit against the union. Under the terms of the settlement, [name removed] was awarded $16,000 in damages. In the EEOC case, damages for plan members ranged as high as $50,000.

  2. Software Technology for Adaptable, Reliable Systems (STARS). Repository Integration AdaKNET Software User’s Manual

    DTIC Science & Technology

    1990-10-03

    9 4.1. Mapping the Conceptual Model to the Implementation ................................................ 9 4.2. Overview of...browser-editor application. Finally, appendix A provides a detailed description of the AdaKNET conceptual model; users of AdaKNET should fami...provide a brief summary of the semantics of the underlying conceptual model implemented by AdaKNET, use of the AdaKNET ADT will require a more thorough

  3. Implementation of Ada protocols on Mil-STD-1553 B data bus

    NASA Technical Reports Server (NTRS)

    Ruhman, Smil; Rosemberg, Flavia

    1986-01-01

    Standardization activity of data communication in avionic systems started in 1968 for the purpose of total system integration and the elimination of heavy wire bundles carrying signals between various subassemblies. The growing complexity of avionic systems is straining the capabilities of MIL-STD-1553 B (first issued in 1973), but a much greater challenge to it is posed by Ada, the standard language adopted for real-time, computer embedded-systems. Hardware implementation of Ada communication protocols in a contention/token bus or token ring network is proposed. However, during the transition period when the current command/response multiplex data bus is still flourishing and the development environment for distributed multi-computer Ada systems is as yet lacking, a temporary accomodation of the standard language with the standard bus could be very useful and even highly desirable. By concentrating all status informtion and decisions at the bus controller, it was found to be possible to construct an elegant and efficient harware impelementation of the Ada protocols at the bus interface. This solution is discussed.

  4. Hyperbilirubinemia and rapid fatal hepatic failure in severe combined immunodeficiency caused by adenosine deaminase deficiency (ADA-SCID).

    PubMed

    Kühl, J S; Schwarz, K; Münch, A; Schmugge, M; Pekrun, A; Meisel, C; Wahn, V; Ebell, W; von Bernuth, H

    2011-03-01

    Adenosin deaminase (ADA) deficiency is the cause for Severe Combined Immunodeficiency (SCID) in about 15% of patients with SCID, often presenting as T (-)B (-)NK (-)SCID. Treatment options for ADA-SCID are enzyme replacement, bone marrow transplantation or gene therapy. We here describe the first patient with ADA-SCID and fatal hepatic failure despite bone marrow transplantation from a 10/10 HLA identical related donor. As patients with ADA-SCID may be at yet underestimated increased risk for rapid hepatic failure we speculate whether hepatitis in ADA-SCID should lead to the immediate treatment with enzyme replacement by pegylated ADA. © Georg Thieme Verlag KG Stuttgart · New York.

  5. Lessons learned from an Ada conversion project

    NASA Technical Reports Server (NTRS)

    Porter, Tim

    1988-01-01

    Background; SAVVAS architecture; software portability; history of Ada; isolation of non-portable code; simple terminal interface package; constraints of language features; and virtual interfaces are outlined. This presentation is represented by viewgraphs only.

  6. APSE(Ada Programming Support Environment) Interactive Monitor. User’s Manual Ada (trademark) Version.

    DTIC Science & Technology

    1988-01-01

    name: WINDOWA. Command: CREATE OBJECTTYPE => WINDOW WINDOW B - Create a window named tm WINDOWB. I g i I I A-B 3 I PAGE TERMINAL TUTORIA ’ 3 SESSION i...interpreter. I I I I I A- 98I U I PAGE TERMINAL TUTORIA - SESSION 4 - WINDOW RELATED COMMANDS GOTO WINDOWB AIM AIM AIM CLI Running AFIO AIM> ASSOC WINDOW C...context to the AIM window in order tc communicate with the AIM command interpreter. 3 I I I A-100O U I PAGE TERMINAL TUTORIA ’ SESSION 4 - WINDOW

  7. ADA Compliance and Accessibility of Fitness Facilities in Western Wisconsin.

    PubMed

    Johnson, Marquell J; Stoelzle, Hannah Y; Finco, Kristi L; Foss, Sadie E; Carstens, Katie

    2012-01-01

    The study expands the research on fitness facility accessibility by determining how compliant fitness facilities in rural western Wisconsin were with Title III of the Americans with Disabilities Act (ADA). Comparisons were made with 4 other studies that were conducted in different geographical regions. The study also examined fitness professionals' disability knowledge and awareness. An ADA fitness facility compliance instrument and a fitness professional disability awareness survey were used. Direct observation and physical measurements were taken during on-site visits to 16 of 36 eligible fitness facilities in rural western Wisconsin. Ten fitness professionals from participating facilities completed an online survey. Frequencies were used to analyze the results. None of the participating facilities were in 100% compliance with ADA. Customer service desk (84%) and path of travel throughout the facility (72%) were the highest compliance areas. Telephone (6%) and locker rooms (32%) were the lowest compliance areas. No fitness professional was trained in wheelchair transfers and very few had received training in providing services to individuals with disabilities. Fitness facility accessibility remains a concern nationally. Continued efforts need to be made to raise the awareness of ADA compliance among fitness professionals across the United States, especially in rural areas where fitness facility availability is limited.

  8. Vector-matrix-quaternion, array and arithmetic packages: All HAL/S functions implemented in Ada

    NASA Technical Reports Server (NTRS)

    Klumpp, Allan R.; Kwong, David D.

    1986-01-01

    The HAL/S avionics programmers have enjoyed a variety of tools built into a language tailored to their special requirements. Ada is designed for a broader group of applications. Rather than providing built-in tools, Ada provides the elements with which users can build their own. Standard avionic packages remain to be developed. These must enable programmers to code in Ada as they have coded in HAL/S. The packages under development at JPL will provide all of the vector-matrix, array, and arithmetic functions described in the HAL/S manuals. In addition, the linear algebra package will provide all of the quaternion functions used in Shuttle steering and Galileo attitude control. Furthermore, using Ada's extensibility, many quaternion functions are being implemented as infix operations; equivalent capabilities were never implemented in HAL/S because doing so would entail modifying the compiler and expanding the language. With these packages, many HAL/S expressions will compile and execute in Ada, unchanged. Others can be converted simply by replacing the implicit HAL/S multiply operator with the Ada *. Errors will be trapped and identified. Input/output will be convenient and readable.

  9. DEC Ada interface to Screen Management Guidelines (SMG)

    NASA Technical Reports Server (NTRS)

    Laomanachareon, Somsak; Lekkos, Anthony A.

    1986-01-01

    DEC's Screen Management Guidelines are the Run-Time Library procedures that perform terminal-independent screen management functions on a VT100-class terminal. These procedures assist users in designing, composing, and keeping track of complex images on a video screen. There are three fundamental elements in the screen management model: the pasteboard, the virtual display, and the virtual keyboard. The pasteboard is like a two-dimensional area on which a user places and manipulates screen displays. The virtual display is a rectangular part of the terminal screen to which a program writes data with procedure calls. The virtual keyboard is a logical structure for input operation associated with a physical keyboard. SMG can be called by all major VAX languages. Through Ada, predefined language Pragmas are used to interface with SMG. These features and elements of SMG are briefly discussed.

  10. Position of the American Dietetic Association: nutrition standards for child-care programs.

    PubMed

    1999-08-01

    ADA supports achievement of comprehensive nutrition standards in child-care programs. The standards presented in this position paper focus on meeting the child's nutrition needs and providing a safe and pleasant environment that promotes acquisition of eating habits that prevent disease and enable healthy growth and development. Dietetics professionals can play a powerful role in advocating and assisting the acceptance of child-care nutrition standards by parents, caregivers, foodservice personnel, and directors and policy makers for child-care programs.

  11. ADA-07 Suppresses Solar Ultraviolet-Induced Skin Carcinogenesis by Directly Inhibiting TOPK.

    PubMed

    Gao, Ge; Zhang, Tianshun; Wang, Qiushi; Reddy, Kanamata; Chen, Hanyong; Yao, Ke; Wang, Keke; Roh, Eunmiri; Zykova, Tatyana; Ma, Weiya; Ryu, Joohyun; Curiel-Lewandrowski, Clara; Alberts, David; Dickinson, Sally E; Bode, Ann M; Xing, Ying; Dong, Zigang

    2017-09-01

    Cumulative exposure to solar ultraviolet (SUV) irradiation is regarded as the major etiologic factor in the development of skin cancer. The activation of the MAPK cascades occurs rapidly and is vital in the regulation of SUV-induced cellular responses. The T-LAK cell-originated protein kinase (TOPK), an upstream activator of MAPKs, is heavily involved in inflammation, DNA damage, and tumor development. However, the chemopreventive and therapeutic effects of specific TOPK inhibitors in SUV-induced skin cancer have not yet been elucidated. In the current study, ADA-07, a novel TOPK inhibitor, was synthesized and characterized. Pull-down assay results, ATP competition, and in vitro kinase assay data revealed that ADA-07 interacted with TOPK at the ATP-binding pocket and inhibited its kinase activity. Western blot analysis showed that ADA-07 suppressed SUV-induced phosphorylation of ERK1/2, p38, and JNKs and subsequently inhibited AP-1 activity. Importantly, topical treatment with ADA-07 dramatically attenuated tumor incidence, multiplicity, and volume in SKH-1 hairless mice exposed to chronic SUV. Our findings suggest that ADA-07 is a promising chemopreventive or potential therapeutic agent against SUV-induced skin carcinogenesis that acts by specifically targeting TOPK. Mol Cancer Ther; 16(9); 1843-54. ©2017 AACR . ©2017 American Association for Cancer Research.

  12. Automated Detection of Driver Fatigue Based on AdaBoost Classifier with EEG Signals.

    PubMed

    Hu, Jianfeng

    2017-01-01

    Purpose: Driving fatigue has become one of the important causes of road accidents, there are many researches to analyze driver fatigue. EEG is becoming increasingly useful in the measuring fatigue state. Manual interpretation of EEG signals is impossible, so an effective method for automatic detection of EEG signals is crucial needed. Method: In order to evaluate the complex, unstable, and non-linear characteristics of EEG signals, four feature sets were computed from EEG signals, in which fuzzy entropy (FE), sample entropy (SE), approximate Entropy (AE), spectral entropy (PE), and combined entropies (FE + SE + AE + PE) were included. All these feature sets were used as the input vectors of AdaBoost classifier, a boosting method which is fast and highly accurate. To assess our method, several experiments including parameter setting and classifier comparison were conducted on 28 subjects. For comparison, Decision Trees (DT), Support Vector Machine (SVM) and Naive Bayes (NB) classifiers are used. Results: The proposed method (combination of FE and AdaBoost) yields superior performance than other schemes. Using FE feature extractor, AdaBoost achieves improved area (AUC) under the receiver operating curve of 0.994, error rate (ERR) of 0.024, Precision of 0.969, Recall of 0.984, F1 score of 0.976, and Matthews correlation coefficient (MCC) of 0.952, compared to SVM (ERR at 0.035, Precision of 0.957, Recall of 0.974, F1 score of 0.966, and MCC of 0.930 with AUC of 0.990), DT (ERR at 0.142, Precision of 0.857, Recall of 0.859, F1 score of 0.966, and MCC of 0.716 with AUC of 0.916) and NB (ERR at 0.405, Precision of 0.646, Recall of 0.434, F1 score of 0.519, and MCC of 0.203 with AUC of 0.606). It shows that the FE feature set and combined feature set outperform other feature sets. AdaBoost seems to have better robustness against changes of ratio of test samples for all samples and number of subjects, which might therefore aid in the real-time detection of driver fatigue

  13. Automated Detection of Driver Fatigue Based on AdaBoost Classifier with EEG Signals

    PubMed Central

    Hu, Jianfeng

    2017-01-01

    Purpose: Driving fatigue has become one of the important causes of road accidents, there are many researches to analyze driver fatigue. EEG is becoming increasingly useful in the measuring fatigue state. Manual interpretation of EEG signals is impossible, so an effective method for automatic detection of EEG signals is crucial needed. Method: In order to evaluate the complex, unstable, and non-linear characteristics of EEG signals, four feature sets were computed from EEG signals, in which fuzzy entropy (FE), sample entropy (SE), approximate Entropy (AE), spectral entropy (PE), and combined entropies (FE + SE + AE + PE) were included. All these feature sets were used as the input vectors of AdaBoost classifier, a boosting method which is fast and highly accurate. To assess our method, several experiments including parameter setting and classifier comparison were conducted on 28 subjects. For comparison, Decision Trees (DT), Support Vector Machine (SVM) and Naive Bayes (NB) classifiers are used. Results: The proposed method (combination of FE and AdaBoost) yields superior performance than other schemes. Using FE feature extractor, AdaBoost achieves improved area (AUC) under the receiver operating curve of 0.994, error rate (ERR) of 0.024, Precision of 0.969, Recall of 0.984, F1 score of 0.976, and Matthews correlation coefficient (MCC) of 0.952, compared to SVM (ERR at 0.035, Precision of 0.957, Recall of 0.974, F1 score of 0.966, and MCC of 0.930 with AUC of 0.990), DT (ERR at 0.142, Precision of 0.857, Recall of 0.859, F1 score of 0.966, and MCC of 0.716 with AUC of 0.916) and NB (ERR at 0.405, Precision of 0.646, Recall of 0.434, F1 score of 0.519, and MCC of 0.203 with AUC of 0.606). It shows that the FE feature set and combined feature set outperform other feature sets. AdaBoost seems to have better robustness against changes of ratio of test samples for all samples and number of subjects, which might therefore aid in the real-time detection of driver fatigue

  14. Participatory Workplace Wellness Programs: Reward, Penalty, and Regulatory Conflict

    PubMed Central

    Pomeranz, Jennifer L

    2015-01-01

    Context In keeping with the Patient Protection and Affordable Care Act, Congress revised the law related to workplace wellness programs. In June 2013, the Departments of Treasury, Labor, and Health and Human Services passed the final regulations, updating their 2006 regulatory framework. Participatory programs that reward the completion of a health risk assessment are now the most common type of wellness program in the United States. However, legal and ethical concerns emerge when employers utilize incentives that raise questions about the voluntariness of such programs. At issue is that under the Americans with Disabilities Act (ADA) of 1990, employers cannot require health-related inquiries and exams. Methods To analyze the current interpretation of the ADA, I conducted research on both LexisNexis and federal agency websites. The resulting article evaluates the differences in the language of Congress's enabling legislation and the federal departments’ regulations and how they may conflict with the ADA. It also reviews the federal government's authority to address both the legal conflict and ethical concerns related to nonvoluntary participatory programs. Findings Employers’ practices and the federal departments’ regulations conflict with the current interpretation of the ADA by permitting employers to penalize employees who do not complete a health risk assessment. The departments’ regulations may be interpreted as conflicting with Congress's legislation, which mentions penalties only for health-contingent wellness programs. Furthermore, the regulatory protections for employees applicable to health-contingent wellness programs do not apply to participatory programs. Conclusions Either Congress or the federal agencies should address the conflict among employers’ practices, the wellness regulations, and the ADA and also consider additional protections for employees. Employers can avoid ethical and legal complications by offering voluntary programs with

  15. Lessons learned in the transition to ADA from FORTRAN at NASA/Goddard. M.S. Thesis

    NASA Technical Reports Server (NTRS)

    Brophy, Carolyn Elizabeth

    1989-01-01

    A case study was done at Goddard Space Flight Center, in which two dynamics satellite simulators are developed from the same requirements, one in Ada and the other in FORTRAN. The purpose of the research was to find out how well the prescriptive Ada development model worked to develop the Ada simulator. The FORTRAN simulator development, as well as past FORTRAN developments, provided a baseline for comparison. Since this was the first simulator developed here, the prescriptive Ada development model had many similarities to the usual FORTRAN development model. However, it was modified to include longer design and shorter testing phases, which is generally expected with Ada development. One surprising result was that the percentage of time the Ada project spent in the various development activities was very similar to the percentage of time spent in these activities when doing a FORTRAN project. Another surprising finding was the difficulty the Ada team had with unit testing as well as with integration. In retrospect it is realized that adding additional steps to the design phase, such as an abstract data type analysis, and certain guidelines to the implementation phase, such as to use primarily library units and nest sparingly, would have made development much easier.

  16. [Synthesis of a supermolecular nanoparticle γ-hy-PC/Ada-Dox and its antitumor activity].

    PubMed

    Li, Yong-bin; Wang, Kai; Hu, Tian-nan; Wang, Qi-wen; Hu, Qi-da; Zhou, Jun; Hu, Xiu-rong; Tang, Gu-ping

    2012-11-01

    To synthesize a (2-Hydroxypropyl)-γ-cyclodextrin-polyethylenimine/adamantane-conjugated doxorubicin (γ-hy-PC/Ada-Dox) based supramolecular nanoparticle with host-guest interaction and to identify its physicochemical characterizations and antitumor effect. A novel non-viral gene delivery vector γ-hy-PC/Ada-Dox was synthesized based on host-guest interaction. 1H-NMR, NOESY, UV-Vis, XRD and TGA were used to confirm the structure of the vector. The DNA condensing ability of complexes was investigated by particle size, zeta potential and gel retardation assay. Cytotoxicity of complexes was determined by MTT assay in BEL-7402 and SMMC-7721 cells. Cell wound healing assay was performed in HEK293 and BEL-7404 cells. The transfection efficiency was investigated in HEK293 cells. H/E staining and cell uptake assay was performed in BEL-7402 cells. The structure of γ-hy-PC/Ada-Dox was characterized by 1H-NMR, NOESY, UV-Vis, XRD, TGA. The drug loading was 0.5% and 5.5%. Gel retardation assay showed that γ-hy-PC was able to completely condense DNA at N/P ratio of 2; 0.5% and 5.5% γ-hy-PC/Ada-Dox was able to completely condense DNA at N/P ratio of 3 and 4,respectively. The cytotoxicity of polymers was lower than that of PEI25KDa. The transfection efficiency of γ-hy-PC was higher than that of γ-hy-PC/Ada-Dox at N/P ratio of 30 in HEK293 cells; and the transfection efficiency was decreasing when Ada-Dox loading was increasing. Cell uptake assay showed that γ-hy-PC/Ada-Dox was able to carry drug and FAM-siRNA into cells. The novel vector γ-hy-PC/Ada-Dox has been developed successfully, which has certain transfection efficiency and antitumor activity.

  17. Digital data sets that describe aquifer characteristics of the Vamoosa-Ada aquifer in east-central Oklahoma

    USGS Publications Warehouse

    Abbott, Marvin M.; Runkle, D.L.; Rea, Alan

    1997-01-01

    Nonproprietary format files This diskette contains digitized aquifer boundaries and maps of hydraulic conductivity, recharge, and ground-water level elevation contours for the Vamoosa-Ada aquifer in east-central Oklahoma. The Vamoosa-Ada aquifer is an important source of water that underlies about 2,320-square miles of parts of Osage, Pawnee, Payne, Creek, Lincoln, Okfuskee, and Seminole Counties. Approximately 75 percent of the water withdrawn from the Vamoosa-Ada aquifer is for municipal use. Rural domestic use and water for stock animals account for most of the remaining water withdrawn. The Vamoosa-Ada aquifer is defined in a ground-water report as consisting principally of the rocks of the Late Pennsylvanian-age Vamoosa Formation and overlying Ada Group. The Vamoosa-Ada aquifer consists of a complex sequence of fine- to very fine-grained sandstone, siltstone, shale, and conglomerate interbedded with very thin limestones. The water-yielding capabilities of the aquifer are generally controlled by lateral and vertical distribution of the sandstone beds and their physical characteristics. The Vamoosa-Ada aquifer is unconfined where it outcrops in about an 1,700-square-mile area. Most of the lines in the aquifer boundary, hydraulic conductivity, and recharge data sets were extracted from published digital surficial geology data sets based on a scale of 1:250,000, and represent geologic contacts. Some of lines in the data sets were interpolated in areas where the Vamoosa-Ada aquifer is overlain by alluvial and terrace deposits near streams and rivers. These data sets include only the outcrop area of the Vamoosa-Ada aquifer and where the aquifer is overlain by alluvial and terrace deposits. The hydraulic conductivity value and recharge rate are from a ground-water report about the Vamoosa-Ada aquifer. The water-level elevation contours were digitized from a mylar map, at a scale of 1:250,000, used to publish a plate in a ground-water report about the Vamoosa-Ada

  18. Study of the Alsys implementation of the Catalogue of Interface Features and Options for the Ada language for 80386 Unix

    NASA Technical Reports Server (NTRS)

    Gibson, James S.; Barnes, Michael J.; Ostermiller, Daniel L.

    1993-01-01

    A set of programs was written to test the functionality and performance of the Alsys Ada implementation of the Catalogue of Interface Features and Options (CIFO), a set of optional Ada packages for real-time applications. No problems were found with the task id, preemption control, or shared-data packages. Minor problems were found with the dispatching control, dynamic priority, events, non-waiting entry call, semaphore, and scheduling packages. The Alsys implementation is derived mostly from Release 2 of the CIFO standard, but includes some of the features of Release 3 and some modifications unique to Alsys. Performance measurements show that the semaphore and shared-data features are an order-of-magnitude faster than the same mechanisms using an Ada rendezvous. The non-waiting entry call is slightly faster than a standard rendezvous. The existence of errors in the implementation, the incompleteness of the documentation from the published standard impair the usefulness of this implementation. Despite those short-comings, the Alsys CIFO implementation might be of value in the development of real-time applications.

  19. Serum Adenosine Deaminase (ADA) Activity: A Novel Screening Test to Differentiate HIV Monoinfection From HIV-HBV and HIV-HCV Coinfections.

    PubMed

    Abdi, Mohammad; Rahbari, Rizgar; Khatooni, Zahed; Naseri, Nima; Najafi, Adel; Khodadadi, Iraj

    2016-05-01

    CD4(+) cell count, the common HIV infection screening test, is costly and unable to differentiate HIV monoinfection from its concurrent infection with hepatitis B or C virus. We aimed to ascertain diagnostic value of serum adenosine deaminase (ADA) activity as a useful tool to differentiate HIV mono- and co-infection. Blood samples were collected from 30 HIV-HBV and 30 HIV-HCV coinfected patients, 33 HIV positive subjects, and 72 controls. CD4(+) cell count, serum total ADA (tADA), and ADA1, and ADA2 isoenzyme activities were determined and their sensitivity and specificity were computed. tADA and ADA2 activities were significantly higher and CD4(+) counts were markedly lower in all patients compared with controls. Strong inverse agreements between CD4(+) cell counts and both tADA and ADA2 activities were observed. Serum tADA and ADA1 activities showed the highest specificity and the highest sensitivity, respectively, for differentiating HIV monoinfection from HIV-HBV and HIV-HCV coinfections. We showed strong agreement and correlation between CD4(+) cell count and ADA enzyme activity. Based on high ADA sensitivity and specificity, it is concluded that determination of ADA activity might be a novel diagnostic tool to distinguish of HIV monoinfection from its coinfection with HBV or HCV. © 2015 Wiley Periodicals, Inc.

  20. Geophysical analysis for the Ada Tepe region (Bulgaria) - case study

    NASA Astrophysics Data System (ADS)

    Trifonova, Petya; Metodiev, Metodi; Solakov, Dimcho; Simeonova, Stela; Vatseva, Rumiana

    2013-04-01

    According to the current archeological investigations Ada Tepe is the oldest gold mine in Europe with Late Bronze and Early Iron age. It is a typical low-sulfidation epithermal gold deposit and is hosted in Maastrichtian-Paleocene sedimentary rocks above a detachment fault contact with underlying Paleozoic metamorphic rocks. Ada Tepe (25o.39'E; 41o.25'N) is located in the Eastern Rhodope unit. The region is highly segmented despite the low altitude (470-750 m) due to widespread volcanic and sediment rocks susceptible to torrential erosion during the cold season. Besides the thorough geological exploration focused on identifying cost-effective stocks of mineral resources, a detailed geophysical analysis concernig diferent stages of the gold extraction project was accomplished. We present the main results from the geophysical investigation aimed to clarify the complex seismotectonic setting of the Ada Tepe site region. The overall study methodology consists of collecting, reviewing and estimating geophysical and seismological information to constrain the model used for seismic hazard assessment of the area. Geophysical information used in the present work consists of gravity, geomagnetic and seismological data. Interpretation of gravity data is applied to outline the axes of steep gravity transitions marked as potential axes of faults, flexures and other structures of dislocation. Direct inverse techniques are also utilized to estimate the form and depth of anomalous sources. For the purposes of seismological investigation of the Ada Tepe site region an earthquake catalogue is compiled for the time period 510BC - 2011AD. Statistical parameters of seismicity - annual seismic rate parameter, ?, and the b-value of the Gutenberg-Richter exponential relation for Ada Tepe site region, are estimated. All geophysical datasets and derived results are integrated using GIS techniques ensuring interoperability of data when combining, processing and visualizing obtained

  1. Program Supports Scientific Visualization

    NASA Technical Reports Server (NTRS)

    Keith, Stephan

    1994-01-01

    Primary purpose of General Visualization System (GVS) computer program is to support scientific visualization of data generated by panel-method computer program PMARC_12 (inventory number ARC-13362) on Silicon Graphics Iris workstation. Enables user to view PMARC geometries and wakes as wire frames or as light shaded objects. GVS is written in C language.

  2. An employee assistance program for caregiver support.

    PubMed

    Mains, Douglas A; Fairchild, Thomas J; René, Antonio A

    2006-01-01

    The Comprehensive Caregiver Choices Program provided support for employee caregivers of elderly people for employees at a hospital in Fort Worth, Texas. Key informant interviews and focus groups provided direction for program development and implementation. A full-time MSW and professionals with expertise in gerontology/geriatrics provided education and care coordination services to caregivers. Approximately 4% of the hospital's workforce participated in the program. Attendees evaluated educational sessions and follow-up interviews were conducted with program participants. Caregiver support programs must continue to seek innovative and creative marketing and service delivery methods to reach out and assist working caregivers in need of support.

  3. A study of three polymorphic sites of ADA gene in colon cancer.

    PubMed

    Spina, C; Saccucci, P; Cozzoli, E; Bottini, E; Gloria-Bottini, F

    2010-12-01

    Adenosine inhibits the immune response in tumors. Adenosine deaminase (ADA) controls adenosine level and as ecto-enzyme acts as costimulatory molecule of adenosine receptors and/or CD26. We examined ADA₁, ADA₂, ADA₆ polymorphic sites of ADA gene in 109 subjects with colon cancer from Rome's population and in 246 blood donors as controls from the same population. In colon cancer ADA₁*2/ADA₂*1 haplotype is more represented, while ADA₁*2/ADA₂*2 is less represented than in controls. ADA₂*2/ADA₆*2 is less represented in patients than in controls. Polymorphic sites of ADA might influence cell-mediated anti-tumor immune responses controlling adenosine level and extraenzymatic protein functions.

  4. Ada 9X Project Report, A Study of Implementation-Dependent Pragmas and Attributes in Ada

    DTIC Science & Technology

    1989-11-01

    here communicatons with the vendor were often required to firmly establish the behavior of some implementation-dependent features CMU-SEI-SR-89-19 3 2.2...compilers), by potential market penetration (percent coverage of all surveyed implementations), and by cross-compiler influence (percentage of cross...operations in the context of a tightly integrated development environment, specific underlying operating system services (beneath the Ada run- time kernel

  5. Acetylation of Mammalian ADA3 Is Required for Its Functional Roles in Histone Acetylation and Cell Proliferation.

    PubMed

    Mohibi, Shakur; Srivastava, Shashank; Bele, Aditya; Mirza, Sameer; Band, Hamid; Band, Vimla

    2016-10-01

    Alteration/deficiency in activation 3 (ADA3) is an essential component of specific histone acetyltransferase (HAT) complexes. We have previously shown that ADA3 is required for establishing global histone acetylation patterns and for normal cell cycle progression (S. Mohibi et al., J Biol Chem 287:29442-29456, 2012, http://dx.doi.org/10.1074/jbc.M112.378901). Here, we report that these functional roles of ADA3 require its acetylation. We show that ADA3 acetylation, which is dynamically regulated in a cell cycle-dependent manner, reflects a balance of coordinated actions of its associated HATs, GCN5, PCAF, and p300, and a new partner that we define, the deacetylase SIRT1. We use mass spectrometry and site-directed mutagenesis to identify major sites of ADA3 acetylated by GCN5 and p300. Acetylation-defective mutants are capable of interacting with HATs and other components of HAT complexes but are deficient in their ability to restore ADA3-dependent global or locus-specific histone acetylation marks and cell proliferation in Ada3-deleted murine embryonic fibroblasts (MEFs). Given the key importance of ADA3-containing HAT complexes in the regulation of various biological processes, including the cell cycle, our study presents a novel mechanism to regulate the function of these complexes through dynamic ADA3 acetylation. Copyright © 2016, American Society for Microbiology. All Rights Reserved.

  6. Acetylation of Mammalian ADA3 Is Required for Its Functional Roles in Histone Acetylation and Cell Proliferation

    PubMed Central

    Mohibi, Shakur; Srivastava, Shashank; Bele, Aditya; Mirza, Sameer; Band, Hamid

    2016-01-01

    Alteration/deficiency in activation 3 (ADA3) is an essential component of specific histone acetyltransferase (HAT) complexes. We have previously shown that ADA3 is required for establishing global histone acetylation patterns and for normal cell cycle progression (S. Mohibi et al., J Biol Chem 287:29442–29456, 2012, http://dx.doi.org/10.1074/jbc.M112.378901). Here, we report that these functional roles of ADA3 require its acetylation. We show that ADA3 acetylation, which is dynamically regulated in a cell cycle-dependent manner, reflects a balance of coordinated actions of its associated HATs, GCN5, PCAF, and p300, and a new partner that we define, the deacetylase SIRT1. We use mass spectrometry and site-directed mutagenesis to identify major sites of ADA3 acetylated by GCN5 and p300. Acetylation-defective mutants are capable of interacting with HATs and other components of HAT complexes but are deficient in their ability to restore ADA3-dependent global or locus-specific histone acetylation marks and cell proliferation in Ada3-deleted murine embryonic fibroblasts (MEFs). Given the key importance of ADA3-containing HAT complexes in the regulation of various biological processes, including the cell cycle, our study presents a novel mechanism to regulate the function of these complexes through dynamic ADA3 acetylation. PMID:27402865

  7. Retroviral vectors encoding ADA regulatory locus control region provide enhanced T-cell-specific transgene expression.

    PubMed

    Trinh, Alice T; Ball, Bret G; Weber, Erin; Gallaher, Timothy K; Gluzman-Poltorak, Zoya; Anderson, French; Basile, Lena A

    2009-12-30

    Murine retroviral vectors have been used in several hundred gene therapy clinical trials, but have fallen out of favor for a number of reasons. One issue is that gene expression from viral or internal promoters is highly variable and essentially unregulated. Moreover, with retroviral vectors, gene expression is usually silenced over time. Mammalian genes, in contrast, are characterized by highly regulated, precise levels of expression in both a temporal and a cell-specific manner. To ascertain if recapitulation of endogenous adenosine deaminase (ADA) expression can be achieved in a vector construct we created a new series of Moloney murine leukemia virus (MuLV) based retroviral vector that carry human regulatory elements including combinations of the ADA promoter, the ADA locus control region (LCR), ADA introns and human polyadenylation sequences in a self-inactivating vector backbone. A MuLV-based retroviral vector with a self-inactivating (SIN) backbone, the phosphoglycerate kinase promoter (PGK) and the enhanced green fluorescent protein (eGFP), as a reporter gene, was generated. Subsequent vectors were constructed from this basic vector by deletion or addition of certain elements. The added elements that were assessed are the human ADA promoter, human ADA locus control region (LCR), introns 7, 8, and 11 from the human ADA gene, and human growth hormone polyadenylation signal. Retroviral vector particles were produced by transient three-plasmid transfection of 293T cells. Retroviral vectors encoding eGFP were titered by transducing 293A cells, and then the proportion of GFP-positive cells was determined using fluorescence-activated cell sorting (FACS). Non T-cell and T-cell lines were transduced at a multiplicity of infection (MOI) of 0.1 and the yield of eGFP transgene expression was evaluated by FACS analysis using mean fluorescent intensity (MFI) detection. Vectors that contained the ADA LCR were preferentially expressed in T-cell lines. Further improvements

  8. Retroviral vectors encoding ADA regulatory locus control region provide enhanced T-cell-specific transgene expression

    PubMed Central

    2009-01-01

    Background Murine retroviral vectors have been used in several hundred gene therapy clinical trials, but have fallen out of favor for a number of reasons. One issue is that gene expression from viral or internal promoters is highly variable and essentially unregulated. Moreover, with retroviral vectors, gene expression is usually silenced over time. Mammalian genes, in contrast, are characterized by highly regulated, precise levels of expression in both a temporal and a cell-specific manner. To ascertain if recapitulation of endogenous adenosine deaminase (ADA) expression can be achieved in a vector construct we created a new series of Moloney murine leukemia virus (MuLV) based retroviral vector that carry human regulatory elements including combinations of the ADA promoter, the ADA locus control region (LCR), ADA introns and human polyadenylation sequences in a self-inactivating vector backbone. Methods A MuLV-based retroviral vector with a self-inactivating (SIN) backbone, the phosphoglycerate kinase promoter (PGK) and the enhanced green fluorescent protein (eGFP), as a reporter gene, was generated. Subsequent vectors were constructed from this basic vector by deletion or addition of certain elements. The added elements that were assessed are the human ADA promoter, human ADA locus control region (LCR), introns 7, 8, and 11 from the human ADA gene, and human growth hormone polyadenylation signal. Retroviral vector particles were produced by transient three-plasmid transfection of 293T cells. Retroviral vectors encoding eGFP were titered by transducing 293A cells, and then the proportion of GFP-positive cells was determined using fluorescence-activated cell sorting (FACS). Non T-cell and T-cell lines were transduced at a multiplicity of infection (MOI) of 0.1 and the yield of eGFP transgene expression was evaluated by FACS analysis using mean fluorescent intensity (MFI) detection. Results Vectors that contained the ADA LCR were preferentially expressed in T

  9. Lessons learned in creating spacecraft computer systems: Implications for using Ada (R) for the space station

    NASA Technical Reports Server (NTRS)

    Tomayko, James E.

    1986-01-01

    Twenty-five years of spacecraft onboard computer development have resulted in a better understanding of the requirements for effective, efficient, and fault tolerant flight computer systems. Lessons from eight flight programs (Gemini, Apollo, Skylab, Shuttle, Mariner, Voyager, and Galileo) and three reserach programs (digital fly-by-wire, STAR, and the Unified Data System) are useful in projecting the computer hardware configuration of the Space Station and the ways in which the Ada programming language will enhance the development of the necessary software. The evolution of hardware technology, fault protection methods, and software architectures used in space flight in order to provide insight into the pending development of such items for the Space Station are reviewed.

  10. Federal Programs Supporting Lifelong Learning.

    ERIC Educational Resources Information Center

    Christoffel, Pam, Comp.

    Approximately 275 Federal programs support some form of lifelong learning. While the majority of the lifelong learning programs are administered by the various agencies within HEW, a significant number of programs are run by such Federal agencies as the Department of Justice, the National Foundation on the Arts and Humanities, and the Smithsonian…

  11. Development of a computer program to generate typical measurement values for various systems on a space station

    NASA Technical Reports Server (NTRS)

    Deacetis, Louis A.

    1987-01-01

    The elements of a simulation program written in Ada were developed. The program will eventually serve as a data generator of typical readings from various space station equipment involved with Communications and Tracking, and will simulate various scenarios that may arise due to equipment malfunction or failure, power failure, etc. In addition, an evaluation of the Ada language was made from the viewpoint of a FORTRAN programmer learning Ada for the first time. Various strengths and difficulties associated with the learning and use of Ada are considered.

  12. Ada Compiler Validation Summary Report: Certificate Number: 901112W1. 11116 Cray Research, Inc., Cray Ada Compiler, Release 2.0, Cray X-MP/EA (Host & Target)

    DTIC Science & Technology

    1990-11-12

    This feature prevents any significant unexpected and undesired size overhead introduced by the automatic inlining of a called subprogram. Any...PRESERVELAYOUT forces the 5.5.1 compiler to maintain the Ada source order of a given record type, thereby, preventing the compiler from performing this...Environment, Volme 2: Prgram nng Guide assignments to the copied array in Ada do not affect the Fortran version of the array. The dimensions and order of

  13. Ada/Xt Architecture: Design Report for the Software Technology for Adaptable, Reliable Systems (STARS)

    DTIC Science & Technology

    1990-01-25

    N Task: UR20 CDRL: 01000 N UR2O--ProcesslEnvironmentx Ada/Xt. Architecture : Design Report ~ ~ fFCp Informal Technical Data I? ,LECp Sofwar Tehoog for...S. FUNDING NUMBERS Ada/Xt Architecture : Design Report STARS Contract 6.AUTHOR(S)_ Ft9628-88-D-0031 6. AUTHOR(S) Kurt Wallnau 7. PERFORMING...of the STARS Prime contract under the Process Environment Integration task (UR20). This document "Ada Xt Architecture : Design Report", type A005

  14. 75 FR 41365 - Dairy Product Price Support Program and Dairy Indemnity Payment Program

    Federal Register 2010, 2011, 2012, 2013, 2014

    2010-07-16

    ...;Prices of new books are listed in the first FEDERAL REGISTER issue of each #0;week. #0; #0; #0; #0;#0... 0560-AH88 Dairy Product Price Support Program and Dairy Indemnity Payment Program AGENCY: Commodity... regulations for the Dairy Product Price Support Program (DPPSP), which has replaced the Price Support Program...

  15. How We Manage Adenosine Deaminase-Deficient Severe Combined Immune Deficiency (ADA SCID).

    PubMed

    Kohn, Donald B; Gaspar, H Bobby

    2017-05-01

    Adenosine deaminase-deficient severe combined immune deficiency (ADA SCID) accounts for 10-15% of cases of human SCID. From what was once a uniformly fatal disease, the prognosis for infants with ADA SCID has improved greatly based on the development of multiple therapeutic options, coupled with more frequent early diagnosis due to implementation of newborn screening for SCID. We review the various treatment approaches for ADA SCID including allogeneic hematopoietic stem cell transplantation (HSCT) from a human leukocyte antigen-matched sibling or family member or from a matched unrelated donor or a haplo-identical donor, autologous HSCT with gene correction of the hematopoietic stem cells (gene therapy-GT), and enzyme replacement therapy (ERT) with polyethylene glycol-conjugated adenosine deaminase. Based on growing evidence of safety and efficacy from GT, we propose a treatment algorithm for patients with ADA SCID that recommends HSCT from a matched family donor, when available, as a first choice, followed by GT as the next option, with allogeneic HSCT from an unrelated or haplo-identical donor or long-term ERT as other options.

  16. E-ADA activity in serum of lambs experimentally infected with Haemonchus contortus.

    PubMed

    Da Silva, Aleksandro S; Fausto, Guilherme C; Grando, Thirssa H; Cadore, Carlos A; Pimentel, Victor C; Jaques, Jeandre A; Schetinger, Maria R C; Monteiro, Silvia G; Leal, Marta L R

    2013-08-01

    The aim of this study was to evaluate adenosine deaminase (E-ADA) activity in sera of lambs experimentally infected with Haemonchus contortus. We used 12 lambs divided into 2 groups; Group A had 5 healthy, non-infected animals (control) and Group B had 7 healthy animals infected with H. contortus . Lambs were infected orally with 500 larvae (L3) per animal every 2 days, for a period of 20 days, and later the infection was confirmed by examination of feces (eggs per gram [EPG] via fecal egg count). Blood collection was performed at days 0, 20, 40, 60, and 80 post-infection (PI) for analysis of E-ADA activity. Animals in Group A showed negative EPG throughout the experiment unlike those from Group B that had elevated EPG counts. E-ADA activity was reduced in the serum of animals infected with H. contortus when compared to non-infected controls at days 20, 40, 60, and 80 PI. Therefore, it is concluded that infection with H. contortus influences the E-ADA activity in lambs.

  17. Ada Compiler Validation Summary Report. Certificate Number: 920918S1. 11274 U.S. Navy Ada/M, Version 4.5 (/NO OPTIMIZE) VAX 8550/8600/8650 (Cluster) = Enhanced Processor (EP) AN/UYK-44 (Bare Board)

    DTIC Science & Technology

    1992-10-27

    Institute of Standards and Technology Gaithersburg, MD USA 1 ELECTE I= 7 . PERFORMING ORGANIZATION NAME(S) AND ADDRESS(E JUN 3 1993U . , PERFORMING...Standard [Ada83) using the current Ada Compiler Validation Capability (ACVC). This Validation Summary Report ( VSR ) gives an account of the testing of... 7 - Control Part (Redirection) Options F.14 Compiler Options F-59 LINKER OPTIONS The linker options of this Ada implementation, as described inl this

  18. Evaluation of overhead support inspection program.

    DOT National Transportation Integrated Search

    2015-01-01

    This study evaluated the adequacy and frequency of the current structural support inspection program for overhead : sign supports (including bridge mounted), mast arm signal supports and high mast light supports. While ODOT provides : statewide guida...

  19. 76 FR 66034 - Proposed Foreign-Trade Zone-Ada and Canyon Counties, ID, Under Alternative Site Framework...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2011-10-25

    ... DEPARTMENT OF COMMERCE Foreign-Trade Zones Board [Docket 65-2011] Proposed Foreign-Trade Zone--Ada... establish a general-purpose foreign-trade zone at sites in Ada and Canyon Counties, Idaho, adjacent to the... proposed service area under the ASF would be Ada and Canyon Counties, Idaho. If approved, the applicant...

  20. School Issues Under [Section] 504 and the ADA: The Latest and Greatest.

    ERIC Educational Resources Information Center

    Aleman, Steven R.

    This paper highlights recent guidance and rulings from the Office of Civil Rights (OCR) of interest to administrators, advocates, and attorneys. It is a companion piece to Student Issues on SectionNB504/ADA: The Latest and Greatest. Compliance with SectionNB504 and the Americans with Disabilities Act (ADA) continues to involve debate and dialog on…

  1. ADA perceived disability claims: a decision-tree analysis.

    PubMed

    Draper, William R; Hawley, Carolyn E; McMahon, Brian T; Reid, Christine A; Barbir, Lara A

    2014-06-01

    The purpose of this study is to examine the possible interactions of predictor variables pertaining to perceived disability claims contained in a large governmental database. Specifically, it is a retrospective analysis of US Equal Employment Opportunity Commission (EEOC) data for the entire population of workplace discrimination claims based on the "regarded as disabled" prong of the Americans with Disabilities Act (ADA) definition of disability. The study utilized records extracted from a "master database" of over two million charges of workplace discrimination in the Integrated Mission System of the EEOC. This database includes all ADA-related discrimination allegations filed from July 26, 1992 through December 31, 2008. Chi squared automatic interaction detection (CHAID) was employed to analyze interaction effects of relevant variables, such as issue (grievance) and industry type. The research question addressed by CHAID is: What combination of factors are associated with merit outcomes for people making ADA EEOC allegations who are "regarded as" having disabilities? The CHAID analysis shows how merit outcome is predicted by the interaction of relevant variables. Issue was found to be the most prominent variable in determining merit outcome, followed by industry type, but the picture is made more complex by qualifications regarding age and race data. Although discharge was the most frequent grievance among charging parties in the perceived disability group, its merit outcome was significantly less than that for the leading factor of hiring.

  2. Combinatorial depletion analysis to assemble the network architecture of the SAGA and ADA chromatin remodeling complexes.

    PubMed

    Lee, Kenneth K; Sardiu, Mihaela E; Swanson, Selene K; Gilmore, Joshua M; Torok, Michael; Grant, Patrick A; Florens, Laurence; Workman, Jerry L; Washburn, Michael P

    2011-07-05

    Despite the availability of several large-scale proteomics studies aiming to identify protein interactions on a global scale, little is known about how proteins interact and are organized within macromolecular complexes. Here, we describe a technique that consists of a combination of biochemistry approaches, quantitative proteomics and computational methods using wild-type and deletion strains to investigate the organization of proteins within macromolecular protein complexes. We applied this technique to determine the organization of two well-studied complexes, Spt-Ada-Gcn5 histone acetyltransferase (SAGA) and ADA, for which no comprehensive high-resolution structures exist. This approach revealed that SAGA/ADA is composed of five distinct functional modules, which can persist separately. Furthermore, we identified a novel subunit of the ADA complex, termed Ahc2, and characterized Sgf29 as an ADA family protein present in all Gcn5 histone acetyltransferase complexes. Finally, we propose a model for the architecture of the SAGA and ADA complexes, which predicts novel functional associations within the SAGA complex and provides mechanistic insights into phenotypical observations in SAGA mutants.

  3. A-D-A small molecules for solution-processed organic photovoltaic cells.

    PubMed

    Ni, Wang; Wan, Xiangjian; Li, Miaomiao; Wang, Yunchuang; Chen, Yongsheng

    2015-03-25

    A-D-A small molecules have drawn more and more attention in solution-processed organic solar cells due to the advantages of a diversity of structures, easy control of energy levels, etc. Recently, a power conversion efficiency of nearly 10% has been achieved through careful material design and device optimization. This feature article reviews recent representative progress in the design and application of A-D-A small molecules in organic photovoltaic cells.

  4. CSF ADA Determination in Early Diagnosis of Tuberculous Meningitis in HIV-Infected Patients.

    PubMed

    Ghosh, Gopal Chandra; Sharma, Brijesh; Gupta, B B

    2016-01-01

    Tuberculous and Cryptococcal meningitis are common in HIV patients. A highly specific and sensitive rapid test for diagnosis of Tuberculous meningitis especially in setting of HIV is not available in developing countries where the burden of disease is high. We measured ADA (adenosine deaminase) levels using spectrophotometric method in the CSF of HIV patients with meningitis to differentiate Tuberculous meningitis from meningitis due to other causes. Kruskal-Wallis test was used to compare ADA values between tuberculous meningitis (TBM) and nontuberculous (non-TB) meningitis patients and a receiver-operating characteristic (ROC) analysis curve was drawn from these values. Levels of ADA in the CSF of patients with TBM were significantly higher than those in patients with meningitis due to other causes. CSF ADA level determination with a cut-off value of 6 IU/L was found to be highly specific and fairly sensitive test for the diagnosis of TBM in HIV positive patients.

  5. Facilitated peer support in breast cancer: a pre- and post-program evaluation of women's expectations and experiences of a facilitated peer support program.

    PubMed

    Power, Sinead; Hegarty, Josephine

    2010-01-01

    Peer support programs are associated with the provision of emotional, informational, and appraisal support. The benefits of peer support for women with breast cancer include reduced social isolation, enhanced coping, and access to information. The aim of this study was to conduct a pre- and post-program evaluation of a 7-week facilitated breast cancer peer support program in a cancer support house. Women with primary breast cancer (n = 8) participated in pre- and post-program focus groups. The interviews were recorded and were transcribed verbatim by the researcher. The data were analyzed using content analysis. Eight themes were identified. The key themes emerging from the pre and post programme focus groups included: The need for mutual identification; Post-treatment isolation; Help with moving on; The impact of hair loss; Consolidation of information; Enablement/empowerment; The importance of the cancer survivor; Mutual sharing. It is essential that facilitated peer support programs are tailored to meet the support needs of women with breast cancer. There is a particular need to facilitate mutual sharing and support for hair loss within these programs. Implications for practice emerging from this study include the importance of pre- and post-program evaluations in identifying whether peer support programs meet the expectations of women with breast cancer, the need for peer/professional programs to support women with treatment-induced hair loss, the importance of including cancer survivors in support programs, and the need to allow more informal sharing to occur in facilitated peer support programs.

  6. Beyond ADA Accessibility Requirements: Meeting Seniors' Needs for Toilet Transfers.

    PubMed

    Lee, Su Jin; Sanford, Jon; Calkins, Margaret; Melgen, Sarah; Endicott, Sarah; Phillips, Anjanette

    2018-04-01

    To identify the optimal spatial and dimensional requirements of grab bars that support independent and assisted transfers by older adults and their care providers. Although research has demonstrated that toilet grab bars based on the Americans with Disabilities Act (ADA) Accessibility Standards do not meet the needs of older adults, the specific dimensional requirements for alternative configurations are unknown. A two-phased study with older adults and care providers in residential facilities was conducted to determine the optimal requirements for grab bars. Seniors and caregivers in skilled nursing facilities performed transfers using a mock-up toilet. In Phase 1, participants evaluated three grab bar configurations to identify optimal characteristics for safety, ease of use, comfort, and helpfulness. These characteristics were then validated for using ability-matched samples in Phase 2. The optimal configuration derived in Phase 1 included fold-down grab bars on both sides of the toilet (14" from centerline [CL] of toilet, 32" above the floor, and extended a minimum of 6" in front of the toilet) with one side open and a sidewall 24" from CL of toilet on the other. Phase 2 feedback was significantly positive for independent and one-person transfers and somewhat lower, albeit still positive, for two-person transfers. The study provides substantial evidence that bilateral grab bars are significantly more effective than those that comply with current ADA Accessibility Standards. Findings provide specific spatial and dimensional attributes for grab bar configurations that would be most effective in senior facilities.

  7. Ada Compiler Validation Summary Report. Certificate Number: 920918S1. 11273 U.S. Navy, Ada/M, Version 4.5 /OPTIMIZE) VAX 8550/8600/8650 (Cluster) = VHSIC Processor Module (VPM) AN/AYK-14 (Bare Board)

    DTIC Science & Technology

    1992-10-27

    Module (VPM) AN/AYK-14 (Bare Board) (target), 920918S1.11273 6. AUTHOR(S) National Institute of Standards and Technology Gaithersburg, MD USA 7 ...Validation Procedures (Pro90] against the Ada Standard (Ada83] using the current Ada Compiler Validation Capability (ACVC). This Validation Summary Report ( VSR ...l..V-20 => ’ $MAXLENINTBASEDLITERAL "-Ŗ:" & (l..V-5 1> 𔃺’) & ൓:" $MAXLENREALBASEDLITERAL ൘:" & (i..V- 7 => 𔃺’) & "F.E:" $MAXSTRINGLITERAL

  8. Pleural Fluid Adenosine Deaminase (ADA) Predicts Survival in Patients with Malignant Pleural Effusion.

    PubMed

    Terra, Ricardo Mingarini; Antonangelo, Leila; Mariani, Alessandro Wasum; de Oliveira, Ricardo Lopes Moraes; Teixeira, Lisete Ribeiro; Pego-Fernandes, Paulo Manuel

    2016-08-01

    Systemic and local inflammations have been described as relevant prognostic factors in patients with cancer. However, parameters that stand for immune activity in the pleural space have not been tested as predictors of survival in patients with malignant pleural effusion. The objective of this study was to evaluate pleural lymphocytes and Adenosine Deaminase (ADA) as predictors of survival in patients with recurrent malignant pleural effusion. Retrospective cohort study includes patients who underwent pleurodesis for malignant pleural effusion in a tertiary center. Pleural fluid protein concentration, lactate dehydrogenase, glucose, oncotic cytology, cell count, and ADA were collected before pleurodesis and analyzed. Survival analysis was performed considering pleurodesis as time origin, and death as the event. Backwards stepwise Cox regression was used to find predictors of survival. 156 patients (out of 196 potentially eligible) were included in this study. Most were female (72 %) and breast cancer was the most common underlying malignancy (53 %). Pleural fluid ADA level was stratified as low (<15 U/L), normal (15 ≤ ADA < 40), and high (≥40). Low and high ADA levels were associated with worse survival when compared to normal ADA (logrank: 0.0024). In multivariable analysis, abnormal ADA (<15 or ADA ≥ 40) and underlying malignancies different from lymphoma, lung, or breast cancer were associated with worse survival. Pleural fluid cell count and lymphocytes number and percentage did not correlate with survival. Pleural fluid Adenosine Deaminase levels (<15 or ≥40 U/L) and neoplasms other than lung, breast, or lymphoma are independent predictors of worse survival in patients with malignant pleural effusion who undergo pleurodesis.

  9. Identifying Malignant Pleural Effusion by A Cancer Ratio (Serum LDH: Pleural Fluid ADA Ratio).

    PubMed

    Verma, Akash; Abisheganaden, John; Light, R W

    2016-02-01

    We studied the diagnostic potential of serum lactate dehydrogenase (LDH) in malignant pleural effusion. Retrospective analysis of patients hospitalized with exudative pleural effusion in 2013. Serum LDH and serum LDH: pleural fluid ADA ratio was significantly higher in cancer patients presenting with exudative pleural effusion. In multivariate logistic regression analysis, pleural fluid ADA was negatively correlated 0.62 (0.45-0.85, p = 0.003) with malignancy, whereas serum LDH 1.02 (1.0-1.03, p = 0.004) and serum LDH: pleural fluid ADA ratio 0.94 (0.99-1.0, p = 0.04) was correlated positively with malignant pleural effusion. For serum LDH: pleural fluid ADA ratio, a cut-off level of >20 showed sensitivity, specificity of 0.98 (95 % CI 0.92-0.99) and 0.94 (95 % CI 0.83-0.98), respectively. The positive likelihood ratio was 32.6 (95 % CI 10.7-99.6), while the negative likelihood ratio at this cut-off was 0.03 (95 % CI 0.01-0.15). Higher serum LDH and serum LDH: pleural fluid ADA ratio in patients presenting with exudative pleural effusion can distinguish between malignant and non-malignant effusion on the first day of hospitalization. The cut-off level for serum LDH: pleural fluid ADA ratio of >20 is highly predictive of malignancy in patients with exudative pleural effusion (whether lymphocytic or neutrophilic) with high sensitivity and specificity.

  10. Impact of the Adalimumab Patient Support Program's Care Coach Calls on Persistence and Adherence in Canada: An Observational Retrospective Cohort Study.

    PubMed

    Marshall, John K; Bessette, Louis; Thorne, Carter; Shear, Neil H; Lebovic, Gerald; Gerega, Sebastien K; Millson, Brad; Oraichi, Driss; Gaetano, Tania; Gazel, Sandra; Latour, Martin G; Laliberté, Marie-Claude

    2018-03-01

    Adalimumab (ADA) is a tumor necrosis factor-α inhibitor indicated for use in various immune-mediated inflammatory diseases. Patients receiving ADA in Canada are eligible to enroll in the AbbVie Care's Patient Support Program (PSP), which provides personalized services, including tailored interventions in the form of nurse-provided care coach calls (CCCs), with the goal of improving patients' experiences and outcomes. The primary objective of this study was to evaluate the impact of PSP services, including CCCs and patient characteristics, on persistence with and adherence to ADA for those patients enrolled in the PSP. A secondary objective was to estimate the effect of initial CCCs on treatment-initiation abandonment (ie, failure to initiate therapy after enrollment in the PSP). An observational retrospective cohort study was conducted. A patient linkage algorithm based on probabilistic matching was developed to link the AbbVie Care PSP database to the QuintilesIMS longitudinal pharmacy transaction database. Patients who started ADA therapy between July 2010 and August 2014 were selected, and their prescriptions were evaluated for 12 months after the date of ADA start to calculate days until drug discontinuation, that is, the end of persistence, defined as >90 days without therapy. Cox proportional hazards modeling was used for estimating hazard ratios for the association between persistence and patient characteristics and each PSP service. Adherence, measured by medication possession ratio, was calculated, and multivariate logistic regression provided adjusted odds ratios for the relationship between being adherent (medication possession ratio ≥80%) and patient characteristics and each PSP service. Treatment-initiation abandonment among patients who received an initial CCC compared with those who did not was analyzed using the χ 2 test. Analysis of 10,857 linked patients yielded statistically significant differences in the hazard ratio of discontinuation and

  11. Ada (Tradename) Compiler Validation Summary Report. International Business Machines Corporation. IBM Development System for the Ada Language for MVS, Version 1.0. IBM 4381 (IBM System/370) under MVS.

    DTIC Science & Technology

    1986-05-05

    AVF-VSR-36.0187 Ada" COMPILER VALIDATION SUMMARY REPORT: International Business Machines Corporation IBM Development System for the Ada Language for...withdrawn from ACVC Version 1.7 were not run. The compiler was tested using command scripts provided by International Business Machines Corporation. These...APPENDIX A COMPLIANCE STATEMENT International Business Machines Corporation has submitted the following compliance statement concerning the IBM

  12. Participatory workplace wellness programs: reward, penalty, and regulatory conflict.

    PubMed

    Pomeranz, Jennifer L

    2015-06-01

    POLICY POINTS: Workplace wellness programs that provide incentives for completing a health risk assessment are a form of participatory programs. There are legal and ethical concerns when employers assess penalties for not completing a health risk assessment, raising questions about the voluntariness of such a program. The Departments of Treasury, Labor, and Health and Human Services' 2013 regulations for participatory programs and employers' current practices conflict with the Equal Employment Opportunity Commission's prevailing interpretation of the Americans with Disabilities Act of 1990. In keeping with the Patient Protection and Affordable Care Act, Congress revised the law related to workplace wellness programs. In June 2013, the Departments of Treasury, Labor, and Health and Human Services passed the final regulations, updating their 2006 regulatory framework. Participatory programs that reward the completion of a health risk assessment are now the most common type of wellness program in the United States. However, legal and ethical concerns emerge when employers utilize incentives that raise questions about the voluntariness of such programs. At issue is that under the Americans with Disabilities Act (ADA) of 1990, employers cannot require health-related inquiries and exams. To analyze the current interpretation of the ADA, I conducted research on both LexisNexis and federal agency websites. The resulting article evaluates the differences in the language of Congress's enabling legislation and the federal departments' regulations and how they may conflict with the ADA. It also reviews the federal government's authority to address both the legal conflict and ethical concerns related to nonvoluntary participatory programs. Employers' practices and the federal departments' regulations conflict with the current interpretation of the ADA by permitting employers to penalize employees who do not complete a health risk assessment. The departments' regulations may be

  13. Ada Compiler Validation Summary Report: Certificate Number: 880318W1. 09043 International Business Machines Corporation IBM Development System for the Ada Language, Version 2.1.0 IBM 4381 under VM/HPO, Host IBM 4381 under MVS/XA, Target

    DTIC Science & Technology

    1988-03-28

    International Business Machines Corporation IBM Development System for the Ada Language, Version 2.1.0 IBM 4381 under VM/HPO, host IBM 4381 under MVS/XA, target...Program Office, AJPO 20. ABSTRACT (Continue on reverse side if necessary and identify by block number) International Business Machines Corporation, IBM...Standard ANSI/MIL-STD-1815A in the compiler listed in this declaration. I declare that International Business Machines Corporation is the owner of record

  14. Using ADA Tasks to Simulate Operating Equipment

    NASA Technical Reports Server (NTRS)

    DeAcetis, Louis A.; Schmidt, Oron; Krishen, Kumar

    1990-01-01

    A method of simulating equipment using ADA tasks is discussed. Individual units of equipment are coded as concurrently running tasks that monitor and respond to input signals. This technique has been used in a simulation of the space-to-ground Communications and Tracking subsystem of Space Station Freedom.

  15. Using Ada tasks to simulate operating equipment

    NASA Technical Reports Server (NTRS)

    Deacetis, Louis A.; Schmidt, Oron; Krishen, Kumar

    1990-01-01

    A method of simulating equipment using Ada tasks is discussed. Individual units of equipment are coded as concurrently running tasks that monitor and respond to input signals. This technique has been used in a simulation of the space-to-ground Communications and Tracking subsystem of Space Station Freedom.

  16. Patient can't get ADA relief unless discrimination persists.

    PubMed

    1997-09-05

    Several United States courts have ruled that under Title III of the Americans with Disabilities Act (ADA), HIV-positive patients have no recourse against a physician who has discriminated against them, provided that the patients do not plan to visit the doctor in the future. If the patient states that he or she does not intend to use the physician's or facility's services again, there is no basis for injunctive relief under the ADA. This issue is illustrated by the case of [name removed], an HIV-positive patient residing in Atlanta, GA, who attempted to sue [name removed], a plastic surgeon who refused to perform a cosmetic implant procedure. [Name removed] claimed that the procedure was a direct threat to [name removed]'s health and refused to treat him. When [name removed] vowed that he would never again seek medical care from [name removed] he lost his opportunity to file suit against [name removed] under the ADA. Additionally, [name removed] did not prove that the cosmetic procedure would not pose a direct threat to his own health in the form of a postoperative infection. This position has been accepted by a number of courts, including [name removed] v. St. Helena Hospital (CA).

  17. Continuation of research into language concepts for the mission support environment

    NASA Technical Reports Server (NTRS)

    1991-01-01

    A concept for a more intuitive and graphically based Computation (Comp) Builder was developed. The Graphical Comp Builder Prototype was developed, which is an X Window based graphical tool that allows the user to build Comps using graphical symbols. Investigation was conducted to determine the availability and suitability of the Ada programming language for the development of future control center type software. The Space Station Freedom Project identified Ada as the desirable programming language for the development of Space Station Control Center software systems.

  18. Diagnosis of tuberculosis pleurisy with adenosine deaminase (ADA): a systematic review and meta-analysis.

    PubMed

    Gui, Xuwei; Xiao, Heping

    2014-01-01

    This systematic review and meta-analysis was performed to determine accuracy and usefulness of adenosine deaminase (ADA) in diagnosis of tuberculosis pleurisy. Medline, Google scholar and Web of Science databases were searched to identify related studies until 2014. Two reviewers independently assessed quality of studies included according to standard Quality Assessment of Diagnosis Accuracy Studies (QUADAS) criteria. The sensitivity, specificity, diagnostic odds ratio and other parameters of ADA in diagnosis of tuberculosis pleurisy were analyzed with Meta-DiSC1.4 software, and pooled using the random effects model. Twelve studies including 865 tuberculosis pleurisy patients and 1379 non-tuberculosis pleurisy subjects were identified from 110 studies for this meta-analysis. The sensitivity, specificity, positive likelihood ratio (PLR), negative likelihood ratio (NLR) and diagnosis odds ratio (DOR) of ADA in the diagnosis of tuberculosis pleurisy were 45.25 (95% CI 27.63-74.08), 0.86 (95% CI 0.84-0.88), 0.88 (95% CI 0.86-0.90), 6.32 (95% CI 4.83-8.26) and 0.15 (95% 0.11-0.22), respectively. The area under the summary receiver operating characteristic curve (SROC) was 0.9340. Our results demonstrate that the sensitivity and specificity of ADA are high in the diagnosis of tuberculosis pleurisy especially when ADA≥50 (U/L). Thus, ADA is a relatively sensitive and specific marker for tuberculosis pleurisy diagnosis. However, it is cautious to apply these results due to the heterogeneity in study design of these studies. Further studies are required to confirm the optimal cut-off value of ADA.

  19. Mutations in the Ada O6-alkylguanine-DNA alkyltransferase conferring sensitivity to inactivation by O6-benzylguanine and 2,4-diamino-6-benzyloxy-5-nitrosopyrimidine.

    PubMed

    Crone, T M; Kanugula, S; Pegg, A E

    1995-08-01

    Although the human O6-alkylguanine-DNA alkyltransferase (AGT) is very sensitive to inactivation by O6-benzylguanine (BG) or 2,4-diamino-6-benzyloxy-5-nitrosopyrimidine (5-nitroso-BP), the equivalent protein formed by the carboxyl terminal domain of the product of the Escherichia coli ada gene (Ada-C) is unaffected by these inhibitors. This difference is remarkable in view of the substantial similarity between these proteins (33% of the residues in the common sequence are identical) and is potentially very important since these inhibitors are under development as drugs to enhance the anti-tumor activity of alkylating agents. In order to understand the reason for the resistance of the Ada-C protein, we have made chimeras between Ada-C and AGT sequences and mutations in the Ada-C protein, expressed the altered proteins in an E. coli strain lacking endogenous alkyltransferase activity and tested the inactivation of the resulting proteins by BG or 5-nitroso-BP. Chimeric alkyltransferase proteins were made in which the residues on the amino side of the cysteine acceptor site came from Ada-C and the residues on the carboxyl side came from AGT and vice versa but these did not show sensitivity to BG suggesting that resistance is produced by residues in both segments of the protein. Analysis of the Ada-C mutant proteins revealed two sites for mutations that confer sensitivity to these inhibitors. One of these was tryptophan-336 and the other was residues lysine-314 and alanine-316. Thus, when the combined mutations of A316P/W336A were made in the Ada-C sequence, the protein was sensitive to inactivation by BG. This A316P/W336A mutant protein was even more sensitive to 5-nitroso-BP and the mutant proteins W336A, K314P/A316P and A316P could also be inhibited by this drug (in decreasing order of sensitivity) although the control Ada-C and a mutant R335S were not inhibited. These results provide strong support for the hypothesis that the resistance of the Ada-C alkyl

  20. Ada Compiler Validation Summary Report: Harris Corporation, Computer System Division Harris Ada, Version 5.0, Harris HCX-2900 (Host & Target), 890627W1.10104

    DTIC Science & Technology

    1989-06-27

    e-~ff fa ILE’d (X#,: A -A21 1 624 AT I Cl PAGE 6F711 o. IY PE or SPIEOR! a PtE.O.,. COV’ERED Ada Compiler Validation Sunrary Repor t : Harri ., 27...June 1989 to 27 June 1990 Lorporatior. COMPUter 5SV te. DiVisionI harris A&,~, Version PL!fM~ Rp m~. -. 0, Harri s hCY-2QflO (H1-int cThlr~et z) 062 7V...ANSI/F.L-S7D- 1815A, Ada Joint Prograrm Office, AJPO 20. ARSIRA: I (Comtnut OM ?tWvSP Side of necciiorj end idern’f by block number) Harris

  1. Ada Software Engineering Education and Training Requirements Within the U.S. Army

    DTIC Science & Technology

    1988-12-01

    Services and DoD. DoD Directive 3405.1 requires the use of Ada in all applications and DoD Directive 3405.2 establishes the policy of using Ada in...covers DoD structure and procedures, Army policies , and all aspects of software engineering theory, systems engineering, and software development and...acquisition policy , concept development, workload requirements, contracting, and maintenance. The second course covers many of the same areas

  2. Neuropsychometric tests in cross sectional and longitudinal studies - a regression analysis of ADAS - cog, SKT and MMSE.

    PubMed

    Ihl, R; Grass-Kapanke, B; Jänner, M; Weyer, G

    1999-11-01

    In clinical and drug studies, different neuropsychometric tests are used. So far, no empirical data have been published to compare studies using different tests. The purpose of this study was to calculate a regression formula allowing a comparison of cross-sectional and longitudinal data from three neuropsychometric tests that are frequently used in drug studies (Alzheimer's Disease Assessment Scale, ADAS-cog; Syndrom Kurz Test, SKT; Mini Mental State Examination, MMSE). 177 patients with dementia according to ICD10 criteria were studied for the cross sectional and 61 for the longitudinal analysis. Correlations and linear regressions were calculated between tests. Significance was proven with ANOVA and t-tests using the SPSS statistical package. Significant Spearman correlations and slopes in the regression occurred in the cross sectional analysis (ADAS-cog-SKT r(s) = 0.77, slope = 0.45, SKT-ADAS-cog slope = 1.3, r2 = 0.59; ADAS-cog-MMSE r2 = 0.76, slope = -0.42, MMSE-ADAS-cog slope = -1.5, r2 = 0.64; MMSE-SKT r(s) = -0.79, slope = -0.87, SKT-MMSE slope = -0.71, r2 = 0.62; p<0.001 after Bonferroni correction; N = 177) and in the longitudinal analysis (SKT-ADAS-cog, r(s) = 0.48, slope = 0.69, ADAS-cog-SKT slope = 0.69, p<0.001, r2 = 0.32, MMSE-SKT, r(s) = 0.44, slope = -0.41, SKT-MMSE, slope = -0.55, p<0.001, r2 = 0.21). The results allow calculation of ADAS-scores when SKT scores are given, and vice versa. In longitudinal studies or in the course of the disease, scores assessed with the ADAS-cog and the SKT may now be statistically compared. In all comparisons, bottom and ceiling effects of the tests have to be taken into account.

  3. Twenty-Five Years of Gene Therapy for ADA-SCID: From Bubble Babies to an Approved Drug.

    PubMed

    Ferrua, Francesca; Aiuti, Alessandro

    2017-11-01

    Twenty-five years have passed since first attempts of gene therapy (GT) in children affected by severe combined immunodeficiency (SCID) due to adenosine deaminase (ADA) defect, also known by the general public as bubble babies. ADA-SCID is fatal early in life if untreated. Unconditioned hematopoietic stem cell (HSC) transplant from matched sibling donor represents a curative treatment but is available for few patients. Enzyme replacement therapy can be life-saving, but its chronic use has many drawbacks. This review summarizes the history of ADA-SCID GT over the last 25 years, starting from first pioneering studies in the early 1990s using gamma-retroviral vectors, based on multiple infusions of genetically corrected autologous peripheral blood lymphocytes. HSC represented the ideal target for gene correction to guarantee production of engineered multi-lineage progeny, but it required a decade to achieve therapeutic benefit with this approach. Introduction of low-intensity conditioning represented a crucial step in achieving stable gene-corrected HSC engraftment and therapeutic levels of ADA-expressing cells. Recent clinical trials demonstrated that gamma-retroviral GT for ADA-SCID has a favorable safety profile and is effective in restoring normal purine metabolism and immune functions in patients >13 years after treatment. No abnormal clonal proliferation or leukemia development have been observed in >40 patients treated experimentally in five different centers worldwide. In 2016, the medicinal product Strimvelis™ received marketing approval in Europe for patients affected by ADA-SCID without a suitable human leukocyte antigen-matched related donor. Positive safety and efficacy results have been obtained in GT clinical trials using lentiviral vectors encoding ADA. The results obtained in last 25 years in ADA-SCID GT development fundamentally contributed to improve patients' prognosis, together with earlier diagnosis thanks to newborn screening. These advances

  4. Phenotypic variability in patients with ADA2 deficiency due to identical homozygous R169Q mutations.

    PubMed

    Van Montfrans, Joris M; Hartman, Esther A R; Braun, Kees P J; Hennekam, Eric A M; Hak, Elisabeth A; Nederkoorn, Paul J; Westendorp, Willeke F; Bredius, Robbert G M; Kollen, Wouter J W; Schölvinck, Elisabeth H; Legger, G Elizabeth; Meyts, Isabelle; Liston, Adrian; Lichtenbelt, Klaske D; Giltay, Jacques C; Van Haaften, Gijs; De Vries Simons, Gaby M; Leavis, Helen; Sanders, Cornelis J G; Bierings, Marc B; Nierkens, Stefan; Van Gijn, Marielle E

    2016-05-01

    To determine the genotype-phenotype association in patients with adenosine deaminase-2 (ADA2) deficiency due to identical homozygous R169Q mutations inCECR1 METHODS: We present a case series of nine ADA2-deficient patients with an identical homozygous R169Q mutation. Clinical and diagnostic data were collected and available MRI studies were reviewed. We performed genealogy and haplotype analyses and measured serum ADA2 activity. ADA2 activity values were correlated to clinical symptoms. Age of presentation differed widely between the nine presented patients (range: 0 months to 8 years). The main clinical manifestations were (hepato)splenomegaly (8/9), skin involvement (8/9) and neurological involvement (8/9, of whom 6 encountered stroke). Considerable variation was seen in type, frequency and intensity of other symptoms, which included aplastic anaemia, acute myeloid leukaemia and cutaneous ulcers. Common laboratory abnormalities included cytopenias and hypogammaglobulinaemia. ADA2 enzyme activity in patients was significantly decreased compared with healthy controls. ADA2 activity levels tended to be lower in patients with stroke compared with patients without stroke. Genealogical studies did not identify a common ancestor; however, based on allele frequency, a North-West European founder effect can be noted. Three patients underwent haematopoietic cell transplantation, after which ADA2 activity was restored and clinical symptoms resolved. This case series revealed large phenotypic variability in patients with ADA2 deficiency though they were homozygous for the same R169Q mutation inCECR1 Disease modifiers, including epigenetic and environmental factors, thus seem important in determining the phenotype. Furthermore, haematopoietic cell transplantation appears promising for those patients with a severe clinical phenotype. © The Author 2016. Published by Oxford University Press on behalf of the British Society for Rheumatology. All rights reserved. For Permissions

  5. 76 FR 31892 - Recordkeeping and Reporting Requirements Under Title VII, the ADA, and GINA

    Federal Register 2010, 2011, 2012, 2013, 2014

    2011-06-02

    ... Requirements Under Title VII, the ADA, and GINA AGENCY: Equal Employment Opportunity Commission. ACTION: Notice...'' or ``Commission'') proposes to extend its existing recordkeeping requirements under title VII of the Civil Rights Act of 1964 (Title VII) and the Americans with Disabilities Act (ADA) to entities covered...

  6. COMPASS: An Ada based scheduler

    NASA Technical Reports Server (NTRS)

    Mcmahon, Mary Beth; Culbert, Chris

    1992-01-01

    COMPASS is a generic scheduling system developed by McDonnell Douglas and funded by the Software Technology Branch of NASA Johnson Space Center. The motivation behind COMPASS is to illustrate scheduling technology and provide a basis from which custom scheduling systems can be built. COMPASS was written in Ada to promote readability and to conform to DOD standards. COMPASS has some unique characteristics that distinguishes it from commercial products. This paper discusses these characteristics and uses them to illustrate some differences between scheduling tools.

  7. 77 FR 5396 - Recordkeeping and Reporting Requirements Under Title VII, the ADA, and GINA

    Federal Register 2010, 2011, 2012, 2013, 2014

    2012-02-03

    ... Requirements Under Title VII, the ADA, and GINA AGENCY: Equal Employment Opportunity Commission. ACTION: Final... rule, extends its existing recordkeeping requirements under title VII of the Civil Rights Act of 1964 (Title VII) and the Americans with Disabilities Act (ADA) to entities covered by title II of the Genetic...

  8. 76 FR 57013 - Recordkeeping and Reporting Requirements Under Title VII, the ADA, and GINA

    Federal Register 2010, 2011, 2012, 2013, 2014

    2011-09-15

    ... EQUAL EMPLOYMENT OPPORTUNITY COMMISSION 29 CFR Part 1602 RIN 3046-AA89 Recordkeeping and Reporting Requirements Under Title VII, the ADA, and GINA AGENCY: Equal Employment Opportunity Commission. ACTION... under title VII, the ADA, and GINA. (76 FR 31892, June 2, 2011). No requests to present oral testimony...

  9. Alteration/Deficiency in Activation 3 (ADA3) Protein, a Cell Cycle Regulator, Associates with the Centromere through CENP-B and Regulates Chromosome Segregation.

    PubMed

    Mohibi, Shakur; Srivastava, Shashank; Wang-France, Jun; Mirza, Sameer; Zhao, Xiangshan; Band, Hamid; Band, Vimla

    2015-11-20

    ADA3 (alteration/deficiency in activation 3) is a conserved component of several transcriptional co-activator and histone acetyltransferase (HAT) complexes. Recently, we generated Ada3 knock-out mice and demonstrated that deletion of Ada3 leads to early embryonic lethality. The use of Ada3(FL/FL) mouse embryonic fibroblasts with deletion of Ada3 using adenovirus Cre showed a critical role of ADA3 in cell cycle progression through mitosis. Here, we demonstrate an association of ADA3 with the higher order repeat region of the α-satellite region on human X chromosome centromeres that is consistent with its role in mitosis. Given the role of centromere proteins (CENPs) in mitosis, we next analyzed whether ADA3 associates with the centromere through CENPs. Both an in vivo proximity ligation assay and immunofluorescence studies confirmed the association of ADA3 with CENP-B protein, a highly conserved centromeric protein that binds to the 17-bp DNA sequences on α-satellite DNA. Deletional analysis showed that ADA3 directly associates with CENP-B through its N terminus, and a CENP-B binding-deficient mutant of ADA3 was incompetent in cell proliferation rescue. Notably, knockdown of ADA3 decreased binding of CENP-B onto the centromeres, suggesting that ADA3 is required for the loading of CENP-B onto the centromeres. Finally, we show that deletion of Ada3 from Ada3(FL/FL) mouse embryonic fibroblasts exhibited various chromosome segregation defects. Taken together, we demonstrate a novel ADA3 interaction with CENP-B-centromere that may account for its previously known function in mitosis. This study, together with its known function in maintaining genomic stability and its mislocalization in cancers, suggests an important role of ADA3 in mitosis. © 2015 by The American Society for Biochemistry and Molecular Biology, Inc.

  10. 76 FR 38124 - Applications for New Awards; Americans With Disabilities Act (ADA) National Network Regional...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2011-06-29

    ...) National Network Regional Centers and ADA National Network Collaborative Research Projects AGENCY: Office... National Network Regional Centers (formerly the Disability Business Technical Assistance Centers (DBTACs), and ADA National Network Collaborative Research Projects. Notice inviting applications for new awards...

  11. Anatomical frame plate osteosynthesis in Ada-Miller Type 2 or 4 scapula fractures.

    PubMed

    Esenkaya, İrfan; Ünay, Koray

    2011-01-01

    The aim of this prospective study was to evaluate the results of anatomical frame plate osteosynthesis in patients with Ada and Miller Type 2 or 4 scapula fractures. Eleven Ada and Miller Type 2 or 4 scapula fractures in nine patients were treated with anatomical frame plate osteosynthesis. The mean follow-up time was 39.8 (12-77) months. The results were evaluated using the Herscovici score. No complications, such as neurovascular injury, postoperative hematoma, infection, delayed wound healing, implant failure, delayed union, or nonunion occurred. Based on the Herscovici score, the results were excellent. Osteosynthesis with anatomical frame plates appears to be a safe method that allows early range of motion and that provides excellent results in Ada and Miller Type 2 or 4 scapula fractures.

  12. How to work with FMLA and ADA when granting leave.

    PubMed

    Collins, C J; Neuman, A B

    1998-10-16

    There is much confusion among employers on how to interpret rights and responsibilities under the Americans with Disabilities Act (ADA) and the Family and Medical Leave Act (FMLA). In many cases, the guidelines seem contradictory. Labor attorney Christopher J. Collins says that the ADA is basically a civil rights act, designed to protect the disabled from discrimination, while FMLA is a labor standards and leave law. Commonly-asked questions are answered, including the amount of leave an employee is entitled to, the amount of information that can be requested from an employee, and the options for dealing with employees who cannot perform assigned tasks.

  13. Future Student Support Programs: Distinction or Extinction?

    ERIC Educational Resources Information Center

    Johnson, Sharon K.; Johnson, C. D.

    This chapter reviews changes for the future of student support programs identified and addressed by other contributing authors. It is proposed that without a blueprint of how the fields of school counseling, psychology, nursing, social work, and other student support programs will change to address the future, extinction is guaranteed. Changes…

  14. Naming in a Programming Support Environment.

    DTIC Science & Technology

    1984-02-01

    and Control, 1974. 10. T. E. Cheatham. An Overview of the Harvard Program Development System. I; Software Engineering Environments, H. Hunke, Ed.. North...Holland Publishing Compary, 1981, pp. 253-266. 11. T. E. Cheatham. Comparing Programming Support Environments. In Software Engineering Environments...Company. 1981. Third Edition 16. F. DeRemer and H Kron Programming -inthe Large Versus Programming -in-theSmall. IEEE Transactions on Software Engineering

  15. Evaluation of the adenosine deaminase (ADA) G22A gene polymorphism with recurrent spontaneous abortion among Egyptian patients.

    PubMed

    Farhan, Hanan Mohamed; Abu-Gabal, Khadiga; Katta, Maha; Ibrahim, Raghda

    2017-01-01

    Adenosine and deoxyadenosine metabolism is influenced by adenosine deaminase (ADA) enzyme. ADA increases in different diseases and is considered as one of the markers for cell-mediated immunity. Pregnancy is associated with depressed cell-mediated immunity. The level of ADA expression, which seems to play a key role in maintaining pregnancy, is influenced by adenosine deaminase G22A gene polymorphism. We aimed in our study to evaluate the association of ADA G22A gene polymorphism with recurrent spontaneous abortion (RSA) in Egyptian women. Adenosine deaminase G22A gene polymorphism was genotyped in 40 patients (age range 22-39 years) with a history of RSA, selected from those attending the Gynaecology and Obstetrics Clinic of Beni-Suef University Hospital, and 20 age-matched healthy women as a control group, using polymerase chain reaction-restriction fragment length polymorphism (PCR-RFLP) analysis. In our study, no statistically significant difference was found between RSA patients and control group as regards ADA G22A genotypes (p = 0.653) and alleles (p = 0.697). A comparison of the frequencies of ADA alleles in RSA patients as regards the below-35-years-old age group revealed that ADA 2(A) allele was associated with a low risk for RSA in patients aged 35 years old or younger (p = 0.008). In conclusion, our study revealed an age-dependent protective value of ADA 2(A) allele in recurrent spontaneous abortions among the Egyptian population.

  16. An investigation of ADA compliance of aquatic facilities in the North Texas area.

    PubMed

    Pike, Hilary; Walker, Joseph; Collins, John; Hodges, Jan

    2008-01-01

    The study expands research on accessibility, comparing compliance scores of aquatic facilities in North Texas built before the 1991 Title III Americans with Disabilities Act Accessibility Guidelines (ADAAG) with facilities built after the 1991 ADAAG and the proposed 2002 supplement. A quasi-experimental design directed the selection of 52 facilities where measurements were taken to determine compliance with ADAAG and the supplement. A focus group provided insight into interpreting which features functioned as barriers or constraints to participation. Metropolitan statistical area in North Texas. A total of 52 aquatic facilities and 12 focus group participants (University of North Texas institutional review board 07-283). ADA aquatic facility compliance instrument. Frequency, ratios. No facilities were 100% ADA compliant overall, although some facilities were 100% compliant with specific structural domains. Women's restrooms rated lowest (average = 55%), and men's restrooms received the second lowest rating (average = 64%). Focus group results indicated that improperly designed restrooms and pool entries are primary barriers to participation. The findings support a need for stronger enforcement of policies that improve accessibility of facilities. Architectural reviews and construction practices need to be improved. The structural barriers and constraints identified can be limiting factors in efforts aimed at increasing physical activity among individuals with disabilities and individuals with physical limitations.

  17. Ada (Tradename) Compiler Validation Summary Report. Harris Corporation. HARRIS Ada Compiler, Version 1.0. Harris H1200 and H800.

    DTIC Science & Technology

    This Validations Summary Report (VSR) summarizes the results and conclusions of validation testing performed on the HARRIS Ada Compiler, Version 1.0...at compile time, at link time, or during execution. On-site testing was performed 28 APR 1986 through 30 APR 1986 at Harris Corporation, Ft. Lauderdale

  18. Ada Embedded Systems Testbed Project

    DTIC Science & Technology

    1987-12-01

    project’s work to their home organizations, as well as adding the DoD’s perspective to many Issues while at the SEI. Currently, the only government...Future Work 51 6. Summary and Future Directions 53 References 55 CMU/SE147-TR-31 Ill ~~~4 - a I I I I ) ) ) N A Iv CMU/SE147.TR-31 " List of Figures...the Ada benchmarks available from University of Michigan and the Performance Issues Working Group of SIGAda were run under VAXE.N and on the bare

  19. Combinatorial depletion analysis to assemble the network architecture of the SAGA and ADA chromatin remodeling complexes

    PubMed Central

    Lee, Kenneth K; Sardiu, Mihaela E; Swanson, Selene K; Gilmore, Joshua M; Torok, Michael; Grant, Patrick A; Florens, Laurence; Workman, Jerry L; Washburn, Michael P

    2011-01-01

    Despite the availability of several large-scale proteomics studies aiming to identify protein interactions on a global scale, little is known about how proteins interact and are organized within macromolecular complexes. Here, we describe a technique that consists of a combination of biochemistry approaches, quantitative proteomics and computational methods using wild-type and deletion strains to investigate the organization of proteins within macromolecular protein complexes. We applied this technique to determine the organization of two well-studied complexes, Spt–Ada–Gcn5 histone acetyltransferase (SAGA) and ADA, for which no comprehensive high-resolution structures exist. This approach revealed that SAGA/ADA is composed of five distinct functional modules, which can persist separately. Furthermore, we identified a novel subunit of the ADA complex, termed Ahc2, and characterized Sgf29 as an ADA family protein present in all Gcn5 histone acetyltransferase complexes. Finally, we propose a model for the architecture of the SAGA and ADA complexes, which predicts novel functional associations within the SAGA complex and provides mechanistic insights into phenotypical observations in SAGA mutants. PMID:21734642

  20. 76 FR 79065 - Recordkeeping and Reporting Requirements Under Title VII, the ADA and GINA

    Federal Register 2010, 2011, 2012, 2013, 2014

    2011-12-21

    ... DEPARTMENT OF LABOR Equal Employment Opportunity Commission 29 CFR Part 1602 Recordkeeping and Reporting Requirements Under Title VII, the ADA and GINA CFR Correction In Title 29 of the Code of Federal... title VII or section 107 of the ADA'' and add in their place the words ``section 709(c) of title VII...

  1. Vexatious Litigants and the ADA: Strategies to Fairly Address the Need to Improve Access for Individuals with Disabilities.

    PubMed

    Hull, Helia Garrido

    2016-01-01

    This Article addresses the need to reform the ADA to prevent vexatious litigation and to promote the underlying goals of the Act. Part I of this Article introduces the topic of vexatious litigation and the importance of remedying the effects of exploitation of the ADA. Part II provides an overview of the ADA and its efforts to increase accessibility to individuals with disabilities, emphasizing the provisions of the Act that create incentives to engage in vexatious litigation. Part III examines and analyzes the judiciary's response to vexatious litigation under the ADA, and sanctions that have been issued to limit exploitation. Finally, Part IV provides recommendations to reform the ADA and state disability law counterparts, suggests corrective actions to address vexatious litigation, and identifies methods to promote equality for individuals with disabilities.

  2. Gene therapy/bone marrow transplantation in ADA-deficient mice: roles of enzyme-replacement therapy and cytoreduction.

    PubMed

    Carbonaro, Denise A; Jin, Xiangyang; Wang, Xingchao; Yu, Xiao-Jin; Rozengurt, Nora; Kaufman, Michael L; Wang, Xiaoyan; Gjertson, David; Zhou, Yang; Blackburn, Michael R; Kohn, Donald B

    2012-11-01

    Gene therapy (GT) for adenosine deaminase-deficient severe combined immune deficiency (ADA-SCID) can provide significant long-term benefit when patients are given nonmyeloablative conditioning and ADA enzyme-replacement therapy (ERT) is withheld before autologous transplantation of γ-retroviral vector-transduced BM CD34+ cells. To determine the contributions of conditioning and discontinuation of ERT to the therapeutic effects, we analyzed these factors in Ada gene knockout mice (Ada(-/-)). Mice were transplanted with ADA-deficient marrow transduced with an ADA-expressing γ-retroviral vector without preconditioning or after 200 cGy or 900 cGy total-body irradiation and evaluated after 4 months. In all tissues analyzed, vector copy numbers (VCNs) were 100- to 1000-fold greater in mice receiving 900 cGy compared with 200 cGy (P < .05). In mice receiving 200 cGy, VCN was similar whether ERT was stopped or given for 1 or 4 months after GT. In unconditioned mice, there was decreased survival with and without ERT, and VCN was very low to undetectable. When recipients were conditioned with 200 cGy and received transduced lineage-depleted marrow, only recipients receiving ERT (1 or 4 months) had detectable vector sequences in thymocytes. In conclusion, cytoreduction is important for the engraftment of gene-transduced HSC, and short-term ERT after GT did not diminish the capacity of gene-corrected cells to engraft and persist.

  3. Seed specific expression and analysis of recombinant human adenosine deaminase (hADA) in three host plant species.

    PubMed

    Doshi, Ketan M; Loukanina, Natalia N; Polowick, Patricia L; Holbrook, Larry A

    2016-10-01

    The plant seed is a leading platform amongst plant-based storage systems for the production of recombinant proteins. In this study, we compared the activity of human adenosine deaminase (hADA) expressed in transgenic seeds of three different plant species: pea (Pisum sativum L.), Nicotiana benthamiana L. and tarwi (Lupinus mutabilis Sweet). All three species were transformed with the same expression vector containing the hADA gene driven by the seed-specific promoter LegA2 with an apoplast targeting pinII signal peptide. During the study, several independent transgenic lines were generated and screened from each plant species and only lines with a single copy of the gene of interest were used for hADA expression analysis. A stable transgenic canola line expressing the ADA protein, under the control of 35S constitutive promoter was used as both as a positive control and for comparative study with the seed specific promoter. Significant differences were detected in the expression of hADA. The highest activity of the hADA enzyme (Units/g seed) was reported in tarwi (4.26 U/g) followed by pea (3.23 U/g) and Nicotiana benthamiana (1.69 U/g). The expression of mouse ADA in canola was very low in both seed and leaf tissue compared to other host plants, confirming higher activity of seed specific promoter. Altogether, these results suggest that tarwi could be an excellent candidate for the production of valuable recombinant proteins.

  4. New scoring methodology improves the sensitivity of the Alzheimer's Disease Assessment Scale-Cognitive subscale (ADAS-Cog) in clinical trials.

    PubMed

    Verma, Nishant; Beretvas, S Natasha; Pascual, Belen; Masdeu, Joseph C; Markey, Mia K

    2015-11-12

    As currently used, the Alzheimer's Disease Assessment Scale-Cognitive subscale (ADAS-Cog) has low sensitivity for measuring Alzheimer's disease progression in clinical trials. A major reason behind the low sensitivity is its sub-optimal scoring methodology, which can be improved to obtain better sensitivity. Using item response theory, we developed a new scoring methodology (ADAS-CogIRT) for the ADAS-Cog, which addresses several major limitations of the current scoring methodology. The sensitivity of the ADAS-CogIRT methodology was evaluated using clinical trial simulations as well as a negative clinical trial, which had shown an evidence of a treatment effect. The ADAS-Cog was found to measure impairment in three cognitive domains of memory, language, and praxis. The ADAS-CogIRT methodology required significantly fewer patients and shorter trial durations as compared to the current scoring methodology when both were evaluated in simulated clinical trials. When validated on data from a real clinical trial, the ADAS-CogIRT methodology had higher sensitivity than the current scoring methodology in detecting the treatment effect. The proposed scoring methodology significantly improves the sensitivity of the ADAS-Cog in measuring progression of cognitive impairment in clinical trials focused in the mild-to-moderate Alzheimer's disease stage. This provides a boost to the efficiency of clinical trials requiring fewer patients and shorter durations for investigating disease-modifying treatments.

  5. Evaluation of the adenosine deaminase (ADA) G22A gene polymorphism with recurrent spontaneous abortion among Egyptian patients

    PubMed Central

    Abu-Gabal, Khadiga; Katta, Maha; Ibrahim, Raghda

    2017-01-01

    Introduction Adenosine and deoxyadenosine metabolism is influenced by adenosine deaminase (ADA) enzyme. ADA increases in different diseases and is considered as one of the markers for cell-mediated immunity. Pregnancy is associated with depressed cell-mediated immunity. The level of ADA expression, which seems to play a key role in maintaining pregnancy, is influenced by adenosine deaminase G22A gene polymorphism. We aimed in our study to evaluate the association of ADA G22A gene polymorphism with recurrent spontaneous abortion (RSA) in Egyptian women. Material and methods Adenosine deaminase G22A gene polymorphism was genotyped in 40 patients (age range 22-39 years) with a history of RSA, selected from those attending the Gynaecology and Obstetrics Clinic of Beni-Suef University Hospital, and 20 age-matched healthy women as a control group, using polymerase chain reaction-restriction fragment length polymorphism (PCR-RFLP) analysis. Results In our study, no statistically significant difference was found between RSA patients and control group as regards ADA G22A genotypes (p = 0.653) and alleles (p = 0.697). A comparison of the frequencies of ADA alleles in RSA patients as regards the below-35-years-old age group revealed that ADA 2(A) allele was associated with a low risk for RSA in patients aged 35 years old or younger (p = 0.008). Conclusions In conclusion, our study revealed an age-dependent protective value of ADA 2(A) allele in recurrent spontaneous abortions among the Egyptian population. PMID:29204093

  6. Extensibility Experiments with the Software Life-Cycle Support Environment

    DTIC Science & Technology

    1991-11-01

    APRICOT ) and Bit- Oriented Message Definer (BMD); and three from the Ada Software Repository (ASR) at White Sands-the NASA/Goddard Space Flight Center...Graphical Kernel System (GKS). c. AMS - The Automated Measurement System tool supports the definition, collec- tion, and reporting of quality metric...Ada Primitive Order Compilation Order Tool ( APRICOT ) 2. Bit-Oriented Message Definer (BMD) 3. LGEN: A Language Generator Tool 4. I"ilc Chc-ker 5

  7. ADA Watch--Year One: A Report to the President and the Congress on Progress in Implementing the Americans with Disabilities Act.

    ERIC Educational Resources Information Center

    Kramer (Ralph G.) & Associates.

    The ADA Watch was established in 1991 to monitor implementation of the Americans with Disabilities Act of 1990 (ADA). The ADA Watch covers all titles of the law, all regions of the country, and all sectors of the economy. This report summarizes major ADA Watch findings and recommendations from a study conducted from October 1991 to November 1992.…

  8. Program Office Guide to Ada. Edition 1

    DTIC Science & Technology

    1986-09-17

    publication. MARK V. ZIEMBA , 2Lt, USAF Project Officer, Software Engineering Tools & Methods ARTHUR G. DECELLES, Capt, USAF Program Manager, Computer...UNLIMITED G3 SAME AS RPT D DTIC USERS 21 ABSTRACT SECURITY CLASSIFICATION UNCLASSIFIED 22a. NAME OF RESPONSIBLE INDIVIDUAL M.V. Ziemba

  9. Can pleural adenosine deaminase (ADA) levels in pleural tuberculosis predict the presence of pulmonary tuberculosis? A CT analysis.

    PubMed

    Koh, Myung Je; Lee, In Jae; Kim, Joo-Hee

    2016-06-01

    To assess the relationship between imaging features of pulmonary tuberculosis at computed tomography (CT) and adenosine deaminase (ADA) values via pleural fluid analysis in patients with pleural tuberculosis. This retrospective study enrolled 60 patients who underwent fluid analysis for ADA and chest CT and were diagnosed with tuberculosis by culture or polymerase chain reaction of pleural fluid and sputum. The presence of centrilobular nodules, consolidation, cavitation, and mediastinal lymphadenopathy at CT were evaluated. The relationship between ADA values and the pattern of pulmonary involvement of tuberculosis was analysed. Pulmonary involvement was seen in 42 of the 60 patients. A centrilobular nodular pattern was seen in 37 and consolidation in 22. In 17 patients, both findings were identified. A centrilobular nodular pattern was more common than consolidation or cavitary lesions. When ADA values were high, pulmonary involvement was more frequent (p=0.002). Comparing low and high ADA groups using an obtained cut-off value of 80 IU/l, the high group had more frequent pulmonary involvement (p<0.001). Patients with tuberculous pleurisy who had high ADA values had a higher probability of manifesting pulmonary tuberculosis. High ADA values may help predict contagious pleuroparenchymal tuberculosis. The most common pulmonary involvement of tuberculous pleurisy showed a centrilobular nodular pattern. Copyright © 2016 The Royal College of Radiologists. Published by Elsevier Ltd. All rights reserved.

  10. Assessment of adenosine deaminase (ADA) activity and oxidative stress in patients with chronic tonsillitis.

    PubMed

    Garca, Mehmet Fatih; Demir, Halit; Turan, Mahfuz; Bozan, Nazım; Kozan, Ahmet; Belli, Şeyda Bayel; Arslan, Ayşe; Cankaya, Hakan

    2014-06-01

    To emphasize the effectiveness of adenosine deaminase (ADA) enzyme, which has important roles in the differentiation of lymphoid cells, and oxidative stress in patients with chronic tonsillitis. Serum and tissue samples were obtained from 25 patients who underwent tonsillectomy due to recurrent episodes of acute tonsillitis. In the control group, which also had 25 subjects, only serum samples were taken as obtaining tissue samples would not have been ethically appropriate. ADA enzyme activity, catalase (CAT), carbonic anhydrase (CA), nitric oxide (NO) and malondialdehyde (MDA) were measured in the serum and tissue samples of patients and control group subjects. The serum values of both groups were compared. In addition, the tissue and serum values of patients were compared. Serum ADA activity and the oxidant enzymes MDA and NO values of the patient group were significantly higher than those of the control group (p < 0.001), the antioxidant enzymes CA and CAT values of the patient group were significantly lower than those of the control group (p < 0.001). In addition, while CA, CAT and NO enzyme levels were found to be significantly higher in the tonsil tissue of the patient group when compared to serum levels (p < 0.05), there was no difference between tissue and serum MDA and ADA activity (p > 0.05). Elevated ADA activity may be effective in the pathogenesis of chronic tonsillitis both by impairing tissue structure and contributing to SOR formation.

  11. Stationary Wavelet Transform and AdaBoost with SVM Based Pathological Brain Detection in MRI Scanning.

    PubMed

    Nayak, Deepak Ranjan; Dash, Ratnakar; Majhi, Banshidhar

    2017-01-01

    This paper presents an automatic classification system for segregating pathological brain from normal brains in magnetic resonance imaging scanning. The proposed system employs contrast limited adaptive histogram equalization scheme to enhance the diseased region in brain MR images. Two-dimensional stationary wavelet transform is harnessed to extract features from the preprocessed images. The feature vector is constructed using the energy and entropy values, computed from the level- 2 SWT coefficients. Then, the relevant and uncorrelated features are selected using symmetric uncertainty ranking filter. Subsequently, the selected features are given input to the proposed AdaBoost with support vector machine classifier, where SVM is used as the base classifier of AdaBoost algorithm. To validate the proposed system, three standard MR image datasets, Dataset-66, Dataset-160, and Dataset- 255 have been utilized. The 5 runs of k-fold stratified cross validation results indicate the suggested scheme offers better performance than other existing schemes in terms of accuracy and number of features. The proposed system earns ideal classification over Dataset-66 and Dataset-160; whereas, for Dataset- 255, an accuracy of 99.45% is achieved. Copyright© Bentham Science Publishers; For any queries, please email at epub@benthamscience.org.

  12. Ada (Trade Name) Compiler Validation Summary Report: IBM Corporation. IBM Development System for the Ada Language System, Version 1.1.0, IBM 4381 under VM/SP CMS, Release 3.6.

    DTIC Science & Technology

    1988-05-19

    System for the Ada Language System, Version 1.1.0, 1.% International Business Machines Corporation, Wright-Patterson AFB. IBM 4381 under VM/SP CMS...THIS PAGE (When Data Enre’ed) AVF Control Number: AVF-VSR-82.1087 87-03-10-TEL ! Ada® COMPILER VALIDATION SUMMARY REPORT: International Business Machines...Organization (AVO). On-site testing was conducted from !8 May 1987 through 19 May 1987 at International Business Machines -orporation, San Diego CA. 1.2

  13. IMPACT OF THE U.S. SUPPORT PROGRAM SAFEGUARDS INTERNSHIP PROGRAM.

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    PEPPER, S.; OSIECKI, C.

    2006-07-16

    The U.S. Support Program began funding an internship program in the IAEA Department of Safeguards in 2002. Since that time, 39 U.S. citizens and permanent residents have been placed in one-year, paid internships with the IAEA. The management of the internship program was originally the responsibility of the International Safeguards Project Office but was transferred to the Office of Educational Programs at Brookhaven National Laboratory in 2004. Feedback on the internship program from the U.S. government and the IAEA has been positive. The interns have completed basic yet essential work for the Department of Safeguards and freed IAEA staff membersmore » to perform more complex tasks. The cost of an intern is low relative to other forms of human resources support. After the conclusion of their assignments, many of the interns go on to work for the U.S. government, the national laboratories, or companies in international safeguards and nonproliferation. This paper will discuss the work done by the interns for the IAEA, factors influencing the success of the internship program, and the effects the program has had on the careers of interns, in preparing the next generation to work in the nuclear industry, participation in INMM activities, and recruitment for U.S. citizens for safeguards positions.« less

  14. Enhanced O6-methylguanine-DNA methyltransferase activity in transgenic mice containing an integrated E. coli ada repair gene.

    PubMed

    Matsukuma, S; Nakatsuru, Y; Nakagawa, K; Utakoji, T; Sugano, H; Kataoka, H; Sekiguchi, M; Ishikawa, T

    1989-11-01

    The E. coli ada gene encodes O6-methylguanine DNA methyltransferase (O6MTase) which repairs the methylation of guanine at the O6 position in DNA. After recombination with a Chinese hamster metallothionein I gene promoter, the ada gene was microinjected into C3H/HeN mouse zygotes. Eventually, transgenic mice containing the ada fusion DNA were generated. The integrated ada DNA complex was transmitted to the progeny in a mode conforming to tandem integration at a single chromosome site, and homozygotes were also obtained from an inter-transgenic mouse cross. RNA transcripts of the chimeric ada gene were identified in the livers of these transgenic mice using dot and Northern blot analyses. O6MTase activity was increased in the liver of transgenic mice of line No. 708, and was more than 3 times the activity found in non-transgenic mice, especially in the transgenic homozygotes. The ada gene product was detected in the liver of a transgenic homozygote by immunoblot analysis. These transgenic mice have great potential for analysis of the role played by O6MTase in chemical carcinogenesis.

  15. Transportation research synthesis : ADA compliance reference and training materials.

    DOT National Transportation Integrated Search

    2010-03-01

    Our findings are presented in three categories: Reference Materials, Training Materials and State DOT Current : Practices. Appendix A to this report contains an updated list of ADA contacts for all 50 states and the District of : Columbia, and Append...

  16. Common Ada (Trade Name) Missile Packages (CAMP). Volume 2. Software Parts Composition Study Results

    DTIC Science & Technology

    1986-05-01

    O’ »UNDING NOS PROGRAM iLlMfNT NO 63756A Common Ad 3® Mi ssile Packages (CAMP), Volumell: F-ROJlCT NO. TASK NO «VOR« UNIT NO ia ...i • • ni^’-’ M JM"i’. ’".nMI !• !••«••• Tl’VyiA V^W^ ^•• IA ’*’ ^•.•J^^V^l*"¥W.*1*’.« In researching the feasibility of automating the software... good as that produced by an expert Ada programmer. The user Is provided with the expected format of the Input data. This type of assistance makes

  17. Formally verifying Ada programs which use real number types

    NASA Technical Reports Server (NTRS)

    Sutherland, David

    1986-01-01

    Formal verification is applied to programs which use real number arithmetic operations (mathematical programs). Formal verification of a program P consists of creating a mathematical model of F, stating the desired properties of P in a formal logical language, and proving that the mathematical model has the desired properties using a formal proof calculus. The development and verification of the mathematical model are discussed.

  18. Rehabilitation Prevocational Support Services. Program Outline.

    ERIC Educational Resources Information Center

    Musgrove, Ann

    This outline decribes the Rehabilitation Prevocational Support Service program at Northwest Community College (Alabama), designed to help prepare selected students for occupational training programs or job placement and to enhance their academic level. Students are assigned to individualized learning modules based on pretesting by a variety of…

  19. Space Life-Support Engineering Program

    NASA Technical Reports Server (NTRS)

    Seagrave, Richard C. (Principal Investigator)

    1995-01-01

    This report covers the seventeen months of work performed under an extended one year NASA University Grant awarded to Iowa State University to perform research on topics relating to the development of closed-loop long-term life support systems with the initial principal focus on space water management. In the first phase of the program, investigators from chemistry and chemical engineering with demonstrated expertise in systems analysis, thermodynamics, analytical chemistry and instrumentation, performed research and development in two major related areas; the development of low-cost, accurate, and durable sensors for trace chemical and biological species, and the development of unsteady-state simulation packages for use in the development and optimization of control systems for life support systems. In the second year of the program, emphasis was redirected towards concentrating on the development of dynamic simulation techniques and software and on performing a thermodynamic systems analysis, centered on availability or energy analysis, in an effort to begin optimizing the systems needed for water purification. The third year of the program, the subject of this report, was devoted to the analysis of the water balance for the interaction between humans and the life support system during space flight and exercise, to analysis of the cardiopulmonary systems of humans during space flight, and to analysis of entropy production during operation of the air recovery system during space flight.

  20. The histone acetyltransferase GCN5 and the transcriptional coactivator ADA2b affect leaf development and trichome morphogenesis in Arabidopsis.

    PubMed

    Kotak, Jenna; Saisana, Marina; Gegas, Vasilis; Pechlivani, Nikoletta; Kaldis, Athanasios; Papoutsoglou, Panagiotis; Makris, Athanasios; Burns, Julia; Kendig, Ashley L; Sheikh, Minnah; Kuschner, Cyrus E; Whitney, Gabrielle; Caiola, Hanna; Doonan, John H; Vlachonasios, Konstantinos E; McCain, Elizabeth R; Hark, Amy T

    2018-05-30

    The histone acetyltransferase GCN5 and associated transcriptional coactivator ADA2b are required to couple endoreduplication and trichome branching. Mutation of ADA2b also disrupts the relationship between ploidy and leaf cell size. Dynamic chromatin structure has been established as a general mechanism by which gene function is temporally and spatially regulated, but specific chromatin modifier function is less well understood. To address this question, we have investigated the role of the histone acetyltransferase GCN5 and the associated coactivator ADA2b in developmental events in Arabidopsis thaliana. Arabidopsis plants with T-DNA insertions in GCN5 (also known as HAG1) or ADA2b (also known as PROPORZ1) display pleiotropic phenotypes including dwarfism and floral defects affecting fertility. We undertook a detailed characterization of gcn5 and ada2b phenotypic effects in rosette leaves and trichomes to establish a role for epigenetic control in these developmental processes. ADA2b and GCN5 play specific roles in leaf tissue, affecting cell growth and division in rosette leaves often in complex and even opposite directions. Leaves of gcn5 plants display overall reduced ploidy levels, while ada2b-1 leaves show increased ploidy. Endoreduplication leading to increased ploidy is also known to contribute to normal trichome morphogenesis. We demonstrate that gcn5 and ada2b mutants display alterations in the number and patterning of trichome branches, with ada2b-1 and gcn5-1 trichomes being significantly less branched, while gcn5-6 trichomes show increased branching. Elongation of the trichome stalk and branches also vary in different mutant backgrounds, with stalk length having an inverse relationship with branch number. Taken together, our data indicate that, in Arabidopsis, leaves and trichomes ADA2b and GCN5 are required to couple nuclear content with cell growth and morphogenesis.

  1. VIII Olimpíada Brasileira de Astronomia e Astronáutica

    NASA Astrophysics Data System (ADS)

    Garcia Canalle, João Batista; Villas da Rocha, Jaime Fernando; Wuensche de Souza, Carlos Alexandre; Pereira Ortiz, Roberto; Aguilera, Nuricel Villalonga; Padilha, Maria De Fátima Catta Preta; Pessoa Filho, José Bezerra; Soares Rodrigues, Ivette Maria

    2007-07-01

    Neste trabalho apresentamos as motivações pelas quais organizamos, em conjunto, pela primeira vez, a Olimpíada Brasileira de Astronomia incluindo a Astronáutica, em colaboração com a Agência Espacial Brasileira. Esta ampliação contribuiu para atrair ainda mais alunos, professores, escolas e patrocinadores para participarem desta Olimpíada. Em 2005 participaram da VIII Olimpíada Brasileira de Astronomia e Astronáutica (VIII OBA) 187.726 alunos distribuídos por 3.229 escolas, pertencentes a todos os estados brasileiros, incluindo o Distrito Federal. O crescimento em número de alunos participantes foi 52,4% maior do que em 2004. Em abril de 2005 organizamos, em Itapecerica da Serra, SP, um curso para os 50 alunos previamente selecionados e participantes da VII OBA e ao final selecionamos, dentre eles, uma equipe de 5 alunos, os quais representaram o Brasil na X Olimpíada Internacional de Astronomia, na China, em outubro de 2005. Ganhamos, pela primeira vez, uma medalha de ouro naquele evento. Em Agosto de 2005, organizamos a VIII Escola de Agosto para 50 alunos e respectivos professores, em Águas de Lindóia, SP, juntamente com a XXXI reunião anual da Sociedade Astronômica Brasileira (SAB). Em novembro de 2005 realizamos a I Jornada Espacial, em São José dos Campos, com 22 alunos e 22 professores selecionados dentre os participantes que melhores resultados obtiveram nas questões de Astronáutica da VIII OBA. Neste trabalho detalhamos os resultados da VIII OBA bem como as ações subseqüentes.

  2. Jury awards former employee $1.28 million in ADA lawsuit.

    PubMed

    1999-04-02

    A U.S. District Court jury in New York awarded $1.28 million to [name removed]. [Name removed], who was dismissed from [name removed] Inc., based on his HIV infection. The company contended that [name removed] did not qualify for Americans with Disabilities Act (ADA) protection because his HIV infection and depression did not substantially limit his ability to work. The judge disagreed claiming that [name removed] had impairments that substantially limited his work activity, but he could still fully perform the essential functions of his job if he had been given a reasonable accommodation. If the judge signs off on the jurors' decision, an ADA cap of $200,000 on punitive damages may reduce the award of $1.28 million.

  3. Ada (Trade name) Compiler Validation Summary Report: Rational. Rational Environment (Trademark) A952. Rational Architecture (R1000 (Trade name) Model 200).

    DTIC Science & Technology

    1987-05-06

    Rational . Rational Environment A_9_5_2. Rational Arthitecture (R1000 Model 200) 6. PERFORMING ORG. REPORT...validation testing performed on the Rational Environment , A_9_5_2, using Version 1.8 of the Ada0 Compiler Validation Capability (ACVC). The Rational ... Environment is hosted on a Rational Architecture (R1000 Model 200) operating under Rational Environment , Release A 95 2. Programs processed by this

  4. Object Oriented Programming Systems (OOPS) and frame representations: An investigation of programming paradigms

    NASA Technical Reports Server (NTRS)

    Auty, David

    1988-01-01

    The project was initiated to research Object Oriented Programming Systems (OOPS) and frame representation systems, their significance and applicability, and their implementation in or relationship to Ada. Object orientated is currently a very popular conceptual adjective. Object oriented programming, in particular, is promoted as a particularly productive approach to programming; an approach which maximizes opportunities for code reuse and lends itself to the definition of convenient and well-developed units. Such units are thus expected to be usable in a variety of situations, beyond the typical highly specific unit development of other approaches. Frame represenation systems share a common heritage and similar conceptual foundations. Together they represent a quickly emerging alternative approach to programming. The approach is to first define the terms, starting with relevant concepts and using these to put bounds on what is meant by OOPS and Frames. From this the possibilities were pursued to merge OOPS with Ada which will further elucidate the significant characteristics which make up this programming approach. Finally, some of the merits and demerits of OOPS were briefly considered as a way of addressing the applicability of OOPS to various programming tasks.

  5. Lack of association of the G22A polymorphism of the ADA gene in patients with ankylosing spondylitis.

    PubMed

    Camargo, U; Toledo, R A; Cintra, J R; Nunes, D P T; Acayaba de Toledo, R; Brandão de Mattos, C C; Mattos, L C

    2012-05-07

    Genes located outside the HLA region (6p21) have been considered as candidates for susceptibility to ankylosing spondylitis. We tested the hypothesis that the G22A polymorphism of the adenosine deaminase gene (ADA; 20q13.11) is associated with ankylosing spondylitis in 166 Brazilian subjects genotyped for the HLA*27 gene (47 patients and 119 controls matched for gender, age and geographic origin). The HLA-B*27 gene and the G22A ADA polymorphism were identified by PCR with sequence-specific oligonucleotide probes and PCR-RFLP, respectively. There were no significant differences in frequencies of ADA genotypes [odds ratio (OR) = 1.200, 95% confidence interval (CI) = 0.3102-4.643, P > 0.8] and ADA*01 and ADA*02 alleles (OR = 1.192, 95%CI = 0.3155-4.505, P > 0.8) in patients versus controls. We conclude that the G22A polymorphism is not associated with ankylosing spondylitis.

  6. Alterations in the adenosine metabolism and CD39/CD73 adenosinergic machinery cause loss of Treg cell function and autoimmunity in ADA-deficient SCID.

    PubMed

    Sauer, Aisha V; Brigida, Immacolata; Carriglio, Nicola; Hernandez, Raisa Jofra; Scaramuzza, Samantha; Clavenna, Daniela; Sanvito, Francesca; Poliani, Pietro L; Gagliani, Nicola; Carlucci, Filippo; Tabucchi, Antonella; Roncarolo, Maria Grazia; Traggiai, Elisabetta; Villa, Anna; Aiuti, Alessandro

    2012-02-09

    Adenosine acts as anti-inflammatory mediator on the immune system and has been described in regulatory T cell (Treg)-mediated suppression. In the absence of adenosine deaminase (ADA), adenosine and other purine metabolites accumulate, leading to severe immunodeficiency with recurrent infections (ADA-SCID). Particularly ADA-deficient patients with late-onset forms and after enzyme replacement therapy (PEG-ADA) are known to manifest immune dysregulation. Herein we provide evidence that alterations in the purine metabolism interfere with Treg function, thereby contributing to autoimmune manifestations in ADA deficiency. Tregs isolated from PEG-ADA-treated patients are reduced in number and show decreased suppressive activity, whereas they are corrected after gene therapy. Untreated murine ADA(-/-) Tregs show alterations in the plasma membrane CD39/CD73 ectonucleotidase machinery and limited suppressive activity via extracellular adenosine. PEG-ADA-treated mice developed multiple autoantibodies and hypothyroidism in contrast to mice treated with bone marrow transplantation or gene therapy. Tregs isolated from PEG-ADA-treated mice lacked suppressive activity, suggesting that this treatment interferes with Treg functionality. The alterations in the CD39/CD73 adenosinergic machinery and loss of function in ADA-deficient Tregs provide new insights into a predisposition to autoimmunity and the underlying mechanisms causing defective peripheral tolerance in ADA-SCID.

  7. The Role of G22 A Adenosine Deaminase 1 Gene Polymorphism and the Activities of ADA Isoenzymes in Fertile and Infertile Men.

    PubMed

    Fattahi, Amir; Khodadadi, Iraj; Amiri, Iraj; Latifi, Zeinab; Ghorbani, Marzieh; Tavilani, Heidar

    2015-10-01

    To evaluate frequency distribution of adenosine deaminase 1 (ADA1) G22 A alleles and genotypes in fertile and infertile men. In this study we evaluate frequency distribution of ADA1 G22 A alleles and genotypes in 200 fertile and 200 infertile men. The polymerase chain reaction-restriction fragment length polymorphism technique was used for determining ADA1 G22 A variants. In addition, ADA isoenzymes activities (ADA1 and ADA2) were measured using colorimetric method. The frequency of GG genotype was significantly higher and GA genotype was lower in infertile males compared with fertile men (P = .048 and P = .045, respectively). However, there was not any noticeable difference in allele distribution between groups (P >.05). Based on logistic regression analysis, the GA genotype has a protective role and can decrease the risk of male infertility 1.7 times (P = .046). There were significantly higher activities of ADAT and its isoenzymes in infertile males compared with fertile men (P <.05). Also, the ADA1 activity with GG genotype was higher than GA carriers in all population (P = .001). Our results revealed that the activity of ADA isoenzymes and distribution of ADA1 G22 A genotypes were different among fertile and infertile men and more likely the GA genotype, which had lower ADA1 activity and was higher in fertile men is a protective factor against infertility. Copyright © 2015 Elsevier Inc. All rights reserved.

  8. Increasing access and support for emergency management higher education programs.

    PubMed

    Cwiak, Carol L

    2014-01-01

    The number of emergency management higher education programs has grown dramatically since 1994 when the FEMA Higher Education Program was created to propagate and support such growth. Data collected annually since 2007 from emergency management higher education programs shows that these programs face some consistent challenges. These challenges were coupled with annual data on program access and support indicators via dimensional analysis to answer the questions: To what extent are the challenges linked to a lack of access or support? If there is linkage, what can be gleaned from these linkages that can help address the challenges through improving access and support? The analysis showed that lack of access to funding and resources, and lack of support from partner organizations, has an impact on emergency management higher education. Discussion of that impact is followed with detailed recommendations that are focused on strengthening both internal and external access and support relationships for emergency management higher education programs.

  9. The Americans with Disabilities Act (ADA) Employment Handbook.

    ERIC Educational Resources Information Center

    Alaska State Americans with Disabilities Act Compliance Office, Juneau.

    This handbooks is intended to provide Alaska state agencies and other employers in Alaska with a reference guide to assist in meeting the employment provisions of the Americans with Disabilities Act (ADA) of 1990. The first section briefly reports on a national survey to measure business awareness, attitudes, and reactions to the Act. Summarized…

  10. The syntax of DRAGOON: Evaluation and recommendations

    NASA Technical Reports Server (NTRS)

    Holloway, C. Michael

    1992-01-01

    Several different ways to add linguistic support for object-oriented programming to the Ada programming language have been proposed and developed in recent years. The Distributable Reusable Ada Generated from an Object-Oriented Notation (DRAGOON) language is one such Ada extension. The DRAGOON syntax is described for classes, objects, and inheritance, and the syntax is evaluated against the following five criteria: readability, writeability, lack of ambiguity, ease of translation, and consistency with existing Ada syntax. The evaluation reveals several deficiencies in the notation. A revised syntax that corrects these deficiencies is proposed.

  11. DNA-binding mechanism of the Escherichia coli Ada O6-alkylguanine–DNA alkyltransferase

    PubMed Central

    Verdemato, Philip E.; Brannigan, James A.; Damblon, Christian; Zuccotto, Fabio; Moody, Peter C. E.; Lian, Lu-Yun

    2000-01-01

    The C-terminal domain of the Escherichia coli Ada protein (Ada-C) aids in the maintenance of genomic integrity by efficiently repairing pre-mutagenic O6-alkylguanine lesions in DNA. Structural and thermodynamic studies were carried out to obtain a model of the DNA-binding process. Nuclear magnetic resonance (NMR) studies map the DNA-binding site to helix 5, and a loop region (residues 151–160) which form the recognition helix and the ‘wing’ of a helix–turn–wing motif, respectively. The NMR data also suggest the absence of a large conformational change in the protein upon binding to DNA. Hence, an O6-methylguanine (O6meG) lesion would be inaccessible to active site nucleophile Cys146 if the modified base remained stacked within the DNA duplex. The experimentally determined DNA-binding face of Ada-C was used in combination with homology modelling, based on the catabolite activator protein, and the accepted base-flipping mechanism, to construct a model of how Ada-C binds to DNA in a productive manner. To complement the structural studies, thermodynamic data were obtained which demonstrate that binding to unmethylated DNA was entropically driven, whilst the demethylation reaction provoked an exothermic heat change. Methylation of Cys146 leads to a loss of structural integrity of the DNA-binding subdomain. PMID:11000262

  12. Review of advanced driver assistance systems (ADAS)

    NASA Astrophysics Data System (ADS)

    Ziebinski, Adam; Cupek, Rafal; Grzechca, Damian; Chruszczyk, Lukas

    2017-11-01

    New cars can be equipped with many advanced safety solutions. Airbags, seatbelts and all of the essential passive safety parts are standard equipment. Now cars are often equipped with new advanced active safety systems that can prevent accidents. The functions of the Advanced Driver Assistance Systems are still growing. A review of the most popular available technologies used in ADAS and descriptions of their application areas are discussed in this paper.

  13. An Evaluation of a Suicide Bereavement Peer Support Program

    ERIC Educational Resources Information Center

    Barlow, Constance A.; Waegemakers Schiff, Jeannette; Chugh, Urmil; Rawlinson, Dixie; Hides, Elizabeth; Leith, Judy

    2010-01-01

    Peer support, a cornerstone in recovery programs for mental illness and addiction, has not been widely applied to service programs for survivors of suicide. In 2004-2006 Canadian Mental Health Association Suicide Services in Calgary, Alberta, introduced the Peer Support Program for adults, an adjunct to conventional individual and group…

  14. Language and System Support for Concurrent Programming

    DTIC Science & Technology

    1990-04-01

    language. We give suggestions on how to avoid polling programs , and suggest changes to the rendezvous facilities to eliminate the polling bias. The...concerned with support for concurrent pro- Capsule gramming provided to the application programmer by operating Description systems and programming ...of concurrent programming has widened Philosophy from "pure" operating system applications to a multitude of real-time and distributed programs . Since

  15. Spectrum of mutations in a cohort of UK patients with ADA deficient SCID: Segregation of genotypes with specific ethnicities.

    PubMed

    Adams, Stuart P; Wilson, Melanie; Harb, Elissar; Fairbanks, Lynette; Xu-Bayford, Jinhua; Brown, Lucie; Kearney, Laura; Madkaikar, Manisha; Bobby Gaspar, H

    2015-12-01

    Severe combined immunodeficiency (SCID) arises from a number of different genetic defects, one of the most common being mutations in the gene encoding adenosine deaminase (ADA). In the UK, ADA deficient SCID compromises approximately 20% of all known cases of SCID. We carried out a retrospective analysis of the ADA gene in 46 known ADA deficient SCID patients on whom DNA had been stored. Here, we report a high frequency of two previously reported mutations and provide a link between the mutations and patient ethnicity within our patient cohort. We also report on 9 novel mutations that have been previously unreported. Copyright © 2015 Elsevier Inc. All rights reserved.

  16. Signatures support program

    NASA Astrophysics Data System (ADS)

    Hawley, Chadwick T.

    2009-05-01

    The Signatures Support Program (SSP) leverages the full spectrum of signature-related activities (collections, processing, development, storage, maintenance, and dissemination) within the Department of Defense (DOD), the intelligence community (IC), other Federal agencies, and civil institutions. The Enterprise encompasses acoustic, seismic, radio frequency, infrared, radar, nuclear radiation, and electro-optical signatures. The SSP serves the war fighter, the IC, and civil institutions by supporting military operations, intelligence operations, homeland defense, disaster relief, acquisitions, and research and development. Data centers host and maintain signature holdings, collectively forming the national signatures pool. The geographically distributed organizations are the authoritative sources and repositories for signature data; the centers are responsible for data content and quality. The SSP proactively engages DOD, IC, other Federal entities, academia, and industry to locate signatures for inclusion in the distributed national signatures pool and provides world-wide 24/7 access via the SSP application.

  17. Technical Assistance and Program Support; DOD Historical Black Colleges and Universities and Minority Institutions Program.

    DTIC Science & Technology

    2000-04-01

    AD Award Number: DAMD17-98-2-8012 TITLE: Technical Assistance and Program Support; DOD Historical Black Colleges and Universities and Minority...2000 3. REPORT TYPE AND DATES COVERED Annual (1 May 99 - 30 Apr 00): 4. TITLE AND SUBTITLE Technical Assistance and Program Support; DOD...UNCF’s Infrastructure Development Assistance Program (IDAP) has been involved myriad of tasks to support the Department of Defense’s interest to

  18. Inmate must take HIV test if he wants to enroll in program.

    PubMed

    1999-10-29

    An inmate cannot sue the Taylorville Correctional Center in Illinois under the Americans with Disabilities Act (ADA) for requiring an HIV test for enrollment in a prison program. [Name removed] wanted to participate in the prison's culinary arts program, but did not want to take the HIV test. The 7th U.S. Circuit Court of Appeals ruled that [name removed] was not a "qualified individual with a disability" and therefore could not sue under ADA. The policy justification for the HIV test, which is required of all inmates enrolling in the program, was not addressed by the court.

  19. Support for Debugging Automatically Parallelized Programs

    NASA Technical Reports Server (NTRS)

    Hood, Robert; Jost, Gabriele

    2001-01-01

    This viewgraph presentation provides information on support sources available for the automatic parallelization of computer program. CAPTools, a support tool developed at the University of Greenwich, transforms, with user guidance, existing sequential Fortran code into parallel message passing code. Comparison routines are then run for debugging purposes, in essence, ensuring that the code transformation was accurate.

  20. A systematic study of the effect of low pH acid treatment on anti-drug antibodies specific for a domain antibody therapeutic: Impact on drug tolerance, assay sensitivity and post-validation method assessment of ADA in clinical serum samples.

    PubMed

    Kavita, Uma; Duo, Jia; Crawford, Sean M; Liu, Rong; Valcin, Joan; Gleason, Carol; Dong, Huijin; Gadkari, Snaehal; Dodge, Robert W; Pillutla, Renuka C; DeSilva, Binodh S

    2017-09-01

    We developed a homogeneous bridging anti-drug antibody (ADA) assay on an electro chemiluminescent immunoassay (ECLIA) platform to support the immunogenicity evaluation of a dimeric domain antibody (dAb) therapeutic in clinical studies. During method development we evaluated the impact of different types of acid at various pH levels on polyclonal and monoclonal ADA controls of differing affinities and on/off rates. The data shows for the first time that acids of different pH can have a differential effect on ADA of various affinities and this in turn impacts assay sensitivity and drug tolerance as defined by these surrogate controls. Acid treatment led to a reduction in signal of intermediate and low affinity ADA, but not high affinity or polyclonal ADA. We also found that acid pretreatment is a requisite for dissociation of drug bound high affinity ADA, but not for low affinity ADA-drug complexes. Although we were unable to identify an acid that would allow a 100% retrieval of ADA signal post-treatment, use of glycine pH3.0 enabled the detection of low, intermediate and high affinity antibodies (Abs) to various extents. Following optimization, the ADA assay method was validated for clinical sample analysis. Consistencies within various parameters of the clinical data such as dose dependent increases in ADA rates and titers were observed, indicating a reliable ADA method. Pre- and post-treatment ADA negative or positive clinical samples without detectable drug were reanalyzed in the absence of acid treatment or presence of added exogenous drug respectively to further assess the effectiveness of the final acid treatment procedure. The overall ADA results indicate that assay conditions developed and validated based on surrogate controls sufficed to provide a reliable clinical data set. The effect of low pH acid treatment on possible pre-existing ADA or soluble multimeric target in normal human serum was also evaluated, and preliminary data indicate that acid type and

  1. The Controlled Ecological Life Support Systems (CELSS) research program

    NASA Technical Reports Server (NTRS)

    Macelroy, Robert D.

    1990-01-01

    The goal of the Controlled Ecological Life Support Systems (CELSS) program is to develop systems composed of biological, chemical and physical components for purposes of human life support in space. The research activities supported by the program are diverse, but are focused on the growth of higher plants, food and waste processing, and systems control. Current concepts associated with the development and operation of a bioregenerative life support system will be discussed in this paper.

  2. Follow-up client satisfaction in a supported education program.

    PubMed

    Mowbray, C T; Bybee, D; Collins, M E

    2001-01-01

    Satisfaction data have recently returned to popularity, as an outcome measure in managed behavioral healthcare systems. However, there are few examples of management uses of such data. We collected data 12 months after participants had completed a supported education program, concerning their retrospective satisfaction and the barriers, needs, and personal difficulties currently experienced in their attempts to pursue post-secondary education or training. Data on follow-up supportive contacts were also obtained. Results supported participants' continuing satisfaction, and identified particular information items which were endorsed as most helpful. However, the data indicated that personal difficulties presented obstacles to many and that a majority of participants had current needs for financial aid, tutoring, job placements, support groups, and transportation. Following completion of the supported education program, many participants had continuing contacts in support of their educational plans. The amount of contact was generally low, however. In the future, supported education programs need to build in mechanisms to ensure students receive ongoing support for education, since this support was found to positively and significantly affect individuals' enrolling in college or training.

  3. Age- and gender-specific epistasis between ADA and TNF-α influences human life-expectancy.

    PubMed

    Napolioni, Valerio; Carpi, Francesco M; Giannì, Paola; Sacco, Roberto; Di Blasio, Luca; Mignini, Fiorenzo; Lucarini, Nazzareno; Persico, Antonio M

    2011-11-01

    Aging is a complex phenotype with multiple determinants but a strong genetic component significantly impacts on survival to extreme ages. The dysregulation of immune responses occurring with increasing age is believed to contribute to human morbidity and mortality. Conversely, some genetic determinants of successful aging might reside in those polymorphisms for the immune system genes regulating immune responses. Here we examined the main effects of single loci and multi-locus interactions to test the hypothesis that the adenosine deaminase (ADA) and tumor necrosis factor alpha (TNF-α) genes may influence human life-expectancy. ADA (22G>A, rs73598374) and TNF-α (-308G>A, rs1800629; -238G>A, rs361525) functional SNPs have been determined for 1071 unrelated healthy individuals from Central Italy (18-106 years old) divided into three gender-specific age classes defined according to demographic information and accounting for the different survivals between sexes: for men (women), the first class consists of individuals<66 years old (<73 years old), the second class of individuals 66-88 years old (73-91 years old), and the third class of individuals>88 years old (>91 years old). Single-locus analysis showed that only ADA 22G>A is significantly associated with human life-expectancy in males (comparison 1 (age class 2 vs. age class 1), O.R. 1.943, P=0.036; comparison 2 (age class 3 vs. age class 2), O.R. 0.320, P=0.0056). Age- and gender-specific patterns of epistasis between ADA and TNF-α were found using Generalized Multifactor Dimensionality Reduction (GMDR). In comparison 1, a significant two-loci interaction occurs in females between ADA 22G>A and TNF-α -238G>A (Sign Test P=0.011). In comparison 2, both two-loci and three-loci interaction are significant associated with increased life-expectancy over 88 years in males. In conclusion, we report that a combination of functional SNPs within ADA and TNF-α genes can influence life-expectancy in a gender

  4. A Host-Pathogen Interaction Screen Identifies ada2 as a Mediator of Candida glabrata Defenses Against Reactive Oxygen Species.

    PubMed

    Kounatidis, Ilias; Ames, Lauren; Mistry, Rupal; Ho, Hsueh-Lui; Haynes, Ken; Ligoxygakis, Petros

    2018-05-04

    Candida glabrata ( C. glabrata ) forms part of the normal human gut microbiota but can cause life-threatening invasive infections in immune-compromised individuals. C. glabrata displays high resistance to common azole antifungals, which necessitates new treatments. In this investigation, we identified five C. glabrata deletion mutants ( ∆ada2 , ∆bas1 , ∆ hir3, ∆ino2 and ∆met31 ) from a library of 196 transcription factor mutants that were unable to grow and activate an immune response in Drosophila larvae. This highlighted the importance of these transcription factors in C. glabrata infectivity. Further ex vivo investigation into these mutants revealed the requirement of C. glabrata ADA2 for oxidative stress tolerance. We confirmed this observation in vivo whereby growth of the C. glabrata Δada2 strain was permitted only in flies with suppressed production of reactive oxygen species (ROS). Conversely, overexpression of ADA2 promoted C. glabrata replication in infected wild type larvae resulting in larval killing. We propose that ADA2 orchestrates the response of C. glabrata against ROS-mediated immune defenses during infection. With the need to find alternative antifungal treatment for C. glabrata infections, genes required for survival in the host environment, such as ADA2 , provide promising potential targets. Copyright © 2018 Kounatidis et al.

  5. Ada Compiler Validation Summary Report: Certificate Number: 880318W1. 09041, International Business Machines Corporation, IBM Development System for the Ada Language, Version 2.1.0, IBM 4381 under VM/HPO, Host and Target

    DTIC Science & Technology

    1988-03-28

    International Business Machines Corporation IBM Development System for the Ada Language, Version 2.1.0 IBM 4381 under VM/HPO, host and target DTIC...necessary and identify by block number) International Business Machines Corporation, IBM Development System for the Ada Language, Version 2.1.0, IBM...in the compiler listed in this declaration. I declare that International Business Machines Corporation is the owner of record of the object code of the

  6. Technical Support for Contaminated Sites | Science Inventory ...

    EPA Pesticide Factsheets

    In 1987, the U.S. Environmental Protection Agency’s (EPA) Office of Research and Development (ORD), Office of Land and Emergency Management, and EPA Regional waste management offices established the Technical Support Project. The creation of the Technical Support Project enabled ORD to provide effective technical assistance by ensuring ORD scientists and engineers were accessible to the Agency’s Office and Regional decision makers, including Remedial Project Managers, On-Scene Coordinators, and corrective action staff. Five ORD Technical Support Centers (TSCs) were created to facilitate this technical assistance. Three of the five TSCs are supported by the Sustainable and Healthy Communities Research Program, and are summarized in the poster being presented:• Engineering Technical Support Center (ETSC) in Cincinnati, Ohio• Ground Water Technical Support Center (GWTSC) in Ada, Oklahoma• Site Characterization and Monitoring Technical Support Center (SCMTSC) in Atlanta, GeorgiaOver the past 29 years, the Technical Support Centers have provided numerous influential products to its internal Agency clients and to those at the State level (through the EPA Regions). These products include, but are not limited to the following: Annual TSC reports from the three Centers, a hard-rock mining conference every other year, PRO-UCL software development for site characterization statistics, groundwater modeling using state-of-the-art modeling software, numerical mo

  7. Evaluation of NASA GEOS-ADAS Modeled Diurnal Warming Through Comparisons to SEVIRI and AMSR2 SST Observations

    NASA Astrophysics Data System (ADS)

    Gentemann, C. L.; Akella, S.

    2018-02-01

    An analysis of the ocean skin Sea Surface Temperature (SST) has been included in the Goddard Earth Observing System (GEOS) - Atmospheric Data Assimilation System (ADAS), Version 5 (GEOS-ADAS). This analysis is based on the GEOS atmospheric general circulation model (AGCM) that simulates near-surface diurnal warming and cool skin effects. Analysis for the skin SST is performed along with the atmospheric state, including Advanced Very High Resolution Radiometer (AVHRR) satellite radiance observations as part of the data assimilation system. One month (September, 2015) of GEOS-ADAS SSTs were compared to collocated satellite Spinning Enhanced Visible and InfraRed Imager (SEVIRI) and Advanced Microwave Scanning Radiometer 2 (AMSR2) SSTs to examine how the GEOS-ADAS diurnal warming compares to the satellite measured warming. The spatial distribution of warming compares well to the satellite observed distributions. Specific diurnal events are analyzed to examine variability within a single day. The dependence of diurnal warming on wind speed, time of day, and daily average insolation is also examined. Overall the magnitude of GEOS-ADAS warming is similar to the warming inferred from satellite retrievals, but several weaknesses in the GEOS-AGCM simulated diurnal warming are identified and directly related back to specific features in the formulation of the diurnal warming model.

  8. Life Support Requirements and Challenges for NASA's Constellation Program

    NASA Technical Reports Server (NTRS)

    Carasquillo, Robyn

    2007-01-01

    NASA's Constellation Program, which includes the mission objectives of establishing a permanently-manned lunar Outpost, and the exploration of Mars, poses new and unique challenges for human life support systems that will require solutions beyond the Shuttle and International Space Station state of the art systems. In particular, the requirement to support crews for 210 days duration at the lunar outpost with limited resource resupply capability wilt require closed-loop regenerative life support systems with minimal expendables. Planetary environmental conditions such as lunar dust and extreme temperatures, as well as the capability to support frequent and extended-duration EVA's will be particularly challenging. This presentation will summarize the key program and mission life support requirements for the Constellation Program and the unique challenges they present for technology and architecture development.

  9. E-NTPDase and E-ADA activities in rats experimental infected by Cryptococcus neoformans.

    PubMed

    de Azevedo, Maria Isabel; Ferreiro, Laerte; Da Silva, Aleksandro S; Tonin, Alexandre A; Ruchel, Jader B; Rezer, João F P; França, Raqueli T; Zimmermann, Carine E P; Leal, Daniela B R; Duarte, Marta M M F; Lopes, Sonia T A; Flores, Mariana M; Fighera, Rafael; Santurio, Janio M

    2014-11-07

    Cryptococcus neoformans, the etiological agent of cryptococcosis, is an opportunistic fungal pathogen of immunocompromised individuals. The aim of this study was to evaluate the activities of E-NTPDase and E-ADA in rats experimentally infected by C. neoformans var. grubii. Adult rats (35) were divided in two groups: 18 for the control group (uninfected) (A), and 17 for the infected group (B). Each group was separated into three sub-groups (A1, A2, A3-B1, B2, B3), and samples were collected on 10, 20, and 30 days post-infection (PI). Leukocyte counts, IFN-γ, TNF-α, IgM, IgG levels, and E-NTPDase and E-ADA activities were analyzed. It was possible to observe that IgG and IgM seric levels of infected rats were significantly elevated (P<0.01) on days 10, 20 and 30 PI, as well as the levels of TNF-α and INF-γ when compared to uninfected rodents. Regarding E-NTPDase activity in lymphocytes, it was possible to observe that the ATP hydrolysis was significantly decreased on days 20 (P<0.01) and 30 PI (P<0.05), while ADP hydrolysis was significantly reduced only on day 20 PI (P<0.01) when compared with uninfected group. Seric E-ADA activity had a significant reduction (P<0.01) during all three evaluated periods when compared to the control group, while E-ADA activity in lymphocytes increased significantly (P<0.01) when compared to the group A on day 10 PI; however on days 20 and 30 PI, its activity was considerable reduced in lymphocytes of infected animals (P<0.01). Therefore, it is possible to conclude that the infection caused by C. neoformans in immunocompetent rats leads to changes in the purinergic signaling (NTPDase and E-ADA), concomitantly with an inflammatory response (increased levels of cytokines and immunoglobulins) associated with inflammatory infiltrates and histological lesions in the lung. Copyright © 2014 Elsevier B.V. All rights reserved.

  10. Adult Autism Subthreshold Spectrum (AdAS Spectrum): Validation of a questionnaire investigating subthreshold autism spectrum.

    PubMed

    Dell'Osso, L; Gesi, C; Massimetti, E; Cremone, I M; Barbuti, M; Maccariello, G; Moroni, I; Barlati, S; Castellini, G; Luciano, M; Bossini, L; Rocchetti, M; Signorelli, M; Aguglia, E; Fagiolini, A; Politi, P; Ricca, V; Vita, A; Carmassi, C; Maj, M

    2017-02-01

    Increasing literature has shown the usefulness of a dimensional approach to autism. The present study aimed to determine the psychometric properties of the Adult Autism Subthreshold Spectrum (AdAS Spectrum), a new questionnaire specifically tailored to assess subthreshold forms of autism spectrum disorder (ASD) in adulthood. 102 adults endorsing at least one DSM-5 symptom criterion for ASD (ASDc), 143 adults diagnosed with a feeding and eating disorder (FED), and 160 subjects with no mental disorders (CTL), were recruited from 7 Italian University Departments of Psychiatry and administered the following: SCID-5, Autism-Spectrum Quotient (AQ), Ritvo Autism and Asperger Diagnostic Scale 14-item version (RAADS-14), and AdAS Spectrum. The AdAS Spectrum demonstrated excellent internal consistency for the total score (Kuder-Richardson's coefficient=.964) as well as for five out of seven domains (all coefficients>.80) and sound test-retest reliability (ICC=.976). The total and domain AdAS Spectrum scores showed a moderate to strong (>.50) positive correlation with one another and with the AQ and RAADS-14 total scores. ASDc subjects reported significantly higher AdAS Spectrum total scores than both FED (p<.001) and CTL (p<.001), and significantly higher scores on the Childhood/adolescence, Verbal communication, Empathy, Inflexibility and adherence to routine, and Restricted interests and rumination domains (all p<.001) than FED, while on all domains compared to CTL. CTL displayed significantly lower total and domain scores than FED (all p<.001). A significant effect of gender emerged for the Hyper- and hyporeactivity to sensory input domain, with women showing higher scores than men (p=.003). A Diagnosis* Gender interaction was also found for the Verbal communication (p=.019) and Empathy (p=.023) domains. When splitting the ASDc in subjects with one symptom criterion (ASD 1 ) and those with a ASD, and the FED in subjects with no ASD symptom criteria (FED 0 ) and those with

  11. Ada Compiler Validation Summary Report. Certificate Number: 920918S1. 11272, U.S. Navy Ada/M, Version 4.5 (/OPTIMIZE) VAX 8550/8600/8650 (Cluster) Enhanced Processor (EP) AN/UYK-44 (Bare Board)

    DTIC Science & Technology

    1992-09-01

    and Technology Gaithersburg, MD DI USA ELECTE _993_ _ _ _ 7 . PERFORMING ORGANIZATION NAME(S) AND ADDRESS(E JUN 3 1993 8. PERFORMING ORGANIZATION...current Ada Compiler Validation Capability (ACVC). This Validation Summary Report ( VSR ) gives an account of the testing of this Ada implementation. For...34 $MAXLENREALBASEDLITERAL ൘:" & (1..V- 7 => 𔃺’) & "F.E:" SMAXSTRINGLITERAL "’ & (1..V-2 => ’A’) & ’ A-1 The following table contains the values for the remaining macro

  12. Veterans Employment Assistance Program

    DTIC Science & Technology

    1985-03-28

    Department of-Defense ’)IRECTIVE AD-A270 588 March 28, 1985 NUMBER 1341.6 ASD(MI sUBJECT: Veterans Employment Assistance Program Reference: (a) DoD...Instruction 1404.9, "Vietnam Era Veterans Employment Assistance Program ," August 28, 1974 (hereby canceled) (b) Title 38, United States Code, Section...assessment of local needs. b. As considered necessary, each DoD Component shall assess the status of the Veterans Employment Assistance Program and determine

  13. Characteristic scapular and rib changes on chest radiographs of children with ADA-deficiency SCIDS in the first year of life.

    PubMed

    Manson, David; Diamond, Lauren; Oudjhane, Kamaldine; Hussain, Faisal Bin; Roifman, Chaim; Grunebaum, Eyal

    2013-03-01

    We describe radiographic changes in the ribs and scapulae seen in the first 6 months of life in children with ADA (adenosine deaminase) deficiency severe combined immundeficiency syndrome (SCIDS). We suggest that these changes are reversible with appropriate enzyme replacement therapy. The purpose of this study was to describe characteristic rib and scapular radiographic changes in infants with ADA-deficiency SCIDS. This was a retrospective review of chest radiographs of nine children with ADA-deficiency SCIDS performed in the first year of life by two experienced pediatric radiologists. A control cohort of unaffected children was used for comparison. All children with ADA-deficiency SCIDS manifested unusual scapular spurring and anterior rib cupping. None of the control children manifested these changes. Characteristic and reversible scapular and rib changes in the correct clinical setting should suggest an early diagnosis of ADA deficiency, prompting appropriate diagnostic and therapeutic measures.

  14. 75 FR 24514 - Supportive Services for Veteran Families Program

    Federal Register 2010, 2011, 2012, 2013, 2014

    2010-05-05

    ...This proposed rule would establish regulations concerning the Supportive Services for Veteran Families Program (SSVF Program) of the Department of Veterans Affairs (VA). This proposed rule is necessary to implement the provisions of section 604 of the Veterans' Mental Health and Other Care Improvements Act of 2008. The purpose of the SSVF Program is to provide supportive services grants to private non-profit organizations and consumer cooperatives who would coordinate or provide supportive services to very low-income veteran families who are residing in permanent housing, are homeless and scheduled to become residents of permanent housing within a specified time period, or after exiting permanent housing, are seeking other housing that is responsive to such very low-income veteran family's needs and preferences. The new SSVF Program is within the continuum of VA's homeless services programs.

  15. Student supports: developmental education and other academic programs.

    PubMed

    Bettinger, Eric P; Boatman, Angela; Long, Bridget Terry

    2013-01-01

    Low rates of college completion are a major problem in the United States. Less than 60 percent of students at four-year colleges graduate within six years, and at some colleges, the graduation rate is less than 10 percent. Additionally, many students enter higher education ill-prepared to comprehend college-level course material. Some estimates suggest that only one-third of high school graduates finish ready for college work; the proportion is even lower among older students. Colleges have responded to the poor preparation of incoming students by placing approximately 35 to 40 percent of entering freshmen into remedial or developmental courses, along with providing academic supports such as summer bridge programs, learning communities, academic counseling, and tutoring, as well as student supports such as financial aid and child care. Eric Bettinger, Angela Boatman, and Bridget Terry Long describe the role, costs, and impact of these college remediation and academic support programs. According to a growing body of research, the effects of remedial courses are considerably nuanced. The courses appear to help or hinder students differently by state, institution, background, and academic preparedness. The mixed findings from earlier research have raised questions ranging from whether remedial programs, on average, improve student academic outcomes to which types of programs are most effective. Administrators, practitioners, and policy makers are responding by redesigning developmental courses and searching for ways to implement effective remediation programs more broadly. In addition, recent research suggests that colleges may be placing too many students into remedial courses unnecessarily, suggesting the need for further examining the placement processes used to assign students to remedial courses. The authors expand the scope of remediation research by discussing other promising areas of academic support commonly offered by colleges, including advising, tutoring

  16. Using Ada to implement the operations management system in a community of experts

    NASA Technical Reports Server (NTRS)

    Frank, M. S.

    1986-01-01

    An architecture is described for the Space Station Operations Management System (OMS), consisting of a distributed expert system framework implemented in Ada. The motivation for such a scheme is based on the desire to integrate the very diverse elements of the OMS while taking maximum advantage of knowledge based systems technology. Part of the foundation of an Ada based distributed expert system was accomplished in the form of a proof of concept prototype for the KNOMES project (Knowledge-based Maintenance Expert System). This prototype successfully used concurrently active experts to accomplish monitoring and diagnosis for the Remote Manipulator System. The basic concept of this software architecture is named ACTORS for Ada Cognitive Task ORganization Scheme. It is when one considers the overall problem of integrating all of the OMS elements into a cooperative system that the AI solution stands out. By utilizing a distributed knowledge based system as the framework for OMS, it is possible to integrate those components which need to share information in an intelligent manner.

  17. 75 FR 38611 - Child Support Enforcement Program; Intergovernmental Child Support

    Federal Register 2010, 2011, 2012, 2013, 2014

    2010-07-02

    ...This rule revises Federal requirements for establishing and enforcing intergovernmental support obligations in Child Support Enforcement (IV-D) program cases receiving services under title IV-D of the Social Security Act (the Act). This final rule revises previous interstate requirements to apply to case processing in all intergovernmental cases; requires the responding State IV-D agency to pay the cost of genetic testing; clarifies responsibility for determining in which State tribunal a controlling order determination is made where multiple support orders exist; recognizes and incorporates electronic communication advancements; and makes conforming changes to the Federal substantial compliance audit and State self-assessment requirements.

  18. Platelet aggregation and serum adenosine deaminase (ADA) activity in pregnancy associated with diabetes, hypertension and HIV.

    PubMed

    Leal, Claudio A M; Leal, Daniela B R; Adefegha, Stephen A; Morsch, Vera M; da Silva, José E P; Rezer, João F P; Schrekker, Clarissa M L; Abdalla, Faida H; Schetinger, Maria R C

    2016-07-01

    Platelet aggregation and adenosine deaminase (ADA) activity were evaluated in pregnant women living with some disease conditions including hypertension, diabetes mellitus and human immunodeficiency virus infection. The subject population is consisted of 15 non-pregnant healthy women [control group (CG)], 15 women with normal pregnancy (NP), 7 women with hypertensive pregnancy (HP), 10 women with gestational diabetes mellitus (GDM) and 12 women with human immunodeficiency virus-infected pregnancy (HIP) groups. The aggregation of platelets was checked using an optical aggregometer, and serum ADA activity was determined using the colorimetric method. After the addition of 5 µM of agonist adenosine diphosphate, the percentage of platelet aggregation was significantly (p < 0·05) increased in NP, HP, GDM and HIP groups when compared with the CG, while the addition of 10 µM of the same agonist caused significant (p < 0·05) elevations in HP, GDM and HIP groups when compared with CG. Furthermore, ADA activity was significantly (p < 0·05) enhanced in NP, HP, GDM and HIP groups when compared with CG. In this study, the increased platelet aggregation and ADA activity in pregnancy and pregnancy-associated diseases suggest that platelet aggregation and ADA activity could serve as peripheral markers for the development of effective therapy in the maintenance of homeostasis and some inflammatory process in these pathophysiological conditions. Copyright © 2016 John Wiley & Sons, Ltd. Copyright © 2016 John Wiley & Sons, Ltd.

  19. Gene therapy/bone marrow transplantation in ADA-deficient mice: roles of enzyme-replacement therapy and cytoreduction

    PubMed Central

    Jin, Xiangyang; Wang, Xingchao; Yu, Xiao-Jin; Rozengurt, Nora; Kaufman, Michael L.; Wang, Xiaoyan; Gjertson, David; Zhou, Yang; Blackburn, Michael R.; Kohn, Donald B.

    2012-01-01

    Gene therapy (GT) for adenosine deaminase–deficient severe combined immune deficiency (ADA-SCID) can provide significant long-term benefit when patients are given nonmyeloablative conditioning and ADA enzyme-replacement therapy (ERT) is withheld before autologous transplantation of γ-retroviral vector-transduced BM CD34+ cells. To determine the contributions of conditioning and discontinuation of ERT to the therapeutic effects, we analyzed these factors in Ada gene knockout mice (Ada−/−). Mice were transplanted with ADA-deficient marrow transduced with an ADA-expressing γ-retroviral vector without preconditioning or after 200 cGy or 900 cGy total-body irradiation and evaluated after 4 months. In all tissues analyzed, vector copy numbers (VCNs) were 100- to 1000-fold greater in mice receiving 900 cGy compared with 200 cGy (P < .05). In mice receiving 200 cGy, VCN was similar whether ERT was stopped or given for 1 or 4 months after GT. In unconditioned mice, there was decreased survival with and without ERT, and VCN was very low to undetectable. When recipients were conditioned with 200 cGy and received transduced lineage-depleted marrow, only recipients receiving ERT (1 or 4 months) had detectable vector sequences in thymocytes. In conclusion, cytoreduction is important for the engraftment of gene-transduced HSC, and short-term ERT after GT did not diminish the capacity of gene-corrected cells to engraft and persist. PMID:22833548

  20. Addressing Chronic Disease Within Supportive Housing Programs

    PubMed Central

    Henwood, Benjamin F.; Stanhope, Victoria; Brawer, Rickie; Weinstein, Lara Carson; Lawson, James; Stwords, Edward; Crossan, Cornelius

    2015-01-01

    Background Tenants of supportive housing have a high burden of chronic health conditions. Objectives To examine the feasibility of developing a tenant-involved health promotion initiative within a “housing first” agency using a community-based participatory research (CBPR) framework. Methods Qualitative analyses of nine research capacity-building group meetings and fifteen individual pre- and post-interviews with those who completed a chronic disease self-management program, resulting in the development of several themes. Results Tenants of supportive housing successfully partnered with health care providers to implement a chronic disease self-management program, noting that “health care becomes ‘relevant’ with housing.” Conclusions Supportive housing organizations are well-situated to implement health promotion initiatives. Such publicly subsidized housing that is accompanied by comprehensive supports must also include self-management training to help people overcome both internal and external barriers to addressing chronic health needs. PMID:23543023

  1. An Ada/SQL (Structured Query Language) Application Scanner.

    DTIC Science & Technology

    1988-03-01

    Digital ...8217 (" DIGITS "), 46 new STRING’ ("DO"), new STRING’ ("ELSE"), new STRING’ ("ELSIF"), new STRING’ ("END"), new STRING’ ("ENTRY"), new STRING’ ("EXCEPTION...INTEGERPRINT; generic type NUM is digits <>; package FLOATPRINT is package txtprts.ada 18 prcdr PR (FL inFL %YE LINE n LINTYPE UNCLASSIFIED procedure

  2. Ectonucleotide pyrophosphatase/phosphodiesterase (E-NPP) and adenosine deaminase (ADA) activities in prostate cancer patients: influence of Gleason score, treatment and bone metastasis.

    PubMed

    Battisti, Vanessa; Maders, Liési D K; Bagatini, Margarete D; Battisti, Iara E; Bellé, Luziane P; Santos, Karen F; Maldonado, Paula A; Thomé, Gustavo R; Schetinger, Maria R C; Morsch, Vera M

    2013-04-01

    The relation between adenine nucleotides and cancer has already been described in literature. Considering that the enzymes ectonucleotide pyrophosphatase/phosphodiesterase (E-NPP) and adenosine deaminase (ADA) act together to control nucleotide levels, we aimed to investigate the role of these enzymes in prostate cancer (PCa). E-NPP and ADA activities were determined in serum and platelets of PCa patients and controls. We also verified the influence of the Gleason score, bone metastasis and treatment in the enzyme activities. Platelets and serum E-NPP activity increased, whereas ADA activity in serum decreased in PCa patients. In addition, Gleason score, metastasis and treatment influenced E-NPP and ADA activities. We may propose that E-NPP and ADA are involved in the development of PCa. Moreover, E-NPP and ADA activities are modified in PCa patients with distinct Gleason score, with bone metastasis, as well as in patients under treatment. Copyright © 2013 Elsevier Masson SAS. All rights reserved.

  3. Comparison of the diabetes guidelines from the ADA/EASD and the AACE/ACE.

    PubMed

    Cornell, Susan

    To compare recent diabetes guideline updates from the American Diabetes Association-European Association for the Study of Diabetes (ADA/EASD) and the American Association of Clinical Endocrinologists-American College of Endocrinology (AACE/ACE). The ADA/EASD guideline continues to advocate a stepwise approach to glycemic control that initiates with metformin and intensifies treatment incrementally to dual and triple therapy at 3-month intervals until the patient is at their individualized goal. The AACE/ACE guideline provides a broader choice of first-line medications, with a suggested hierarchy of use, and it encourages initial dual and triple therapy if the glycated hemoglobin (A1C) level is high enough at diagnosis (7.5%-9.0% and >9.0%, respectively). Target A1C levels are higher in the ADA/EASD guideline (≤7.0%) compared with the AACE/ACE guideline (≤6.5%), although both statements indicate that targets should be adjusted to specific clinical scenarios based on safety. Both guidelines now include the new sodium-glucose cotransporter-2 inhibitors among their choices of acceptable glucose-lowering medications and endorse the overall cardiovascular and pancreatic safety of incretin therapies, and the safety of pioglitazone vis-a-vis bladder cancer. In practice, the ADA/EASD guidelines tend to be more user-friendly for general practitioners because of the simple stepwise intensification regimen, whereas the AACE/ACE guidelines are more commonly followed by specialists (endocrinologists) because of the more aggressive A1C targets. Copyright © 2017 American Pharmacists Association®. Published by Elsevier Inc. All rights reserved.

  4. Distributed Issues for Ada Real-Time Systems

    DTIC Science & Technology

    1990-07-23

    NUMBERS Distributed Issues for Ada Real - Time Systems MDA 903-87- C- 0056 S. AUTHOR(S) Thomas E. Griest 7. PERFORMING ORGANiZATION NAME(S) AND ADORESS(ES) 8...considerations. I Adding to the problem of distributed real - time systems is the issue of maintaining a common sense of time among all of the processors...because -omeone is waiting for the final output of a very large set of computations. However in real - time systems , consistent meeting of short-term

  5. Predictive Role of ADA in Bronchoalveolar Lavage Fluid in Making the Diagnosis of Pulmonary Tuberculosis.

    PubMed

    Binesh, Fariba; Halvani, Abolhassan

    2013-01-01

    Current diagnostic tests for tuberculosis (TB) are time-consuming. The aim of this study was to evaluate the diagnostic usefulness of ADA in bronchoalveolar lavage fluid in patients with pulmonary TB. A cross-sectional study was performed in Yazd, Iran, between 2009 and 2010. Patients suspected of pulmonary TB with negative sputum smear for AFB were included in the study. Mean ADA levels in BAL fluids were measured and compared between study groups. Sixty-three patients were enrolled in the study among which 15 cases had pulmonary TB, 33 had pulmonary diseases other than TB, and 15 subjects with normal bronchoscopy results were considered as controls. Mean ADA levels in BAL fluid were 4.13 ± 2.55, 2.42 ± 1.06, and 1.93 ± 0.88, respectively. This rate was significantly higher in the pulmonary TB group compared to the other two groups (P = 0.001). Using ROC curve with a cut-off value of 3.5 IU/L, the highest sensitivity (57%) and specificity (84%) were obtained in diagnosis of TB. The results showed that although ADA activity in BAL fluid of pulmonary TB patients was higher than those seen in other diseases, a negative test does not rule out pulmonary TB.

  6. A Hospital Based Study on Estimation of Adenosine Deaminase Activity (ADA) in Cerebrospinal Fluid (CSF) in Various Types of Meningitis.

    PubMed

    Agarwal, Ashok Kumar; Bansal, Sonia; Nand, Vidya

    2014-02-01

    Tuberculosis kills 3.70 lakh patients in India every year,out of which 7-12 % are meningeal involvement. Delay in its diagnosis and initiation of treatment results in poor prognosis and squeal in up to 25% of cases. The aim of the present study is to look for a simple, rapid, cost effective, and fairly specific test in differentiating tubercular aetiology from other causes of meningitis. In the present study we measured the adenosine deaminase activity (ADA) in Cerebrospinal Fluid (CSF) of Tubercular Meningitis (TBM) and non-TBM patients. Fifty six patients attending hospital with symptoms and signs of meningitis were selected and divided into three groups: tubercular, pyogenic, and aseptic meningitis, depending upon the accepted criteria. CSF was drawn and ADA estimated. Out of 32 tubercular patients, 28 had CSF-ADA at or above the cut-off value while four had below. Out of 24 non-tuberculous patients (pyogenic and aseptic meningitis), two aseptic meningitis (AM) patient had ADA levels at or above the cut-off value while 22 had below this value. RESULTS of our study indicate that ADA level estimation in CSF is not only of considerable value in the diagnosis of TBM, CSF, and ADA level 10 U/L as a cut-off value with sensitivity 87.5% and specificity 83.33% and positive predictive value of the test was 87.5%.and 83.3% negative predictive value. It can be concluded that ADA estimation in CSF is not only simple, inexpensive and rapid but also fairly specific method for making a diagnosis of tuberculous aetiology in TBM, especially when there is a dilemma of differentiating the tuberculous aetiology from non-tuberculous ones. For this reason ADA estimation in TBM may find a place as a routine investigation.

  7. Ada Compiler Validation Summary Report: Certificate Number: 890420W1. 10074 International Business Machines Corporation, IBM Development System for the Ada Language MVS Ada Compiler, Version 2.1.1 IBM 4381 (Host and Target)

    DTIC Science & Technology

    1989-04-20

    20. ARS1AAI . (Contimne on reverse side olnetessary *rwenPtif) by bfoci nur~be’) International Business Machines Corporation, IBM Development System...Number: AVF-VSR-261.0789 89-01-26-TEL Ada COMPILER VALIDATION SUMMARY REPORT: Certificate Number: 890420W1.10074 International Business Machines...computer. The compiler was tested using command scripts provided by International Business Machines Corporation and reviewed by the validation team. The

  8. The Impact of Business Size on Employer ADA Response

    ERIC Educational Resources Information Center

    Bruyere, Susanne M.; Erickson, William A.; VanLooy, Sara A.

    2006-01-01

    More than 10 years have passed since the employment provisions of the Americans with Disabilities Act of 1990 (ADA) came into effect for employers of 15 or more employees. Americans with disabilities continue to be more unemployed and underemployed than their nondisabled peers. Small businesses, with fewer than 500 employees, continue to be the…

  9. Region 10: Idaho Northern Ada County Adequate Letter (6/21/2013)

    EPA Pesticide Factsheets

    EPA approves motor vehicle emissions budget in the Northern Ada County PM10 State Implementation Plan, Maintenance Plan: Ten-Year Update for PM10 national ambient air quality standard, adequate for transportation conformity purposes.

  10. Role of ascitic fluid adenosine deaminase (ADA) and serum CA-125 in the diagnosis of tuberculous peritonitis.

    PubMed

    Ali, N; Nath, N C; Parvin, R; Rahman, A; Bhuiyan, T M; Rahman, M; Mohsin M N

    2014-12-01

    This cross sectional study was carried out in the department of gastroenterology, BIRDEM, Dhaka from January 2010 to May 2011 to determine the role of ascitic fluid ADA and serum CA-125 in the diagnosis of clinically suspected tubercular peritonitis. Total 30 patients (age 39.69 ± 21.26, 18M/12F) with clinical suspicion of tuberculosis peritonitis were included in this study after analyzing selection criteria. Laparoscopic peritoneal biopsy with 'histopathological diagnosis' was considered gold standard against which accuracics of two biomarkers (ADA & CA-125) were compared. Cut off value of ADA and CA-125 are 24 u/l, 35 U/ml respectively. Sensitivity, specificity, positive predictive value, negative predictive value and accuracy of ADA as a diagnostic modality in tuberculos peritonitis were 87.5%, 83.33%, 95.45%, 62.5% and 86.67% respectively where as CA-125 was found to have 83.33% sensitivity, 50% specificity, 86.9% positive predictive value, 42.85% negative predictive value and 76.6% accuracy. Both biomarkers are simple, non-invasive, rapid and relatively cheap diagnostic test where as laparoscopy is an invasive procedure, costly & requires trained staff and not without risk and also not feasible in all the centre in our country. So ascitic fluid ADA and serum CA-125 are important diagnostic test for peritoneal tuberculosis.

  11. Water quality of the Quaternary and Ada-Vamoosa aquifers on the Osage Reservation, Osage County, Oklahoma, 1997

    USGS Publications Warehouse

    Abbott, Marvin M.

    2000-01-01

    The project was to provide information on the quality of ground water from rural-domestic-water wells within the Osage Reservation and compare the water-quality to proximity to oil wells. About 38,500 oil wells have been drilled in the Reservation since drilling began in 1896. About 1,480 square miles or 64 percent of the Reservation is within a quarter mile of an oil well. The unconfined Quaternary sand aquifer covers about 315 square miles or about 14 percent of the Reservation and the confined Ada-Vamoosa sandstone aquifer covers about 800 square miles or about 35 percent of the Reservation. Fifty-eight percent of the Quaternary aquifer and 69 percent of the outcrop area of the Ada-Vamoosa aquifer are within a quarter mile of an oil well . One hundred twenty domestic ground-water wells were sampled from the Quaternary and Ada-Vamoosa aquifers. Forty-nine percent of the Reservation is underlain by the aquifers. Ground-water quality is good on most of the Reservation, but the use of domestic water-supply wells tend to minimize water-quality problems. Existing water-supply wells commonly are located in areas that produce usable volumes of potable water. Several constituents in samples from the Ada-Vamoosa-aquifer within a quarter mile of an oil well were significantly greater than from the aquifer not near oil wells. The constituents include specific conductance, dissolved solids, sodium, sulfate, chloride, bromide, and silica. These ions are probably derived from brine water. In the Ada-Vamoosa aquifer subgroups, 57 percent of the samples near oil wells and 24 percent of the samples not near oil wells had dissolved-solids concentrations greater than 500 milligrams per liter. The water quality in the Quaternary and Ada-Vamoosa aquifers is similar in areas where no oil wells have been drilled but is significantly different for several constituents. Median concentrations of major constituents from the Ada-Vamoosa aquifer not near oil wells were less than or equal to

  12. A study of the effect of ADA accessibility on Kansas roundabouts.

    DOT National Transportation Integrated Search

    2008-11-01

    The Access Board, with authority to enforce provisions of the American Disabilities Act (ADA), initially determined : that roundabouts are not accessible by blind pedestrians and drafted proposed guidelines to require pedestrian : signals at all roun...

  13. Leadership's Role in Support of Online Academic Programs: Implementing an Administrative Support Matrix

    PubMed Central

    Barefield, Amanda C.; Meyer, John D.

    2013-01-01

    The proliferation of online education programs creates a myriad of challenges for those charged with implementation and delivery of these programs. Although creating and sustaining quality education is a shared responsibility of faculty, staff, and academic leaders, this article focuses on the pivotal role of leadership in securing the necessary resources, developing the organizational structures, and influencing organizational culture. The vital foundation for a successful outcome when implementing online education programs is the role of leadership in providing adequate and appropriate support. Abundant literature extols the roles of leadership in project management; however, there is a dearth of models or systematic methods for leaders to follow regarding how to implement and sustain online programs. Research conducted by the authors culminated in the development of an Administrative Support Matrix, thus addressing the current gap in the literature. PMID:23346030

  14. Drug Free Communities Support Program. Prevention Update

    ERIC Educational Resources Information Center

    Higher Education Center for Alcohol, Drug Abuse, and Violence Prevention, 2012

    2012-01-01

    Administered by the Office of National Drug Control Policy (ONDCP), in partnership with the Substance Abuse and Mental Health Services Administration (SAMHSA), the Drug Free Communities Support Program (DFC) is a federal grant program that provides funding to community-based coalitions that organize to prevent youth substance use. Since the…

  15. Advanced Software Development Workstation Project

    NASA Technical Reports Server (NTRS)

    Lee, Daniel

    1989-01-01

    The Advanced Software Development Workstation Project, funded by Johnson Space Center, is investigating knowledge-based techniques for software reuse in NASA software development projects. Two prototypes have been demonstrated and a third is now in development. The approach is to build a foundation that provides passive reuse support, add a layer that uses domain-independent programming knowledge, add a layer that supports the acquisition of domain-specific programming knowledge to provide active support, and enhance maintainability and modifiability through an object-oriented approach. The development of new application software would use specification-by-reformulation, based on a cognitive theory of retrieval from very long-term memory in humans, and using an Ada code library and an object base. Current tasks include enhancements to the knowledge representation of Ada packages and abstract data types, extensions to support Ada package instantiation knowledge acquisition, integration with Ada compilers and relational databases, enhancements to the graphical user interface, and demonstration of the system with a NASA contractor-developed trajectory simulation package. Future work will focus on investigating issues involving scale-up and integration.

  16. An overview of the national EEOC ADA research project.

    PubMed

    McMahon, Brian T; Edwards, Ronald; Rumrill, Phillip D; Hursh, Norman

    2005-01-01

    The authors outline the development and scope of the National EEOC ADA Research Project which resulted from a cooperative agreement between the Equal Employment Opportunity Commission and Virginia Commonwealth University. Research questions, the EEOC database, extraction of study data, limitations of the data, the organization of research teams, and the contents of this special issue of WORK are described.

  17. Changes in Adenosine Deaminase Activity in Patients with Type 2 Diabetes Mellitus and Effect of DPP-4 Inhibitor Treatment on ADA Activity.

    PubMed

    Lee, Jae-Geun; Kang, Dong Gu; Yu, Jung Re; Kim, Youngree; Kim, Jinsoek; Koh, Gwanpyo; Lee, Daeho

    2011-04-01

    Dipeptidyl peptidase 4 (DPP-4, also known as CD26) binds with adenosine deaminase (ADA) to activate T lymphocytes. Here, we investigated whether ADA activity is specifically affected by treatment with DPP-4 inhibitor (DPP4I) compared with other anti-diabetic agents. Fasting ADA activity, in addition to various metabolic and biochemical parameters, were measured in 262 type 2 diabetes mellitus (T2DM) patients taking various anti-diabetic agents and in 46 non-diabetic control subjects. ADA activity was increased in T2DM patients compared with that in non-diabetic control subjects (mean±standard error, 23.1±0.6 U/L vs. 18.6±0.8 U/L; P<0.05). ADA activity was correlated with fasting plasma glucose (r=0.258, P<0.05), HbA1c (r=0.208, P<0.05), aspartate aminotransferase (r=0.325, P<0.05), and alanine aminotransferase (r=0.248, P<0.05). Compared with the well-controlled T2DM patients (HbA1c<7%), the poorly controlled group (HbA1c>9%) showed significantly increased ADA activity (21.1±0.8 U/L vs. 25.4±1.6 U/L; P<0.05). The effect of DPP4I on ADA activity in T2DM patients did not differ from those of other oral anti-diabetic agents or insulin. T2DM patients on metformin monotherapy showed a lower ADA activity (20.9±1.0 U/L vs. 28.1±2.8 U/L; P<0.05) compared with that of those on sulfonylurea monotherapy. Our results show that ADA activity is increased in T2DM patients compared to that in non-diabetic patients, is positively correlated with blood glucose level, and that DPP4I has no additional specific effect on ADA activity, except for a glycemic control- or HbA1c-dependent effect.

  18. Changes in Adenosine Deaminase Activity in Patients with Type 2 Diabetes Mellitus and Effect of DPP-4 Inhibitor Treatment on ADA Activity

    PubMed Central

    Lee, Jae-Geun; Kang, Dong Gu; Yu, Jung Re; Kim, Youngree; Kim, Jinsoek; Koh, Gwanpyo

    2011-01-01

    Background Dipeptidyl peptidase 4 (DPP-4, also known as CD26) binds with adenosine deaminase (ADA) to activate T lymphocytes. Here, we investigated whether ADA activity is specifically affected by treatment with DPP-4 inhibitor (DPP4I) compared with other anti-diabetic agents. Methods Fasting ADA activity, in addition to various metabolic and biochemical parameters, were measured in 262 type 2 diabetes mellitus (T2DM) patients taking various anti-diabetic agents and in 46 non-diabetic control subjects. Results ADA activity was increased in T2DM patients compared with that in non-diabetic control subjects (mean±standard error, 23.1±0.6 U/L vs. 18.6±0.8 U/L; P<0.05). ADA activity was correlated with fasting plasma glucose (r=0.258, P<0.05), HbA1c (r=0.208, P<0.05), aspartate aminotransferase (r=0.325, P<0.05), and alanine aminotransferase (r=0.248, P<0.05). Compared with the well-controlled T2DM patients (HbA1c<7%), the poorly controlled group (HbA1c>9%) showed significantly increased ADA activity (21.1±0.8 U/L vs. 25.4±1.6 U/L; P<0.05). The effect of DPP4I on ADA activity in T2DM patients did not differ from those of other oral anti-diabetic agents or insulin. T2DM patients on metformin monotherapy showed a lower ADA activity (20.9±1.0 U/L vs. 28.1±2.8 U/L; P<0.05) compared with that of those on sulfonylurea monotherapy. Conclusion Our results show that ADA activity is increased in T2DM patients compared to that in non-diabetic patients, is positively correlated with blood glucose level, and that DPP4I has no additional specific effect on ADA activity, except for a glycemic control- or HbA1c-dependent effect. PMID:21738897

  19. Elevated Serum ADA Activity as a Marker for Diagnosis and Prognosis of Visceral Leishmaniasis and Post Kala-Azar Dermal Leishmaniasis in Indian Patients

    PubMed Central

    Vijayamahantesh; Amit, Ajay; Dikhit, Manas R.; Pandey, Raj K.; Singh, Kuljit; Mishra, Ritesh; Das, V. N. R; Das, Pradeep; Bimal, Sanjiva

    2016-01-01

    Serum adenosine deaminase (ADA) activity increases in diseases where cellular immunity is involved. Since cell-mediated immune responses play a paramount role in the pathogenesis and healing of the visceral leishmaniasis, therefore, the present study was undertaken to evaluate the serum ADA activity in different pathological conditions. Adenosine deaminase was determined in sera of active visceral leishmaniasis (VL) patients (n = 39), active postkala-azar dermal leishmaniasis (PKDL) cases (n = 34) at the point of diagnosis and after treatment stages along with healthy controls (n = 30), endemic healthy subjects (n = 34) and endemic asymptomatic subjects (n = 34).Our in-vitro result revealed that monocytes secrete significant ADA level in response to Leishmania donovani (L.donovani) stimulation. The serum ADA activity in active VL and PKDL subjects were found to be significantly higher than that of respective treated cases and healthy controls. We also observed a marginal number (17.6%) of endemic asymptomatic subjects showed elevated serum ADA activity. Further, the ADA activity in PKDL was found to be decreased gradually during the different phases of treatment. Interestingly, 2 out of 32 treated VL cases found to have high serum ADA activity during follow up period were relapsed within few days. These results suggest the possibility of ADA as a marker of clinical pathogenesis and can be used as a surrogate marker in the diagnosis and prognosis of VL and PKDL. PMID:27186641

  20. Elevated Serum ADA Activity as a Marker for Diagnosis and Prognosis of Visceral Leishmaniasis and Post Kala-Azar Dermal Leishmaniasis in Indian Patients.

    PubMed

    Vijayamahantesh; Amit, Ajay; Dikhit, Manas R; Pandey, Raj K; Singh, Kuljit; Mishra, Ritesh; Das, V N R; Das, Pradeep; Bimal, Sanjiva

    2016-01-01

    Serum adenosine deaminase (ADA) activity increases in diseases where cellular immunity is involved. Since cell-mediated immune responses play a paramount role in the pathogenesis and healing of the visceral leishmaniasis, therefore, the present study was undertaken to evaluate the serum ADA activity in different pathological conditions. Adenosine deaminase was determined in sera of active visceral leishmaniasis (VL) patients (n = 39), active postkala-azar dermal leishmaniasis (PKDL) cases (n = 34) at the point of diagnosis and after treatment stages along with healthy controls (n = 30), endemic healthy subjects (n = 34) and endemic asymptomatic subjects (n = 34).Our in-vitro result revealed that monocytes secrete significant ADA level in response to Leishmania donovani (L.donovani) stimulation. The serum ADA activity in active VL and PKDL subjects were found to be significantly higher than that of respective treated cases and healthy controls. We also observed a marginal number (17.6%) of endemic asymptomatic subjects showed elevated serum ADA activity. Further, the ADA activity in PKDL was found to be decreased gradually during the different phases of treatment. Interestingly, 2 out of 32 treated VL cases found to have high serum ADA activity during follow up period were relapsed within few days. These results suggest the possibility of ADA as a marker of clinical pathogenesis and can be used as a surrogate marker in the diagnosis and prognosis of VL and PKDL.

  1. Developing and Using Ada Parts in Real-Time Embedded Applications

    DTIC Science & Technology

    1990-04-27

    ARCHTECTURAL DESIGN Guideline #3-a: Avoid duplication of data types packages. Guideline #3-b: Minimize variant proliferation. Concentrate on developing a...of SOFTWARE REUSE DEVELOPING and USING ADA PARTS in RTE APPUCATIONS ARCHTECTURAL DESIGN Table 5-10 illustrates the use of this more strongly data typed

  2. New Graduate Transition Programs: Relationships With Access to Support and Bullying.

    PubMed

    Rush, Kathy L; Adamack, Monica; Gordon, Jason; Janke, Robert

    2014-02-03

    Abstract New graduate nurses are often targets of bullying and horizontal violence. The support offered by new graduate nurse transition programs may moderate the effects of bullying and limit its negative impact on new graduate nurse transition. This study examined the relationships between access to support, workplace bullying and new graduate nurse transition within the context of New Graduate Transition programs. As part of a mixed methods study, an online survey was administered to new graduates (n=245) approximately a year from starting employment. Bullied new graduate nurses were less able to access support when needed and had poorer transition experiences than their non-bullied peers. Participation in a formal transition program improved access to support and transition for bullied new graduate nurses. People supports within transition programs positively influenced the new graduate nurse transition experience. Formal transition programs provide support that attenuates the impact of bullying on new graduate nurses and improves transition.

  3. Using Chou's pseudo amino acid composition based on approximate entropy and an ensemble of AdaBoost classifiers to predict protein subnuclear location.

    PubMed

    Jiang, Xiaoying; Wei, Rong; Zhao, Yanjun; Zhang, Tongliang

    2008-05-01

    The knowledge of subnuclear localization in eukaryotic cells is essential for understanding the life function of nucleus. Developing prediction methods and tools for proteins subnuclear localization become important research fields in protein science for special characteristics in cell nuclear. In this study, a novel approach has been proposed to predict protein subnuclear localization. Sample of protein is represented by Pseudo Amino Acid (PseAA) composition based on approximate entropy (ApEn) concept, which reflects the complexity of time series. A novel ensemble classifier is designed incorporating three AdaBoost classifiers. The base classifier algorithms in three AdaBoost are decision stumps, fuzzy K nearest neighbors classifier, and radial basis-support vector machines, respectively. Different PseAA compositions are used as input data of different AdaBoost classifier in ensemble. Genetic algorithm is used to optimize the dimension and weight factor of PseAA composition. Two datasets often used in published works are used to validate the performance of the proposed approach. The obtained results of Jackknife cross-validation test are higher and more balance than them of other methods on same datasets. The promising results indicate that the proposed approach is effective and practical. It might become a useful tool in protein subnuclear localization. The software in Matlab and supplementary materials are available freely by contacting the corresponding author.

  4. Novel vehicle detection system based on stacked DoG kernel and AdaBoost

    PubMed Central

    Kang, Hyun Ho; Lee, Seo Won; You, Sung Hyun

    2018-01-01

    This paper proposes a novel vehicle detection system that can overcome some limitations of typical vehicle detection systems using AdaBoost-based methods. The performance of the AdaBoost-based vehicle detection system is dependent on its training data. Thus, its performance decreases when the shape of a target differs from its training data, or the pattern of a preceding vehicle is not visible in the image due to the light conditions. A stacked Difference of Gaussian (DoG)–based feature extraction algorithm is proposed to address this issue by recognizing common characteristics, such as the shadow and rear wheels beneath vehicles—of vehicles under various conditions. The common characteristics of vehicles are extracted by applying the stacked DoG shaped kernel obtained from the 3D plot of an image through a convolution method and investigating only certain regions that have a similar patterns. A new vehicle detection system is constructed by combining the novel stacked DoG feature extraction algorithm with the AdaBoost method. Experiments are provided to demonstrate the effectiveness of the proposed vehicle detection system under different conditions. PMID:29513727

  5. Americans with Disabilities Act (ADA) program review, training and support services.

    DOT National Transportation Integrated Search

    2010-12-01

    This report describes research conducted for the New Jersey Department of Transportation (NJDOT) Division of Civil Rights to aid in its compliance efforts relative to Section 504 of the Rehabilitation Act of 1973 and Title II of the Americans with Di...

  6. Military Standard Common APSE (Ada Programming Support Environment) Interface Set (CAIS).

    DTIC Science & Technology

    1985-01-01

    QUEUEASE. LAST-KEY (QUEENAME) . LASTREI.TIONI(QUEUE-NAME). FILE-NODE. PORN . ATTRIBUTTES. ACCESSCONTROL. LEVEL); CLOSE (QUEUE BASE); CLOSE(FILE NODE...PROPOSED XIIT-STD-C.4 31 J NNUAfY logs procedure zTERT (ITERATOR: out NODE ITERATON; MAMIE: NAME STRING.KIND: NODE KID : KEY : RELATIONSHIP KEY PA1TTE1 :R

  7. Four Possible Steps to Reduce Greenhouse Gas Emissions in Ada, Oklahoma

    EPA Science Inventory

    An overview of federal, state, and city initiatives on climate change are presented. Specific steps for the City of Ada, Oklahoma, are presented. This is an abstract of a proposed presentation and does not necessarily reflect EPA policy.

  8. Missouri School Improvement Program: Support and Intervention

    ERIC Educational Resources Information Center

    Missouri Department of Elementary and Secondary Education, 2016

    2016-01-01

    The Missouri State Board of Education and the Department of Elementary and Secondary Education are dedicated to ensuring that all children have access to good schools that prepare them for college and career success. The Missouri School Improvement Program: Support and Intervention Plan takes a differentiated approach to state support based on…

  9. 48 CFR 3019.705-1 - General support for the program.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... SECURITY, HOMELAND SECURITY ACQUISITION REGULATION (HSAR) SOCIOECONOMIC PROGRAMS SMALL BUSINESS PROGRAMS The Small Business Subcontracting Program 3019.705-1 General support for the program. In any...

  10. The Americans with Disabilities Act: Implications for Camp Programming.

    ERIC Educational Resources Information Center

    Bedini, Leandra A.; And Others

    1992-01-01

    Discusses the effect of the Americans with Disabilities Act (ADA) on camp programing and provides strategies to improve camp accessibility for people with disabilities. Discusses obstacles to integrated programing including ecological and architectural barriers, attitudinal barriers, transportation barriers, barriers of omission, economic…

  11. Ada (Trade Name) Bibliography. Volume 1.

    DTIC Science & Technology

    1983-05-01

    r I BEFORE CC0 2PLETZNG FOPM. i t*P m pI~~I .~ 1 A C~ O 60 A Pit CIPILIbl’i CAI &LOC. ew wMEN 1 a ’I...IN\\TRODUCTION a’o .. S, % a.’,,, O-I ’. -St’° -S -ti ’ - q:: o; -: ’, ’’ Ada Bibliography Volume I7 ’" 2. DOCUMENT CITATIONS 1 ,° 9. N 4, 4, 4. 4.. r ...NY,NY 10019 0N S *, . ,e-I - - W. CvWWnr’r r rVr 10 DOCUMENT CITATIONS SPONSORS: U.S.DEPT. DEFENSE, ADVANCED RESEARCH PROJECTS AGENCY A DEFENSE

  12. EEOC says temporary workers qualify for ADA protection. Equal Employment Opportunity Commission.

    PubMed

    1998-01-23

    The Equal Employment Opportunity Commission (EEOC) issued guidelines clarifying that both employers and staffing agencies can be held liable for discrimination and harassment of temporary or contingent workers. These workers are often viewed as independent contractors, and not employees. The guidance clarifies the employee-employer relationship, holding both the employment firm and the client accountable for discrimination and harassment and offering protection for this class of worker under the Americans with Disabilities Act (ADA) and other anti-discrimination statutes. The guidance also contains two case examples of how the ADA applies to contractual workers with HIV. The staffing firm and client each must count every worker with whom there is an employment relationship, and are prohibited from discriminating against each other's employees.

  13. Tactical emergency medical support programs: a comprehensive statewide survey.

    PubMed

    Bozeman, William P; Morel, Benjamin M; Black, Timothy D; Winslow, James E

    2012-01-01

    Specially trained tactical emergency medical support (TEMS) personnel provide support to law enforcement special weapons and tactics (SWAT) teams. These programs benefit law enforcement agencies, officers, suspects, and citizens. TEMS programs are increasingly popular, but there are wide variations in their organization and operation and no recent data on their prevalence. We sought to measure the current prevalence and specific characteristics of TEMS programs in a comprehensive fashion in a single southeastern state. North Carolina emergency medical services (EMS) systems have county-based central EMS oversight; each system was surveyed by phone and e-mail. The presence and selected characteristics of TEMS programs were recorded. U.S. Census data were used to measure the population impact of the programs. All of the 101 EMS systems statewide were successfully contacted. Thirty-three counties (33%) have TEMS programs providing medical support to 56 local law enforcement agencies as well as state and federal agencies. TEMS programs tend to be located in more populated urban and suburban areas, serving a population base of 5.9 million people, or 64% of the state's population. Tactical medics in the majority of these programs (29/33; 88%) are not sworn law enforcement officers. Approximately one-third of county-based EMS systems in North Carolina have TEMS programs. These programs serve almost two-thirds of the state's population base, using primarily nonsworn tactical medics. Comparison with other regions of the country will be useful to demonstrate differences in prevalence and program characteristics. Serial surveillance will help track trends and measure the growth and impact of this growing subspecialty field.

  14. A study of the portability of an Ada system in the software engineering laboratory (SEL)

    NASA Technical Reports Server (NTRS)

    Jun, Linda O.; Valett, Susan Ray

    1990-01-01

    A particular porting effort is discussed, and various statistics on analyzing the portability of Ada and the total staff months (overall and by phase) required to accomplish the rehost, are given. This effort is compared to past experiments on the rehosting of FORTRAN systems. The discussion includes an analysis of the types of errors encountered during the rehosting, the changes required to rehost the system, experiences with the Alsys IBM Ada compiler, the impediments encountered, and the lessons learned during this study.

  15. A Linear Programming Model to Optimize Various Objective Functions of a Foundation Type State Support Program.

    ERIC Educational Resources Information Center

    Matzke, Orville R.

    The purpose of this study was to formulate a linear programming model to simulate a foundation type support program and to apply this model to a state support program for the public elementary and secondary school districts in the State of Iowa. The model was successful in producing optimal solutions to five objective functions proposed for…

  16. E-ADA activity in lymphocytes of an experimental model of pythiosis treated with immunotherapy.

    PubMed

    Bach, Barbara Charlotte; Leal, Daniela Bitencourt Rosa; Jaques, Jeandre Augusto dos Santos; Souza, Viviane do Carmo Gonçalves; Ruchel, Jader Betsch; Schlemmer, Karine Bizzi; Zanette, Régis Adriel; Hecktheuer, Pedro Abib; de Lima Pereira, Patrique; Casali, Emerson André; Alves, Sydney Hartz; Santurio, Janio Morais

    2013-08-01

    Pythiosis is a life-threatening disease caused by the oomycete Pythium insidiosum. Some authors have suggested the involvement of a Th2-like immune response in the infected host, which leads to extensive tissue damage. The switch from a Th2 to a Th1 response pattern is one hypothesis to explain the curative properties of immunotherapy. Taking into account the importance of immunotherapy for pythiosis treatment and the contribution of adenine nucleotides in the immunoregulation of the host, we evaluated the ecto-adenosine deaminase (E-ADA; EC 3·5.4·4) activity in lymphocytes from rabbits inoculated with P. insidiosum. Rabbits were inoculated with 1 milliliter of zoospores subcutaneously injected into the lateral thorax; after developing lesions, the rabbits received eight doses of immunotherapy. E-ADA activity was measured in lymphocytes and the adenine nucleotides and adenosine levels were quantitatively determined in serum. Rabbits with characteristic lesions of pythiosis showed a decreased E-ADA activity (82·36%), a decreased adenosine triphosphate concentration (54·04%) and a higher adenosine concentration (2·51 fold), when compared with controls, after 28 days of inoculation. However, after the immunotherapy, the rabbits showed an increase in the E-ADA activity when compared with control (78·62%), contributing for the change in the immune response. Our results reinforce the hypothesis that the change from a Th2 to a Th1 immune response with the participation of the purinergic system could be responsible for the curative properties of immunotherapy. Copyright © 2012 John Wiley & Sons, Ltd.

  17. Rdesign: A data dictionary with relational database design capabilities in Ada

    NASA Technical Reports Server (NTRS)

    Lekkos, Anthony A.; Kwok, Teresa Ting-Yin

    1986-01-01

    Data Dictionary is defined to be the set of all data attributes, which describe data objects in terms of their intrinsic attributes, such as name, type, size, format and definition. It is recognized as the data base for the Information Resource Management, to facilitate understanding and communication about the relationship between systems applications and systems data usage and to help assist in achieving data independence by permitting systems applications to access data knowledge of the location or storage characteristics of the data in the system. A research and development effort to use Ada has produced a data dictionary with data base design capabilities. This project supports data specification and analysis and offers a choice of the relational, network, and hierarchical model for logical data based design. It provides a highly integrated set of analysis and design transformation tools which range from templates for data element definition, spreadsheet for defining functional dependencies, normalization, to logical design generator.

  18. Risk Managers’ Descriptions of Programs to Support Second Victims after Adverse Events

    PubMed Central

    White, Andrew A.; Brock, Doug; McCotter, Patricia I.; Hofeldt, Ron; Edrees, Hanan H.; Wu, Albert W.; Shannon, Sarah; Gallagher, Thomas H.

    2015-01-01

    Guidelines call for healthcare organizations to provide emotional support for clinicians involved in adverse events, but little is known about these organizations seek to meet this need. We surveyed U.S. members of ASHRM about the presence, features, and perceived efficacy of their organization’s provider support program. The majority reported that their organization had a support program, but features varied widely and there are substantial opportunities to improve services. Provider support programs should enhance referral mechanisms and peer support, critically appraise the role of Employee Assistance Programs, and demonstrate their value to institutional leaders. PMID:25891288

  19. Software architecture for a distributed real-time system in Ada, with application to telerobotics

    NASA Technical Reports Server (NTRS)

    Olsen, Douglas R.; Messiora, Steve; Leake, Stephen

    1992-01-01

    The architecture structure and software design methodology presented is described in the context of telerobotic application in Ada, specifically the Engineering Test Bed (ETB), which was developed to support the Flight Telerobotic Servicer (FTS) Program at GSFC. However, the nature of the architecture is such that it has applications to any multiprocessor distributed real-time system. The ETB architecture, which is a derivation of the NASA/NBS Standard Reference Model (NASREM), defines a hierarchy for representing a telerobot system. Within this hierarchy, a module is a logical entity consisting of the software associated with a set of related hardware components in the robot system. A module is comprised of submodules, which are cyclically executing processes that each perform a specific set of functions. The submodules in a module can run on separate processors. The submodules in the system communicate via command/status (C/S) interface channels, which are used to send commands down and relay status back up the system hierarchy. Submodules also communicate via setpoint data links, which are used to transfer control data from one submodule to another. A submodule invokes submodule algorithms (SMA's) to perform algorithmic operations. Data that describe or models a physical component of the system are stored as objects in the World Model (WM). The WM is a system-wide distributed database that is accessible to submodules in all modules of the system for creating, reading, and writing objects.

  20. The Collaborative Autism Support Program at Brooklyn College: A Formative Program Evaluation

    ERIC Educational Resources Information Center

    Coombs, Natalie

    2017-01-01

    In the last decade, postsecondary institutions have seen a tremendous increase in the enrollment of students with autism spectrum disorder (ASD). As a result, in 2012, Brooklyn College (BC), a large public college in an urban setting serving 17,000 students, created the Collaborative Autism Support Program (CASP). The program has a structured…