WorldWideScience

Sample records for validated ada compilers

  1. Ada Compiler Validation Summary Report: Certificate Number 890711W1. 10109 Concurrent Computer Corporation C(3) Ada, Version R02-02.00 Concurrent Computer Corporation 3280 MPS

    Science.gov (United States)

    1989-07-11

    Wright-Patterson ATB Dayton, OH, USA Ada Joint Prograr Office United States De artment of Defense " * ’ , Washington, DC 2 301-3061 i4. I 10 k A$ -h-Y...dependent but is permitted by the Ada Standard. Six classes of tests are used. These tests are designed to perform checks at compile time, at link time...the direction of the AVF according to procedures establizhed by the Ada Joia ,, Program Office and administered by the Ada Validation Organization (AVO

  2. The Katydid system for compiling KEE applications to Ada

    Science.gov (United States)

    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.

  3. Compiling knowledge-based systems from KEE to Ada

    Science.gov (United States)

    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.

  4. 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)

    Science.gov (United States)

    1994-03-25

    Best Available Copy REPORT DOCUMENTATION PAGE _V -ONC Uft Xaf. WO -" Am u~~ ns~ 940325SI. 11352 , AVV: 94ddc5OO_3d. Compiler: DACS Sun SPARC/ aonais to...Manual for the Ada Proarammina Language, ANSI/MIL-STD-1815A, February 1983 and ISO 8652-1987. [Pro92] Ada Coupiler Validation Procedures, Version 3.1...objectives found to be irrelevant for the given Ada implementation. ISO International Organization for Standardization. LRM The Ada standard, or

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

    Science.gov (United States)

    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

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

    Science.gov (United States)

    White, W. A.

    1990-01-01

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

  7. Ada issues in implementing ART-Ada

    Science.gov (United States)

    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.

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

    Science.gov (United States)

    1990-11-12

    semaphores : 0.00 44858 Waiting on shared registers : 0.00 0 Waiting on A-registers/funct.units : 19.69 5551338711 Waiting on S-registers/funct.units...dependent bodies that implement the fundamental low-level primitives on which SR-3082 2.0 Cray Research, Inc. 73 Ada Program Runtime Model Cray Ada...operations provided by the runtime library are performed synchronously , with program execution suspended until the 1/O operation is complete. The

  9. Initial Ada components evaluation

    Science.gov (United States)

    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.

  10. Ada Compiler Validation Summary Report: Certificate Number: 940305W1. 11335 TLD Systems, Ltd. TLD Comanche VAX/i960 Ada Compiler System, Version 4.1.1 VAX Cluster under VMS 5.5 = Tronix JIAWG Execution Vehicle (i960MX) under TLD Real Time Executive, Version 4.1.1

    Science.gov (United States)

    1994-03-14

    Comanche VAX/i960 Ada Compiler System, Version 4.1.1 Host Computer System: Digital Local Area Network VAX Cluster executing on (2) MicroVAX 3100 Model 90...31 $MAX DIGITS 15 SmNx INT 2147483647 $MAX INT PLUS_1 2147483648 $MIN IN -2_147483648 A-3 MACR PARAMEERIS $NAME NO SUCH INTEGER TYPE $NAME LIST...nested generlcs are Supported and generics defined in libary units are pexitted. zt is not possible to pen ore a macro instantiation for a generic I

  11. ART-Ada design project, phase 2

    Science.gov (United States)

    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.

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

    Science.gov (United States)

    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

  13. [Is it pseudo-dementia? The validation of the Adas-Cog questionnaire in Hungary].

    Science.gov (United States)

    Drótos, Gergely; Pákáski, Magdolna; Papp, Edina; Kálmán, János

    2012-01-01

    The cognitive subscale of the Alzheimer's Disease Assessment Scale (ADAS-Cog) has been established internationally as an instrument for the assessment of treatment efficacy and cognitive performance in clinical trials. There is no data about the validity and characteristics of ADAS-Cog in Hungarian sample. This study is a part of the Hungarian standardization process of ADAS-Cog. It is crucial to examine the cognitive performance of patients with pseudodementia caused by depression (D) because of its' similarities with Alzheimer's disease (AK). The objective of the study was to analyze the characteristics of the cognitive subscale for further validation purposes. The study aimed at analyzing the ADAS-Cog performance of patients with D and AK in a Hungarian sample to make future studies more accurate through more exact differentiation between the two diseases. Fourty-seven normal elderly control (KNT) subjects, 66 AK patients and 39 patients with D participated in the study. The mental state and the severity of depressive symptoms of the participants were assessed by the means of ADAS-Cog, Mini Mental State Examination (MMSE) and Beck Depression Inventory. The ADAS-Cog is sensitive to the cognitive decline of the depressed group (sensitivity=69.2%, specificity=89.4%, AUC=0.868, p>0.001). While the performance of the two patient groups differed from the KNT, the groups are overlapping and the characteristic of the ROC curve and the optimal cut-off point (D:11.8; AK:12.1) indicates that the differentiation is mediocre. The results suggest that pseudodementia should be considered during the design of studies using ADASCog. Because the cognitive subscale can't accurately differentiate between AK and pseudodementia additional measures like BDI should be administered.

  14. Issues Involved in Developing Ada Real-Time Systems

    Science.gov (United States)

    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

  15. An Arabic Version of the Cognitive Subscale of the Alzheimer's Disease Assessment Scale (ADAS-Cog): Reliability, Validity, and Normative Data.

    Science.gov (United States)

    Ben Jemaa, Sonia; Attia Romdhane, Neila; Bahri-Mrabet, Amel; Jendli, Adel; Le Gall, Didier; Bellaj, Tarek

    2017-01-01

    The Alzheimer's Disease Assessment Scale's cognitive subscale (ADAS-Cog) is the most widely used instrument for screening cognitive dysfunction in Alzheimer's disease. The aim of the present study was to develop an Arabic version of this scale (A-ADAS-Cog), examine its psychometric properties (reliability and validity), and provide normative data. The A-ADAS-Cog), an Arabic version of the Mini-Mental State Examination (A-MMSE), and a Standardized Clinical Dementia Rating Scale (CDR) were administered to three Tunisian groups: 124 normal controls (NC), 33 patients with non-Alzheimer dementia (N-AD), and 25 patients with Alzheimer's disease (AD). The A-ADAS-Cog scores were significantly affected by age and education. A correction table was constructed to control these effects. The results showed that the A-ADAS-Cog has good internal consistency and reliability (α= 0.82 for AD). The test-retest reliability of the A-ADAS-Cog was stable over time (r = 0.97). An evaluation of the construct validity of the A-ADAS-Cog using principal component analysis led to a solution with three factors (memory, language and praxis), which explained 72% of the variance. The concurrent validity of the A-ADAS-Cog was established using the A-MMSE score (r = -0.86), CDR Sum of Boxes score (CDR-SB; r = 0.87), and global CDR score (CDR-Global; r = 0.74). Finally, the A-ADAS-Cog has an excellent discriminating power in the diagnosis of AD (ROC area = 0.92). A cut-off score of 10 (sensitivity = 84% and specificity = 91%) is indicated for the screening of the AD. Overall, the results indicated that the A-ADAS-Cog is psychometrically reliable and valid and provides promising results for screening of dementia in Arabic speaking patients.

  16. Ada Compiler Validation Summary Report: Certificate Number: 911107W1. 11228 Hewlett-Packard HP 9000 Series 700/800 Ada Compiler, Version 5.35 HP 9000 Series 800 Model 835 = HP 9000 Series 800 Model 835

    Science.gov (United States)

    1991-11-07

    OPTICWS ’The linker options of this Ada implementation, as described in this Appendix, are provided by the customer. unless specifically noted otherwise...Packard Company Print History The following table lists the printings of this document, together with the respective release dates for each edition. The

  17. AN ADA NAMELIST PACKAGE

    Science.gov (United States)

    Klumpp, A. R.

    1994-01-01

    generic packages follow the opening portion. The first generic package contains procedures that read and write objects of scalar type. The second contains subprograms that read and write one and two-dimensional arrays whose components are of scalar type and whose indices are of either of the two discrete types (integer or enumeration). Subprograms in the second package also read and write vector and matrix slices. The Ada Namelist ASCII text files are available on a 360k 5.25" floppy disk written on an IBM PC/AT running under the PC DOS operating system. The largest subprogram in the package requires 150k of memory. The package was developed using VAX Ada v. 1.5 under DEC VMS v. 4.5. It should be portable to any validated Ada compiler. The software was developed in 1989, and is a copyrighted work with all copyright vested in NASA.

  18. New control system: ADA softwares organization

    International Nuclear Information System (INIS)

    David, L.

    1992-01-01

    On VAX/VMS, ADA compiler is integrated in a workshop of ACS software engineering which allows a coherent development by control of source and executable programs, by separation of applications in various levels of visibility and by management of existing links between different modules of a same application. (A.B.)

  19. Adult Autism Subthreshold Spectrum (AdAS Spectrum): Validation of a questionnaire investigating subthreshold autism spectrum.

    Science.gov (United States)

    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 (pcriteria (FED 0 ) and those with one ASD symptom criterion (FED 1 ) , a gradient of severity in AdAS Spectrum scores from CTL subjects to ASD patients, across FED 0 , ASD 1 , FED 1 was shown. The AdAS Spectrum showed excellent internal consistency and test-retest reliability and strong convergent validity with alternative dimensional measures of ASD. The questionnaire performed differently among the three diagnostic groups and enlightened some significant effects of gender in the expression of autistic traits. Copyright © 2016 Elsevier Inc. All rights reserved.

  20. Development of the Korean version of Alzheimer's Disease Assessment Scale (ADAS-K).

    Science.gov (United States)

    Youn, J C; Lee, D Y; Kim, K W; Lee, J H; Jhoo, J H; Lee, K U; Ha, J; Woo, J I

    2002-09-01

    The purpose of this study was the development of the Korean Version of Alzheimer's Disease Assessment Scale (ADAS-K). ADAS-K was administrated to 84 AD patients as well as 105 non-demented control subjects. Three aspects of reliability were tested. To evaluate the validity of ADAS-K, discriminant validity and concurrent validity were tested. To evaluate the sensitivity of ADAS-K to disease severity, all subjects, AD patients and control subjects, were grouped by CDR scale and their mean scores on ADAS-K were compared. ADAS-K demonstrated high levels of reliability. Mean ADAS-K scores for AD patients were significantly different from the control group (p ADAS-K exhibited significant correlations with other tests and scales (range 0.45-0.85, p ADAS-K displayed high diagnostic efficacy and the optimal cut-off point was selected between 18/19. ADAS-K was able to discriminate the degree of AD severity according to CDR classification. Our results suggested that ADAS-K-cog was sensitive to very mild AD. We demonstrated that ADAS-K is a reliable and valid instrument not only for AD diagnosis but also for evaluation of its severity. Copyright 2002 John Wiley & Sons, Ltd.

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

    Science.gov (United States)

    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.

  2. The validity and reliability of the Turkish version of Alzheimer's Disease Assessment Scale-Cognitive Subscale (ADAS-Cog) in patients with mild and moderate Alzheimer's disease and normal subjects.

    Science.gov (United States)

    Mavioglu, H; Gedizlioglu, M; Akyel, S; Aslaner, T; Eser, E

    2006-03-01

    The cognitive subscale of the Alzheimer's Disease Assesment Scale (ADAS-Cog) is the most widely used test in clinical trials dealing with Alzheimer's disease (AD). The aim of this study was to investigate the validity and reliability of the Turkish version of ADAS-Cog. Twenty-nine patients with AD, fulfilling NINCDS-ADRDA criteria of probable AD, who were in stage 3-5 according to the Global Deterioration Scale (GDS), and 27 non-demented control subjects with similar age, gender and educational status were recruited for the study. The Turkish version of ADAS-Cog, Standardized Mini Mental Status Examination (MMSE) and Short Orientation-Memory-Concentration Test (SOMCT) were applied to both of the groups. Inter-rater reliability, internal consistency, test-retest reliability; face validity, differential validity and convergent validity were statistically analyzed. Both MMSE and ADAS-Cog have significantly differentiated patients with AD and control subjects (p ADAS-Cog scores in AD group (r: -0.739). ADAS-Cog was also highly significantly correlated with GDS (r: 0.720) and SOMCT (r: 0.738). For the group with AD, control and whole cohort coefficients of internal consistency, Cronbach's alpha: 0.800, 0.515, 0.873 were found respectively. Inter-rater reliability for total ADAS-Cog score was found as ICC: 0.99 and 0.98 and test-retest reliability was found as ICC: 0.91 and 0.95 for demented and nondemented subjects, respectively. The Turkish version of ADAS-Cog has been found to be highly reliable and valid in differentiating patients with mild and moderate AD from nondemented subjects.

  3. ART/Ada and CLIPS/Ada

    Science.gov (United States)

    Culbert, Chris

    1990-01-01

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

  4. Transforming AdaPT to Ada

    Science.gov (United States)

    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.

  5. Ada Compiler Validation Summary Report: Certificate Number 910705S1. 11192 InterAct Corporation InterAct Ada Mips Cross-Compiler System, Release 2.0 MicroVAX 3100 Cluster = Lockheed Sanders STAR MVP R3000/R3010 board (Bare Machine).

    Science.gov (United States)

    1991-07-31

    have floating-point type declarations requiring more digits than SYSTEM.MAXDIGITS: C24113L..Y (14 tests) C35705L..Y (14 tests) C357C6L..Y (14 tests...2_147_483_648..2_147_483_647; type FLOAT is digits 6 range -2#l.0#E128.. 2#0.IIIIIIIIIIIIIIIIIIIII#El28; type LONGFLOAT is digits 15 range -2#l.0#EI024.. 2...are instan- tated into libary packages or subprograms.) F-14 Appendix F of the Ada Reference Manual F.8.1. Address Clauses for Variables Address

  6. ADA1, a novel component of the ADA/GCN5 complex, has broader effects than GCN5, ADA2, or ADA3.

    OpenAIRE

    Horiuchi, J; Silverman, N; Piña, B; Marcus, G A; Guarente, L

    1997-01-01

    The ADA genes encode factors which are proposed to function as transcriptional coactivators. Here we describe the cloning, sequencing, and initial characterization of a novel ADA gene, ADA1. Similar to the previously isolated ada mutants, ada1 mutants display decreases in transcription from various reporters. Furthermore, ADA1 interacts with the other ADAs in the ADA/GCN5 complex as demonstrated by partial purification of the complex and immunoprecipitation experiments. We estimate that the c...

  7. The Alzheimer's Disease Assessment Scale-Cognitive-Plus (ADAS-Cog-Plus): an expansion of the ADAS-Cog to improve responsiveness in MCI.

    Science.gov (United States)

    Skinner, Jeannine; Carvalho, Janessa O; Potter, Guy G; Thames, April; Zelinski, Elizabeth; Crane, Paul K; Gibbons, Laura E

    2012-12-01

    The Alzheimer's Disease Assessment Scale cognitive subscale (ADAS-Cog) is widely used in AD, but may be less responsive to change when used in people with mild cognitive impairment (MCI). Participants from the Alzheimer's Disease Neuroimaging Initiative were administered a neuropsychological battery and 1.5 T MRI scans over 2-3 years. Informants were queried regarding functional impairments. Some participants had lumbar punctures to obtain cerebrospinal fluid (CSF). We added executive functioning (EF) and functional ability (FA) items to the ADAS-Cog to generate candidate augmented measures. We calibrated these candidates using baseline data (n = 811) and selected the best candidate that added EF items alone and that added EF and FA items. We selected candidates based on their responsiveness over three years in a training sample of participants with MCI (n = 160). We compared traditional ADAS-Cog scores with the two candidates based on their responsiveness in a validation sample of participants with MCI (n = 234), ability to predict conversion to dementia (n = 394), strength of association with baseline MRI (n = 394) and CSF biomarkers (n = 193). The selected EF candidate added category fluency (ADAS Plus EF), and the selected EF and FA candidate added category fluency, Digit Symbol, Trail Making, and five items from the Functional Assessment Questionnaire (ADAS Plus EF&FA). The ADAS Plus EF& FA performed as well as or better than traditional ADAS-Cog scores. Adding EF and FA items to the ADAS-Cog may improve responsiveness among people with MCI without impairing validity.

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

    Science.gov (United States)

    Lee, S. Daniel; Allen, Bradley P.

    1991-01-01

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

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

    Science.gov (United States)

    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.

  10. Monuments on Gemiler Ada and Karacaören Ada

    OpenAIRE

    Masuda, Tomoyuki

    1995-01-01

    Contents : 1. Church I on Gemiler Ada, 2. Church II on Gemiler Ada, 3. Church III on Gemiler Ada, 4. Church IV on Gemiler Ada, 5. Basilica on Karacaören Ada, 6. Painted Tomb on Karacaören Ada, 7. The Baptistery and the Chronology of Construction of the Karacaören Ada Basilica Complex, 8. Ölüdeniz Beach Basilica, 9. Iskender Basilica on Ölüdeniz Lagoon, 10. Mustafa Basilica near Beştaş Cove.

  11. Classic-Ada(TM)

    Science.gov (United States)

    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.

  12. A study of the portability of an Ada system in the software engineering laboratory (SEL)

    Science.gov (United States)

    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.

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

    Science.gov (United States)

    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

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

    Science.gov (United States)

    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

  15. Adaptation and validation of the Alzheimer's Disease Assessment Scale - Cognitive (ADAS-Cog) in a low-literacy setting in sub-Saharan Africa.

    Science.gov (United States)

    Paddick, Stella-Maria; Kisoli, Aloyce; Mkenda, Sarah; Mbowe, Godfrey; Gray, William Keith; Dotchin, Catherine; Ogunniyi, Adesola; Kisima, John; Olakehinde, Olaide; Mushi, Declare; Walker, Richard William

    2017-08-01

    This study aimed to assess the feasibility of a low-literacy adaptation of the Alzheimer's Disease Assessment Scale - Cognitive (ADAS-Cog) for use in rural sub-Saharan Africa (SSA) for interventional studies in dementia. No such adaptations currently exist. Tanzanian and Nigerian health professionals adapted the ADAS-Cog by consensus. Validation took place in a cross-sectional sample of 34 rural-dwelling older adults with mild/moderate dementia alongside 32 non-demented controls in Tanzania. Participants were oversampled for lower educational level. Inter-rater reliability was conducted by two trained raters in 22 older adults (13 with dementia) from the same population. Assessors were blind to diagnostic group. Median ADAS-Cog scores were 28.75 (interquartile range (IQR), 22.96-35.54) in mild/moderate dementia and 12.75 (IQR 9.08-16.16) in controls. The area under the receiver operating characteristic curve (AUC) was 0.973 (95% confidence interval (CI) 0.936-1.00) for dementia. Internal consistency was high (Cronbach's α 0.884) and inter-rater reliability was excellent (intra-class correlation coefficient 0.905, 95% CI 0.804-0.964). The low-literacy adaptation of the ADAS-Cog had good psychometric properties in this setting. Further evaluation in similar settings is required.

  16. Computer Program Development Specification for Ada Integrated Environment. Ada Compiler Phases B5-AIE (1). COMP (1).

    Science.gov (United States)

    1982-11-05

    INTERMETRICS INCORPORATED * 733 CONCORD AVENUE e CAMBRIDGE, MASSACHUSETTS 02138 1 6171 861-1340 B5-AIE(l) .COt4P(1) SET U _j ISTING AST.’ ISTINGDIN...header EZMAP DS A-OAMAP ’ address of exception handler map -- Code (instructions and literals) follows BODY ZQU * entry point to the unit Ist ...exceed a figure to be determined. (3) VIH limits the compiler to 200 subdomains accessible at once. This limits the number of units that may be WITHd

  17. Formal methods in the design of Ada 1995

    Science.gov (United States)

    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

  18. Ada Compiler Validation Summary Report: Certificate Number: 890804S1.10141 Loral/Rolm Mil-Spec Computers ADE, Revision 3.01 MV 10000 Host and HAWK/32 Target

    Science.gov (United States)

    1989-08-04

    undersigned, representing /-- /Wz agree that as part of the joint Marketing Agreement between Rolm Mil-Spec and Data General for the Ada Development...the assembly (e wkhout the pragma. Source Code in the folowing emaple, prama NLINE applie to all tb calls to SQUARE in WrrH INLINF. procedure WITH

  19. Software tools to aid Pascal and Ada program design

    Energy Technology Data Exchange (ETDEWEB)

    Jankowitz, H.T.

    1987-01-01

    This thesis describes a software tool which analyses the style and structure of Pascal and Ada programs by ensuring that some minimum design requirements are fulfilled. The tool is used in much the same way as a compiler is used to teach students the syntax of a language, only in this case issues related to the design and structure of the program are of paramount importance. The tool operates by analyzing the design and structure of a syntactically correct program, automatically generating a report detailing changes that need to be made in order to ensure that the program is structurally sound. The author discusses how the model gradually evolved from a plagiarism detection system which extracted several measurable characteristics in a program to a model that analyzed the style of Pascal programs. In order to incorporate more-sophistical concepts like data abstraction, information hiding and data protection, this model was then extended to analyze the composition of Ada programs. The Ada model takes full advantage of facilities offered in the language and by using this tool the standard and quality of written programs is raised whilst the fundamental principles of program design are grasped through a process of self-tuition.

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

    Science.gov (United States)

    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.

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

    Science.gov (United States)

    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 (pADA activities (R(2)=0.589, pADA 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. [Diagnostic value and functional correlations of the ADAS-Cog scale in Alzheimer's disease: data on NORMACODEM project].

    Science.gov (United States)

    Monllau, A; Pena-Casanova, J; Blesa, R; Aguilar, M; Bohm, P; Sol, J M; Hernandez, G

    2007-10-01

    The aims of this study were to assess the criterion validity of Alzheimer's Disease Assessment Scale (ADAS) and its cognitive subscale (ADAS-Cog) for the diagnosis of Alzheimer's disease (AD), and to determine their different cut-off scores and sensitivity and specificity values. In addition, we also attempted to study the possible correlations between cognitive scores (ADAS) and functional measures. 451 subjects were studied (254 controls, 86 subjects with mild cognitive impairment and 111 patients with AD). ADAS total score was obtained by adding the cognitive (ADAS-Cog) and non-cognitive (ADAS-Nocog) scales. Scores were adjusted for age and formal education. For assessing the possible correlation between cognitive and functional measures, the following instruments were administered: Rapid Disability Rating Scale-2 (RDRS-2), Blessed Dementia Rating Scale (BDRS) and the Interview for the Deterioration of Daily Living in Dementia (IDDD). ROC curves and Pearson correlation coefficient. ADAS best cut-off score for dementia was > or = 17 providing sensitivity and specificity values of 90.09% and 85.88 % respectively, while for the ADAS-Cog best cut-off score was > or = 12 with sensitivity and specificity values of 89.19 % and 88.53 % respectively. In both cases scores were adjusted for age and formal education. The area under the ROC curve was 0.95 and 0.94 respectively. Highly significant correlations were found for ADAS and 19 ADAS-Cog with the functional scales studied. Both, ADAS and ADAS-Cog report good validity in terms of sensitivity, specificity and as predictive value for AD. Moreover, significant correlations were found between the functional impairment observed in patients with AD and the overall scores achieved in the ADAS and ADAS-Cog.

  3. Ada (Trade Name) Compiler Validation Summary Report. OASYS, OASYS VADS Ada Compiler, Version 1.7 InterPro 32 (NSC 32000).

    Science.gov (United States)

    1986-06-19

    C148008A CA3005A throueh CA3005D (14 tests) 85120011 C14A015A CE2107E BC32014C C92005A C35904A C940OACA See Appendix D for the eat descriptions. 3.5...constant NAME :a ipro sysv; STORAGE UNIT : constant :a 8; MEMORY SIZE c onstant :a 16 77 14; - System-Dependent Named N- ubers MIN INT : constant : -2

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

    Science.gov (United States)

    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

  5. ADA5/SPT20 links the ADA and SPT genes, which are involved in yeast transcription.

    OpenAIRE

    Marcus, G A; Horiuchi, J; Silverman, N; Guarente, L

    1996-01-01

    In this report we described the cloning and characterization of ADA5, a gene identified by resistance to GAL4-VP16-mediated toxicity. ADA5 binds directly to the VP16 activation domain but not to a transcriptionally defective VP16 double point mutant. Double mutants with mutations in ada5 and other genes (ada2 or ada3) isolated by resistance to GAL4-VP16 grow like ada5 single mutants, suggesting that ADA5 is in the same pathway as the other ADA genes. Further, ADA5 cofractionates and coprecipi...

  6. Ada 9X overview

    Science.gov (United States)

    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.

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

    Science.gov (United States)

    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.

  8. Ada To X-Window Bindings

    Science.gov (United States)

    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.

  9. The ADAS-Cog revisited: novel composite scales based on ADAS-Cog to improve efficiency in MCI and early AD trials.

    Science.gov (United States)

    Raghavan, Nandini; Samtani, Mahesh N; Farnum, Michael; Yang, Eric; Novak, Gerald; Grundman, Michael; Narayan, Vaibhav; DiBernardo, Allitia

    2013-02-01

    The Alzheimer's Disease Assessment Scale-Cognitive (ADAS-Cog) has been used widely as a cognitive end point in Alzheimer's Disease (AD) clinical trials. Efforts to treat AD pathology at earlier stages have also used ADAS-Cog, but failure in these trials can be difficult to interpret because the scale has well-known ceiling effects that limit its use in mild cognitive impairment (MCI) and early AD. A wealth of data exists in ADAS-Cog from both historical trials and contemporary longitudinal natural history studies that can provide insights about parts of the scale that may be better suited for MCI and early AD trials. Using Alzheimer's Disease Neuroimaging Initiative study data, we identified the most informative cognitive measures from the ADAS-Cog and other available scales. We used cross-sectional analyses to characterize trajectories of ADAS-Cog and its individual subscales, as well as other cognitive, functional, or global measures across disease stages. Informative measures were identified based on standardized mean of 2-year change from baseline and were combined into novel composite endpoints. We assessed performance of the novel endpoints based on sample size requirements for a 2-year clinical trial. A bootstrap validation procedure was also undertaken to assess the reproducibility of the standardized mean changes of the selected measures and the corresponding composites. All proposed novel endpoints have improved standardized mean changes and thus improved statistical power compared with the ADAS-Cog 11. Further improvements were achieved by using cognitive-functional composites. Combining the novel composites with an enrichment strategy based on cerebral spinal fluid beta-amyloid (Aβ(1-42)) in a 2-year trial yielded gains in power of 20% to 40% over ADAS-Cog 11, regardless of the novel measure considered. An empirical, data-driven approach with existing instruments was used to derive novel composite scales based on ADAS-Cog 11 with improved performance

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

    International Nuclear Information System (INIS)

    1985-10-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

  11. Ada in AI or AI in Ada. On developing a rationale for integration

    Science.gov (United States)

    Collard, Philippe E.; Goforth, Andre

    1988-01-01

    The use of Ada as an Artificial Intelligence (AI) language is gaining interest in the NASA Community, i.e., by parties who have a need to deploy Knowledge Based-Systems (KBS) compatible with the use of Ada as the software standard for the Space Station. A fair number of KBS and pseudo-KBS implementations in Ada exist today. Currently, no widely used guidelines exist to compare and evaluate these with one another. The lack of guidelines illustrates a fundamental problem inherent in trying to compare and evaluate implementations of any sort in languages that are procedural or imperative in style, such as Ada, with those in languages that are functional in style, such as Lisp. Discussed are the strengths and weakness of using Ada as an AI language and a preliminary analysis provided of factors needed for the development of criteria for the integration of these two families of languages and the environments in which they are implemented. The intent for developing such criteria is to have a logical rationale that may be used to guide the development of Ada tools and methodology to support KBS requirements, and to identify those AI technology components that may most readily and effectively be deployed in Ada.

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

    Science.gov (United States)

    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

  13. 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.

    Science.gov (United States)

    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

  14. Revising the ADAS-cog for a more accurate assessment of cognitive impairment.

    Science.gov (United States)

    Wouters, Hans; van Gool, Willem A; Schmand, Ben; Lindeboom, Robert

    2008-01-01

    To examine whether it is appropriate to sum the cognitive part of the Alzheimer Disease Assessment Scale (ADAS-cog) items to assess cognitive impairment. This assumes items to have (1) equal measurement precision and (2) hierarchically ordered categories. Rasch analysis on the basis of pooled data from 3 Randomized Controlled Trials was used to examine these assumptions and to estimate each patient's level of impairment. Analyses were replicated in an independent sample. The original ADAS-cog scoring did not fit the Rasch Model and did not reliably distinguish between impairment levels. Patients with equal test scores had different impairment levels. Similarly, patients with different test scores could have the same impairment level. Revising the ADAS-cog by (1) weighting the items by their measurement precision and (2) collapsing nonhierarchical item categories resulted in good fit and a valid one to one correspondence between sum scores and estimated impairment levels. This revealed that equal differences in ADAS-cog scores did not reflect equal differences in impairment level along the test's score range. It is appropriate to summate the ADAS-cog items provided that the items are weighted and have their categories hierarchically ordered.

  15. Righting the ADA

    Science.gov (United States)

    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…

  16. Object-oriented programming with mixins in Ada

    Science.gov (United States)

    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.

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

    Science.gov (United States)

    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.

  18. Three sides of the same coin: measuring global cognitive impairment with the MMSE, ADAS-cog and CAMCOG.

    Science.gov (United States)

    Wouters, Hans; van Gool, Willem A; Schmand, Ben; Zwinderman, Aeilko H; Lindeboom, Robert

    2010-08-01

    The total scores of the ADAS-cog, MMSE and CAMCOG, comprising various cognitive tasks, are widely used to measure a dimension of global cognitive impairment. It is unknown, however, whether this dimension is common to these instruments. This hampers comparisons when either of these instruments is used. The extent to which these instruments share a common dimension of global cognitive impairment and how their scores relate was examined. Rasch analysis of CAMCOG and MMSE data of participants from a population based study and two memory clinics pooled with ADAS-cog and MMSE data of participants from three RCTs (overall N = 1566) to estimate a common dimension of global cognitive impairment and to examine the goodness of fit of the individual items to this dimension. Using the estimated common dimension of global cognitive impairment, the total scores of the instruments could be related, e.g. a mean level of global cognitive impairment corresponded to a predicted score of 11.4 (ADAS-cog), 72.6 (CAMCOG) and 22.2 (MMSE). When revised according to The Rasch validity analyses, every individual item could be fitted to the dimension. The MMSE, ADAS-cog and CAMCOG reflect a valid common dimension of global cognitive impairment, which enables comparisons of RCTs that use the ADAS-cog and observational studies that use the CAMCOG and MMSE.

  19. Ada--Programming Language of the Future.

    Science.gov (United States)

    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)

  20. [Validation of the Hungarian version of Alzheimer's Disease Assessment Scale-Cognitive Subscale (ADAS-Cog) in patients with mild cognitive impairment].

    Science.gov (United States)

    Papp, Edina; Pákáski, Magdolna; Drótos, Gergely; Kálmán, János

    2012-01-01

    Early recognition of mild cognitive impairment (MCI) has increasing clinical relevance in the treatment process of dementia, since it is considered as prodromal period. A great variety of instruments have been developed for measuring cognitive performance of the demented patients. The cognitive subscale of the Alzheimer's Disease Assessment Scale (ADAS-Cog) is one of the most frequently applied instrument to determine the severity of dementia and the efficiency of pharmacotherapy. The aim of this study is to examine the sensitivity parameters of the Hungarian ADAS-Cog in differentiating healthy elderly from MCI patients, furthermore to compare the sociodemographic data of the two groups. Fourty-five patients with MCI and 47 healthy subjects (HS) participated in the study. Their age variated between 52 and 88 years, the mean age was 68.8 (standard deviation=8.6). The mean of the years of education was 11.8 (standard deviation=3.5). Mental state was determined by ADAS-Cog and Mini-Mental State Examination (MMSE) and Beck Depression Inventory (BDI) was used to exclude depression. Data analysis was performed with SPSS 17. There were no significant differences between the two groups considering the sociodemographic data. The total score of ADAS-Cog is the most sensitive index (AUC: 0.875, sensitivity: 95.6%) for determining MCI, although the ratio of false positive cases was very high (specificity: 70.2%). The cut-off scores of the ADAS-Cog in the Hungarian sample were higher than the findings in previous researches. Positive correlation between age and ADAS-Cog total score was only significant in the HS group. On the other hand, negative correlation was found between education and ADAS-Cog total score in the MCI group. These results indicate that the currently used Hungarian ADAS-Cog is able to distinguish between MCI patients and HS groups. However, the adaptation of the Hungarian version will be necessary during the further standardization process including the

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

    Science.gov (United States)

    Jones, Robert E.; Liberman, Eugene M.

    1992-01-01

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

  2. Ada Compiler Validation Summary Report: Certificate Number: 940630W1. 11360, Radional Software Corporation, VADSself for DEC Alpha AXP OSF/1, Product Number: 2100-01439, Version 6.2, DEC 3000 Model 500 AXP under OSF/1, V1.3

    Science.gov (United States)

    1994-07-21

    for the task’s type. The address of an ADA KRN DEFS.TASK ATTR T record is the argument of the piagma and- is passed to the underlying microkernel at...task creation. The task attributes are microkernel dependent. See ada krn defs.a in standard for the type definition of TASK ATTR T and the different...ENDIAN, BIG _4DIAN BYTE-ORDER: constant BYTE ORDER T :- LITTLEENDIAN; type L4 _ADDRESS is private; NO_ LONG_ADDR : constant 10CG_ADDRESS; function

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

    International Nuclear Information System (INIS)

    1990-09-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. QUEST/Ada (Query Utility Environment for Software Testing of Ada): The development of a prgram analysis environment for Ada, task 1, phase 2

    Science.gov (United States)

    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.

  5. The OPEN-ADAS Approach to Atomic Data Provision

    Energy Technology Data Exchange (ETDEWEB)

    O' Mullane, M [University of Strathclyde, Department of Physics, Glasgow (United Kingdom)

    2011-11-15

    Dr O'Mullane of University of Strathclyde presented an overview of the ADAS project (Atomic Data and Analysis Structure, http://www.adas.ac.uk/) and of OPEN-ADAS (http://open.adas.ac.uk/). ADAS is maintained as a self-funding consortium of fusion laboratories. The project provides an interconnected set of computer codes and data collections for modeling the radiating properties of ions and atoms in plasmas. The ADAS data fall into 3 broad classes: 1) Fundamental data such as A- values, cross-sections and effective collision strengths obtained from ADAS collaborators, the literature or data centres. 2) Derived data processed for modeling such as electron temperature and density dependent effective emission coefficients, effective ionization/recombination rates, radiated power and spectral emissivities. 3) Driver data which allow complete regeneration of all ADAS derived data in conjunction with the various ADAS codes. ADAS data uses high quality data as well as baseline data for fall-back when high quality data is not available. The data is mostly embedded in codes and the update without expert help is problematic. The ADAS data formats (adf) are precisely defined and Fortran codes are supplied to read the data sets for easy access. IDL can be used for interactive manipulation. The OPEN-ADAS project is a joint development between the ADAS Project and the IAEA to make the extensive fundamental and derived atomic data for fusion more widely available. It is designed to appeal to both plasma modelers and those interested in the detailed atomic physics. It has been searchable through the Google Scholar and appears in citations, which gives greater visibility and credits to the data producers. The OPEN-ADAS server was replaced due to a series of attacks since June 2011 and was off-line for 8 weeks. The new service removed the registration requirement and hence the user statistics is limited.

  6. The OPEN-ADAS Approach to Atomic Data Provision

    International Nuclear Information System (INIS)

    O'Mullane, M.

    2011-01-01

    Dr O'Mullane of University of Strathclyde presented an overview of the ADAS project (Atomic Data and Analysis Structure, http://www.adas.ac.uk/) and of OPEN-ADAS (http://open.adas.ac.uk/). ADAS is maintained as a self-funding consortium of fusion laboratories. The project provides an interconnected set of computer codes and data collections for modeling the radiating properties of ions and atoms in plasmas. The ADAS data fall into 3 broad classes: 1) Fundamental data such as A- values, cross-sections and effective collision strengths obtained from ADAS collaborators, the literature or data centres. 2) Derived data processed for modeling such as electron temperature and density dependent effective emission coefficients, effective ionization/recombination rates, radiated power and spectral emissivities. 3) Driver data which allow complete regeneration of all ADAS derived data in conjunction with the various ADAS codes. ADAS data uses high quality data as well as baseline data for fall-back when high quality data is not available. The data is mostly embedded in codes and the update without expert help is problematic. The ADAS data formats (adf) are precisely defined and Fortran codes are supplied to read the data sets for easy access. IDL can be used for interactive manipulation. The OPEN-ADAS project is a joint development between the ADAS Project and the IAEA to make the extensive fundamental and derived atomic data for fusion more widely available. It is designed to appeal to both plasma modelers and those interested in the detailed atomic physics. It has been searchable through the Google Scholar and appears in citations, which gives greater visibility and credits to the data producers. The OPEN-ADAS server was replaced due to a series of attacks since June 2011 and was off-line for 8 weeks. The new service removed the registration requirement and hence the user statistics is limited.

  7. Ada & the Analytical Engine.

    Science.gov (United States)

    Freeman, Elisabeth

    1996-01-01

    Presents a brief history of Ada Byron King, Countess of Lovelace, focusing on her primary role in the development of the Analytical Engine--the world's first computer. Describes the Ada Project (TAP), a centralized World Wide Web site that serves as a clearinghouse for information related to women in computing, and provides a Web address for…

  8. Atomic Data and Modelling for Fusion: the ADAS Project

    International Nuclear Information System (INIS)

    Summers, H. P.; O'Mullane, M. G.

    2011-01-01

    The paper is an update on the Atomic Data and Analysis Structure, ADAS, since ICAM-DATA06 and a forward look to its evolution in the next five years. ADAS is an international project supporting principally magnetic confinement fusion research. It has participant laboratories throughout the world, including ITER and all its partner countries. In parallel with ADAS, the ADAS-EU Project provides enhanced support for fusion research at Associated Laboratories and Universities in Europe and ITER. OPEN-ADAS, sponsored jointly by the ADAS Project and IAEA, is the mechanism for open access to principal ADAS atomic data classes and facilitating software for their use. EXTENDED-ADAS comprises a variety of special, integrated application software, beyond the purely atomic bounds of ADAS, tuned closely to specific diagnostic analyses and plasma models.The current scientific content and scope of these various ADAS and ADAS related activities are briefly reviewed. These span a number of themes including heavy element spectroscopy and models, charge exchange spectroscopy, beam emission spectroscopy and special features which provide a broad baseline of atomic modelling and support. Emphasis will be placed on 'lifting the fundamental data baseline'--a principal ADAS task for the next few years. This will include discussion of ADAS and ADAS-EU coordinated and shared activities and some of the methods being exploited.

  9. 49 CFR 37.123 - ADA paratransit eligibility: Standards.

    Science.gov (United States)

    2010-10-01

    ... 49 Transportation 1 2010-10-01 2010-10-01 false ADA paratransit eligibility: Standards. 37.123... INDIVIDUALS WITH DISABILITIES (ADA) Paratransit as a Complement to Fixed Route Service § 37.123 ADA... complementary paratransit service shall provide the service to the ADA paratransit eligible individuals...

  10. 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

    Science.gov (United States)

    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.

  11. Evolving impact of Ada on a production software environment

    Science.gov (United States)

    Mcgarry, F.; Esker, L.; Quimby, K.

    1988-01-01

    Many aspects of software development with Ada have evolved as our Ada development environment has matured and personnel have become more experienced in the use of Ada. The Software Engineering Laboratory (SEL) has seen differences in the areas of cost, reliability, reuse, size, and use of Ada features. A first Ada project can be expected to cost about 30 percent more than an equivalent FORTRAN project. However, the SEL has observed significant improvements over time as a development environment progresses to second and third uses of Ada. The reliability of Ada projects is initially similar to what is expected in a mature FORTRAN environment. However, with time, one can expect to gain improvements as experience with the language increases. Reuse is one of the most promising aspects of Ada. The proportion of reusable Ada software on our Ada projects exceeds the proportion of reusable FORTRAN software on our FORTRAN projects. This result was noted fairly early in our Ada projects, and experience shows an increasing trend over time.

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

    Science.gov (United States)

    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...

  13. OLDER DRIVERS AND ADAS

    Directory of Open Access Journals (Sweden)

    Ragnhild J. DAVIDSE

    2006-01-01

    Next, based on the available literature, relevant ADAS are discussed in terms of their availability, their effects on safety and the willingness of older drivers to use and buy them. One of the conclusions is that only very few of the types of support that are thought to be most beneficial to the safety of older drivers are provided by the ADAS that are currently available.

  14. Parallel Ada benchmarks for the SVMS

    Science.gov (United States)

    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.

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

    Science.gov (United States)

    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.

  16. Restoring balance to B cells in ADA deficiency.

    Science.gov (United States)

    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.

  17. ADA members weigh in on critical issues.

    Science.gov (United States)

    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.

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

    Science.gov (United States)

    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.

  19. Ada Namelist Package

    Science.gov (United States)

    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.

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

    Science.gov (United States)

    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. AN ADA LINEAR ALGEBRA PACKAGE MODELED AFTER HAL/S

    Science.gov (United States)

    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.

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

    Science.gov (United States)

    1983-05-01

    GLENN DOCUMENT NUMBER: 3268 TYPE: JOURNAL ARTICLE .5-., SCIENCE VOL 215 ISSUE 34 PP. 775-779S In this article, two principal themes are observed in...AINST LANAN RD NAY 83 ND9S-8-C-936 UNCLASSIFIED F/6 12/5 ML -4.4 ’-4-4----" ’°p..l i . d N N L. 131 t ’ll /II~ Ada Bibliography Volume I 95 𔃾- This...BUDAPEST,HUNGARY 4102 -01 ON THE TYPE CONCEPT OF ADA 6224 -03 UNORTHOGONALITIES IN THE IDENTIFICATION RULES IN ADA BACON, GLENN , IBM SANTA TERESA LABS

  3. Toward the efficient implementation of expert systems in Ada

    Science.gov (United States)

    Lee, S. Daniel

    1990-01-01

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

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

    Science.gov (United States)

    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.

  5. A Comparison of Ada 83 and C++

    Science.gov (United States)

    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

  6. 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

    Science.gov (United States)

    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.

  7. Multiprocessor performance modeling with ADAS

    Science.gov (United States)

    Hayes, Paul J.; Andrews, Asa M.

    1989-01-01

    A graph managing strategy referred to as the Algorithm to Architecture Mapping Model (ATAMM) appears useful for the time-optimized execution of application algorithm graphs in embedded multiprocessors and for the performance prediction of graph designs. This paper reports the modeling of ATAMM in the Architecture Design and Assessment System (ADAS) to make an independent verification of ATAMM's performance prediction capability and to provide a user framework for the evaluation of arbitrary algorithm graphs. Following an overview of ATAMM and its major functional rules are descriptions of the ADAS model of ATAMM, methods to enter an arbitrary graph into the model, and techniques to analyze the simulation results. The performance of a 7-node graph example is evaluated using the ADAS model and verifies the ATAMM concept by substantiating previously published performance results.

  8. Ada and its impact on the scientific user

    International Nuclear Information System (INIS)

    Marty, R.

    1982-01-01

    The Ada programming language is the result of a collective effort to design a common language for programming real-time systems. The design of Ada was initiated by the United States Department of Defense (DoD) in 1975. Ada combines facilities found in most classical languages like Fortran, PL/I, Pascal, and Basic together with many features formerly found only in experimental languages. It is argued that these features make Ada a very decent tool not only for writing real-time programs but also for the development of software in the scientific sector. (orig.)

  9. ADAS: Atomic data, modelling and analysis for fusion

    International Nuclear Information System (INIS)

    Summers, H. P.; O'Mullane, M. G.; Whiteford, A. D.; Badnell, N. R.; Loch, S. D.

    2007-01-01

    The Atomic Data and Analysis Structure, ADAS, comprises extensive fundamental and derived atomic data collections, interactive codes for the manipulation and generation of collisional-radiative data and models, off-line codes for large scale fundamental atomic data production and codes for diagnostic analysis in the fusion and astrophysical environments. ADAS data are organized according to precise specifications, tuned to application and are assigned to numbered ADAS data formats. Some of these formats contain very large quantities of data and some have achieved wide-scale adoption in the fusion community.The paper focuses on recent extensions of ADAS designed to orient ADAS to the needs of ITER. The issue of heavy atomic species, expected to be present as ITER wall and divertor materials, dopants or control species, will be addressed with a view to the economized handling of the emission and ionisation state data needed for diagnostic spectral analysis. Charge exchange and beam emission spectroscopic capabilities and developments in ADAS will be reviewed from an ITER perspective and in the context of a shared analysis between fusion laboratories. Finally an overview and summary of current large scale fundamental data production in the framework of the ADAS project will be given and its intended availability in both fusion and astrophysics noted

  10. Validation study of the Alzheimer's disease assessment scale-cognitive subscale (ADAS-Cog) for the Portuguese patients with mild cognitive impairment and Alzheimer's disease.

    Science.gov (United States)

    Nogueira, Joana; Freitas, Sandra; Duro, Diana; Almeida, Jorge; Santana, Isabel

    2018-03-23

    The Alzheimer's disease assessment scale-Cognitive Subscale (ADAS-Cog) is a battery to assess cognitive performance in Alzheimer's disease (AD) and was developed according to the core characteristics of cognitive decline in AD: memory, language, praxis, constructive ability, and orientation. The aim of this study was to explore the diagnostic accuracy and discriminative capacity of the ADAS-Cog for Mild Cognitive Impairment (MCI) and AD, using cut-off points for the Portuguese population. The European Portuguese version of the ADAS-Cog was administrated to 650 participants, divided into a control group (n = 210), an MCI group (n = 240), and an AD group (n = 200). The clinical groups fulfilled standard international diagnostic criteria. Controls were healthy cognitive participants actively integrated in the community. The neuropsychological assessment protocol included the ADAS-Cog, the Mini Mental State Examination (MMSE), the Montreal Cognitive Assessment (MoCA), and the Adults and Older Adults Functional Assessment Inventory (IAFAI). The ADAS-Cog revealed good psychometric indicators, and the total scores were significantly different between the three groups (p  9 points (AUC = .835; sensitivity = 58% and specificity = 91%) and AD > 12 points (AUC = .996; sensitivity = 94% and specificity = 98%). Our findings confirmed the capacity of the ADAS-Cog total score to identify cognitive impairment in AD patients, with poor sensitivity for MCI, in a Portuguese cohort.

  11. Experiences with Ada in an embedded system

    Science.gov (United States)

    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.

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

    Science.gov (United States)

    Liberman, Eugene M.; Jones, Robert E.

    1991-01-01

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

  13. GRODY - GAMMA RAY OBSERVATORY DYNAMICS SIMULATOR IN ADA

    Science.gov (United States)

    Stark, M.

    1994-01-01

    analyst can send results output in graphical or tabular form to a terminal, disk, or hardcopy device, and can choose to have any or all items plotted against time or against each other. Goddard researchers developed GRODY on a VAX 8600 running VMS version 4.0. For near real time performance, GRODY requires a VAX at least as powerful as a model 8600 running VMS 4.0 or a later version. To use GRODY, the VAX needs an Ada Compilation System (ACS), Code Management System (CMS), and 1200K memory. GRODY is written in Ada and FORTRAN.

  14. Autoimmune dysregulation and purine metabolism in adenosine deaminase (ADA-deficiency

    Directory of Open Access Journals (Sweden)

    Aisha Vanessa Sauer

    2012-08-01

    Full Text Available Genetic defects in the adenosine deaminase (ADA gene are among the most common causes for severe combined immunodeficiency (SCID. ADA-SCID patients suffer from lymphopenia, severely impaired cellular and humoral immunity, failure to thrive and recurrent infections. Currently available therapeutic options for this otherwise fatal disorder include bone marrow transplantation (BMT, enzyme replacement therapy with bovine ADA (PEG-ADA or hematopoietic stem cell gene therapy (HSC-GT. Although varying degrees of immune reconstitution can be achieved by these treatments, breakdown of tolerance is a major concern in ADA-SCID. Immune dysregulation such as autoimmune hypothyroidism, diabetes mellitus, hemolytic anemia, and immune thrombocytopenia are frequently observed in milder forms of the disease. However, several reports document similar complications also in patients on long-term PEG-ADA and after BMT or GT treatment.A skewed repertoire and decreased immune functions have been implicated in autoimmunity observed in certain B-cell and/or T-cell immunodeficiencies, but it remains unclear to what extent specific mechanisms of tolerance are affected in ADA deficiency. Herein we provide an overview about ADA-SCID and the autoimmune manifestations reported in these patients before and after treatment. We also assess the value of the ADA-deficient mouse model as a useful tool to study both immune and metabolic disease mechanisms. With focus on regulatory T and B cells we discuss the lymphocyte subpopulations particularly prone to contribute to the loss of self-tolerance and onset of autoimmunity in ADA deficiency. Moreover we address which aspects of immune dysregulation are specifically related to alterations in purine metabolism caused by the lack of ADA and the subsequent accumulation of metabolites with immunomodulatory properties.

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

    Science.gov (United States)

    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.

  16. Programming in a proposed 9X distributed Ada

    Science.gov (United States)

    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.

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

    Science.gov (United States)

    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.

  18. Towards a formal semantics for Ada 9X

    Science.gov (United States)

    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.

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

    Science.gov (United States)

    1986-02-01

    access to shared resources by concurrently callable procedures. Both rely on queues to achieve serialization, but calls on monitor procedures are...DOCUMENT CITATIONS ADA AS A PROGRAM DESCRIPTION LANGUAGE (PDL): A PROJECT SOFTW ARE MANAGEMENT PERSPECTIVE BOND , RODNEY M. DOCUMENT NUMBER: 6141 TYPE...HONEYWELL BULL-RESEARCH CTR,GRENOBLE,CEDEX,FRANCE 2548 -01 ADA, ABSTRACT DATA TYPES AND DISTRIBUTED DATABASES TRANSACTIONS BOND , RODNEYM., NONAFFILIATED 6141

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

    Science.gov (United States)

    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. Examining the reliability of ADAS-Cog change scores.

    Science.gov (United States)

    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.

  2. Design of methodology for incremental compiler construction

    Directory of Open Access Journals (Sweden)

    Pavel Haluza

    2011-01-01

    Full Text Available The paper deals with possibilities of the incremental compiler construction. It represents the compiler construction possibilities for languages with a fixed set of lexical units and for languages with a variable set of lexical units, too. The methodology design for the incremental compiler construction is based on the known algorithms for standard compiler construction and derived for both groups of languages. Under the group of languages with a fixed set of lexical units there belong languages, where each lexical unit has its constant meaning, e.g., common programming languages. For this group of languages the paper tries to solve the problem of the incremental semantic analysis, which is based on incremental parsing. In the group of languages with a variable set of lexical units (e.g., professional typographic system TEX, it is possible to change arbitrarily the meaning of each character on the input file at any time during processing. The change takes effect immediately and its validity can be somehow limited or is given by the end of the input. For this group of languages this paper tries to solve the problem case when we use macros temporarily changing the category of arbitrary characters.

  3. Engineering a compiler

    CERN Document Server

    Cooper, Keith D

    2012-01-01

    As computing has changed, so has the role of both the compiler and the compiler writer. The proliferation of processors, environments, and constraints demands an equally large number of compilers. To adapt, compiler writers retarget code generators, add optimizations, and work on issues such as code space or power consumption. Engineering a Compiler re-balances the curriculum for an introductory course in compiler construction to reflect the issues that arise in today's practice. Authors Keith Cooper and Linda Torczon convey both the art and the science of compiler construction and show best practice algorithms for the major problems inside a compiler. ·Focuses on the back end of the compiler-reflecting the focus of research and development over the last decade ·Applies the well-developed theory behind scanning and parsing to introduce concepts that play a critical role in optimization and code generation. ·Introduces the student to optimization through data-flow analysis, SSA form, and a selection of sc...

  4. On 'Money' in ISLM and AD/AS Models

    OpenAIRE

    Thomas K. Rymes; Colin Rogers

    2000-01-01

    Hicks's ISLM model interpretation of Keynes's theory is subject to much controversy. In this paper, we focus upon the 'real balance' effect and its role in ISLM and AD/AS analyses. We shall argue that ISLM and AD/AS require 'nominal anchors'. We live in a world where, increasingly, the 'money' in the ISLM and AD/AS model no longer exists (as Keynes imperfectly understood in his TREATISE ON MONEy). There are no longer any nominal anchors, rather they have been replaced by discretionary policy....

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

    Science.gov (United States)

    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.

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

    Science.gov (United States)

    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

  7. Carrier frequency of a nonsense mutation in the adenosine deaminase (ADA) gene implies a high incidence of ADA-deficient severe combined immunodeficiency (SCID) in Somalia and a single, common haplotype indicates common ancestry

    DEFF Research Database (Denmark)

    Sanchez Sanchez, Juan Jose; Monaghan, Gemma; Børsting, Claus

    2007-01-01

    Inherited adenosine deaminase (ADA) deficiency is a rare metabolic disorder that causes immunodeficiency, varying from severe combined immunodeficiency (SCID) in the majority of cases to a less severe form in a small minority of patients. Five patients of Somali origin from four unrelated families......, with severe ADA-SCID, were registered in the Greater London area. Patients and their parents were investigated for the nonsense mutation Q3X (ADA c7C>T), two missense mutations K80R (ADA c239A>G) and R142Q (ADA c425G>A), and a TAAA repeat located at the 3' end of an Alu element (AluVpA) positioned 1.1 kb...... upstream of the ADA transcription start site. All patients were homozygous for the haplotype ADA-7T/ADA-239G/ADA-425G/AluVpA7. Among 207 Somali immigrants to Denmark, the frequency of ADA c7C>T and the maximum likelihood estimate of the frequency of the haplotype ADA-7T/ADA-239G/ADA-425G/AluVpA7 were both...

  8. An Ada-based preprocessor language for concurrent object oriented programming

    International Nuclear Information System (INIS)

    Almulla, M.; Al-Haddad, M.; Loeper, H.

    2001-01-01

    In this paper, implementation issues of concurrent-objected programming using Ada 95 are addressed. Ada is not a pure object-oriented language; in order to make it so, a uniform template for structuring object classes is proposed. The template constitutes a basis for an Ada-based preprocessor language that handles concurrent object-oriented programming. The preprocessor accepts Ada-like object-oriented programs (object classes, subclasses and main program) as input and produces Ada 95 concurrent object-oriented program units as output. The preprocessor language has the advantage of adding a new component to the class specification called the protocol, which specifies the order for requesting methods f an object. The preprocessor also touches on the extensibility of object classes issue. It supports defining class hierarchies by inheritance and aggregation. In addition, the preprocessor language supports the re-use of Ada packages, which are not necessarily written according to the object-oriented approach. The paper also investigates the definition of circular dependent object classes and proposes a solution for introducing a collection of classes. (author)

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

    Science.gov (United States)

    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.

  10. SEL Ada reuse analysis and representations

    Science.gov (United States)

    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.

  11. What is the clinically relevant change on the ADAS-Cog?

    Science.gov (United States)

    Schrag, Anette; Schott, Jonathan M

    2012-02-01

    To establish the minimal clinically relevant change (MCRC) on the Alzheimer's Disease Assessment Scale-Cognitive (ADAS-Cog) for patients with mild Alzheimer's disease (AD). Cohort study. 59 recruiting sites for the Alzheimer's Disease Neuroimaging Initiative. Outpatients with AD in the Alzheimer's Disease Neuroimaging Initiative. The authors applied anchor-based MCRC methodology comparing ADAS-Cog change against clinicians' judgement of clinically relevant worsening between baseline and 6 months in four domains: memory and non-memory cognitive performance; Clinical Dementia Rating Scale; and Functional Assessment Questionnaire. The analysis was repeated for the 6-12-month interval. To support these findings, the authors calculated distribution-based measures including half-baseline SD (1/2 SD) and SEM. 181 patients (baseline ADAS-Cog score 18.5±6.4) had ADAS-Cog data at 0 and 6 months. Those undergoing clinically significant worsening on any of the four anchor questions (n=41-47) had an average ADAS-Cog change of 3.1-3.8 points. Similar results were found for the 177 patients with 6-12-month data. The average 1/2 SD for the baseline ADAS-Cog score was 3.2, and the SEM was 3.7. 3 points decline on the ADAS-Cog may be an appropriate MCRC for clinical trials of patients with early AD. However, further studies assessing the MCRC for improvement on the ADAS-Cog, using patient-based judgement as an anchor, and determining the minimal clinically relevant difference between change on two treatments are required. http://clinicalTrials.gov Identifier: NCT00106899.

  12. Ada Linear-Algebra Program

    Science.gov (United States)

    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.

  13. Compiler Feedback using Continuous Dynamic Compilation during Development

    DEFF Research Database (Denmark)

    Jensen, Nicklas Bo; Karlsson, Sven; Probst, Christian W.

    2014-01-01

    to optimization. This tool can help programmers understand what the optimizing compiler has done and suggest automatic source code changes in cases where the compiler refrains from optimizing. We have integrated our tool into an integrated development environment, interactively giving feedback as part...

  14. Integrity and security in an Ada runtime environment

    Science.gov (United States)

    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.

  15. Stationary Wavelet Transform and AdaBoost with SVM Based Pathological Brain Detection in MRI Scanning.

    Science.gov (United States)

    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.

  16. Ada Lovelace Poster

    OpenAIRE

    Charman-Anderson, Suw

    2016-01-01

    Who was Ada Lovelace? What were her greatest achievements? This ‘infoposter’ describes Lovelace’s achievements and describes why she’s thought of as the world’s first computer programmer.Available to buy from RedBubble as a poster, photographic print, art print, framed print, canvas print, metal print, greetings card, spiral bound notebook or hardback journal. 

  17. Ada in Introductory Computer Science Courses

    Science.gov (United States)

    1993-01-01

    M2 111418111 1111111 I s%1 tems to des elop soaftware Systems for IM5. ONhalt oIf dt ufl’wae mownev b f "bs" arn .exti to k ,ulift la Ada. COMPUT...beftjobamdsodeckldthesespienicngamnug them. A celula 101110011ui systm Service in Ada& using an rmniticdawau dipay shows *I tatus. The systm objweaniiimd...liftt aftr of Fucal Nikkao Wirh. Some say Software i - , I, ced a pse-validaed ver. origina soitweim is coded. The idWa is to that Ads is the las gpat

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

    Science.gov (United States)

    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...

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

    Science.gov (United States)

    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.

  20. Ada developers' supplement to the recommended approach

    Science.gov (United States)

    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.

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

    Science.gov (United States)

    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.

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

    Science.gov (United States)

    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.

  3. Rethinking ADA signage standards for low-vision accessibility.

    Science.gov (United States)

    Arditi, Aries

    2017-05-01

    Americans With Disabilities Act (ADA) and International Code Council (ICC) standards for accessible buildings and facilities affect design and construction of all new and renovated buildings throughout the United States, and form the basis for compliance with the ADA. While these standards may result in acceptable accessibility for people who are fully blind, they fall far short of what they could and should accomplish for those with low vision. In this article I critique the standards, detailing their lack of evidence base and other shortcomings. I suggest that simply making existing requirements stricter (e.g., by mandating larger letter size or higher contrasts) will not ensure visual accessibility and therefore cannot act as a valid basis for compliance with the law. I propose two remedies. First, requirements for visual characteristics of signs intended to improve access for those with low vision should be expressed not in terms of physical features, such as character height and contrast, but rather in terms of the distance at which a sign can be read by someone with nominally normal (20/20) visual acuity under expected lighting conditions for the installed environment. This would give sign designers greater choice in design parameters but place on them the burden of ensuring legibility. Second, mounting of directional signs, which are critical for effective and efficient wayfinding, should be required to be in consistent and approachable locations so that those with reduced acuity may view them at close distance.

  4. The ADAS-cog in Alzheimer's disease clinical trials: psychometric evaluation of the sum and its parts.

    Science.gov (United States)

    Cano, Stefan J; Posner, Holly B; Moline, Margaret L; Hurt, Stephen W; Swartz, Jina; Hsu, Tim; Hobart, Jeremy C

    2010-12-01

    The Alzheimer's Disease Assessment Scale Cognitive Behavior Section (ADAS-cog), a measure of cognitive performance, has been used widely in Alzheimer's disease trials. Its key role in clinical trials should be supported by evidence that it is both clinically meaningful and scientifically sound. Its conceptual and neuropsychological underpinnings are well-considered, but its performance as an instrument of measurement has received less attention. Objective To examine the traditional psychometric properties of the ADAS-cog in a large sample of people with Alzheimer's disease. Data from three clinical trials of donepezil (Aricept) in mild-to-moderate Alzheimer's disease (n=1421; MMSE 10-26) were analysed at both the scale and component level. Five psychometric properties were examined using traditional psychometric methods. These methods of examination underpin upcoming Food and Drug Administration recommendations for patient rating scale evaluation. At the scale-level, criteria tested for data completeness, scaling assumptions (eg, component total correlations: 0.39-0.67), targeting (no floor or ceiling effects), reliability (eg, Cronbach's α: = 0.84; test-retest intraclass correlations: 0.93) and validity (correlation with MMSE: -0.63) were satisfied. At the component level, 7 of 11 ADAS-cog components had substantial ceiling effects (range 40-64%). Performance was satisfactory at the scale level, but most ADAS-cog components were too easy for many patients in this sample and did not reflect the expected depth and range of cognitive performance. The clinical implication of this finding is that the ADAS-cog's estimate of cognitive ability, and its potential ability to detect differences in cognitive performance under treatment, could be improved. However, because of the limitations of traditional psychometric methods, further evaluations would be desirable using additional rating scale analysis techniques to pinpoint specific improvements.

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

    Science.gov (United States)

    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.

  6. Ada Lovelace : a primeira programadora da história

    OpenAIRE

    Martins, Maria do Carmo

    2016-01-01

    Ada Augusta King, Condessa de Lovelace, sendo conhecida como Ada Lovelace nasceu a 10 de dezembro de 1815 em Londres. Foi uma matemática e escritora inglesa, autora do primeiro algoritmo para ser processado por uma máquina, a máquina analítica de Charles Babbage, um computador proposto em 1837. Aquando da sua participação no projeto de Babbage, Ada desenvolveu os algoritmos que permitiriam à máquina computar os valores de funções matemáticas. Além disso, publicou uma coleção de notas sobre a ...

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

    Science.gov (United States)

    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...

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

    Science.gov (United States)

    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...

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

    Science.gov (United States)

    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…

  10. State of the art Advanced Driver Assistance Systems (ADAS).

    NARCIS (Netherlands)

    OEI, H.-L.

    2017-01-01

    An overview of state-of-the-art ADA Advanced Driver Assistance systems is given. First a main structuring system for the ADA systems is presented, needed for purposes of relevancy, and consistency : the three phases in the accident process, i.e. pre-crash, crash and post-crash; the driving task at

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

    Science.gov (United States)

    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 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.

  12. An Ada environment for relativistic cross section calculations

    International Nuclear Information System (INIS)

    Nilsson, E.

    1990-01-01

    We have developed an Ada environment adapted to relativistic cross section calculations. Objects such as four-vectors, γ- matrices and propagators are defined as well as operations between these objects. In this environment matrix elements can be expressed in a compact and readable way as Ada code. Unpolarized cross sections are calculated numerically by explicitly summing and averaging over spins and polarizations. A short presentation of the technique is given

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

    Science.gov (United States)

    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

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

    Science.gov (United States)

    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.

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

    Science.gov (United States)

    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

  16. ADAS Update and Maintainability

    Science.gov (United States)

    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.

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

    Science.gov (United States)

    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.

  18. Ada Lovelace, a encantadora de números

    OpenAIRE

    Ibaldo, Adriana; Schwantes, Cíntia

    2017-01-01

    Ada Lovelace foi a única filha legítima de seu famoso pai, o poeta George Gordon, Lord Byron. Seus pais se divorciaram quando Ada tinha apenas meses de idade, e ela nunca o conheceu. Mais do que isso, ela foi educada para evitar que a hereditariedade de loucura, que sua mãe acreditava que ela estaria em risco de desenvolver, se manifestasse. Assim, ela teve uma extensa educação matemática. Sua vida se desenrolou dentro do esperável para uma mulher de sua classe social em sua época, com um dif...

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

    Science.gov (United States)

    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.

  20. 78 FR 34095 - Adequacy Status of the Idaho, Northern Ada County PM10

    Science.gov (United States)

    2013-06-06

    ..., Northern Ada County PM 10 State Implementation Plan for Transportation Conformity Purposes AGENCY...), and volatile organic compounds (VOC) for the years 2008, 2015 and 2023 in the Northern Ada County PM... Northern Ada County. The EPA's finding was made pursuant to the adequacy review process for implementation...

  1. The ada operon of Mycobacterium tuberculosis encodes two DNA methyltransferases for inducible repair of DNA alkylation damage.

    Science.gov (United States)

    Yang, Mingyi; Aamodt, Randi M; Dalhus, Bjørn; Balasingham, Seetha; Helle, Ina; Andersen, Pernille; Tønjum, Tone; Alseth, Ingrun; Rognes, Torbjørn; Bjørås, Magnar

    2011-06-10

    The ada operon of Mycobacterium tuberculosis, which encodes a composite protein of AdaA and AlkA and a separate AdaB/Ogt protein, was characterized. M. tuberculosis treated with N-methyl-N'-nitro-N-nitrosoguanidine induced transcription of the adaA-alkA and adaB genes, suggesting that M. tuberculosis mount an inducible response to methylating agents. Survival assays of the methyltransferase defective Escherichia coli mutant KT233 (ada ogt), showed that expression of the adaB gene rescued the alkylation sensitivity. Further, adaB but not adaA-alkA complemented the hypermutator phenotype of KT233. Purified AdaA-AlkA and AdaB possessed methyltransferase activity. These data suggested that AdaB counteract the cytotoxic and mutagenic effect of O(6)-methylguanine, while AdaA-AlkA most likely transfers methyl groups from innocuous methylphosphotriesters. AdaA-AlkA did not possess alkylbase DNA glycosylase activity nor rescue the alkylation sensitivity of the E. coli mutant BK2118 (tag alkA). We propose that AdaA-AlkA is a positive regulator of the adaptive response in M. tuberculosis. It thus appears that the ada operon of M. tuberculosis suppresses the mutagenic effect of alkylation but not the cytotoxic effect of lesions such as 3-methylpurines. Collectively, these data indicate that M. tuberculosis hypermutator strains with defective adaptive response genes might sustain robustness to cytotoxic alkylation DNA damage and confer a selective advantage contributing to host adaptation. Copyright © 2011 Elsevier B.V. All rights reserved.

  2. A Compilation of Global Bio-Optical in Situ Data for Ocean-Colour Satellite Applications

    Science.gov (United States)

    Valente, Andre; Sathyendranath, Shubha; Brotus, Vanda; Groom, Steve; Grant, Michael; Taberner, Malcolm; Antoine, David; Arnone, Robert; Balch, William M.; Barker, Kathryn; hide

    2016-01-01

    A compiled set of in situ data is important to evaluate the quality of ocean-colour satellite-data records. Here we describe the data compiled for the validation of the ocean-colour products from the ESA Ocean Colour Climate Change Initiative (OC-CCI). The data were acquired from several sources (MOBY, BOUSSOLE, AERONET-OC, SeaBASS, NOMAD, MERMAID, AMT, ICES, HOT, GePCO), span between 1997 and 2012, and have a global distribution. Observations of the following variables were compiled: spectral remote-sensing reflectances, concentrations of chlorophyll a, spectral inherent optical properties and spectral diffuse attenuation coefficients. The data were from multi-project archives acquired via the open internet services or from individual projects, acquired directly from data providers. Methodologies were implemented for homogenisation, quality control and merging of all data. No changes were made to the original data, other than averaging of observations that were close in time and space, elimination of some points after quality control and conversion to a standard format. The final result is a merged table designed for validation of satellite-derived ocean-colour products and available in text format. Metadata of each in situ measurement (original source, cruise or experiment, principal investigator) were preserved throughout the work and made available in the final table. Using all the data in a validation exercise increases the number of matchups and enhances the representativeness of different marine regimes. By making available the metadata, it is also possible to analyse each set of data separately. The compiled data are available at doi:10.1594PANGAEA.854832 (Valente et al., 2015).

  3. Errors in ADAS-cog administration and scoring may undermine clinical trials results.

    Science.gov (United States)

    Schafer, K; De Santi, S; Schneider, L S

    2011-06-01

    The Alzheimer's Disease Assessment Scale - cognitive subscale (ADAS-cog) is the most widely used cognitive outcome measure in AD trials. Although errors in administration and scoring have been suggested as factors masking accurate estimates and potential effects of treatments, there have been few formal examinations of errors with the ADAS-cog. We provided ADAS-cog administration training using standard methods to raters who were designated as experienced, potential raters by sponsors or contract research organizations for two clinical trials. Training included 1 hour sessions on test administration, scoring, question periods, and required that raters individually view and score a model ADAS-cog administration. Raters scores were compared to the criterion scores established for the model administration. A total of 108 errors were made by 80.6% of the 72 raters; 37.5% made 1 error, 25.0% made 2 errors and 18.0% made 3 or more. Errors were made in all ADAS-cog subsections. The most common were in word finding difficulty (67% of the raters), word recognition (22%), and orientation (22%). For the raters who made 1, 2, or ≥ 3 errors the ADAS-cog score was 17.5 (95% CI, 17.3 - 17.8), 17.8 (17.0 - 18.5), and 18.8 (17.6 - 20.0), respectively, and compared to the criterion score, 18.3. ADAS-cog means differed significantly and the variances were more than twice as large between those who made errors on word finding and those who did not, 17.6 (SD=1.4) vs. 18.8 (SD=0.9), respectively (χ(2) = 37.2, P ADAS-cog scores and clinical trials outcomes. These errors may undermine detection of medication effects by contributing both to a biased point estimate and increased variance of the outcome.

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

    Science.gov (United States)

    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…

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

    Science.gov (United States)

    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

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

    OpenAIRE

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

    1989-01-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 ...

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

    Science.gov (United States)

    1990-01-01

    SYNCHRONIZATION POINTS OF A TASK DATE: August 8, 1989 NAME: Patrick de Bondeli ADDRESS: CR2A, 19 Avenue Dubonnet 92411 - COURBEVOIE - CEDEX, FRANCE TELEPHONE...to the parent task. Evaluating the attributes TERMINATED or CALLABLE - Giovini and Zucca (1986) consider them as synchronization points, but we do not...Elena. An Analysis of Ada Tasking December 1986. Companion paper of the Ada Formal Definition Sponsored by the European Commission. De Bondeli , Patrick

  8. ARE: Ada Rendering Engine

    Directory of Open Access Journals (Sweden)

    Stefano Penge

    2009-10-01

    Full Text Available E' ormai pratica diffusa, nello sviluppo di applicazioni web, l'utilizzo di template e di potenti template engine per automatizzare la generazione dei contenuti da presentare all'utente. Tuttavia a volte la potenza di tali engine è€ ottenuta mescolando logica e interfaccia, introducendo linguaggi diversi da quelli di descrizione della pagina, o addirittura inventando nuovi linguaggi dedicati.ARE (ADA Rendering Engine è€ pensato per gestire l'intero flusso di creazione del contenuto HTML/XHTML dinamico, la selezione del corretto template, CSS, JavaScript e la produzione dell'output separando completamente logica e interfaccia. I templates utilizzati sono puro HTML senza parti in altri linguaggi, e possono quindi essere gestiti e visualizzati autonomamente. Il codice HTML generato è€ uniforme e parametrizzato.E' composto da due moduli, CORE (Common Output Rendering Engine e ALE (ADA Layout Engine.Il primo (CORE viene utilizzato per la generazione OO degli elementi del DOM ed è pensato per aiutare lo sviluppatore nella produzione di codice valido rispetto al DTD utilizzato. CORE genera automaticamente gli elementi del DOM in base al DTD impostato nella configurazioneIl secondo (ALE viene utilizzato come template engine per selezionare automaticamente in base ad alcuni parametri (modulo, profilo utente, tipologia del nodo, del corso, preferenze di installazione il template HTML, i CSS e i file JavaScript appropriati. ALE permette di usare templates di default e microtemplates ricorsivi per semplificare il lavoro del grafico.I due moduli possono in ogni caso essere utilizzati indipendentemente l'uno dall'altro. E' possibile generare e renderizzare una pagina HTML utilizzando solo CORE oppure inviare gli oggetti CORE al template engine ALE che provvede a renderizzare la pagina HTML. Viceversa è possibile generare HTML senza utilizzare CORE ed inviarlo al template engine ALECORE è alla prima release ed è€ già utilizzato all

  9. 77 FR 36231 - Americans With Disabilities Act (ADA) and Architectural Barriers Act (ABA) Accessibility...

    Science.gov (United States)

    2012-06-18

    ...-0004] RIN 3014-AA39 Americans With Disabilities Act (ADA) and Architectural Barriers Act (ABA... (ADA) and Architectural Barriers Act (ABA) Accessibility Guidelines to specifically address emergency... ensure that newly constructed and altered emergency transportable housing units covered by the ADA or ABA...

  10. Compilation of MCNP data library based on JENDL-3T and test through analysis of benchmark experiment

    International Nuclear Information System (INIS)

    Sakurai, K.; Sasamoto, N.; Kosako, K.; Ishikawa, T.; Sato, O.; Oyama, Y.; Narita, H.; Maekawa, H.; Ueki, K.

    1989-01-01

    Based on an evaluated nuclear data library JENDL-3T, a temporary version of JENDL-3, a pointwise neutron cross section library for MCNP code is compiled which involves 39 nuclides from H-1 to Am-241 which are important for shielding calculations. Compilation is performed with the code system which consists of the nuclear data processing code NJOY-83 and library compilation code MACROS. Validity of the code system and reliability of the library are certified by analysing benchmark experiments. (author)

  11. Advanced compiler design and implementation

    CERN Document Server

    Muchnick, Steven S

    1997-01-01

    From the Foreword by Susan L. Graham: This book takes on the challenges of contemporary languages and architectures, and prepares the reader for the new compiling problems that will inevitably arise in the future. The definitive book on advanced compiler design This comprehensive, up-to-date work examines advanced issues in the design and implementation of compilers for modern processors. Written for professionals and graduate students, the book guides readers in designing and implementing efficient structures for highly optimizing compilers for real-world languages. Covering advanced issues in fundamental areas of compiler design, this book discusses a wide array of possible code optimizations, determining the relative importance of optimizations, and selecting the most effective methods of implementation. * Lays the foundation for understanding the major issues of advanced compiler design * Treats optimization in-depth * Uses four case studies of commercial compiling suites to illustrate different approache...

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

    Science.gov (United States)

    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 (CVADA 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.

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

    Science.gov (United States)

    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.

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

    Science.gov (United States)

    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.

  15. Optimizing ADAS-Cog Worksheets: A Survey of Clinical Trial Rater s' Perceptions.

    Science.gov (United States)

    Meyer, Stephen M; Bertzos, Kristina A; Perez, Magdalena; Connor, Donald J; Schafer, Kimberly; Walter, Sarah

    2017-01-01

    The Alzheimer's Disease Assessment Scale-Cognitive subscale (ADASCog) remains the most widely used test of longitudinal cognitive functioning in Alzheimer's disease (AD) clinical trials. Unlike most neuropsychological tests, the ADAS-Cog source documentation worksheets are not uniform across clinical trials, and vary by document layout, inclusion of administration and/or scoring instructions, and documentation of subtest scoring (e.g., recording correct versus incorrect scores), among other differences. Many ADAS-Cog test administrators (raters) participate in multiple AD trials and switching between different ADAS-Cog worksheets may increase the likelihood of administration and/or scoring mistakes that lessen the reliability of the instrument. An anonymous online survey sought raters' experiences with ADAS-Cog worksheets and their opinions on the design and content of the worksheets. Results of the survey indicated preference for structure and standardization of the ADASCog worksheets, which has been considered in the development of a standard ADAS-Cog source document by the Alzheimer's Disease Cooperative Study (ADCS) Working Group. Copyright© Bentham Science Publishers; For any queries, please email at epub@benthamscience.org.

  16. SDI satellite autonomy using AI and Ada

    Science.gov (United States)

    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.

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

    Science.gov (United States)

    2011-06-02

    ... Requirements Under Title VII, the ADA, and GINA AGENCY: Equal Employment Opportunity Commission. ACTION: Notice... Civil Rights Act of 1964 (Title VII) and the Americans with Disabilities Act (ADA) to entities covered... the same record retention requirements under GINA that are imposed under Title VII and the ADA, i.e...

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

    Science.gov (United States)

    2011-06-29

    ... DEPARTMENT OF EDUCATION Applications for New Awards; Americans With Disabilities Act (ADA) National Network Regional Centers and ADA National Network Collaborative Research Projects AGENCY: Office... Rehabilitation Research Projects and Centers Program--Disability Rehabilitation Research Projects (DRRP)--ADA...

  19. 76 FR 38129 - Applications for New Awards; Americans With Disabilities Act (ADA) National Network Knowledge...

    Science.gov (United States)

    2011-06-29

    ... DEPARTMENT OF EDUCATION Applications for New Awards; Americans With Disabilities Act (ADA) National Network Knowledge Translation Center (ADA KT Center) AGENCY: Office of Special Education and... Program--Disability Rehabilitation Research Projects (DRRP)--The ADA National Network Knowledge...

  20. 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

    Science.gov (United States)

    1993-11-29

    Systems Agency C- 19 Novemtiber 8., 1993 Promoting the Use of Ada in Computer Science Curricula Timothy J. Long Ohio State University ®I To L4 ease...framework, distributed file systems, a high-performance fiber-optic connection and multi-processor modules to work with the OSF’s Mach 3 microkernel (again

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

    Science.gov (United States)

    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.

  2. Transcriptional Adaptor ADA3 of Drosophila melanogaster Is Required for Histone Modification, Position Effect Variegation, and Transcription▿ †

    OpenAIRE

    Grau, Benjamin; Popescu, Cristina; Torroja, Laura; Ortuño-Sahagún, Daniel; Boros, Imre; Ferrús, Alberto

    2007-01-01

    The Drosophila melanogaster gene diskette (also known as dik or dAda3) encodes a protein 29% identical to human ADA3, a subunit of GCN5-containing histone acetyltransferase (HAT) complexes. The fly dADA3 is a major contributor to oogenesis, and it is also required for somatic cell viability. dADA3 localizes to chromosomes, and it is significantly reduced in dGcn5 and dAda2a, but not in dAda2b, mutant backgrounds. In dAda3 mutants, acetylation at histone H3 K9 and K14, but not K18, and at hist...

  3. Preplacement evaluation: thriving within the ADA guidelines.

    Science.gov (United States)

    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.

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

    Science.gov (United States)

    2011-12-21

    ... 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, section 107 of the ADA, or section 207(a) of GINA'' wherever they appear in the following sections...

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

    Science.gov (United States)

    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.

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

    Science.gov (United States)

    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

  7. Development and Validation of an Enzyme-Linked Immunosorbent Assay for the Detection of Binding Anti-Drug Antibodies against Interferon Beta

    DEFF Research Database (Denmark)

    Ingenhoven, Kathleen; Kramer, Daniel; Jensen, Poul Erik Hyldgaard

    2017-01-01

    to be 26 ng/mL using commercially available polyclonal rabbit antihuman IFN-β in human sera as the positive control. CONCLUSION: An ultrasensitive ELISA for IFN-β-binding ADA testing has been validated. This will form the basis to assess anti-biopharmaceutical immunization toward IFN-β with regards to its......OBJECTIVE: To develop and validate a method for the detection of binding anti-drug antibodies (ADAs) against interferon beta (IFN-β) in human serum as part of a European initiative (ABIRISK) aimed at the prediction and analysis of clinical relevance of anti-biopharmaceutical immunization...... to minimize the risk. METHOD: A two-tiered bridging enzyme-linked immunosorbent assay (ELISA) format was selected and validated according to current recommendations. Screening assay: ADA in serum samples form complexes with immobilized IFN-β and biotinylated IFN-β, which are then detected using HRP labeled...

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

    Science.gov (United States)

    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.

  9. HAL/S-FC compiler system specifications

    Science.gov (United States)

    1976-01-01

    This document specifies the informational interfaces within the HAL/S-FC compiler, and between the compiler and the external environment. This Compiler System Specification is for the HAL/S-FC compiler and its associated run time facilities which implement the full HAL/S language. The HAL/S-FC compiler is designed to operate stand-alone on any compatible IBM 360/370 computer and within the Software Development Laboratory (SDL) at NASA/JSC, Houston, Texas.

  10. A Class-Specific Optimizing Compiler

    Directory of Open Access Journals (Sweden)

    Michael D. Sharp

    1993-01-01

    Full Text Available Class-specific optimizations are compiler optimizations specified by the class implementor to the compiler. They allow the compiler to take advantage of the semantics of the particular class so as to produce better code. Optimizations of interest include the strength reduction of class:: array address calculations, elimination of large temporaries, and the placement of asynchronous send/recv calls so as to achieve computation/communication overlap. We will outline our progress towards the implementation of a C++ compiler capable of incorporating class-specific optimizations.

  11. DNA repair by the Ada protein of E. coli

    International Nuclear Information System (INIS)

    Karran, P.; Hall, J.

    1988-01-01

    This paper discusses the Ada protein of E. coli which exemplifies the highly specialized nature of the enzymes which have evolved to repair DNA. According to the authors, this protein exhibits not only novel mechanistic features but also provides an apparently unique example of a strategy for controlling gene expression in E. coli. They report that knowledge of the properties and mode of action of the Ada protein has afforded insight into how human cells are affected by alkylating agents, including those used in chemotherapy

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

    Science.gov (United States)

    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

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

    Science.gov (United States)

    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.

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

    Science.gov (United States)

    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.

  15. New control system: IMAGIN supervision in ADA

    International Nuclear Information System (INIS)

    Maugeais, C.

    1991-01-01

    The structure, the initialization, the operating cycle, the different messages and the errors treatment of the new user oriented packages written in ADA language for IMAGIN software are presented. (A.B.). 2 figs

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

    Science.gov (United States)

    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.

  17. Domain-specific cognitive effects of tramiprosate in patients with mild to moderate Alzheimer's disease: ADAS-cog subscale results from the Alphase Study.

    Science.gov (United States)

    Saumier, D; Duong, A; Haine, D; Garceau, D; Sampalis, J

    2009-11-01

    Tramiprosate (homotaurine, ALZHEMEDTM) was recently investigated for its efficacy, safety and disease-modification effects in a Phase III clinical study in mild to moderate Alzheimer's disease (AD) patients (the Alphase study). The primary cognitive endpoint measure of that study was the Alzheimer's Disease Assessment Scale-cognitive subscale (ADAS-cog). To characterize potential cognitive benefits of tramiprosate, the present study describes exploratory analyses performed on scores obtained from the specific ADAS-cog subscales in order to determine whether specific domains of cognition may be differentially affected by tramiprosate, which would not have been evident from the measure's total score. Multi-center, double-blind, randomized, placebo-controlled study. 67 investigative sites in the United States and Canada. A total of 1,052 patients were randomized. Patients were randomized to receive twice a day Placebo (n=353), tramiprosate 100 mg (n=352) and tramiprosate 150 mg (n=347). ADAS-cog assessments were conducted every three months over the 78-week study period. Exploratory analyses were performed by comparing ADAS-cog subscale scores between Placebo and each active treatment arm at each visit. The findings of this analysis revealed statistically significant differences or statistical trends in favour of tramiprosate on six ADAS-cog subscales, namely Following Commands, Language Comprehension, Ideational Praxis, Object Naming, Remembering Test Instructions, and Spoken Language Ability. Differences in favor of Placebo were only observed on the Constructional Praxis subscale. This exploratory analysis suggests that tramiprosate may have some benefit on memory, language and praxis skills in mild to moderate AD individuals. Future clinical studies of tramiprosate should include specialized neuropsychological tests to validate its effects within these cognitive domains.

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

    Science.gov (United States)

    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.

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

    Directory of Open Access Journals (Sweden)

    Claire Booth

    2009-06-01

    Full Text Available Claire Booth1,2, H Bobby Gaspar1,21Centre for Immunodeficiency, Molecular Immunology Unit, UCL Institute of Child Health, London, UK; 2Dept of Clinical Immunology, Great Ormond Street Hospital NHS Trust, London, UKAbstract: 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.Keywords: adenosine deaminase deficiency, PEG-ADA, enzyme replacement therapy, severe combined immune deficiency (SCID

  20. How Do Scores on the ADAS-Cog, MMSE, and CDR-SOB Correspond?

    Science.gov (United States)

    Balsis, Steve; Benge, Jared F; Lowe, Deborah A; Geraci, Lisa; Doody, Rachelle S

    2015-01-01

    Clinicians and researchers who measure cognitive dysfunction often use the Alzheimer's Disease Assessment Scale--Cognitive Subscale (ADAS-Cog), the Mini-Mental State Examination (MMSE), or the Clinical Dementia Rating scale (CDR-SOB). But, the use of different measures can make it difficult to compare data across patients or studies. What is needed is a simple chart that shows how scores on these three important measures correspond to each other. Using data from 1709 participants from the Alzheimer's Disease Neuroimaging Initiative and item response theory-based statistics, we analyzed how scores on each measure, the ADAS-Cog, the MMSE, and the CDR-SOB, correspond. Results indicated multiple inflections in CDR-SOB and ADAS-Cog scores within a given MMSE score, suggesting that the CDR-SOB and ADAS-Cog are more precise in measuring the severity of cognitive dysfunction than the MMSE. This study shows how scores on these three popular measures of cognitive dysfunction correspond to each other, which is very useful information for both researchers and clinicians.

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

    OpenAIRE

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

    1995-01-01

    The ada gene of Escherichia coli K-12 encodes the 39-kDa Ada protein, which consists of two domains joined by a hinge region that is sensitive to proteolytic cleavage in vitro. The amino-terminal domain has a DNA methyltransferase activity that repairs the S-diastereoisomer of methylphosphotriesters while the carboxyl-terminal domain has a DNA methyltransferase activity that repairs O6-methylguanine and O4-methylthymine lesions. Transfer of a methyl group to Cys-69 by repair of a methylphosph...

  2. A Note on Compiling Fortran

    Energy Technology Data Exchange (ETDEWEB)

    Busby, L. E. [Lawrence Livermore National Lab. (LLNL), Livermore, CA (United States)

    2017-09-01

    Fortran modules tend to serialize compilation of large Fortran projects, by introducing dependencies among the source files. If file A depends on file B, (A uses a module defined by B), you must finish compiling B before you can begin compiling A. Some Fortran compilers (Intel ifort, GNU gfortran and IBM xlf, at least) offer an option to ‘‘verify syntax’’, with the side effect of also producing any associated Fortran module files. As it happens, this option usually runs much faster than the object code generation and optimization phases. For some projects on some machines, it can be advantageous to compile in two passes: The first pass generates the module files, quickly; the second pass produces the object files, in parallel. We achieve a 3.8× speedup in the case study below.

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

    Science.gov (United States)

    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.

  4. The testability of Ada programs

    Science.gov (United States)

    Auty, David; Cohen, Norman H.

    1986-01-01

    Software development for NASA's Space Station poses a significant problem; considered the most difficult by some. The difficulty is the magnitude and complexity of the required software. The concerns raised by consideration of the requirements for testing and checkout procedures for the Space Station software are addressed. In particular, it addresses the use of Ada in the development of widely distributed yet closely coordinated processing.

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

    Science.gov (United States)

    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.

  6. Alteration of the carboxyl-terminal domain of Ada protein influences its inducibility, specificity, and strength as a transcriptional activator.

    OpenAIRE

    Shevell, D E; LeMotte, P K; Walker, G C

    1988-01-01

    The ada gene of Escherichia coli K-12 encodes the regulatory protein for the adaptive response to alkylating agents. A set of plasmids carrying ordered deletions from the 3' end of the ada gene were isolated and characterized. These ada deletions encode fusion proteins that derive their amino termini from ada and their carboxyl termini from the downstream vector sequence that occurs before an in-frame stop codon. Several of these ada deletions encode Ada derivatives that constitutively activa...

  7. Chagas Parasite Detection in Blood Images Using AdaBoost

    Directory of Open Access Journals (Sweden)

    Víctor Uc-Cetina

    2015-01-01

    Full Text Available The Chagas disease is a potentially life-threatening illness caused by the protozoan parasite, Trypanosoma cruzi. Visual detection of such parasite through microscopic inspection is a tedious and time-consuming task. In this paper, we provide an AdaBoost learning solution to the task of Chagas parasite detection in blood images. We give details of the algorithm and our experimental setup. With this method, we get 100% and 93.25% of sensitivity and specificity, respectively. A ROC comparison with the method most commonly used for the detection of malaria parasites based on support vector machines (SVM is also provided. Our experimental work shows mainly two things: (1 Chagas parasites can be detected automatically using machine learning methods with high accuracy and (2 AdaBoost + SVM provides better overall detection performance than AdaBoost or SVMs alone. Such results are the best ones known so far for the problem of automatic detection of Chagas parasites through the use of machine learning, computer vision, and image processing methods.

  8. Overfitting Reduction of Text Classification Based on AdaBELM

    Directory of Open Access Journals (Sweden)

    Xiaoyue Feng

    2017-07-01

    Full Text Available Overfitting is an important problem in machine learning. Several algorithms, such as the extreme learning machine (ELM, suffer from this issue when facing high-dimensional sparse data, e.g., in text classification. One common issue is that the extent of overfitting is not well quantified. In this paper, we propose a quantitative measure of overfitting referred to as the rate of overfitting (RO and a novel model, named AdaBELM, to reduce the overfitting. With RO, the overfitting problem can be quantitatively measured and identified. The newly proposed model can achieve high performance on multi-class text classification. To evaluate the generalizability of the new model, we designed experiments based on three datasets, i.e., the 20 Newsgroups, Reuters-21578, and BioMed corpora, which represent balanced, unbalanced, and real application data, respectively. Experiment results demonstrate that AdaBELM can reduce overfitting and outperform classical ELM, decision tree, random forests, and AdaBoost on all three text-classification datasets; for example, it can achieve 62.2% higher accuracy than ELM. Therefore, the proposed model has a good generalizability.

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

    Science.gov (United States)

    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.

  10. Administration and scoring variance on the ADAS-Cog.

    Science.gov (United States)

    Connor, Donald J; Sabbagh, Marwan N

    2008-11-01

    The Alzheimer's Disease Assessment Scale - Cognitive (ADAS-Cog) is the most commonly used primary outcome instrument in clinical trials for treatments of dementia. Variations in forms, administration procedures and scoring rules, along with rater turnover and intra-rater drift may decrease the reliability of the instrument. A survey of possible variations in the ADAS-Cog was administered to 26 volunteer raters at a clinical trials meeting. Results indicate notable protocol variations in the forms used, administration procedures, and scoring rules. Since change over time is used to determine treatment effect in clinical trials, standardizing the instrument's ambiguities and addressing common problems will greatly increase the instrument's reliability and thereby enhance its sensitivity to treatment effects.

  11. Clinical significance of determination of serum HA, PCIII and ADA levels in patients with chronic hepatitis C

    International Nuclear Information System (INIS)

    Zhang Jing; Yu Fan; Zhao Changxin

    2006-01-01

    Objective: To explore the changes of serum HA, PCIII and ADA levels in patients with chronic hepatitis C. Methods: Serum HA, PCIII and ADA levels were detected with RIA in 42 cases with chronic hepatitis C and 35 controls. Results: The levels of serum HA, PC III and ADA in the patients were significantly higher than those in controls (P<0.01). Serum HA, PC m and ADA levels were positive correlated (r=0.6178, 0.6211, P<0.01). Conclusion: The results suggested the serum HA, PC m and ADA levels can reflect the degree of hepatic injury in the patients with cirrhosis, detection of serum HA, PC m and ADA levels is helpful in estimating the status of the disease. (authors)

  12. Compiling software for a hierarchical distributed processing system

    Science.gov (United States)

    Archer, Charles J; Blocksome, Michael A; Ratterman, Joseph D; Smith, Brian E

    2013-12-31

    Compiling software for a hierarchical distributed processing system including providing to one or more compiling nodes software to be compiled, wherein at least a portion of the software to be compiled is to be executed by one or more nodes; compiling, by the compiling node, the software; maintaining, by the compiling node, any compiled software to be executed on the compiling node; selecting, by the compiling node, one or more nodes in a next tier of the hierarchy of the distributed processing system in dependence upon whether any compiled software is for the selected node or the selected node's descendents; sending to the selected node only the compiled software to be executed by the selected node or selected node's descendent.

  13. Improved utilization of ADAS-cog assessment data through item response theory based pharmacometric modeling.

    Science.gov (United States)

    Ueckert, Sebastian; Plan, Elodie L; Ito, Kaori; Karlsson, Mats O; Corrigan, Brian; Hooker, Andrew C

    2014-08-01

    This work investigates improved utilization of ADAS-cog data (the primary outcome in Alzheimer's disease (AD) trials of mild and moderate AD) by combining pharmacometric modeling and item response theory (IRT). A baseline IRT model characterizing the ADAS-cog was built based on data from 2,744 individuals. Pharmacometric methods were used to extend the baseline IRT model to describe longitudinal ADAS-cog scores from an 18-month clinical study with 322 patients. Sensitivity of the ADAS-cog items in different patient populations as well as the power to detect a drug effect in relation to total score based methods were assessed with the IRT based model. IRT analysis was able to describe both total and item level baseline ADAS-cog data. Longitudinal data were also well described. Differences in the information content of the item level components could be quantitatively characterized and ranked for mild cognitively impairment and mild AD populations. Based on clinical trial simulations with a theoretical drug effect, the IRT method demonstrated a significantly higher power to detect drug effect compared to the traditional method of analysis. A combined framework of IRT and pharmacometric modeling permits a more effective and precise analysis than total score based methods and therefore increases the value of ADAS-cog data.

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

    Science.gov (United States)

    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.

  15. Latvian PR people are world class / Ada Parr

    Index Scriptorium Estoniae

    Parr, Ada

    2004-01-01

    Suhtekorraldusfirma Porter Novelli rahvusvahelise partnerluse juht suhtekorralduse osatähtsuse kasvust ettevõtete äritegevuses, suhtekorraldusturu olukorrast ja teenuste kvaliteedi tasemest Baltimaades. Vt. samas: Ada Parr recommends

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

    Science.gov (United States)

    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 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.

  17. 77 FR 46008 - Approval and Promulgation of State Implementation Plans: Idaho; Boise-Northern Ada County Air...

    Science.gov (United States)

    2012-08-02

    ... Promulgation of State Implementation Plans: Idaho; Boise-Northern Ada County Air Quality Maintenance Area... the Northern Ada County Air Quality Maintenance Area Second 10-year Carbon Monoxide Maintenance Plan...-Northern Ada County Air Quality Maintenance Area will maintain air quality standards for carbon monoxide...

  18. 77 FR 45962 - Approval and Promulgation of State Implementation Plans: Idaho; Boise-Northern Ada County Air...

    Science.gov (United States)

    2012-08-02

    ... Promulgation of State Implementation Plans: Idaho; Boise-Northern Ada County Air Quality Maintenance Area... (IDEQ) submitted the Northern Ada County Air Quality Maintenance Area Second 10-year Carbon Monoxide... Ada County Air Quality Maintenance Area will maintain air quality standards for carbon monoxide (CO...

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

    Science.gov (United States)

    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.

  20. Autologous transplants of Adipose-Derived Adult Stromal (ADAS) cells afford dopaminergic neuroprotection in a model of Parkinson's disease.

    Science.gov (United States)

    McCoy, Melissa K; Martinez, Terina N; Ruhn, Kelly A; Wrage, Philip C; Keefer, Edward W; Botterman, Barry R; Tansey, Keith E; Tansey, Malú G

    2008-03-01

    Adult adipose contains stromal progenitor cells with neurogenic potential. However, the stability of neuronal phenotypes adopted by Adipose-Derived Adult Stromal (ADAS) cells and whether terminal neuronal differentiation is required for their consideration as alternatives in cell replacement strategies to treat neurological disorders is largely unknown. We investigated whether in vitro neural induction of ADAS cells determined their ability to neuroprotect or restore function in a lesioned dopaminergic pathway. In vitro-expanded naïve or differentiated ADAS cells were autologously transplanted into substantia nigra 1 week after an intrastriatal 6-hydroxydopamine injection. Neurochemical and behavioral measures demonstrated neuroprotective effects of both ADAS grafts against 6-hydroxydopamine-induced dopaminergic neuron death, suggesting that pre-transplantation differentiation of the cells does not determine their ability to survive or neuroprotect in vivo. Therefore, we investigated whether equivalent protection by naïve and neurally-induced ADAS grafts resulted from robust in situ differentiation of both graft types into dopaminergic fates. Immunohistological analyses revealed that ADAS cells did not adopt dopaminergic cell fates in situ, consistent with the limited ability of these cells to undergo terminal differentiation into electrically active neurons in vitro. Moreover, re-exposure of neurally-differentiated ADAS cells to serum-containing medium in vitro confirmed ADAS cell phenotypic instability (plasticity). Lastly, given that gene expression analyses of in vitro-expanded ADAS cells revealed that both naïve and differentiated ADAS cells express potent dopaminergic survival factors, ADAS transplants may have exerted neuroprotective effects by production of trophic factors at the lesion site. ADAS cells may be ideal for ex vivo gene transfer therapies in Parkinson's disease treatment.

  1. Evaluation of HAL/S language compilability using SAMSO's Compiler Writing System (CWS)

    Science.gov (United States)

    Feliciano, M.; Anderson, H. D.; Bond, J. W., III

    1976-01-01

    NASA/Langley is engaged in a program to develop an adaptable guidance and control software concept for spacecraft such as shuttle-launched payloads. It is envisioned that this flight software be written in a higher-order language, such as HAL/S, to facilitate changes or additions. To make this adaptable software transferable to various onboard computers, a compiler writing system capability is necessary. A joint program with the Air Force Space and Missile Systems Organization was initiated to determine if the Compiler Writing System (CWS) owned by the Air Force could be utilized for this purpose. The present study explores the feasibility of including the HAL/S language constructs in CWS and the effort required to implement these constructs. This will determine the compilability of HAL/S using CWS and permit NASA/Langley to identify the HAL/S constructs desired for their applications. The study consisted of comparing the implementation of the Space Programming Language using CWS with the requirements for the implementation of HAL/S. It is the conclusion of the study that CWS already contains many of the language features of HAL/S and that it can be expanded for compiling part or all of HAL/S. It is assumed that persons reading and evaluating this report have a basic familiarity with (1) the principles of compiler construction and operation, and (2) the logical structure and applications characteristics of HAL/S and SPL.

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

    Science.gov (United States)

    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

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

    Science.gov (United States)

    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

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

    Science.gov (United States)

    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

  5. Formal Semanol Specification of Ada.

    Science.gov (United States)

    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

  6. Recommendations for the validation of cell-based assays used for the detection of neutralizing antibody immune responses elicited against biological therapeutics.

    Science.gov (United States)

    Gupta, Shalini; Devanarayan, Viswanath; Finco, Deborah; Gunn, George R; Kirshner, Susan; Richards, Susan; Rup, Bonita; Song, An; Subramanyam, Meena

    2011-07-15

    The administration of biological therapeutics may result in the development of anti-drug antibodies (ADAs) in treated subjects. In some cases, ADA responses may result in the loss of therapeutic efficacy due to the formation of neutralizing ADAs (NAbs). An important characteristic of anti-drug NAbs is their direct inhibitory effect on the pharmacological activity of the therapeutic. Neutralizing antibody responses are of particular concern for biologic products with an endogenous homolog whose activity can be potentially dampened or completely inhibited by the NAbs leading to an autoimmune-type deficiency syndrome. Therefore, it is important that ADAs are detected and characterized appropriately using sensitive and reliable methods. The design, development and optimization of cell-based assays used for detection of NAbs have been published previously by Gupta et al. 2007 [1]. This paper provides recommendations on best practices for the validation of cell-based NAb assay and suggested validation parameters based on the experience of the authors. Copyright © 2011 Elsevier B.V. All rights reserved.

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

    Science.gov (United States)

    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.

  8. A biotin-drug extraction and acid dissociation (BEAD) procedure to eliminate matrix and drug interference in a protein complex anti-drug antibody (ADA) isotype specific assay.

    Science.gov (United States)

    Niu, Hongmei; Klem, Thomas; Yang, Jinsong; Qiu, Yongchang; Pan, Luying

    2017-07-01

    Monitoring anti-drug antibody (ADA) responses in patients receiving protein therapeutics treatment is an important safety assessment for regulatory agencies, drug manufacturers, clinicians and patients. Recombinant human IGF-1/IGFBP-3 (rhIGF-1/rhIGFBP-3) is a 1:1 formulation of naturally occurring protein complex. The individual IGF-1 and IGFBP-3 proteins have multiple binding partners in serum matrix with high binding affinity to each other, which presents challenges in ADA assay development. We have developed a biotin-drug extraction with acid dissociation (BEAD) procedure followed by an electrochemiluminescence (ECL) direct assay to overcome matrix and drug interference. The method utilizes two step acid dissociation and excess biotin-drug to extract total ADA, which are further captured by soluble biotin-drug and detected in an ECL semi-homogeneous direct assay format. The pre-treatment method effectively eliminates interference by serum matrix and free drug, and enhances assay sensitivity. The assays passed acceptance criteria for all validation parameters, and have been used for clinical sample Ab testing. This method principle exemplifies a new approach for anti-isotype ADA assays, and could be an effective strategy for neutralizing antibody (NAb), pharmacokinetic (PK) and biomarker analysis in need of overcoming interference factors. Copyright © 2017 Elsevier B.V. All rights reserved.

  9. Assessment of adenosine deaminase (ADA) activity and oxidative stress in patients with chronic tonsillitis.

    Science.gov (United States)

    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 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.

  10. Reliability of the Alzheimer's disease assessment scale (ADAS-Cog) in longitudinal studies.

    Science.gov (United States)

    Khan, Anzalee; Yavorsky, Christian; DiClemente, Guillermo; Opler, Mark; Liechti, Stacy; Rothman, Brian; Jovic, Sofija

    2013-11-01

    Considering the scarcity of longitudinal assessments of reliability, there is need for a more precise understanding of cognitive decline in Alzheimer's Disease (AD). The primary goal was to assess longitudinal changes in inter-rater reliability, test retest reliability and internal consistency of scores of the ADAS-Cog. 2,618 AD subjects were enrolled in seven randomized, double-blind, placebo-controlled, multicenter-trials from 1986 to 2009. Reliability, internal-consistency and cross-sectional analysis of ADAS-Cog and MMSE across seven visits were examined. Intra-class correlation (ICC) for ADAS-Cog was moderate to high supporting their reliability. Absolute Agreement ICCs 0.392 (Visit-7) to 0.806 (Visit-2) showed a progressive decrease in correlations across time. Item analysis revealed a decrease in item correlations, with the lowest correlations for Visit 7 for Commands (ICC=0.148), Comprehension (ICC=0.092), Spoken Language (ICC=0.044). Suitable assessment of AD treatments is maintained through accurate measurement of clinically significant outcomes. Targeted rater education ADAS-Cog items over-time can improve ability to administer and score the scale.

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

    Science.gov (United States)

    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.

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

    Science.gov (United States)

    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.

  13. Ada and the rapid development lifecycle

    Science.gov (United States)

    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.

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

    Science.gov (United States)

    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...

  15. Compiler issues associated with safety-related software

    International Nuclear Information System (INIS)

    Feinauer, L.R.

    1991-01-01

    A critical issue in the quality assurance of safety-related software is the ability of the software to produce identical results, independent of the host machine, operating system, or compiler version under which the software is installed. A study is performed using the VIPRE-0l, FREY-01, and RETRAN-02 safety-related codes. Results from an IBM 3083 computer are compared with results from a CYBER 860 computer. All three of the computer programs examined are written in FORTRAN; the VIPRE code uses the FORTRAN 66 compiler, whereas the FREY and RETRAN codes use the FORTRAN 77 compiler. Various compiler options are studied to determine their effect on the output between machines. Since the Control Data Corporation and IBM machines inherently represent numerical data differently, methods of producing equivalent accuracy of data representation were an important focus of the study. This paper identifies particular problems in the automatic double-precision option (AUTODBL) of the IBM FORTRAN 1.4.x series of compilers. The IBM FORTRAN version 2 compilers provide much more stable, reliable compilation for engineering software. Careful selection of compilers and compiler options can help guarantee identical results between different machines. To ensure reproducibility of results, the same compiler and compiler options should be used to install the program as were used in the development and testing of the program

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

    Science.gov (United States)

    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…

  17. CITY GROUND DESIGN AND THE IMAGE OF THE CITY: THE PORTUGUESE CALÇADA

    Directory of Open Access Journals (Sweden)

    Antoni Remesar

    2014-10-01

    The pavement-form - including the "calçada-form"-is at the root of some of the flagship operations creating the image of the city (Havana, 1928; Alicante, 1957; the Ramblas in Barcelona, 1969; reform of the Avenida Atlantica in Rio by Burle Marx, 1970. However, these same operations show that the "form-calçada" does not meet many of the requirements of economy, security or universal accessibility required by the contemporary city. In the paper was to analyze the causes and reasons that hover over the announced death of calçada á Portugueza.

  18. C to VHDL compiler

    Science.gov (United States)

    Berdychowski, Piotr P.; Zabolotny, Wojciech M.

    2010-09-01

    The main goal of C to VHDL compiler project is to make FPGA platform more accessible for scientists and software developers. FPGA platform offers unique ability to configure the hardware to implement virtually any dedicated architecture, and modern devices provide sufficient number of hardware resources to implement parallel execution platforms with complex processing units. All this makes the FPGA platform very attractive for those looking for efficient heterogeneous, computing environment. Current industry standard in development of digital systems on FPGA platform is based on HDLs. Although very effective and expressive in hands of hardware development specialists, these languages require specific knowledge and experience, unreachable for most scientists and software programmers. C to VHDL compiler project attempts to remedy that by creating an application, that derives initial VHDL description of a digital system (for further compilation and synthesis), from purely algorithmic description in C programming language. This idea itself is not new, and the C to VHDL compiler combines the best approaches from existing solutions developed over many previous years, with the introduction of some new unique improvements.

  19. VEHIL: a test facility for validation of fault management systems for advanced driver assistance systems

    NARCIS (Netherlands)

    Gietelink, O.J.; Ploeg, J.; Schutter, de B.; Verhaegen, M.H.

    2004-01-01

    We present a methodological approach for the validation of fault management systems for Advanced Driver Assistance Systems (ADAS). For the validation process the unique VEHIL facility, developed by TNO Automotive and currently situated in Helmond, The Netherlands, is applied. The VEHIL facility

  20. HAL/S-FC compiler system functional specification

    Science.gov (United States)

    1974-01-01

    Compiler organization is discussed, including overall compiler structure, internal data transfer, compiler development, and code optimization. The user, system, and SDL interfaces are described, along with compiler system requirements. Run-time software support package and restrictions and dependencies are also considered of the HAL/S-FC system.

  1. SPARQL compiler for Bobox

    OpenAIRE

    Čermák, Miroslav

    2013-01-01

    The goal of the work is to design and implement a SPARQL compiler for the Bobox system. In addition to lexical and syntactic analysis corresponding to W3C standard for SPARQL language, it performs semantic analysis and optimization of queries. Compiler will constuct an appropriate model for execution in Bobox, that depends on the physical database schema.

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

    Science.gov (United States)

    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.

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

    Science.gov (United States)

    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.

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

    Science.gov (United States)

    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. The ADAS-cog and clinically meaningful change in the VISTA clinical trial of galantamine for Alzheimer's disease.

    Science.gov (United States)

    Rockwood, Kenneth; Fay, Sherri; Gorman, Mary

    2010-02-01

    A minimum 4-point change at 6 months on the Alzheimer's disease assessment scale-cognitive subscale (ADAS-cog) is deemed clinically important, but this cut-point has been little studied in relation to clinical meaningfulness. In an investigator-initiated, clinical trial of galantamine, we investigated the extent to which a 4-point change classifies goal attainment by individual patients. Secondary analysis of the video imaging synthesis of treating Alzheimer's disease (VISTA) study: a 4-month, multi-centre, parallel-group, double-blind, placebo-controlled, trial of galantamine in 130 mild-moderate Alzheimer's disease patients (4-month open-label follow-up). ADAS-cog responses at 6 months were compared with outcomes on three clinical measures: clinician's interview based impression of change-plus caregiver input (CIBIC+), patient/carer-goal attainment scaling (PGAS) and clinician-GAS (CGAS). Thirty-seven of 99 patients improved by > or = 4 points on the ADAS-cog at 6 months, and 16/99 showed > or = 4-point worsening. ADAS-cog change scores correlated notionally to modestly with changes on the CGAS (r = -0.31), the PGAS (r = -0.29) and the CIBIC+ (r = 0.31). As a group, patients with ADAS-cog improvement were significantly more likely to improve on the clinical measures; those who worsened showed non-significant clinical decline. Individually, about half were misclassified in relation to each clinical measure; often when the ADAS-Cog detected 'no change', clinically meaningful effects could be detected. Even so, no ADAS-Cog cut-point optimally classified patients' clinical responses. A 4-point ADAS-cog change at 6 months is clinically meaningful for groups. Substantial individual misclassification between the ADAS-cog and clinical measures suggests no inherent meaning to a 4-point ADAS-cog change for a given patient.

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

    Science.gov (United States)

    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.

  7. Predictive value of 6-month decline in ADAS-cog for survival without severe Alzheimer's disease.

    Science.gov (United States)

    Helmer, Catherine; Andrieu, Sandrine; Pérès, Karine; Orgogozo, Jean-Marc; Vellas, Bruno; Dartigues, Jean-François

    2007-01-01

    To determine the predictive value of the 6-month evolution of the ADAS-cog score in initially mild to moderate Alzheimer's disease (AD) patients on the risk of death or severe dementia (MMSE ADAS-cog scale in the Real.fr study, a cohort of AD patients. Six classes of ADAS-cog evolution were distinguished, from the severest deterioration (decline >or=7 points) to the greatest cognitive improvement (gain >or=4 points). Among 536 AD patients, 53 (9.9%) had a 6-month decline of 7 points or more. This group with the severest deterioration was significantly associated with the risk of severe dementia or death at 2 years (relative risk, RR = 3.8, 95% confidence interval, CI = 2.1-6.8), even after adjustment for baseline MMSE, disability and ADAS-cog score (RR = 2.6, 95% CI = 1.4-5.0). In addition, subjects with a decline by at least 4 points were also at greater risk of severe dementia. These results confirm the value of the ADAS-cog scale as a judgement criterion in clinical trials since it is a good surrogate marker of long-term prognosis. The proportion of fast decliners on the ADAS-cog could be a helpful judgement criterion for future trials in AD.

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

    Science.gov (United States)

    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.

  9. A study of the Alzheimer's Disease Assessment Scale-Cognitive (ADAS-Cog) in an Icelandic elderly population.

    Science.gov (United States)

    Hannesdóttir, Kristin; Snaedal, Jón

    2002-01-01

    The Alzheimer's Disease Assessment Scale (ADAS) is designed for screening of cognitive and non-cognitive dysfunctions characteristic of persons with probable Alzheimer's disease (AD). The cognitive part of the scale (ADAS-Cog) is both convenient for screening of probable AD and as a measure of cognitive functioning during drug intervention. The aim of this study was to translate the ADAS-Cognitive sub-test (ADAS-Cog) into Icelandic and to study its application in an elderly Icelandic population. The Mini-Mental State Examination (MMSE) and the ADAS-Cog were administered to 20 AD patients and 20 controls. Each patient was also rated on the Global Deterioration Scale (GDS). The probable AD patients were divided into two groups based on their GDS: 3-4 and 5-6 points. The patients were also divided into two groups based on their MMSE score: very mild to mild (23-30 points) and mild to moderate (15-22 points). Furthermore, the subjects were divided into two age groups: 65-76 and 77-92 years. Results revealed a highly significant difference on MMSE (22.3 +/- 3.4; 26.8 +/- 1.6; P ADAS-Cog (18.4 +/- 7.7; 7.3 +/- 3.5; P ADAS-Cog plays an important role in the diagnostic makeup of AD along with other detailed investigations, such as neuropsychological assessment.

  10. Anemia nos pacientes com insuficiência cardíaca avançada

    Directory of Open Access Journals (Sweden)

    Juliano Cardoso

    2010-10-01

    Full Text Available FUNDAMENTO: Anemia está associada à pior evolução nos pacientes com insuficiência cardíaca (IC. Entretanto, há poucos estudos sobre a anemia nos pacientes com IC avançada. OBJETIVO: Avaliar as características da anemia na IC em fase avançada. MÉTODOS: Foram incluídos 99 pacientes hospitalizados para compensação de IC (CF IV/NYHA, com idade > 18 anos e FEVE 12 g/dl. A anemia foi marcador independente de mau prognóstico na análise multivariada (mortalidade 47% vs 24,6%, p = 0,016, risco relativo 2,54. CONCLUSÃO: Anemia acomete, aproximadamente, 1/3 dos pacientes com IC avançada, e a deficiência de ferro é uma importante etiologia. Pacientes anêmicos são mais idosos e apresentaram função renal mais deteriorada. A melhora da congestão não foi suficiente para melhorar a anemia na maioria dos casos. Nos pacientes com IC avançada, a anemia é marcador independente de mau prognóstico.

  11. Detecting treatment effects with combinations of the ADAS-cog items in patients with mild and moderate Alzheimer's disease.

    Science.gov (United States)

    Ihl, Ralf; Ferris, Steven; Robert, Philippe; Winblad, Bengt; Gauthier, Serge; Tennigkeit, Frank

    2012-01-01

    When complex cognitive functions are measured with multi-item scales like the Alzheimer's Disease Assessment Scale - cognitive subscale (ADAS-cog), it seems valuable information can be lost due to combination of the ADAS-cog items results into a total score. We hypothesized, that an analysis of the results of different ADAS-cog item combinations may reveal drug treatment effects in distinct cognitive domains and/or enhance the sensitivity to detect such treatment effects. Here, we present a novel approach called 'subsetting analysis' for assessment of drug treatment effects with multi-item scales, like the ADAS-cog. The subsetting approach is a mathematical algorithm designed to select and group scale items in a subset detecting drug treatment effects in a particular study population. The approach was applied in a post-hoc analysis of ADAS-cog results from two randomized, placebo-controlled and double-blind clinical trials with memantine in mild to moderate Alzheimer's disease (AD). The subsetting analysis of the ADAS-cog combined database aimed at selecting the scale items showing no worsening at study end compared to baseline due to memantine treatment in mild AD (Mini-Mental State Examination (MMSE >19)) patients. Two ADAS-cog subsets were finally revealed by the analysis: a subset of five ADAS-cog items, identified as most sensitive to memantine effects in mild AD patients, and a subset of six ADAS-cog items shown to detect significant memantine effects in moderate AD patients. The subsetting approach of analyzing ADAS-cog data is a powerful alternative for gaining information about drug effects on cognitive performance in mild and moderate AD patients. Copyright © 2011 John Wiley & Sons, Ltd.

  12. Using ADA Tasks to Simulate Operating Equipment

    Science.gov (United States)

    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.

  13. Cartalk 2000: development of a co-operative ADAS based on vehicle-to-vehicle communication

    NARCIS (Netherlands)

    Morsink, P.L.J.; Hallouzi, R.; Dagli, I.; Cseh, C.; Schäfers, L.; Nelisse, M.W.; Bruin, D. de

    2003-01-01

    Advanced Driver Assistance Systems (ADAS) benefit from using vehicle-to-vehicle communication. In the 5th framework EC project CarTALK2000 co-operative ADAS are designed, tested and evaluated with respect to increasing traffic safety, efficiency and driving comfort. Communication based longitudinal

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

    Science.gov (United States)

    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.

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

    Science.gov (United States)

    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.

  16. Long-term changes in ADAS-cog: what is clinically relevant for disease modifying trials in Alzheimer?

    Science.gov (United States)

    Vellas, B; Andrieu, S; Cantet, C; Dartigues, J F; Gauthier, S

    2007-01-01

    With the development of long-term disease modifying trials, changes in ADAS-Cog at 18 months will rise certainly many questions. We decided to look in the Real.fr study at the links between changes in cognition, ADAS-Cog and function. A total of 346 Alzheimer's patients with ADAS-cog at entry and at 18 months. were eligible for this analysis. These patients were on average 77.44 years old and 254 (72.36%) were women. The great majority lived at home and about 93% were treated with a cholinesterase inhibitor at baseline. Thirty three patients (9%) had a gain of more than 2 points at the ADAS-cog at 18 months (Group I, improvement); 130 (38%) were considered as stable, the reference group (Group II ) characterized by a stability at the ADAS-cog: decline of 2 points to gain of 2 points, 112 subjects (32%) had a moderate decline between 2 and 7 at the ADAScog (Group III) and finally 71 subjects (21%) had a severe impairment more than seven points at the ADAS-cog. A loss of one Basic ADL is certainly highly relevant, and such a change was found at 18 months in more than half of the subjects, which is not surprising for a long-term evolution in mild to moderate AD. An impairment of more than 7 points at the ADAS-cog was found in 21% of the subjects at 18 months and was associated with loss.

  17. A New Method of Cloud Detection Based on Cascaded AdaBoost

    International Nuclear Information System (INIS)

    Ma, C; Chen, F; Liu, J; Duan, J

    2014-01-01

    Cloud detection of remote sensing image is a critical step in the processing of the remote sensing images. How to quickly, accurately and effectively detect cloud on remote sensing images, is still a challenging issue in this area. In order to avoid disadvantages of the current algorithms, the cascaded AdaBoost classifier algorithm is successfully applied to the cloud detection. A new algorithm combined cascaded AdaBoost classifier and multi-features, is proposed in this paper. First, multi-features based on the color, texture and spectral features are extracted from the remote sensing image. Second, the automatic cloud detection model is obtained based on the cascaded AdaBoost algorithm. In this paper, the results show that the new algorithm can determine cloud detection model and threshold values adaptively for different resolution remote sensing training data. The accuracy of cloud detection is improved. So it is a new effective algorithm for the cloud detection of remote sensing images

  18. Algorithmic synthesis using Python compiler

    Science.gov (United States)

    Cieszewski, Radoslaw; Romaniuk, Ryszard; Pozniak, Krzysztof; Linczuk, Maciej

    2015-09-01

    This paper presents a python to VHDL compiler. The compiler interprets an algorithmic description of a desired behavior written in Python and translate it to VHDL. FPGA combines many benefits of both software and ASIC implementations. Like software, the programmed circuit is flexible, and can be reconfigured over the lifetime of the system. FPGAs have the potential to achieve far greater performance than software as a result of bypassing the fetch-decode-execute operations of traditional processors, and possibly exploiting a greater level of parallelism. This can be achieved by using many computational resources at the same time. Creating parallel programs implemented in FPGAs in pure HDL is difficult and time consuming. Using higher level of abstraction and High-Level Synthesis compiler implementation time can be reduced. The compiler has been implemented using the Python language. This article describes design, implementation and results of created tools.

  19. Regulation of adenosine deaminase (ADA) on induced mouse experimental autoimmune uveitis (EAU) ?

    OpenAIRE

    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 autoim...

  20. Bahan pemutih gigi dengan sertifikat ADA/ISO (Tooth bleaching material with ADA/ISO certificate

    Directory of Open Access Journals (Sweden)

    Asti Meizarini

    2005-06-01

    Full Text Available Bleaching of teeth for cosmetic reasons is a popular aspect of cosmetic dentistry because patients realize the aesthetical benefits of these products. The dentist as a clinician's practitioner must be knowledgeable of the products and their application techniques. Bleaching materials which are safe and effective are the ADA accepted or manufactured by those which have already haved ISO certificate. Dentist must have enough knowledge about in-office bleaching prescribed for home-use bleaching including their contra indication and side effects, to advise the patients and provide effective bleaching services.

  1. The Comparison Flow of Four Impression Compounds (Green Stick with ADA Standard

    Directory of Open Access Journals (Sweden)

    S. Mir Mohammad Rezaei

    2004-09-01

    Full Text Available Statement of Problem: Low- fusing compound (type 1 is used for border molding and impressions. Flow and reproducibility of surface detail are two important characteristics of these materials. There are no valid data available comparing domestic and imported brands.Purpose: The Purpose of this study was to evaluate these two properties of four different products including Kerr (Kerr Manufacture MI 98174-2600, Harvard (Hoffman Harvard Dental GMb H Germany; Kymia (Kymia dental company 713 Iran; and Pishro (Pishro72534 Iran.Materials and Methods: All procedures were followed according to ADA and BSStandard.Total number of 48 samples were divided into 8 groups (6 in each group.Twenty disks were fabricated for impression tests. The specimen dimensions were 40 mm (diameter and 6mm (thickness. Standard test blocks were used to test the specimens.Results: The Willcoxon test showed significant difference in flow rate between materials tested with the best result for Kerr (P<0.05. Kerr flow was 85% and under 5% at 45°C and 37°C, respectively. There were great deviations from standards value at 45°C. For the rest of the samples at 37°C; except Kymia the flow rate for 3 materials (Kerr; Harvard Pishrowere almost acceptable. The impression test results revealed that only Kerr was able torecord the details at 45°C.Conclusion: Kerr flow is exactly what ADA standards specify. But the flow rate for three materials exhibit a great distance from these standards. In impression test only Kerr was able to record the details

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

    Science.gov (United States)

    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

  3. Compiling a 50-year journey

    DEFF Research Database (Denmark)

    Hutton, Graham; Bahr, Patrick

    2017-01-01

    Fifty years ago, John McCarthy and James Painter published the first paper on compiler verification, in which they showed how to formally prove the correctness of a compiler that translates arithmetic expressions into code for a register-based machine. In this article, we revisit this example...

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

    Science.gov (United States)

    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...

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

    Science.gov (United States)

    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

  6. The clinical meaningfulness of ADAS-Cog changes in Alzheimer's disease patients treated with donepezil in an open-label trial.

    Science.gov (United States)

    Rockwood, Kenneth; Fay, Sherri; Gorman, Mary; Carver, Daniel; Graham, Janice E

    2007-08-30

    In 6-month anti-dementia drug trials, a 4-point change in the Alzheimer's Disease Assessment Scale-Cognitive Subscale (ADAS-Cog) is held to be clinically important. We examined how this change compared with measures of clinical meaningfulness. This is a secondary analysis of a 12 month open-label study of 100 patients (71 women) diagnosed with mild to moderate AD treated with 5-10 mg of donepezil daily. We studied the observed case, 6-month change from baseline on the ADAS-Cog, the Clinician's Interview Based Impression of Change-Plus Caregiver Input (CIBIC-Plus), patient-Goal Attainment Scaling (PGAS) and clinician-GAS (CGAS). At 6 months, donepezil-treated patients (n = 95) were more likely to show no change (+/- 3 points) on the ADAS-Cog (56%) than to improve (20%) or decline (24%) by 4-points. ADAS-Cog change scores were little correlated with other measures: from -0.09 for PGAS to 0.27 for the CIBIC-Plus. While patients who improved on the ADAS-Cog were less likely to decline on the clinical measures (26%), 43% of patients who declined on the ADAS-Cog improved on at least two of the clinical measures. The ADAS-Cog did not capture all clinically important effects. In general, ADAS-Cog improvement indicates clinical improvement, whereas many people with ADAS-Cog decline do not show clinical decline. The open-label design of this study does not allow us to know whether this is a treatment effect, which requires further investigation.

  7. Adenosine-deaminase (ADA activity in Psoriasis (A Preliminary Study

    Directory of Open Access Journals (Sweden)

    S D Chaudhry

    1988-01-01

    Full Text Available Study of adenosine-deaminase activity ′in 23 patients hav-mg psoriasis compared with an equal number of healthy controls revealed significantly high ADA-activity in the psotiatic patients.

  8. An exploratory discussion on business files compilation

    International Nuclear Information System (INIS)

    Gao Chunying

    2014-01-01

    Business files compilation for an enterprise is a distillation and recreation of its spiritual wealth, from which the applicable information can be available to those who want to use it in a fast, extensive and precise way. Proceeding from the effects of business files compilation on scientific researches, productive constructions and developments, this paper in five points discusses the way how to define topics, analyze historical materials, search or select data and process it to an enterprise archives collection. Firstly, to expound the importance and necessity of business files compilation in production, operation and development of an company; secondly, to present processing methods from topic definition, material searching and data selection to final examination and correction; thirdly, to define principle and classification in order to make different categories and levels of processing methods available to business files compilation; fourthly, to discuss the specific method how to implement a file compilation through a documentation collection upon principle of topic definition gearing with demand; fifthly, to address application of information technology to business files compilation in view point of widely needs for business files so as to level up enterprise archives management. The present discussion focuses on the examination and correction principle of enterprise historical material compilation and the basic classifications as well as the major forms of business files compilation achievements. (author)

  9. Biochemical detection of E-ADA on Neospora caninum tachyzoites and the effects of a specific enzymatic inhibitor

    Directory of Open Access Journals (Sweden)

    Alexandre A. Tonin

    2015-01-01

    Full Text Available Objective. This study aimed to investigate the presence and activity of the ecto adenosine deaminase (E-ADA enzyme in tachyzoites of Neospora caninum (Nc-1 strain, as well as to assess the activity of a well-known E-ADA inhibitor, the deoxycoformycin. Materials and methods. The parasites were grown in cell culture, being subsequently separated in a pellet of tachyzoites, on which the E-ADA activity was tested using the concentrations 0 (control, 0.2, 0.4 and 0.8 mg mL-1. Results. The E-ADA showed high activity, progressively increasing its activity according to the enhancement of the protein concentration. The test was carried out with different concentrations of deoxycoformycin, showing that it was able to inhibit the E-ADA present on the free form of the parasite. Conclusions. Based on these results we conclude that the E-ADA is present on tachyzoites of N. caninum, and deoxycoformycin is able to inhibit this enzyme. In this sense, knowing the negative impact of N. caninum on reproductive issue in cattle (mainly abortion, might it is an alternative in order to deal with this parasitic infection.

  10. Can pleural adenosine deaminase (ADA) levels in pleural tuberculosis predict the presence of pulmonary tuberculosis? A CT analysis.

    Science.gov (United States)

    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 (pADA 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.

  11. Development, validation, and application of ELISA for detection of anti-HD105 antibodies in pre-clinical safety evaluation using monkeys.

    Science.gov (United States)

    Choi, Woo Hyuck; Jo, Hye Ryun; Jeon, Eun-Jeong; Youm, So-Young; Jeon, Jang Su; Son, Yong-Gyu; You, Weon-Kyoo; Koh, Woo Suk; Lee, Sang Hoon; Kim, Sang Kyum

    2016-11-30

    Unwanted immunogenicity of protein therapeutics can result in severe side effects and should be assessed in animals before applying the treatment to humans. Monkeys are the most relevant choice for pre-clinical toxicity testing of antibody-based therapeutics. To assess the immunogenicity of HD105, a novel antibody therapeutic that targets both vascular endothelial growth factor and Delta-like-ligand 4, a bridging enzyme-linked immunosorbent assay was developed as an anti-drug antibody (ADA) assay and validated for use in pre-clinical studies using non-human primates. This method was found to have suitable assay sensitivity, intra- and inter-assay precision, confirmation, drug tolerance, recovery, and sample stability for measuring ADA in monkey serum samples. The results showed that ADA elevation occurred following repeated doses of HD105, and that ADA production was negatively associated with serum HD105 concentration. These results suggest that intravenous administration of HD105 induces production of ADA in monkeys and that the detection of ADA may be negatively influenced by free HD105 in serum. Copyright © 2016 Elsevier B.V. All rights reserved.

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

    Science.gov (United States)

    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.

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

    Science.gov (United States)

    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.

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

    Science.gov (United States)

    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.

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

    Science.gov (United States)

    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.

  16. Prescribing Pattern of Oral Antihyperglycaemic Drugs, Rationality and Adherence to American Diabetes Association (ADA) Treatment Guidelines among Type 2 Diabetes Mellitus (T2DM) Postmenopausal Women.

    Science.gov (United States)

    Sharma, Sudhaa; Tandon, Vishal R; Roshi; Mahajan, Annil

    2016-01-01

    Oral antihyperglycaemic prescription trends keep on changing and thus the drug prescription trend study may prove to be powerful exploratory tool for health care providers. To investigate trends in prescriptions of oral antihyperglycaemic drugs (OHDs) among postmenopausal women suffering from T2DM in India and evaluate the rationality and adherence to ADA treatment guidelines. An observational, cross-sectional descriptive prescription audit (n=500) was carried. Postmenopausal women were interviewed in their local language using pre-tested pre validated questionnaire after verbal informed consent at a teaching tertiary care hospital of north India. Oral antihyperglycaemic drugs (OHDs) drugs were categorized as per the pharmacological classification. Adherence to available clinical practice guidelines/recommendations issued under American Diabetes Association (ADA) 2015 Guidelines as well as rationality of these prescriptions were assessed using WHO Guide to Good Prescribing. Mean age of the study population was 58.14±12.86. Mean duration since menopause was 5.3 years and of T2DM was 9.5 years. A 93.4% of the prescriptions had only OHDs whereas 6.6% of the prescriptions had various insulin preprations + OHDs (pADA treatment guidelines was observed.

  17. ADASAGE, ADA Application Development System

    International Nuclear Information System (INIS)

    Taylor, M.; Russell, K.; Stewart, H.

    2001-01-01

    1 - Description of program or function: ADASAGE is an application development system designed to facilitate rapid and professional construction of applications written in Ada on microcomputers. ADASAGE applications may vary in size from small to large multi-program systems. ADASAGE consists of a collection of re-usable libraries for database management and form and report processing utilities having the following capabilities: basic universal type and function definitions; sequential file input/output; terminal and file input/output; DOS system command execution; data movement and fill; string manipulation; math libraries; bit manipulation; a relational database utility; data validation; menu form and window procedures; report generation; sort/merge, time, and date functions; sound production; editing; and index rebuilding. Each of the capabilities is integrated to allow the development of an efficient system. As an application is designed and developed, the desired ADASAGE capabilities are chosen and included along with any requirements unique to that application. 2 - Method of solution: All ADASAGE applications which use the database, forms (windows, menus, etc.), or reporting functions require a file with a suffix of .DFL. This file contains the database schema, the various forms and windows, and report definitions. The THOR editor is used to create and maintain the .DFL file. This editor operates on a file with the suffix .SRC and creates and edits schemes, forms, and report formats and compile the .SRC file into the .DFL file used by the application. The application will have unique requirements not satisfied by the selected utilities of ADASAGE. The code for these along with the code necessary to import and use the selected ADASAGE utilities constitutes the p rogrammed application . The completed application system will contain the .DFL file produced by the THOR editor, the required ADASAGE utilities, and the programmed application. During the course of

  18. Proving correctness of compilers using structured graphs

    DEFF Research Database (Denmark)

    Bahr, Patrick

    2014-01-01

    it into a compiler implementation using a graph type along with a correctness proof. The implementation and correctness proof of a compiler using a tree type without explicit jumps is simple, but yields code duplication. Our method provides a convenient way of improving such a compiler without giving up the benefits...

  19. Longer-term effects of ADAS use on speed and headway control in drivers diagnosed with Parkinson's disease.

    Science.gov (United States)

    Dotzauer, Mandy; Caljouw, Simone R; De Waard, Dick; Brouwer, Wiebo H

    2015-01-01

    An advanced driver assistance system (ADAS) provided information about speed limits, speed, speeding, and following distance. Information was presented to the participants by means of a head-up display. Effects of the information on speed and headway control were studied in a longer-term driving simulator study including 12 repeated measures spread out over 4 weeks. Nine healthy older drivers between the ages of 65 and 82 years and 9 drivers between the ages of 68 and 82 years diagnosed with Parkinson's disease (PD) participated in the study. Within the 4 weeks, groups completed 12 consecutive sessions (10 with ADAS and 2 without ADAS) in a driving simulator. Results indicate an effect of ADAS use on performance. Removing ADAS after short-term exposure led to deterioration of performance in all speed measures in the group of drivers diagnosed with PD. These results suggest that provision of traffic information was utilized by drivers diagnosed with PD in order to control their speed.

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

    Science.gov (United States)

    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

  1. Can pleural adenosine deaminase (ADA) levels in pleural tuberculosis predict the presence of pulmonary tuberculosis? A CT analysis

    International Nuclear Information System (INIS)

    Koh, Myung Je; Lee, In Jae; Kim, Joo-Hee

    2016-01-01

    Aim: 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. Materials and methods: 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. Results: 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). Conclusion: 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. - Highlights: • To know the relationship of ADA values and pulmonary involvement pattern of pleural tuberculosis. • To help exact diagnosis of pleuroparenchymal tuberculosis in clinical setting. • The imaging findings of pleuroparenchymal tuberculosis.

  2. O6-methylguanine-DNA methyltransferase in wild-type and ada mutants of Escherichia coli

    International Nuclear Information System (INIS)

    Mitra, S.; Pal, B.C.; Foote, R.S.

    1982-01-01

    O 6 -Methylguanine-DNA methyltransferase is induced in Escherichia coli during growth in low levels of N-methyl-N'-nitro-N-nitrosoguanidine. We have developed a sensitive assay for quantitating low levels of this activity with a synthetic DNA substrate containing 3 H-labeled O 6 -methylguanine as the only modified base. Although both wild-type and adaptation-deficient (ada) mutants of E. coli contained low but comparable numbers (from 13 to 60) of the enzyme molecules per cell, adaptation treatment caused a significant increase of the enzyme in the wild type but not in the ada mutants, suggesting that the ada mutation is in a regulatory locus and not in the structural gene for the methyltransferase

  3. 12 CFR 411.600 - Semi-annual compilation.

    Science.gov (United States)

    2010-01-01

    ... 12 Banks and Banking 4 2010-01-01 2010-01-01 false Semi-annual compilation. 411.600 Section 411.600 Banks and Banking EXPORT-IMPORT BANK OF THE UNITED STATES NEW RESTRICTIONS ON LOBBYING Agency Reports § 411.600 Semi-annual compilation. (a) The head of each agency shall collect and compile the...

  4. ALGOL compiler. Syntax and semantic analysis

    International Nuclear Information System (INIS)

    Tarbouriech, Robert

    1971-01-01

    In this research thesis, the author reports the development of an ALGOL compiler which performs the main following tasks: systematic scan of the origin-programme to recognise the different components (identifiers, reserved words, constants, separators), analysis of the origin-programme structure to build up its statements and arithmetic expressions, processing of symbolic names (identifiers) to associate them with values they represent, and memory allocation for data and programme. Several issues are thus addressed: characteristics of the machine for which the compiler is developed, exact definition of the language (grammar, identifier and constant formation), syntax processing programme to provide the compiler with necessary elements (language vocabulary, precedence matrix), description of the first two phases of compilation: lexicographic analysis, and syntax analysis. The last phase (machine-code generation) is not addressed

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

    Science.gov (United States)

    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.

  6. Olimpíadas e geopolítica

    Directory of Open Access Journals (Sweden)

    João Fábio Bertonha

    2008-09-01

    Full Text Available

    o artigo trata de competições esportivas,

    em especial as olimpíadas. Nelas, valorizam-se o

    nacionalismo e o poder dos países.

  7. The Alzheimer's Disease Assessment Scale-Cognitive Subscale (ADAS-Cog): Modifications and Responsiveness in Pre-Dementia Populations. A Narrative Review.

    Science.gov (United States)

    Kueper, Jacqueline K; Speechley, Mark; Montero-Odasso, Manuel

    2018-01-01

    The Alzheimer's Disease Assessment Scale-Cognitive Subscale (ADAS-Cog) was developed in the 1980s to assess the level of cognitive dysfunction in Alzheimer's disease. Advancements in the research field have shifted focus toward pre-dementia populations, and use of the ADAS-Cog has extended into these pre-dementia studies despite concerns about its ability to detect important changes at these milder stages of disease progression. If the ADAS-Cog cannot detect important changes, our understanding of pre-dementia disease progression may be compromised and trials may incorrectly conclude that a novel treatment approach is not beneficial. The purpose of this review was to assess the performance of the ADAS-Cog in pre-dementia populations, and to review all modifications that have been made to the ADAS-Cog to improve its measurement performance in dementia or pre-dementia populations. The contents of this review are based on bibliographic searches of electronic databases to locate all studies using the ADAS-Cog in pre-dementia samples or subsamples, and to locate all modified versions. Citations from relevant articles were also consulted. Overall, our results suggest the original ADAS-Cog is not an optimal outcome measure for pre-dementia studies; however, given the prominence of the ADAS-Cog, care must be taken when considering the use of alternative outcome measures. Thirty-one modified versions of the ADAS-Cog were found. Modification approaches that appear most beneficial include altering scoring methodology or adding tests of memory, executive function, and/or daily functioning. Although modifications improve the performance of the ADAS-Cog, this is at the cost of introducing heterogeneity that may limit between-study comparison.

  8. RICIS Software Engineering 90 Symposium: Aerospace Applications and Research Directions Proceedings Appendices

    Science.gov (United States)

    1990-01-01

    Papers presented at RICIS Software Engineering Symposium are compiled. The following subject areas are covered: flight critical software; management of real-time Ada; software reuse; megaprogramming software; Ada net; POSIX and Ada integration in the Space Station Freedom Program; and assessment of formal methods for trustworthy computer systems.

  9. Compilations and evaluations of nuclear structure and decay data

    International Nuclear Information System (INIS)

    Lorenz, A.

    1977-10-01

    This is the third issue of a report series on published and to-be-published compilations and evaluations of nuclear structure and decay (NSD) data. This compilation is published and distributed by the IAEA Nuclear Data Section approximately every six months. This compilation of compilations and evaluations is designed to keep the nuclear scientific community informed of the availability of compiled or evaluated NSD data, and contains references to laboratory reports, journal articles and books containing selected compilations and evaluations

  10. 76 FR 14745 - Notice To Rescind a Notice of Intent To Prepare an Environmental Impact Statement, Ada and Canyon...

    Science.gov (United States)

    2011-03-17

    ... To Prepare an Environmental Impact Statement, Ada and Canyon Counties, ID AGENCY: Federal Highway... prepare an Environmental Impact Statement for a proposed highway project in Ada and Canyon County, Idaho... Highway 44 from Exit 25 at Interstate 84 in Canyon County to Ballantyne Lane in Ada County. The project is...

  11. Evaluating rivastigmine in mild-to-moderate Parkinson's disease dementia using ADAS-cog items.

    Science.gov (United States)

    Schmitt, Frederick A; Aarsland, Dag; Brønnick, Kolbjørn S; Meng, Xiangyi; Tekin, Sibel; Olin, Jason T

    2010-08-01

    Rivastigmine has been shown to improve cognition in patients with Parkinson's disease dementia (PDD). To further explore the impact of anticholinesterase therapy on PDD, Alzheimer's Disease Assessment Scale-cognitive subscale (ADAS-cog) items were assessed in a retrospective analysis of a 24-week, double-blind, placebo-controlled trial of rivastigmine. Mean changes from baseline at week 24 were calculated for ADAS-cog item scores and for 3 cognitive domain scores. A total of 362 patients were randomized to 3 to 12 mg/d rivastigmine capsules and 179 to placebo. Patients with PDD receiving rivastigmine improved versus placebo on items: word recall, following commands, ideational praxis, remembering test instructions, and comprehension of spoken language (P ADAS-cog is sensitive to broad cognitive changes in PDD. Overall, rivastigmine was associated with improvements on individual cognitive items and general cognitive domains.

  12. 75 FR 45661 - Notice of Permanent Closure on Public Lands in Ada County, ID

    Science.gov (United States)

    2010-08-03

    ... DEPARTMENT OF THE INTERIOR Bureau of Land Management [LLIDB00100 L17110000.PH0000 241A 4500013040] Notice of Permanent Closure on Public Lands in Ada County, ID AGENCY: Bureau of Land Management, Interior.../2\\NW\\1/4\\ NW\\1/4\\ and N\\1/2\\SW\\1/4\\ NW\\1/4\\ of Section 32, T.1 S., R.3 E., Boise Meridian, Ada...

  13. Reuse Tools to Support ADA Instantiation Construction

    Science.gov (United States)

    1990-06-01

    specification and body with embedded task shell instantiations, as well as an inter-task coordination procedure which controls task activation, execution, and...Tools to Support Ada Instantiation Construction 3 - Generalized Construction Approaches Page 39 4Automatic Programming Programmer’s Apprentice ~ASLs...which is the root of a frame hierarchy. The specification frame controls the hierarchy’s composition of the program and stores all its custom

  14. VIII Olimpíada Brasileira de Astronomia e Astronáutica

    Science.gov (United States)

    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.

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

    Science.gov (United States)

    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.

  16. Microevolution of the chromosomal region of acute disease antigen A (adaA in the query (Q fever agent Coxiella burnetii.

    Directory of Open Access Journals (Sweden)

    Dimitrios Frangoulidis

    Full Text Available The acute disease antigen A (adaA gene is believed to be associated with Coxiella burnetii strains causing acute Q fever. The detailed analysis of the adaA genomic region of 23 human- and 86 animal-derived C. burnetii isolates presented in this study reveals a much more polymorphic appearance and distribution of the adaA gene, resulting in a classification of C. burnetii strains of better differentiation than previously anticipated. Three different genomic variants of the adaA gene were identified which could be detected in isolates from acute and chronic patients, rendering the association of adaA positive strains with acute Q fever disease disputable. In addition, all adaA positive strains in humans and animals showed the occurrence of the QpH1 plasmid. All adaA positive isolates of acute human patients except one showed a distinct SNP variation at position 431, also predominant in sheep strains, which correlates well with the observation that sheep are a major source of human infection. Furthermore, the phylogenetic analysis of the adaA gene revealed three deletion events and supported the hypothesis that strain Dugway 5J108-111 might be the ancestor of all known C. burnetii strains. Based on our findings, we could confirm the QpDV group and we were able to define a new genotypic cluster. The adaA gene polymorphisms shown here improve molecular typing of Q fever, and give new insights into microevolutionary adaption processes in C. burnetii.

  17. Study on the clinical value of determination of serum adenosine deaminase (ADA) and HA, PIIIP levels for diagnosis of chronic hepatitis

    International Nuclear Information System (INIS)

    Ma Yun

    2007-01-01

    Objective: To explore the clinical value of determination of serum ADA and HA, PIIIP levels for diagnosis of chronic hepatitis. Methods: Serum ADA levels were determined with biochemistry and HA, PIIIP levels were detected with RIA in 36 patients with chronic hepatitis and 35 controls. Results: The levels of serum ADA, HA and PIIIP were significantly higher in the patients than those in controls (P<0.01). Serum ADA, HA, PIIIP levelers were mutually positively correlated (r=0.6117, 0.7134, P<0.01). Conclusion: Detection of serum ADA levels could reflect the liver reserve function and status of fibrosis. (authors)

  18. ADA 和 CRP 在结核性脑膜炎和化脓性脑膜炎诊断中的应用%Application of ADA and CRP in the Diagnosis of Tuberculous Meningitis and Purulent Meningitis

    Institute of Scientific and Technical Information of China (English)

    黄赟; 黄仕辉; 徐荣金

    2016-01-01

    Objective Through the detection of meningitis patients blood and CSF (cerebrospinal fluid)in Ada (ADA)con-tent detected at the same time,blood CRP (C -reactive protein)content,for differential diagnosis of tuberculous meningitis and purulent meningitis.Method The blood and cerebrospinal fluid of patients with tuberculous meningitis and purulent meningitis in our hospital were detected by ADA and CRP.Meanwhile,The detection results of ADA and CRP were compared and analyzed with the control group of virus and other meningitis.Results By comparing the tuberculous and pyogenic meningitis and the con-trol group,blood and CSF of ADA content was significantly higher in patients with tuberculous meningitis,and the difference was quite obvious.When P <0.05,there was statistic significance;compared with tuberculousmeningitis and matched groups,CPR content in the blood of Purulen meningitis patient was obviously higher and the difference was quite distinctive.When P <0.05, there was statistic significance.Conclusion ADA joint CRP detection of early differential diagnosis of tuberculous and pyogenic meningitis has great value.%目的:通过检测脑膜炎患者血液和 CSF(脑脊液)中的 ADA(腺苷脱氨酶)含量,同时检测患者血液中的CRP(C -反应蛋白)含量,用以鉴别结核性脑膜炎和化脓性脑膜炎。方法:选取儿科结核性脑膜炎和化脓性脑膜炎患者的血及脑脊液作 ADA 和血 CRP 进行生化检测,同时以病毒性及其他脑膜炎作对照组,对 ADA 和 CRP 的检测结果进行比对分析。结果:通过对结核性和化脓性及对照组脑膜炎的比较,结核性脑膜炎患者血和 CSF 中的 ADA 含量明显增高,差异明显,具有统计学意义(P <0.05);CRP 在化脓性脑膜炎患者血液中的含量较结核性和对照组明显增加,差异明显,具有统计学意义(P <0.05)。结论:ADA 联合 CRP 检测对早期鉴别诊断结核性与化脓性脑膜炎有较大价值。

  19. Real-time multi-camera video acquisition and processing platform for ADAS

    Science.gov (United States)

    Saponara, Sergio

    2016-04-01

    The paper presents the design of a real-time and low-cost embedded system for image acquisition and processing in Advanced Driver Assisted Systems (ADAS). The system adopts a multi-camera architecture to provide a panoramic view of the objects surrounding the vehicle. Fish-eye lenses are used to achieve a large Field of View (FOV). Since they introduce radial distortion of the images projected on the sensors, a real-time algorithm for their correction is also implemented in a pre-processor. An FPGA-based hardware implementation, re-using IP macrocells for several ADAS algorithms, allows for real-time processing of input streams from VGA automotive CMOS cameras.

  20. Compilations and evaluations of nuclear structure and decay data

    International Nuclear Information System (INIS)

    Lorenz, A.

    1977-03-01

    This is the second issue of a report series on published and to-be-published compilations and evaluations of nuclear structure and decay (NSD) data. This compilation of compilations and evaluations is designed to keep the nuclear scientific community informed of the availability of compiled or evaluated NSD data, and contains references to laboratory reports, journal articles and books containing selected compilations and evaluations. It excludes references to ''mass-chain'' evaluations normally published in the ''Nuclear Data Sheets'' and ''Nuclear Physics''. The material contained in this compilation is sorted according to eight subject categories: general compilations; basic isotopic properties; nuclear structure properties; nuclear decay processes; half-lives, energies and spectra; nuclear decay processes: gamma-rays; nuclear decay processes: fission products; nuclear decay processes: (others); atomic processes

  1. Lack of association of the G22A polymorphism of the ADA gene in patients with ankylosing spondylitis.

    Science.gov (United States)

    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.

  2. Age- and gender-specific epistasis between ADA and TNF-α influences human life-expectancy.

    Science.gov (United States)

    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 individuals88 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-specific manner and that males and females follow different pathways to attain longevity. Copyright © 2011 Elsevier Ltd. All rights reserved.

  3. CAPS OpenACC Compilers: Performance and Portability

    CERN Multimedia

    CERN. Geneva

    2013-01-01

    The announcement late 2011 of the new OpenACC directive-based programming standard supported by CAPS, CRAY and PGI compilers has open up the door to more scientific applications that can be ported on many-core systems. Following a porting methodology, this talk will first review the principles of programming with OpenACC and then the advanced features available in the CAPS compilers to further optimize OpenACC applications: library integration, tuning directives with auto-tune mechanisms to build applications adaptive to different GPUs. CAPS compilers use hardware vendors' backends such as NVIDIA CUDA and OpenCL making them the only OpenACC compilers supporting various many-core architectures. About the speaker Stéphane Bihan is co-funder and currently Director of Sales and Marketing at CAPS enterprise. He has held several R&D positions in companies such as ARC international plc in London, Canon Research Center France, ACE compiler experts in Amsterdam and the INRIA r...

  4. Ada as an implementation language for knowledge based systems

    Science.gov (United States)

    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.

  5. Older drivers and ADAS : which systems improve road safety?

    NARCIS (Netherlands)

    Davidse, R.J.

    2006-01-01

    In the coming decades, the number of older drivers that experiences difficulties in traffic as a result of functional limitations will strongly increase. Advanced Driver Assistance Systems (ADAS) could resolve some of these difficulties, by providing personal assistance in a road environment that

  6. Alterations in the adenosine metabolism and CD39/CD73 adenosinergic machinery cause loss of Treg cell function and autoimmunity in ADA-deficient SCID.

    Science.gov (United States)

    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.

    Science.gov (United States)

    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 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. Reviews: Effects of transdermal rivastigmine on ADAS-cog items in mild-to-moderate Alzheimer's disease.

    Science.gov (United States)

    Grossberg, George T; Schmitt, Frederick A; Meng, Xiangyi; Tekin, Sibel; Olin, Jason

    2010-12-01

    Alzheimer's disease (AD) patients treated with rivastigmine transdermal patch have shown statistically significant differences versus placebo on the AD Assessment scale-cognitive subscale (ADAS-cog). In this retrospective analysis of a double-blind, placebo- and active-controlled, 24-week clinical trial, the specific effects of rivastigmine patch on individual ADAS-cog items and cognitive domains (memory, language, and praxis) were explored. The mean baseline to week 24 changes were calculated for each ADAS-cog item and domain in this exploratory, hypothesis-generating analysis. Patients on 9.5 mg/24 h rivastigmine patch, 17.4 mg/24 h rivastigmine patch, and 3 to 12 mg/d rivastigmine capsules showed improvements over placebo on the memory and praxis ADAS-cog subscales. The rivastigmine patch groups also showed improvements on the language subscale. Significant differences versus placebo were seen on several individual item scores in the rivastigmine-treated groups. Rivastigmine patch was associated with improvements on the memory, praxis, and language domains of cognition in patients with mild-to-moderate AD.

  9. The Alzheimer’s Disease Assessment Scale–Cognitive Subscale (ADAS-Cog): Modifications and Responsiveness in Pre-Dementia Populations. A Narrative Review

    Science.gov (United States)

    Kueper, Jacqueline K.; Speechley, Mark; Montero-Odasso, Manuel

    2018-01-01

    The Alzheimer’s Disease Assessment Scale–Cognitive Subscale (ADAS-Cog) was developed in the 1980s to assess the level of cognitive dysfunction in Alzheimer’s disease. Advancements in the research field have shifted focus toward pre-dementia populations, and use of the ADAS-Cog has extended into these pre-dementia studies despite concerns about its ability to detect important changes at these milder stages of disease progression. If the ADAS-Cog cannot detect important changes, our understanding of pre-dementia disease progression may be compromised and trials may incorrectly conclude that a novel treatment approach is not beneficial. The purpose of this review was to assess the performance of the ADAS-Cog in pre-dementia populations, and to review all modifications that have been made to the ADAS-Cog to improve its measurement performance in dementia or pre-dementia populations. The contents of this review are based on bibliographic searches of electronic databases to locate all studies using the ADAS-Cog in pre-dementia samples or subsamples, and to locate all modified versions. Citations from relevant articles were also consulted. Overall, our results suggest the original ADAS-Cog is not an optimal outcome measure for pre-dementia studies; however, given the prominence of the ADAS-Cog, care must be taken when considering the use of alternative outcome measures. Thirty-one modified versions of the ADAS-Cog were found. Modification approaches that appear most beneficial include altering scoring methodology or adding tests of memory, executive function, and/or daily functioning. Although modifications improve the performance of the ADAS-Cog, this is at the cost of introducing heterogeneity that may limit between-study comparison. PMID:29660938

  10. Review of advanced driver assistance systems (ADAS)

    Science.gov (United States)

    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.

  11. HAL/S-360 compiler test activity report

    Science.gov (United States)

    Helmers, C. T.

    1974-01-01

    The levels of testing employed in verifying the HAL/S-360 compiler were as follows: (1) typical applications program case testing; (2) functional testing of the compiler system and its generated code; and (3) machine oriented testing of compiler implementation on operational computers. Details of the initial test plan and subsequent adaptation are reported, along with complete test results for each phase which examined the production of object codes for every possible source statement.

  12. Python based high-level synthesis compiler

    Science.gov (United States)

    Cieszewski, Radosław; Pozniak, Krzysztof; Romaniuk, Ryszard

    2014-11-01

    This paper presents a python based High-Level synthesis (HLS) compiler. The compiler interprets an algorithmic description of a desired behavior written in Python and map it to VHDL. FPGA combines many benefits of both software and ASIC implementations. Like software, the mapped circuit is flexible, and can be reconfigured over the lifetime of the system. FPGAs therefore have the potential to achieve far greater performance than software as a result of bypassing the fetch-decode-execute operations of traditional processors, and possibly exploiting a greater level of parallelism. Creating parallel programs implemented in FPGAs is not trivial. This article describes design, implementation and first results of created Python based compiler.

  13. Derivation of a new ADAS-cog composite using tree-based multivariate analysis: prediction of conversion from mild cognitive impairment to Alzheimer disease.

    Science.gov (United States)

    Llano, Daniel A; Laforet, Genevieve; Devanarayan, Viswanath

    2011-01-01

    Model-based statistical approaches were used to compare the ability of the Alzheimer's Disease Assessment Scale-cognitive subscale (ADAS-cog), cerebrospinal fluid (CSF), fluorodeoxyglucose positron emission tomography and volumetric magnetic resonance imaging (MRI) markers to predict 12-month progression from mild cognitive impairment (MCI) to Alzheimer disease (AD). Using the Alzheimer's Disease Neuroimaging Initiative (ADNI) data set, properties of the 11-item ADAS-cog (ADAS.11), the 13-item ADAS-cog (ADAS.All) and novel composite scores were compared, using weighting schemes derived from the Random Forests (RF) tree-based multivariate model. Weighting subscores using the RF model of ADAS.All enhanced discrimination between elderly controls, MCI and AD patients. The ability of the RF-weighted ADAS-cog composite and individual scores, along with neuroimaging or biochemical biomarkers to predict MCI to AD conversion over 12 months was also assessed. Although originally optimized to discriminate across diagnostic categories, the ADAS. All, weighted according to the RF model, did nearly as well or better than individual or composite baseline neuroimaging or CSF biomarkers in prediction of 12-month conversion from MCI to AD. These suggest that a modified subscore weighting scheme applied to the 13-item ADAS-cog is comparable to imaging or CSF markers in prediction of conversion from MCI to AD at 12 months. Copyright © 2011 by Lippincott Williams & Wilkins

  14. Automatic Parallelization An Overview of Fundamental Compiler Techniques

    CERN Document Server

    Midkiff, Samuel P

    2012-01-01

    Compiling for parallelism is a longstanding topic of compiler research. This book describes the fundamental principles of compiling "regular" numerical programs for parallelism. We begin with an explanation of analyses that allow a compiler to understand the interaction of data reads and writes in different statements and loop iterations during program execution. These analyses include dependence analysis, use-def analysis and pointer analysis. Next, we describe how the results of these analyses are used to enable transformations that make loops more amenable to parallelization, and

  15. Bibliography for Verification and Validation in Computational Simulation

    International Nuclear Information System (INIS)

    Oberkampf, W.L.

    1998-01-01

    A bibliography has been compiled dealing with the verification and validation of computational simulations. The references listed in this bibliography are concentrated in the field of computational fluid dynamics (CFD). However, references from the following fields are also included: operations research, heat transfer, solid dynamics, software quality assurance, software accreditation, military systems, and nuclear reactor safety. This bibliography, containing 221 references, is not meant to be comprehensive. It was compiled during the last ten years in response to the author's interest and research in the methodology for verification and validation. The emphasis in the bibliography is in the following areas: philosophy of science underpinnings, development of terminology and methodology, high accuracy solutions for CFD verification, experimental datasets for CFD validation, and the statistical quantification of model validation. This bibliography should provide a starting point for individual researchers in many fields of computational simulation in science and engineering

  16. Bibliography for Verification and Validation in Computational Simulations

    Energy Technology Data Exchange (ETDEWEB)

    Oberkampf, W.L.

    1998-10-01

    A bibliography has been compiled dealing with the verification and validation of computational simulations. The references listed in this bibliography are concentrated in the field of computational fluid dynamics (CFD). However, references from the following fields are also included: operations research, heat transfer, solid dynamics, software quality assurance, software accreditation, military systems, and nuclear reactor safety. This bibliography, containing 221 references, is not meant to be comprehensive. It was compiled during the last ten years in response to the author's interest and research in the methodology for verification and validation. The emphasis in the bibliography is in the following areas: philosophy of science underpinnings, development of terminology and methodology, high accuracy solutions for CFD verification, experimental datasets for CFD validation, and the statistical quantification of model validation. This bibliography should provide a starting point for individual researchers in many fields of computational simulation in science and engineering.

  17. A software methodology for compiling quantum programs

    Science.gov (United States)

    Häner, Thomas; Steiger, Damian S.; Svore, Krysta; Troyer, Matthias

    2018-04-01

    Quantum computers promise to transform our notions of computation by offering a completely new paradigm. To achieve scalable quantum computation, optimizing compilers and a corresponding software design flow will be essential. We present a software architecture for compiling quantum programs from a high-level language program to hardware-specific instructions. We describe the necessary layers of abstraction and their differences and similarities to classical layers of a computer-aided design flow. For each layer of the stack, we discuss the underlying methods for compilation and optimization. Our software methodology facilitates more rapid innovation among quantum algorithm designers, quantum hardware engineers, and experimentalists. It enables scalable compilation of complex quantum algorithms and can be targeted to any specific quantum hardware implementation.

  18. Environment model creation and ADAS architecture for trucks : design and implementation of a sensor fusion algorithm

    NARCIS (Netherlands)

    Stamatopoulos, E.

    2016-01-01

    This report presents a structural approach for environment model creation and ADAS architecture for trucks. In particular, an appropriate sensor suite that is suitable for a set of ADAS functions is defined. On this basis, the development of a proof of concept for an Environment Model system, by

  19. 76 FR 12753 - Notice of Temporary Closures on Public Lands in Ada and Elmore Counties, ID

    Science.gov (United States)

    2011-03-08

    ... DEPARTMENT OF THE INTERIOR Bureau of Land Management [LLIDB00200 LF20000ES.JS0000 LFESFTF60000] Notice of Temporary Closures on Public Lands in Ada and Elmore Counties, ID AGENCY: Bureau of Land... business hours. SUPPLEMENTARY INFORMATION: The Big Fire closure affects public lands located in Ada County...

  20. Spectrum of mutations in a cohort of UK patients with ADA deficient SCID: Segregation of genotypes with specific ethnicities.

    Science.gov (United States)

    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.

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

    Science.gov (United States)

    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.

  2. A compiler for variational forms

    OpenAIRE

    Kirby, Robert C.; Logg, Anders

    2011-01-01

    As a key step towards a complete automation of the finite element method, we present a new algorithm for automatic and efficient evaluation of multilinear variational forms. The algorithm has been implemented in the form of a compiler, the FEniCS Form Compiler FFC. We present benchmark results for a series of standard variational forms, including the incompressible Navier-Stokes equations and linear elasticity. The speedup compared to the standard quadrature-based approach is impressive; in s...

  3. Compiler Construction Using Java, JavaCC, and Yacc

    CERN Document Server

    Dos Reis, Anthony J

    2012-01-01

    Broad in scope, involving theory, the application of that theory, and programming technology, compiler construction is a moving target, with constant advances in compiler technology taking place. Today, a renewed focus on do-it-yourself programming makes a quality textbook on compilers, that both students and instructors will enjoy using, of even more vital importance. This book covers every topic essential to learning compilers from the ground up and is accompanied by a powerful and flexible software package for evaluating projects, as well as several tutorials, well-defined projects, and tes

  4. Relationships between cognitive impairment on ADAS-cog and regional cerebral blood flow using SPECT in late-onset Alzheimer's disease.

    Science.gov (United States)

    Takahashi, Michio; Oda, Yasunori; Okubo, Toshiyuki; Shirayama, Yukihiko

    2017-09-01

    The aim of this study was to examine brain hypoperfusion and its relationship with cognitive dysfunction in late-onset Alzheimer's disease (AD). Forty patients with late-onset AD and not receiving acetylcholinesterase inhibitors were recruited from outpatient clinics. We examined cognitive function using the Alzheimer's Disease Assessment Scale-cognitive subscale (ADAS-cog) and brain perfusion using single-photon emission computed tomography, and analyzed classified gyrus level segments with three-dimensional stereotactic surface projection and the stereotactic extraction estimation method level 3. ADAS-cog subscales were grouped into three domains: language, memory, and praxis. Patients with late-onset AD showed an apparent reduction in regional cerebral blood flow (rCBF) with a z score >1.5 in the frontal, temporal, and limbic lobes, with lesser reduction in the parietal and occipital lobes. Although hypoperfusion in the orbital, rectal, and subcallosal gyri of the frontal lobe was prominent, rCBF in the inferior frontal gyrus of the frontal lobe was significantly correlated with ADAS-cog total and language and praxis subscale scores. The parahippocampal gyrus of the limbic lobe was also significantly correlated with the ADAS-cog total, language, and praxis subscale scores. Additionally, the cingulate of the limbic lobe was significantly related with ADAS-cog memory. In spite of lesser hypoperfusion, the posterior cingulate gyrus of the limbic lobe was significantly related with ADAS-cog total, language, and memory subscale scores. Further, each subdivision of ADAS-cog was found to be related with various brain regions.

  5. PIG 3 - A simple compiler for mercury

    Energy Technology Data Exchange (ETDEWEB)

    Bindon, D C [Computer Branch, Technical Assessments and Services Division, Atomic Energy Establishment, Winfrith, Dorchester, Dorset (United Kingdom)

    1961-06-15

    A short machine language compilation scheme is described; which will read programmes from paper tape, punched cards, or magnetic tape. The compiler occupies pages 8-15 of the ferrite store during translation. (author)

  6. PIG 3 - A simple compiler for mercury

    International Nuclear Information System (INIS)

    Bindon, D.C.

    1961-06-01

    A short machine language compilation scheme is described; which will read programmes from paper tape, punched cards, or magnetic tape. The compiler occupies pages 8-15 of the ferrite store during translation. (author)

  7. Development and Validation of an Enzyme-Linked Immunosorbent Assay for the Detection of Binding Anti-Drug Antibodies against Interferon Beta

    Directory of Open Access Journals (Sweden)

    Kathleen Ingenhoven

    2017-07-01

    Full Text Available ObjectiveTo develop and validate a method for the detection of binding anti-drug antibodies (ADAs against interferon beta (IFN-β in human serum as part of a European initiative (ABIRISK aimed at the prediction and analysis of clinical relevance of anti-biopharmaceutical immunization to minimize the risk.MethodA two-tiered bridging enzyme-linked immunosorbent assay (ELISA format was selected and validated according to current recommendations. Screening assay: ADA in serum samples form complexes with immobilized IFN-β and biotinylated IFN-β, which are then detected using HRP labeled Streptavidin and TMB substrate. Confirmation assay: Screen “putative positive” samples are tested in the presence of excess drug (preincubation of sera with 0.3 µg/mL of soluble IFN-β and percentage of inhibition is calculated.ResultsThe assay is precise, and the sensitivity of the assay was confirmed to be 26 ng/mL using commercially available polyclonal rabbit antihuman IFN-β in human sera as the positive control.ConclusionAn ultrasensitive ELISA for IFN-β-binding ADA testing has been validated. This will form the basis to assess anti-biopharmaceutical immunization toward IFN-β with regards to its clinical relevance and may allow for the development of predictive tools, key aims within the ABIRISK consortium.

  8. Compilation of data on elementary particles

    International Nuclear Information System (INIS)

    Trippe, T.G.

    1984-09-01

    The most widely used data compilation in the field of elementary particle physics is the Review of Particle Properties. The origin, development and current state of this compilation are described with emphasis on the features which have contributed to its success: active involvement of particle physicists; critical evaluation and review of the data; completeness of coverage; regular distribution of reliable summaries including a pocket edition; heavy involvement of expert consultants; and international collaboration. The current state of the Review and new developments such as providing interactive access to the Review's database are described. Problems and solutions related to maintaining a strong and supportive relationship between compilation groups and the researchers who produce and use the data are discussed

  9. Compilation of functional languages using flow graph analysis

    NARCIS (Netherlands)

    Hartel, Pieter H.; Glaser, Hugh; Wild, John M.

    A system based on the notion of a flow graph is used to specify formally and to implement a compiler for a lazy functional language. The compiler takes a simple functional language as input and generates C. The generated C program can then be compiled, and loaded with an extensive run-time system to

  10. Research and Practice of the News Map Compilation Service

    Science.gov (United States)

    Zhao, T.; Liu, W.; Ma, W.

    2018-04-01

    Based on the needs of the news media on the map, this paper researches on the news map compilation service, conducts demand research on the service of compiling news maps, designs and compiles the public authority base map suitable for media publication, and constructs the news base map material library. It studies the compilation of domestic and international news maps with timeliness and strong pertinence and cross-regional characteristics, constructs the hot news thematic gallery and news map customization services, conducts research on types of news maps, establish closer liaison and cooperation methods with news media, and guides news media to use correct maps. Through the practice of the news map compilation service, this paper lists two cases of news map preparation services used by different media, compares and analyses cases, summarizes the research situation of news map compilation service, and at the same time puts forward outstanding problems and development suggestions in the service of news map compilation service.

  11. RESEARCH AND PRACTICE OF THE NEWS MAP COMPILATION SERVICE

    Directory of Open Access Journals (Sweden)

    T. Zhao

    2018-04-01

    Full Text Available Based on the needs of the news media on the map, this paper researches on the news map compilation service, conducts demand research on the service of compiling news maps, designs and compiles the public authority base map suitable for media publication, and constructs the news base map material library. It studies the compilation of domestic and international news maps with timeliness and strong pertinence and cross-regional characteristics, constructs the hot news thematic gallery and news map customization services, conducts research on types of news maps, establish closer liaison and cooperation methods with news media, and guides news media to use correct maps. Through the practice of the news map compilation service, this paper lists two cases of news map preparation services used by different media, compares and analyses cases, summarizes the research situation of news map compilation service, and at the same time puts forward outstanding problems and development suggestions in the service of news map compilation service.

  12. Item analysis of ADAS-Cog: effect of baseline cognitive impairment in a clinical AD trial.

    Science.gov (United States)

    Sevigny, Jeffrey J; Peng, Yahong; Liu, Lian; Lines, Christopher R

    2010-03-01

    We explored the association of Alzheimer's disease (AD) Assessment Scale (ADAS-Cog) item scores with AD severity using cross-sectional and longitudinal data from the same study. Post hoc analyses were performed using placebo data from a 12-month trial of patients with mild-to-moderate AD (N =281 randomized, N =209 completed). Baseline distributions of ADAS-Cog item scores by Mini-Mental State Examination (MMSE) score and Clinical Dementia Rating (CDR) sum of boxes score (measures of dementia severity) were estimated using local and nonparametric regressions. Mixed-effect models were used to characterize ADAS-Cog item score changes over time by dementia severity (MMSE: mild =21-26, moderate =14-20; global CDR: mild =0.5-1, moderate =2). In the cross-sectional analysis of baseline ADAS-Cog item scores, orientation was the most sensitive item to differentiate patients across levels of cognitive impairment. Several items showed a ceiling effect, particularly in milder AD. In the longitudinal analysis of change scores over 12 months, orientation was the only item with noticeable decline (8%-10%) in mild AD. Most items showed modest declines (5%-20%) in moderate AD.

  13. The Category Cued Recall test in very mild Alzheimer's disease: discriminative validity and correlation with semantic memory functions.

    Science.gov (United States)

    Vogel, A; Mortensen, E L; Gade, A; Waldemar, G

    2007-01-01

    Episodic memory tests that measure cued recall may be particularly effective in the diagnosis of early Alzheimer's disease (AD) because they examine both episodic and semantic memory functions. The Category Cued Recall (CCR) test provides superordinate semantic cues at encoding and retrieval, and high discriminative validity has been claimed for this test. The aim of this study was to investigate the discriminative validity for this test when compared with the 10-word memory list from Alzheimer's Disease Assessment Scale (ADAS-cog) that measures free recall. The clinical diagnosis of AD was taken as the standard. It was also investigated whether the two episodic memory tests correlated with measures of semantic memory. The tests were administered to 35 patients with very mild AD (Mini Mental State Examination score >22) and 28 control subjects. Both tests had high sensitivity (>88%) with high specificity (>89%). One out of the five semantic memory tests was significantly correlated to performances on CCR, whereas delayed recall on the ADAS-cog memory test was significantly correlated to two semantic tests. In conclusion, the discriminative validity of the CCR test and the ADAS-cog memory test was equivalent in very mild AD. This may be because CCR did not tap more semantic processes, which are impaired in the earliest phases of AD, than a test of free recall.

  14. abc the aspectBench compiler for aspectJ a workbench for aspect-oriented programming language and compilers research

    DEFF Research Database (Denmark)

    Allan, Chris; Avgustinov, Pavel; Christensen, Aske Simon

    2005-01-01

    Aspect-oriented programming (AOP) is gaining popularity as a new way of modularising cross-cutting concerns. The aspectbench compiler (abc) is a new workbench for AOP research which provides an extensible research framework for both new language features and new compiler optimisations. This poste...

  15. Protected Objects in Java

    DEFF Research Database (Denmark)

    Løvengreen, Hans Henrik; Schwarzer, Jens Christian

    1998-01-01

    We present an implementation of Ada 95's notion of protected objects in Java. The implementation comprises a class library supporting entry queues and a (pre-) compiler translating slightly decorated Java classes to pure Java classes utilizing the library.......We present an implementation of Ada 95's notion of protected objects in Java. The implementation comprises a class library supporting entry queues and a (pre-) compiler translating slightly decorated Java classes to pure Java classes utilizing the library....

  16. Inhibition of the SOS response of Escherichia coli by the Ada protein

    International Nuclear Information System (INIS)

    Vericat, J.A.; Guerrero, R.; Barbe, J.

    1988-01-01

    Induction of the adaptive response by N-methyl-N'-nitro-N-nitrosoguanidine (MNNG) caused a decrease in the UV-mediated expression of both recA and sfiA genes but not of the umuDC gene. On the other hand, the adaptive response did not affect the temperature-promoted induction of SOS response in a RecA441 mutant. The inhibitory effect on the UV-triggered expression of the recA and sfiA genes was not dependent on either the alkA gene or the basal level of RecA protein, but rather required the ada gene. Furthermore, an increase in the level of the Ada protein, caused by the runaway plasmid pYN3059 in which the ada gene is regulated by the lac promoter, inhibited UV-mediated recA gene expression even in cells to which the MNNG-adaptive treatment had not been applied. This inhibitory effect of the adaptive pretreatment was not observed either in RecBC- strains or in RecBC mutants lacking exonuclease V-related nuclease activity. However, RecF- mutants showed an adaptive response-mediated decrease in UV-promoted induction of the recA gene

  17. Evaluation of NASA GEOS-ADAS Modeled Diurnal Warming Through Comparisons to SEVIRI and AMSR2 SST Observations

    Science.gov (United States)

    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.

  18. A compilation of energy costs of physical activities.

    Science.gov (United States)

    Vaz, Mario; Karaolis, Nadine; Draper, Alizon; Shetty, Prakash

    2005-10-01

    There were two objectives: first, to review the existing data on energy costs of specified activities in the light of the recommendations made by the Joint Food and Agriculture Organization/World Health Organization/United Nations University (FAO/WHO/UNU) Expert Consultation of 1985. Second, to compile existing data on the energy costs of physical activities for an updated annexure of the current Expert Consultation on Energy and Protein Requirements. Electronic and manual search of the literature (predominantly English) to obtain published data on the energy costs of physical activities. The majority of the data prior to 1955 were obtained using an earlier compilation of Passmore and Durnin. Energy costs were expressed as physical activity ratio (PAR); the energy cost of the activity divided by either the measured or predicted basal metabolic rate (BMR). The compilation provides PARs for an expanded range of activities that include general personal activities, transport, domestic chores, occupational activities, sports and other recreational activities for men and women, separately, where available. The present compilation is largely in agreement with the 1985 compilation, for activities that are common to both compilations. The present compilation has been based on the need to provide data on adults for a wide spectrum of human activity. There are, however, lacunae in the available data for many activities, between genders, across age groups and in various physiological states.

  19. The early mathematical education of Ada Lovelace

    OpenAIRE

    Hollings, C; Martin, UM; Rice, A

    2017-01-01

    Ada, Countess of Lovelace, is remembered for a paper published in 1843, which translated and considerably extended an article about the unbuilt Analytical Engine, a general-purpose computer designed by the mathematician and inventor Charles Babbage. Her substantial appendices, nearly twice the length of the original work, contain an account of the principles of the machine, along with a table often described as “the first computer program”. In this paper we look at Lovelace’s education before...

  20. The Synergy Between PAV and AdaBoost

    OpenAIRE

    WILBUR, W. JOHN; YEGANOVA, LANA; KIM, WON

    2005-01-01

    Schapire and Singer’s improved version of AdaBoost for handling weak hypotheses with confidence rated predictions represents an important advance in the theory and practice of boosting. Its success results from a more efficient use of information in weak hypotheses during updating. Instead of simple binary voting a weak hypothesis is allowed to vote for or against a classification with a variable strength or confidence. The Pool Adjacent Violators (PAV) algorithm is a method for converting a ...

  1. Fiscal 2000 report on advanced parallelized compiler technology. Outlines; 2000 nendo advanced heiretsuka compiler gijutsu hokokusho (Gaiyo hen)

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    2001-03-01

    Research and development was carried out concerning the automatic parallelized compiler technology which improves on the practical performance, cost/performance ratio, and ease of operation of the multiprocessor system now used for constructing supercomputers and expected to provide a fundamental architecture for microprocessors for the 21st century. Efforts were made to develop an automatic multigrain parallelization technology for extracting multigrain as parallelized from a program and for making full use of the same and a parallelizing tuning technology for accelerating parallelization by feeding back to the compiler the dynamic information and user knowledge to be acquired during execution. Moreover, a benchmark program was selected and studies were made to set execution rules and evaluation indexes for the establishment of technologies for subjectively evaluating the performance of parallelizing compilers for the existing commercial parallel processing computers, which was achieved through the implementation and evaluation of the 'Advanced parallelizing compiler technology research and development project.' (NEDO)

  2. Regulatory and technical reports compilation for 1980

    International Nuclear Information System (INIS)

    Oliu, W.E.; McKenzi, L.

    1981-04-01

    This compilation lists formal regulatory and technical reports and conference proceedings issued in 1980 by the US Nuclear Regulatory Commission. The compilation is divided into four major sections. The first major section consists of a sequential listing of all NRC reports in report-number order. The second major section of this compilation consists of a key-word index to report titles. The third major section contains an alphabetically arranged listing of contractor report numbers cross-referenced to their corresponding NRC report numbers. Finally, the fourth section is an errata supplement

  3. Supervised retinal vessel segmentation from color fundus images based on matched filtering and AdaBoost classifier.

    Directory of Open Access Journals (Sweden)

    Nogol Memari

    Full Text Available The structure and appearance of the blood vessel network in retinal fundus images is an essential part of diagnosing various problems associated with the eyes, such as diabetes and hypertension. In this paper, an automatic retinal vessel segmentation method utilizing matched filter techniques coupled with an AdaBoost classifier is proposed. The fundus image is enhanced using morphological operations, the contrast is increased using contrast limited adaptive histogram equalization (CLAHE method and the inhomogeneity is corrected using Retinex approach. Then, the blood vessels are enhanced using a combination of B-COSFIRE and Frangi matched filters. From this preprocessed image, different statistical features are computed on a pixel-wise basis and used in an AdaBoost classifier to extract the blood vessel network inside the image. Finally, the segmented images are postprocessed to remove the misclassified pixels and regions. The proposed method was validated using publicly accessible Digital Retinal Images for Vessel Extraction (DRIVE, Structured Analysis of the Retina (STARE and Child Heart and Health Study in England (CHASE_DB1 datasets commonly used for determining the accuracy of retinal vessel segmentation methods. The accuracy of the proposed segmentation method was comparable to other state of the art methods while being very close to the manual segmentation provided by the second human observer with an average accuracy of 0.972, 0.951 and 0.948 in DRIVE, STARE and CHASE_DB1 datasets, respectively.

  4. Characteristic scapular and rib changes on chest radiographs of children with ADA-deficiency SCIDS in the first year of life.

    Science.gov (United States)

    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.

  5. The stability of AQT processing speed, ADAS-Cog and MMSE during acetylcholinesterase inhibitor treatment in Alzheimer's disease.

    Science.gov (United States)

    Wiig, E H; Annas, P; Basun, H; Andreasen, N; Lannfelt, L; Zetterberg, H; Blennow, K; Minthon, L

    2010-03-01

    To explore the longitudinal stability of measures of cognition during treatment with acetylcholinesterase inhibitors (AchEI) in patients with Alzheimer's disease (AD). Cognitive status was measured in a cohort of 60 patients at 6 months after initiation of treatment with AchEI (baseline) and after an additional 6 months of treatment (endpoint). A Quick Test of Cognitive Speed (AQT), Alzheimer's Disease Assessment Scale-Cognitive Subscale (ADAS-Cog), and MMSE were administered concurrently. Correlations (rho) between age and AQT processing speed were non-significant, but were significant for ADAS-Cog and Mini Mental State Examination (MMSE). AQT and ADAS-Cog means did not differ significantly between baseline and endpoint. There was a small, significant reduction in MMSE point scores. Measures of stability (Spearman's rho) were moderate-to-high for all tests. Means for subgroups did not differ as a function of medication type. AQT processing speed, ADAS-Cog, and MMSE measures proved stable during the second 6 months of treatment with AChEI.

  6. Compiling quantum circuits to realistic hardware architectures using temporal planners

    Science.gov (United States)

    Venturelli, Davide; Do, Minh; Rieffel, Eleanor; Frank, Jeremy

    2018-04-01

    To run quantum algorithms on emerging gate-model quantum hardware, quantum circuits must be compiled to take into account constraints on the hardware. For near-term hardware, with only limited means to mitigate decoherence, it is critical to minimize the duration of the circuit. We investigate the application of temporal planners to the problem of compiling quantum circuits to newly emerging quantum hardware. While our approach is general, we focus on compiling to superconducting hardware architectures with nearest neighbor constraints. Our initial experiments focus on compiling Quantum Alternating Operator Ansatz (QAOA) circuits whose high number of commuting gates allow great flexibility in the order in which the gates can be applied. That freedom makes it more challenging to find optimal compilations but also means there is a greater potential win from more optimized compilation than for less flexible circuits. We map this quantum circuit compilation problem to a temporal planning problem, and generated a test suite of compilation problems for QAOA circuits of various sizes to a realistic hardware architecture. We report compilation results from several state-of-the-art temporal planners on this test set. This early empirical evaluation demonstrates that temporal planning is a viable approach to quantum circuit compilation.

  7. Using Ada to implement the operations management system in a community of experts

    Science.gov (United States)

    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.

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

    Science.gov (United States)

    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

  9. Proceedings of the Tenth Annual National Conference on Ada Technology. Held in Arlington, VA, on February 24-28, 1992

    Science.gov (United States)

    1992-02-01

    using interesting examples. For when NIGHTINGALES -> PUTLINE Instance, I often ask students to write an Ada ("A watch of nightingales"); program that...high lVel of syckwaizaniom between tasks. .a .5ng in a single prcessor enmiroannt When incoporated with t Ada eepon isrvobue Several acia detection and...company to let a smaller, NON-ada than 500 employees, and annual revenue not in excess of smart company, team with them? One answer is to push $12.5

  10. Herbal hepatotoxicity: a tabular compilation of reported cases.

    Science.gov (United States)

    Teschke, Rolf; Wolff, Albrecht; Frenzel, Christian; Schulze, Johannes; Eickhoff, Axel

    2012-11-01

    Herbal hepatotoxicity is a field that has rapidly grown over the last few years along with increased use of herbal products worldwide. To summarize the various facets of this disease, we undertook a literature search for herbs, herbal drugs and herbal supplements with reported cases of herbal hepatotoxicity. A selective literature search was performed to identify published case reports, spontaneous case reports, case series and review articles regarding herbal hepatotoxicity. A total of 185 publications were identified and the results compiled. They show 60 different herbs, herbal drugs and herbal supplements with reported potential hepatotoxicity, additional information including synonyms of individual herbs, botanical names and cross references are provided. If known, details are presented for specific ingredients and chemicals in herbal products, and for references with authors that can be matched to each herbal product and to its effect on the liver. Based on stringent causality assessment methods and/or positive re-exposure tests, causality was highly probable or probable for Ayurvedic herbs, Chaparral, Chinese herbal mixture, Germander, Greater Celandine, green tea, few Herbalife products, Jin Bu Huan, Kava, Ma Huang, Mistletoe, Senna, Syo Saiko To and Venencapsan(®). In many other publications, however, causality was not properly evaluated by a liver-specific and for hepatotoxicity-validated causality assessment method such as the scale of CIOMS (Council for International Organizations of Medical Sciences). This compilation presents details of herbal hepatotoxicity, assisting thereby clinical assessment of involved physicians in the future. © 2012 John Wiley & Sons A/S.

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

    Science.gov (United States)

    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.

  12. Understanding road users’ expectations : an essential step for ADAS development.

    NARCIS (Netherlands)

    Houtenbos, M. Jagtman, H.M. Hagenzieker, M.P. Wieringa, P.A. & Hale, A.R.

    2006-01-01

    This article indicates the need for understanding road users’ expectations when developing Advanced Driver Assistance Systems (ADAS). Nowadays, technology allows more and more opportunities to provide road users with all sorts of information or even actively support aspects of the driving task.

  13. Ectonucleotide pyrophosphatase/phosphodiesterase (E-NPP) and adenosine deaminase (ADA) activities in prostate cancer patients: influence of Gleason score, treatment and bone metastasis.

    Science.gov (United States)

    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.

  14. Comparison of the diabetes guidelines from the ADA/EASD and the AACE/ACE.

    Science.gov (United States)

    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.

  15. An object-oriented classification method of high resolution imagery based on improved AdaTree

    International Nuclear Information System (INIS)

    Xiaohe, Zhang; Liang, Zhai; Jixian, Zhang; Huiyong, Sang

    2014-01-01

    With the popularity of the application using high spatial resolution remote sensing image, more and more studies paid attention to object-oriented classification on image segmentation as well as automatic classification after image segmentation. This paper proposed a fast method of object-oriented automatic classification. First, edge-based or FNEA-based segmentation was used to identify image objects and the values of most suitable attributes of image objects for classification were calculated. Then a certain number of samples from the image objects were selected as training data for improved AdaTree algorithm to get classification rules. Finally, the image objects could be classified easily using these rules. In the AdaTree, we mainly modified the final hypothesis to get classification rules. In the experiment with WorldView2 image, the result of the method based on AdaTree showed obvious accuracy and efficient improvement compared with the method based on SVM with the kappa coefficient achieving 0.9242

  16. Distributed Issues for Ada Real-Time Systems

    Science.gov (United States)

    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

  17. How well do the ADAS-cog and its subscales measure cognitive dysfunction in Alzheimer's disease?

    Science.gov (United States)

    Benge, Jared F; Balsis, Steve; Geraci, Lisa; Massman, Paul J; Doody, Rachelle S

    2009-01-01

    The Alzheimer's Disease Assessment Scale-cognitive (ADAS-cog) is regularly used to assess cognitive dysfunction in Alzheimer's disease (AD) clinical trials. Yet, little is known about how the instrument and its subscales measure cognition across the spectrum of AD. The current investigation used item response theory (IRT) analyses to assess the measurement properties of the ADAS-cog across the range of cognitive dysfunction in AD. We used IRT-based analyses to establish the relationship between cognitive dysfunction and the probability of obtaining observed scores on each subscale and the test as a whole. Data were obtained from 1,087 patients with AD and amnestic mild cognitive impairment. Results showed that the ADAS-cog and its subscales provide maximum information at moderate levels of cognitive dysfunction. Raw score differences toward the lower and higher ends of the scale corresponded to large differences in cognitive dysfunction, whereas raw score differences toward the middle of the scale corresponded to smaller differences. The utility of the ADAS-cog and its subscales is optimal in the moderate range of cognitive dysfunction, but raw score differences in that region correspond to relatively small differences in cognitive dysfunction. Implications for tracking and staging dementia and for clinical trials are discussed. Copyright 2009 S. Karger AG, Basel.

  18. Analysis of the steel braced frames equipped with ADAS devices under the far field records

    Directory of Open Access Journals (Sweden)

    Mahmoud Bayat

    Full Text Available The usefulness of supplementary energy dissipation devices is now quite well-known in earthquake structural engineering for reducing the earthquake-induced response of structural systems. The seismic behavior of structures with supplemental ADAS devices is concerned in this study. In this paper, the ratio of the hysteretic energy to input energy is compared in different structural systems. The main purpose of this paper is to evaluate the behavior of structures equipped with yielding dampers (ADAS, located in far fields based on energy concepts. In order to optimize their seismic behavior, the codes and solutions are also presented. Three cases including five, ten and fifteen-story three-bay Concentric Braced Frames (CBF with and without ADAS were selected. The PERFORM 3D.V4 software along with three earthquake records (Northridge, Imperial Valley and Tabas is used for nonlinear time history analysis and the conclusions are drawn upon energy criterion. The effect of PGA variation and height of the frames are also considered in the study. Finally, to increase the energy damping ability and reduce the destructive effects in structures on an earthquake event, so that a great amount of induced energy is damped and destruction of the structure is prevented as much as possible by using ADAS dampers.

  19. Predictive Role of ADA in Bronchoalveolar Lavage Fluid in Making the Diagnosis of Pulmonary Tuberculosis.

    Science.gov (United States)

    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.

  20. A Hospital Based Study on Estimation of Adenosine Deaminase Activity (ADA) in Cerebrospinal Fluid (CSF) in Various Types of Meningitis.

    Science.gov (United States)

    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.

  1. Region 10: Idaho Northern Ada County Adequate Letter (6/21/2013)

    Science.gov (United States)

    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.

  2. Role of ascitic fluid adenosine deaminase (ADA) and serum CA-125 in the diagnosis of tuberculous peritonitis.

    Science.gov (United States)

    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.

  3. Efficient Ada multitasking on a RISC register window architecture

    Science.gov (United States)

    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.

  4. Regulatory and technical reports: compilation for 1975-1978

    International Nuclear Information System (INIS)

    1982-04-01

    This brief compilation lists formal reports issued by the US Nuclear Regulatory Commission in 1975 through 1978 that were not listed in the Regulatory and Technical Reports Compilation for 1975 to 1978, NUREG-0304, Vol. 3. This compilation is divided into two sections. The first consists of a sequential listing of all reports in report-number order. The second section consists of an index developed from keywords in report titles and abstracts

  5. Compilations and evaluations of nuclear structure and decay data

    International Nuclear Information System (INIS)

    Lorenz, A.

    1978-10-01

    This is the fourth issue of a report series on published and to-be-published compilations and evaluations of nuclear structure and decay (NSD) data. This compilation is published and distributed by the IAEA Nuclear Data Section every year. The material contained in this compilation is sorted according to eight subject categories: General compilations; basic isotopic properties; nuclear structure properties; nuclear decay processes, half-lives, energies and spectra; nuclear decay processes, gamma-rays; nuclear decay processes, fission products; nuclear decay processes (others); atomic processes

  6. Advanced C and C++ compiling

    CERN Document Server

    Stevanovic, Milan

    2014-01-01

    Learning how to write C/C++ code is only the first step. To be a serious programmer, you need to understand the structure and purpose of the binary files produced by the compiler: object files, static libraries, shared libraries, and, of course, executables.Advanced C and C++ Compiling explains the build process in detail and shows how to integrate code from other developers in the form of deployed libraries as well as how to resolve issues and potential mismatches between your own and external code trees.With the proliferation of open source, understanding these issues is increasingly the res

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

    Science.gov (United States)

    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.

  8. Elevated Serum ADA Activity as a Marker for Diagnosis and Prognosis of Visceral Leishmaniasis and Post Kala-Azar Dermal Leishmaniasis in Indian Patients

    Science.gov (United States)

    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

  9. Elevated Serum ADA Activity as a Marker for Diagnosis and Prognosis of Visceral Leishmaniasis and Post Kala-Azar Dermal Leishmaniasis in Indian Patients.

    Science.gov (United States)

    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.

  10. Developing and Using Ada Parts in Real-Time Embedded Applications

    Science.gov (United States)

    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

  11. La tríada oscura de la personalidad: maquiavelismo, narcisismo y psicopatía. Una mirada evolutiva

    Directory of Open Access Journals (Sweden)

    Fernando Renee González Moraga

    2015-08-01

    Full Text Available Se aborda la denominada Tríada Oscura de la Personalidad -Tríada- (maquiavelismo, narcisismo subclínico y psicopatía subclínica desde una mirada evolutiva. El objetivo de esta investigación es revisar la evidencia que han presentado los teóricos evolucionistas sobre la Tríada, desde un acercamiento a la mirada evolutiva. Para esto, se indaga en las principales características de cada uno de estos rasgos, los instrumentos que se han utilizado para evaluarlos y las principales áreas en donde se han estudiado. La mirada evolutiva plantea que los rasgos de la Tríada son dimensionales y varían de acuerdo con las diversas estrategias que utilizan los sujetos para adaptarse a las características socioambientales en las que se desarrollan. Estos rasgos se caracterizan por presentar violencia psicológica, inhibición moral, manipulación, baja amabilidad, insensibilidad, egoísmo y dificultad para mentalizar en contextos de interacción interpersonal y social.

  12. Compilation of Sandia Laboratories technical capabilities

    International Nuclear Information System (INIS)

    Lundergan, C.D.; Mead, P.L.

    1975-11-01

    This report is a compilation of 17 individual documents that together summarize the technical capabilities of Sandia Laboratories. Each document in this compilation contains details about a specific area of capability. Examples of application of the capability to research and development problems are provided. An eighteenth document summarizes the content of the other seventeen. Each of these documents was issued with a separate report number (SAND 74-0073A through SAND 74-0091, except -0078)

  13. Clinical significance of combined determination of the changes of the serum ADA, HA and PIIIP levels in patients with hepatitis B

    International Nuclear Information System (INIS)

    Wang Xiaoyan

    2009-01-01

    Objective: To explore the clinical significance of the changes of serum ADA, HA and PIIIP levels in patients with hepatitis B. Methods: Serum adenosine deaminase (ADA) (with biochemistry) and HA PIIIP (with RIA) levels were determined in 102 patients with hepatitis B of various stages and 35 controls. Results: Serum ADA, HA and PIIIP levels in patients with hepatitis B were significantly higher than those in controls (P<0.01). Particularly in patients with cirrhosis (n=13) (P<0.001). Conclusion: The serum ADA, HA and PIIIP levels were closely related to the diseases process of hepatitis B and were of great clinical values. (authors)

  14. Particular application of methods of AdaBoost and LBP to the problems of computer vision

    OpenAIRE

    Волошин, Микола Володимирович

    2012-01-01

    The application of AdaBoost method and local binary pattern (LBP) method for different spheres of computer vision implementation, such as personality identification and computer iridology, is considered in the article. The goal of the research is to develop error-correcting methods and systems for implements of computer vision and computer iridology, in particular. This article considers the problem of colour spaces, which are used as a filter and as a pre-processing of images. Method of AdaB...

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

    Science.gov (United States)

    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.

  16. Sosialisasi Nilai-Nilai Akhlak Melalui Film “Ada Surga Di Rumahmu”

    Directory of Open Access Journals (Sweden)

    Emha Ghazali

    2017-07-01

    Full Text Available This research aims to find out whether the socialization of moral values through film "There is Heaven in Yours Home" succeed in instilling moral values to students. This study used a descriptive approach to the qualitative methods. The theory used is George Herbert Mead's theory of stages of socialization and Abudin Natta about the scope of moral values. The results showed that the socialization of moral values through film "There is Heaven in Yours Home" it's been successful. Look how many informants were inspired by the movie how many informants that implement moral values on the movie in everyday life and how many informants convey these values to other individuals.  Keywords: Film, Socializing  Movie, Morals Values Abstrak Penelitian ini bertujuan untuk mengetahui apakah sosialisasi nilai-nilai akhlak melalui film “Ada Surga Dirumahmu” dapat berhasil dalam menanamkan nilai-nilai akhlak kepada pelajar. Penelitian ini menggunakan pendekatan kualitati dan metode deskriptif kualitatif. Teori yang digunakan adalah teori George Herbert Mead tentang tahapan-tahapan sosialisasi dan Abudin Natta tentang ruang lingkup nilai-nilai akhlak. Hasil penelitian menunjukkan bahwa sosialisasi nilai-nilai akhlak melalui film “Ada Surga Dirumahmu” sudah cukup berhasil. Terlihat dari seberapa banyak informan yang terinspirasi dengan film seberapa banyak informan yang mengimpelementasikan nilai-nilai akhlak pada film “Ada Surga Dirumahmu” dalam kehidupan sehari-hari dan seberapa banyak informan yang menyampaikan nilai tersebut kepada individu lainnya. Kata Kunci : Film, Sosialisasi Film, Nilai-Nilai Akhlak

  17. Novel vehicle detection system based on stacked DoG kernel and AdaBoost

    Science.gov (United States)

    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

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

    Science.gov (United States)

    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 (Pleural fluid cell count and lymphocytes number and percentage did not correlate with survival. Pleural fluid Adenosine Deaminase levels (pleural effusion who undergo pleurodesis.

  19. Compilation of Sandia Laboratories technical capabilities

    Energy Technology Data Exchange (ETDEWEB)

    Lundergan, C. D.; Mead, P. L. [eds.

    1975-11-01

    This report is a compilation of 17 individual documents that together summarize the technical capabilities of Sandia Laboratories. Each document in this compilation contains details about a specific area of capability. Examples of application of the capability to research and development problems are provided. An eighteenth document summarizes the content of the other seventeen. Each of these documents was issued with a separate report number (SAND 74-0073A through SAND 74-0091, except -0078). (RWR)

  20. VFC: The Vienna Fortran Compiler

    Directory of Open Access Journals (Sweden)

    Siegfried Benkner

    1999-01-01

    Full Text Available High Performance Fortran (HPF offers an attractive high‐level language interface for programming scalable parallel architectures providing the user with directives for the specification of data distribution and delegating to the compiler the task of generating an explicitly parallel program. Available HPF compilers can handle regular codes quite efficiently, but dramatic performance losses may be encountered for applications which are based on highly irregular, dynamically changing data structures and access patterns. In this paper we introduce the Vienna Fortran Compiler (VFC, a new source‐to‐source parallelization system for HPF+, an optimized version of HPF, which addresses the requirements of irregular applications. In addition to extended data distribution and work distribution mechanisms, HPF+ provides the user with language features for specifying certain information that decisively influence a program’s performance. This comprises data locality assertions, non‐local access specifications and the possibility of reusing runtime‐generated communication schedules of irregular loops. Performance measurements of kernels from advanced applications demonstrate that with a high‐level data parallel language such as HPF+ a performance close to hand‐written message‐passing programs can be achieved even for highly irregular codes.

  1. Extension of Alvis compiler front-end

    Energy Technology Data Exchange (ETDEWEB)

    Wypych, Michał; Szpyrka, Marcin; Matyasik, Piotr, E-mail: mwypych@agh.edu.pl, E-mail: mszpyrka@agh.edu.pl, E-mail: ptm@agh.edu.pl [AGH University of Science and Technology, Department of Applied Computer Science, Al. Mickiewicza 30, 30-059 Krakow (Poland)

    2015-12-31

    Alvis is a formal modelling language that enables possibility of verification of distributed concurrent systems. An Alvis model semantics finds expression in an LTS graph (labelled transition system). Execution of any language statement is expressed as a transition between formally defined states of such a model. An LTS graph is generated using a middle-stage Haskell representation of an Alvis model. Moreover, Haskell is used as a part of the Alvis language and is used to define parameters’ types and operations on them. Thanks to the compiler’s modular construction many aspects of compilation of an Alvis model may be modified. Providing new plugins for Alvis Compiler that support languages like Java or C makes possible using these languages as a part of Alvis instead of Haskell. The paper presents the compiler internal model and describes how the default specification language can be altered by new plugins.

  2. Semantics-Based Compiling: A Case Study in Type-Directed Partial Evaluation

    DEFF Research Database (Denmark)

    Danvy, Olivier; Vestergaard, René

    1996-01-01

    , block-structured, higher-order, call-by-value, allows subtyping, and obeys stack discipline. It is bigger than what is usually reported in the literature on semantics-based compiling and partial evaluation. Our compiling technique uses the first Futamura projection, i.e., we compile programs......-directed compilation, in the spirit of Scott and Strachey. Our conclusion is that lambda-calculus normalization suffices for compiling by specializing an interpreter....

  3. Semantics-based compiling: A case study in type-directed partial evaluation

    DEFF Research Database (Denmark)

    Danvy, Olivier; Vestergaard, René

    1996-01-01

    , block-structured, higher-order, call-by-value, allows subtyping, and obeys stack discipline. It is bigger than what is usually reported in the literature on semantics-based compiling and partial evaluation. Our compiling technique uses the first Futamura projection, i.e., we compile programs......-directed compilation, in the spirit of Scott and Strachey. Our conclusion is that lambda-calculus normalization suffices for compiling by specializing an interpreter....

  4. A Symmetric Approach to Compilation and Decompilation

    DEFF Research Database (Denmark)

    Ager, Mads Sig; Danvy, Olivier; Goldberg, Mayer

    2002-01-01

    Just as an interpreter for a source language can be turned into a compiler from the source language to a target language, we observe that an interpreter for a target language can be turned into a compiler from the target language to a source language. In both cases, the key issue is the choice of...

  5. Implementación de un framework de componente en el lenguaje de programación Ada

    OpenAIRE

    Hernández Villalón, Francisco José

    2013-01-01

    El objetivo principal de este proyecto es la traducción de FrameworkAda 2005 y mantener la compatibilidad entre las dos implementaciones de Framework que se realizaron anteriormente C++ y Java. Cabe destacar que la implementación en Java es el Framework de partida de donde derivan estas dos últimas C++ y Ada 2005. Escuela Técnica Superior de Ingeniería Industrial Universidad Politécnica de Cartagena

  6. Compilation of current high energy physics experiments

    International Nuclear Information System (INIS)

    1978-09-01

    This compilation of current high-energy physics experiments is a collaborative effort of the Berkeley Particle Data Group, the SLAC library, and the nine participating laboratories: Argonne (ANL), Brookhaven (BNL), CERN, DESY, Fermilab (FNAL), KEK, Rutherford (RHEL), Serpukhov (SERP), and SLAC. Nominally, the compilation includes summaries of all high-energy physics experiments at the above laboratories that were approved (and not subsequently withdrawn) before about June 1978, and had not completed taking of data by 1 January 1975. The experimental summaries are supplemented with three indexes to the compilation, several vocabulary lists giving names or abbreviations used, and a short summary of the beams at each of the laboratories (except Rutherford). The summaries themselves are included on microfiche

  7. Compiler design handbook optimizations and machine code generation

    CERN Document Server

    Srikant, YN

    2003-01-01

    The widespread use of object-oriented languages and Internet security concerns are just the beginning. Add embedded systems, multiple memory banks, highly pipelined units operating in parallel, and a host of other advances and it becomes clear that current and future computer architectures pose immense challenges to compiler designers-challenges that already exceed the capabilities of traditional compilation techniques. The Compiler Design Handbook: Optimizations and Machine Code Generation is designed to help you meet those challenges. Written by top researchers and designers from around the

  8. Predictors of placebo group decline in the Alzheimer's disease Assessment Scale-cognitive subscale (ADAS-Cog) in 24 week clinical trials of Alzheimer's disease.

    Science.gov (United States)

    Irizarry, Michael C; Webb, David J; Bains, Chanchal; Barrett, Steven J; Lai, Robert Y; Laroche, Janette P; Hosford, David; Maher-Edwards, Gareth; Weil, John G

    2008-07-01

    One limitation of several recent 24 week Alzheimer's disease (AD) clinical trials was the lack of cognitive decline detected by the AD Assessment Scale-cognitive subscale (ADAS-cog) in the placebo groups, possibly obscuring true medication effects. Data from 733 individuals in the placebo arms of six AD clinical trials performed 1996-1997 were pooled to examine the relationship of clinical, demographic, and genetic characteristics with the 24 week change in ADAS-cog. Baseline cognitive and functional status and the screening-to-baseline change in ADAS-cog were the strongest independent predictors of the 24 week change in ADAS-cog. The ADAS-cog did not detect progression in patients with mild dementia (screening Mini-Mental State Exam, MMSE, >or=20). The change in ADAS-cog from screening to baseline was inversely correlated with the 24 week change score; it was more difficult to detect cognitive decline at 24 weeks if individuals markedly worsened from screening to baseline. The effects of baseline MMSE and screening-to-baseline change in ADAS-cog generalized to the placebo group (N=106) of another AD study performed in 2004-2005. Overcoming lack of placebo decline in AD clinical trials will require scales more sensitive to cognitive decline in mild AD and strategies to reduce within-person variability in outcome measures.

  9. E-ADA activity in lymphocytes of an experimental model of pythiosis treated with immunotherapy.

    Science.gov (United States)

    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.

  10. Writing Compilers and Interpreters A Software Engineering Approach

    CERN Document Server

    Mak, Ronald

    2011-01-01

    Long-awaited revision to a unique guide that covers both compilers and interpreters Revised, updated, and now focusing on Java instead of C++, this long-awaited, latest edition of this popular book teaches programmers and software engineering students how to write compilers and interpreters using Java. You?ll write compilers and interpreters as case studies, generating general assembly code for a Java Virtual Machine that takes advantage of the Java Collections Framework to shorten and simplify the code. In addition, coverage includes Java Collections Framework, UML modeling, object-oriented p

  11. Promising Compilation to ARMv8 POP

    OpenAIRE

    Podkopaev, Anton; Lahav, Ori; Vafeiadis, Viktor

    2017-01-01

    We prove the correctness of compilation of relaxed memory accesses and release-acquire fences from the "promising" semantics of [Kang et al. POPL'17] to the ARMv8 POP machine of [Flur et al. POPL'16]. The proof is highly non-trivial because both the ARMv8 POP and the promising semantics provide some extremely weak consistency guarantees for normal memory accesses; however, they do so in rather different ways. Our proof of compilation correctness to ARMv8 POP strengthens the results of the Kan...

  12. Changes in Adenosine Deaminase Activity in Patients with Type 2 Diabetes Mellitus and Effect of DPP-4 Inhibitor Treatment on ADA Activity

    Science.gov (United States)

    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; PADA activity was correlated with fasting plasma glucose (r=0.258, P9%) showed significantly increased ADA activity (21.1±0.8 U/L vs. 25.4±1.6 U/L; PADA 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; PADA 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

  13. Changes in Adenosine Deaminase Activity in Patients with Type 2 Diabetes Mellitus and Effect of DPP-4 Inhibitor Treatment on ADA Activity.

    Science.gov (United States)

    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; PADA activity was correlated with fasting plasma glucose (r=0.258, P9%) showed significantly increased ADA activity (21.1±0.8 U/L vs. 25.4±1.6 U/L; PADA 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; PADA 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.

  14. Cutting Fat or Removing the Brain: Is the Divisional ADA Battalion Headquarters Necessary?

    National Research Council Canada - National Science Library

    Sauter, Daniel

    1998-01-01

    .... This monograph examines whether the divisional ADA battalion headquarters, an intermediate headquarters, is necessary to command and control divisional air defense operations in a Force XXI environment...

  15. Fast automatic 3D liver segmentation based on a three-level AdaBoost-guided active shape model

    Energy Technology Data Exchange (ETDEWEB)

    He, Baochun; Huang, Cheng; Zhou, Shoujun; Hu, Qingmao; Jia, Fucang, E-mail: fc.jia@siat.ac.cn [Shenzhen Institutes of Advanced Technology, Chinese Academy of Sciences, Shenzhen 518055 (China); Sharp, Gregory [Department of Radiation Oncology, Massachusetts General Hospital, Boston, Massachusetts 02114 (United States); Fang, Chihua; Fan, Yingfang [Department of Hepatology (I), Zhujiang Hospital, Southern Medical University, Guangzhou 510280 (China)

    2016-05-15

    Purpose: A robust, automatic, and rapid method for liver delineation is urgently needed for the diagnosis and treatment of liver disorders. Until now, the high variability in liver shape, local image artifacts, and the presence of tumors have complicated the development of automatic 3D liver segmentation. In this study, an automatic three-level AdaBoost-guided active shape model (ASM) is proposed for the segmentation of the liver based on enhanced computed tomography images in a robust and fast manner, with an emphasis on the detection of tumors. Methods: The AdaBoost voxel classifier and AdaBoost profile classifier were used to automatically guide three-level active shape modeling. In the first level of model initialization, fast automatic liver segmentation by an AdaBoost voxel classifier method is proposed. A shape model is then initialized by registration with the resulting rough segmentation. In the second level of active shape model fitting, a prior model based on the two-class AdaBoost profile classifier is proposed to identify the optimal surface. In the third level, a deformable simplex mesh with profile probability and curvature constraint as the external force is used to refine the shape fitting result. In total, three registration methods—3D similarity registration, probability atlas B-spline, and their proposed deformable closest point registration—are used to establish shape correspondence. Results: The proposed method was evaluated using three public challenge datasets: 3Dircadb1, SLIVER07, and Visceral Anatomy3. The results showed that our approach performs with promising efficiency, with an average of 35 s, and accuracy, with an average Dice similarity coefficient (DSC) of 0.94 ± 0.02, 0.96 ± 0.01, and 0.94 ± 0.02 for the 3Dircadb1, SLIVER07, and Anatomy3 training datasets, respectively. The DSC of the SLIVER07 testing and Anatomy3 unseen testing datasets were 0.964 and 0.933, respectively. Conclusions: The proposed automatic approach

  16. Fast automatic 3D liver segmentation based on a three-level AdaBoost-guided active shape model.

    Science.gov (United States)

    He, Baochun; Huang, Cheng; Sharp, Gregory; Zhou, Shoujun; Hu, Qingmao; Fang, Chihua; Fan, Yingfang; Jia, Fucang

    2016-05-01

    A robust, automatic, and rapid method for liver delineation is urgently needed for the diagnosis and treatment of liver disorders. Until now, the high variability in liver shape, local image artifacts, and the presence of tumors have complicated the development of automatic 3D liver segmentation. In this study, an automatic three-level AdaBoost-guided active shape model (ASM) is proposed for the segmentation of the liver based on enhanced computed tomography images in a robust and fast manner, with an emphasis on the detection of tumors. The AdaBoost voxel classifier and AdaBoost profile classifier were used to automatically guide three-level active shape modeling. In the first level of model initialization, fast automatic liver segmentation by an AdaBoost voxel classifier method is proposed. A shape model is then initialized by registration with the resulting rough segmentation. In the second level of active shape model fitting, a prior model based on the two-class AdaBoost profile classifier is proposed to identify the optimal surface. In the third level, a deformable simplex mesh with profile probability and curvature constraint as the external force is used to refine the shape fitting result. In total, three registration methods-3D similarity registration, probability atlas B-spline, and their proposed deformable closest point registration-are used to establish shape correspondence. The proposed method was evaluated using three public challenge datasets: 3Dircadb1, SLIVER07, and Visceral Anatomy3. The results showed that our approach performs with promising efficiency, with an average of 35 s, and accuracy, with an average Dice similarity coefficient (DSC) of 0.94 ± 0.02, 0.96 ± 0.01, and 0.94 ± 0.02 for the 3Dircadb1, SLIVER07, and Anatomy3 training datasets, respectively. The DSC of the SLIVER07 testing and Anatomy3 unseen testing datasets were 0.964 and 0.933, respectively. The proposed automatic approach achieves robust, accurate, and fast liver

  17. Compiling the First Monolingual Lusoga Dictionary

    Directory of Open Access Journals (Sweden)

    Minah Nabirye

    2011-10-01

    Full Text Available

    Abstract: In this research article a study is made of the approach followed to compile the first-ever monolingual dictionary for Lusoga. Lusoga is a Bantu language spoken in Uganda by slightly over two mil-lion people. Being an under-resourced language, the Lusoga orthography had to be designed, a grammar written, and a corpus built, before embarking on the compilation of the dictionary. This compilation was aimed at attaining an academic degree, hence requiring a rigorous research methodology. Firstly, the prevail-ing methods for compiling dictionaries were mainly practical and insufficient in explaining the theoretical linguistic basis for dictionary compilation. Since dictionaries are based on meaning, the theory of meaning was used to account for all linguistic data considered in dictionaries. However, meaning is considered at a very abstract level, far removed from the process of compiling dictionaries. Another theory, the theory of modularity, was used to bridge the gap between the theory of meaning and the compilation process. The modular theory explains how the different modules of a language contribute information to the different parts of the dictionary article or dictionary information in general. Secondly, the research also had to contend with the different approaches for analysing Bantu languages for Bantu and European audiences. A descrip-tion of the Bantu- and European-centred approaches to Bantu studies was undertaken in respect of (a the classification of Lusoga words, and (b the specification of their citations. As a result, Lusoga lexicography deviates from the prevailing Bantu classification and citation of nouns, adjectives and verbs in particular. The dictionary was tested on two separate occasions and all the feedback was considered in the compilation pro-cess. This article, then, gives an overall summary of all the steps involved in the compilation of the Eiwanika ly'Olusoga, i.e. the Monolingual Lusoga Dictionary

  18. AICPA allows low-cost options for compiled financial statements.

    Science.gov (United States)

    Reinstein, Alan; Luecke, Randall W

    2002-02-01

    The AICPA Accounting and Review Services Committee's (ARSC) SSARS No. 8, Amendment to Statement on Standards for Accounting and Review Services No. 1, Compilation and Review of Financial Statements, issued in October 2000, allows financial managers to provide plain-paper, compiled financial statements for the exclusive use of management. Such financial statements were disallowed in 1979 when the AICPA issued SSARS No. 1, Compilation and Review of Financial Statements. With the issuance of SSARS No. 8, financial managers can prepare plain-paper, compiled financial statements when third parties are not expected to rely on the financial statements, management acknowledges such restrictions in writing, and management acknowledges its primary responsibility for the adequacy of the financial statements.

  19. Electronic circuits for communications systems: A compilation

    Science.gov (United States)

    1972-01-01

    The compilation of electronic circuits for communications systems is divided into thirteen basic categories, each representing an area of circuit design and application. The compilation items are moderately complex and, as such, would appeal to the applications engineer. However, the rationale for the selection criteria was tailored so that the circuits would reflect fundamental design principles and applications, with an additional requirement for simplicity whenever possible.

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

    Directory of Open Access Journals (Sweden)

    Jianfeng Hu

    2017-08-01

    Full Text Available 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

  1. The neuro-glial properties of adipose-derived adult stromal (ADAS) cells are not regulated by Notch 1 and are not derived from neural crest lineage.

    Science.gov (United States)

    Wrage, Philip C; Tran, Thi; To, Khai; Keefer, Edward W; Ruhn, Kelly A; Hong, John; Hattangadi, Supriya; Treviño, Isaac; Tansey, Malú G

    2008-01-16

    We investigated whether adipose-derived adult stromal (ADAS) are of neural crest origin and the extent to which Notch 1 regulates their growth and differentiation. Mouse ADAS cells cultured in media formulated for neural stem cells (NSC) displayed limited capacity for self-renewal, clonogenicity, and neurosphere formation compared to NSC from the subventricular zone in the hippocampus. Although ADAS cells expressed Nestin, GFAP, NSE and Tuj1 in vitro, exposure to NSC differentiation supplements did not induce mature neuronal marker expression. In contrast, in mesenchymal stem cell (MSC) media, ADAS cells retained their ability to proliferate and differentiate beyond 20 passages and expressed high levels of Nestin. In neuritizing cocktails, ADAS cells extended processes, downregulated Nestin expression, and displayed depolarization-induced Ca(2+) transients but no spontaneous or evoked neural network activity on Multi-Electrode Arrays. Deletion of Notch 1 in ADAS cell cultures grown in NSC proliferation medium did not significantly alter their proliferative potential in vitro or the differentiation-induced downregulation of Nestin. Co-culture of ADAS cells with fibroblasts that stably expressed the Notch ligand Jagged 1 or overexpression of the Notch intracellular domain (NICD) did not alter ADAS cell growth, morphology, or cellular marker expression. ADAS cells did not display robust expression of neural crest transcription factors or genes (Sox, CRABP2, and TH); and lineage tracing analyses using Wnt1-Cre;Rosa26R-lacZ or -EYFP reporter mice confirmed that fewer than 2% of the ADAS cell population derived from a Wnt1-positive population during development. In summary, although media formulations optimized for MSCs or NSCs enable expansion of mouse ADAS cells in vitro, we find no evidence that these cells are of neural crest origin, that they can undergo robust terminal differentiation into functionally mature neurons, and that Notch 1 is likely to be a key

  2. Compilation Techniques Specific for a Hardware Cryptography-Embedded Multimedia Mobile Processor

    Directory of Open Access Journals (Sweden)

    Masa-aki FUKASE

    2007-12-01

    Full Text Available The development of single chip VLSI processors is the key technology of ever growing pervasive computing to answer overall demands for usability, mobility, speed, security, etc. We have so far developed a hardware cryptography-embedded multimedia mobile processor architecture, HCgorilla. Since HCgorilla integrates a wide range of techniques from architectures to applications and languages, one-sided design approach is not always useful. HCgorilla needs more complicated strategy, that is, hardware/software (H/S codesign. Thus, we exploit the software support of HCgorilla composed of a Java interface and parallelizing compilers. They are assumed to be installed in servers in order to reduce the load and increase the performance of HCgorilla-embedded clients. Since compilers are the essence of software's responsibility, we focus in this article on our recent results about the design, specifications, and prototyping of parallelizing compilers for HCgorilla. The parallelizing compilers are composed of a multicore compiler and a LIW compiler. They are specified to abstract parallelism from executable serial codes or the Java interface output and output the codes executable in parallel by HCgorilla. The prototyping compilers are written in Java. The evaluation by using an arithmetic test program shows the reasonability of the prototyping compilers compared with hand compilers.

  3. An Overview of Advanced Data Acquisition System (ADAS)

    Science.gov (United States)

    Mata, Carlos T.; Steinrock, T. (Technical Monitor)

    2001-01-01

    The paper discusses the following: 1. Historical background. 2. What is ADAS? 3. R and D status. 4. Reliability/cost examples (1, 2, and 3). 5. What's new? 6. Technical advantages. 7. NASA relevance. 8. NASA plans/options. 9. Remaining R and D. 10. Applications. 11. Product benefits. 11. Commercial advantages. 12. intellectual property. Aerospace industry requires highly reliable data acquisition systems. Traditional Acquisition systems employ end-to-end hardware and software redundancy. Typically, redundancy adds weight, cost, power consumption, and complexity.

  4. Automatic Loop Parallelization via Compiler Guided Refactoring

    DEFF Research Database (Denmark)

    Larsen, Per; Ladelsky, Razya; Lidman, Jacob

    For many parallel applications, performance relies not on instruction-level parallelism, but on loop-level parallelism. Unfortunately, many modern applications are written in ways that obstruct automatic loop parallelization. Since we cannot identify sufficient parallelization opportunities...... for these codes in a static, off-line compiler, we developed an interactive compilation feedback system that guides the programmer in iteratively modifying application source, thereby improving the compiler’s ability to generate loop-parallel code. We use this compilation system to modify two sequential...... benchmarks, finding that the code parallelized in this way runs up to 8.3 times faster on an octo-core Intel Xeon 5570 system and up to 12.5 times faster on a quad-core IBM POWER6 system. Benchmark performance varies significantly between the systems. This suggests that semi-automatic parallelization should...

  5. 49 CFR 801.57 - Records compiled for law enforcement purposes.

    Science.gov (United States)

    2010-10-01

    ... 49 Transportation 7 2010-10-01 2010-10-01 false Records compiled for law enforcement purposes. 801... compiled for law enforcement purposes. Pursuant to 5 U.S.C. 552(b)(7), any records compiled for law or..., would disclose investigative procedures and practices, or would endanger the life or security of law...

  6. Availability of Ada and C++ Compilers, Tools, Education and Training

    Science.gov (United States)

    1991-07-01

    executable mini-specs, to support import of existing code. Automated database population/change propagation. 9. Documentation generation: via FrameMaker . 10...formats. 12. Links to other tools: i. Atherton’s Software Backplane. ii. 4GLS iii. Interleaf and FrameMaker publishing. 13. Output formats: PostScript...by end 󈨟. 11. Output formats: ASCII, PostScript, Interleaf, HPGL, Troff, nroff, FrameMaker , WordPerfect. 12. User interface: Menu and mouse

  7. Reliability prediction for the vehicles equipped with advanced driver assistance systems (ADAS and passive safety systems (PSS

    Directory of Open Access Journals (Sweden)

    Balbir S. Dhillon

    2012-10-01

    Full Text Available The human error has been reported as a major root cause in road accidents in today’s world. The human as a driver in road vehicles composed of human, mechanical and electrical components is constantly exposed to changing surroundings (e.g., road conditions, environmentwhich deteriorate the driver’s capacities leading to a potential accident. The auto industries and transportation authorities have realized that similar to other complex and safety sensitive transportation systems, the road vehicles need to rely on both advanced technologies (i.e., Advanced Driver Assistance Systems (ADAS and Passive Safety Systems (PSS (e.g.,, seatbelts, airbags in order to mitigate the risk of accidents and casualties. In this study, the advantages and disadvantages of ADAS as active safety systems as well as passive safety systems in road vehicles have been discussed. Also, this study proposes models that analyze the interactions between human as a driver and ADAS Warning and Crash Avoidance Systems and PSS in the design of vehicles. Thereafter, the mathematical models have been developed to make reliability prediction at any given time on the road transportation for vehicles equipped with ADAS and PSS. Finally, the implications of this study in the improvement of vehicle designs and prevention of casualties are discussed.

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

    Science.gov (United States)

    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.

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

    Science.gov (United States)

    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…

  10. 基于AdaBoost与BP神经网络增量学习的手机用户分类预测%Mobile Phone Users Classification Forecast Based on AdaBoost and BP Neural Network Incremental Learning

    Institute of Scientific and Technical Information of China (English)

    张冉

    2011-01-01

    随着3G网络的全面普及,手机广告目前已逐渐成为商家抢占市场的一种营销手段,但手机广告投放的精准性是目前比较突出的一个问题。本文介绍了BP神经网络以及AdaBoost算法的基本原理,研究了应用AdaBoost结合BP神经网络算法的增量学习模型,该模型基于用户历史点击记录来预测手机用户感兴趣的广告类别,以提高手机广告投放的精准度。%With the overall popularity of 3G networks,mobile advertising business has become a marketing tool to seize the market,but the precise nature of mobile advertising is a more prominent issue.This article describes the BP neural network and the basic principles of AdaBoost algorithm to study the application of BP neural network algorithm AdaBoost with incremental learning model that records based on user click history to predict the mobile phone users are interested in advertising categories,in order to improve the mobile advertising the accuracy.

  11. Effects of Vector Backbone and Pseudotype on Lentiviral Vector-mediated Gene Transfer: Studies in Infant ADA-Deficient Mice and Rhesus Monkeys

    Science.gov (United States)

    Carbonaro Sarracino, Denise; Tarantal, Alice F; Lee, C Chang I.; Martinez, Michele; Jin, Xiangyang; Wang, Xiaoyan; Hardee, Cinnamon L; Geiger, Sabine; Kahl, Christoph A; Kohn, Donald B

    2014-01-01

    Systemic delivery of a lentiviral vector carrying a therapeutic gene represents a new treatment for monogenic disease. Previously, we have shown that transfer of the adenosine deaminase (ADA) cDNA in vivo rescues the lethal phenotype and reconstitutes immune function in ADA-deficient mice. In order to translate this approach to ADA-deficient severe combined immune deficiency patients, neonatal ADA-deficient mice and newborn rhesus monkeys were treated with species-matched and mismatched vectors and pseudotypes. We compared gene delivery by the HIV-1-based vector to murine γ-retroviral vectors pseudotyped with vesicular stomatitis virus-glycoprotein or murine retroviral envelopes in ADA-deficient mice. The vesicular stomatitis virus-glycoprotein pseudotyped lentiviral vectors had the highest titer and resulted in the highest vector copy number in multiple tissues, particularly liver and lung. In monkeys, HIV-1 or simian immunodeficiency virus vectors resulted in similar biodistribution in most tissues including bone marrow, spleen, liver, and lung. Simian immunodeficiency virus pseudotyped with the gibbon ape leukemia virus envelope produced 10- to 30-fold lower titers than the vesicular stomatitis virus-glycoprotein pseudotype, but had a similar tissue biodistribution and similar copy number in blood cells. The relative copy numbers achieved in mice and monkeys were similar when adjusted to the administered dose per kg. These results suggest that this approach can be scaled-up to clinical levels for treatment of ADA-deficient severe combined immune deficiency subjects with suboptimal hematopoietic stem cell transplantation options. PMID:24925206

  12. Effects of vector backbone and pseudotype on lentiviral vector-mediated gene transfer: studies in infant ADA-deficient mice and rhesus monkeys.

    Science.gov (United States)

    Carbonaro Sarracino, Denise; Tarantal, Alice F; Lee, C Chang I; Martinez, Michele; Jin, Xiangyang; Wang, Xiaoyan; Hardee, Cinnamon L; Geiger, Sabine; Kahl, Christoph A; Kohn, Donald B

    2014-10-01

    Systemic delivery of a lentiviral vector carrying a therapeutic gene represents a new treatment for monogenic disease. Previously, we have shown that transfer of the adenosine deaminase (ADA) cDNA in vivo rescues the lethal phenotype and reconstitutes immune function in ADA-deficient mice. In order to translate this approach to ADA-deficient severe combined immune deficiency patients, neonatal ADA-deficient mice and newborn rhesus monkeys were treated with species-matched and mismatched vectors and pseudotypes. We compared gene delivery by the HIV-1-based vector to murine γ-retroviral vectors pseudotyped with vesicular stomatitis virus-glycoprotein or murine retroviral envelopes in ADA-deficient mice. The vesicular stomatitis virus-glycoprotein pseudotyped lentiviral vectors had the highest titer and resulted in the highest vector copy number in multiple tissues, particularly liver and lung. In monkeys, HIV-1 or simian immunodeficiency virus vectors resulted in similar biodistribution in most tissues including bone marrow, spleen, liver, and lung. Simian immunodeficiency virus pseudotyped with the gibbon ape leukemia virus envelope produced 10- to 30-fold lower titers than the vesicular stomatitis virus-glycoprotein pseudotype, but had a similar tissue biodistribution and similar copy number in blood cells. The relative copy numbers achieved in mice and monkeys were similar when adjusted to the administered dose per kg. These results suggest that this approach can be scaled-up to clinical levels for treatment of ADA-deficient severe combined immune deficiency subjects with suboptimal hematopoietic stem cell transplantation options.

  13. An Efficient Compiler for Weighted Rewrite Rules

    OpenAIRE

    Mohri, Mehryar; Sproat, Richard

    1996-01-01

    Context-dependent rewrite rules are used in many areas of natural language and speech processing. Work in computational phonology has demonstrated that, given certain conditions, such rewrite rules can be represented as finite-state transducers (FSTs). We describe a new algorithm for compiling rewrite rules into FSTs. We show the algorithm to be simpler and more efficient than existing algorithms. Further, many of our applications demand the ability to compile weighted rules into weighted FST...

  14. Synthesis of an A-D-A type of molecule used as electron acceptor for improving charge transfer in organic solar cells

    Energy Technology Data Exchange (ETDEWEB)

    Zhang, Chao-Zhi, E-mail: chzhzhang@sohu.com [Department of Chemistry, Nanjing University of Information Science & Technology, Nanjing 210044 (China); Gu, Shu-Duo; Shen, Dan; Yuan, Yang [Department of Chemistry, Nanjing University of Information Science & Technology, Nanjing 210044 (China); Zhang, Mingdao, E-mail: matchlessjimmy@163.com [Jiangsu Key Laboratory of Atmospheric Environment Monitoring and Pollution Control, Nanjing University of Information Science & Technology, Nanjing 210044 (China)

    2016-08-22

    Electron-accepting molecules play an important role in developing organic solar cells. A new type of A-D-A molecule, 3,6-di([7-(5-bromothiophen-2-yl)-1,5,2,4,6,8-dithiotetrazocin-3-yl]thiophen -2-yl)-9-(2-ethylhexyl)carbazole, was synthesized. The lowest unoccupied molecular orbital (LUMO) and highest occupied molecular orbital (HOMO) energy levels are −3.55 and −5.85 eV, respectively. Therefore, the A-D-A type of compound could be used as electron acceptor for fabricating organic solar cell with a high open circuit voltage. Gibbs free energy (−49.2 kJ/mol) reveals that the process of A-D-A acceptor accepting an electron from poly(3-hexylthiophene) at excited state is spontaneous. The value of entropy (118 J/mol) in the process of an electron transferring from P3HT to the A-D-A acceptor at organic interface suggests that electrons generated from separation of electron-hole pairs at donor/acceptor interface would be delocalized efficiently. Therefore, the A-D-A molecule would be a potential acceptor for efficient organic BHJ solar cells.

  15. HOPE: Just-in-time Python compiler for astrophysical computations

    Science.gov (United States)

    Akeret, Joel; Gamper, Lukas; Amara, Adam; Refregier, Alexandre

    2014-11-01

    HOPE is a specialized Python just-in-time (JIT) compiler designed for numerical astrophysical applications. HOPE focuses on a subset of the language and is able to translate Python code into C++ while performing numerical optimization on mathematical expressions at runtime. To enable the JIT compilation, the user only needs to add a decorator to the function definition. By using HOPE, the user benefits from being able to write common numerical code in Python while getting the performance of compiled implementation.

  16. Compiling the First Monolingual Lusoga Dictionary | Nabirye | Lexikos

    African Journals Online (AJOL)

    Another theory, the theory of modularity, was used to bridge the gap between the theory of meaning and the compilation process. The modular ... This article, then, gives an overall summary of all the steps involved in the compilation of the Eiwanika ly'Olusoga, i.e. the Monolingual Lusoga Dictionary. Keywords: lexicography ...

  17. Law & Psychiatry: Has the ADA Been Reborn as a Tool of Broad Community Change for People With Mental Disabilities?

    Science.gov (United States)

    Petrila, John

    2014-07-01

    Twenty-five years after enactment of the Americans with Disabilities Act (ADA), the U.S. Justice Department has begun to aggressively use the law to compel states to reform community care of individuals with mental disabilities. In this month's Law & Psychiatry column, the author highlights settlement agreements between Justice and the states of New York and Rhode Island that will produce sweeping changes in housing and employment for thousands of individuals with mental disabilities. Is the ADA's original promise finally being realized? The Americans with Disabilities Act (ADA) was enacted with the hope that it would result in the end of segregation based on disability. That promise has been only partially met. However, two recent settlement agreements between the U.S. Department of Justice and the states of New York and Rhode Island promise sweeping change in housing and employment for thousands of individuals with mental disabilities. This column describes the agreements, which adopt best practices as the foundation for community change and which suggest that the ADA may be reaching its full promise.

  18. Alterations in the adenosine metabolism and CD39/CD73 adenosinergic machinery cause loss of Treg cell function and autoimmunity in ADA-deficient SCID

    Science.gov (United States)

    Sauer, Aisha V.; Brigida, Immacolata; Carriglio, Nicola; Jofra Hernandez, Raisa; Scaramuzza, Samantha; Clavenna, Daniela; Sanvito, Francesca; Poliani, Pietro L.; Gagliani, Nicola; Carlucci, Filippo; Tabucchi, Antonella; Roncarolo, Maria Grazia; Traggiai, Elisabetta; Villa, Anna

    2012-01-01

    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. Trials were registered at www.clinicaltrials.gov as NCT00598481/NCT00599781. PMID:22184407

  19. Effect of ADA1 mother-fetus and wife-husband phenotypic differences on the ratio birth weight/placental weight in fertile women and on reproductive success in couples with RSA.

    Science.gov (United States)

    Gloria-Bottini, Fulvia; Nicotra, Maria; Amante, Ada; Ambrosi, Sara; Cozzoli, Eliana; Saccucci, Patrizia; Bottini, Egidio; Magrini, Andrea

    2012-01-01

    To study the effect Adenosine Deaminase locus 1 (ADA(1)) mother-fetus and wife-husband phenotypic differences on the ratio Birth Weight/Placental Weight (BW/PW) in fertile women and on reproductive success in couples with repeated spontaneous abortion (RSA). 209 couples with primary RSA and a consecutive series of 379 healthy puerperae with their newborn infants from the White Caucasian population of central Italy were studied. In primary RSA women reproductive success was indicated by the presence of at least one live-born infant within 5 years of follow up. Two way contingency tables were analyzed by chi-square. The proportion of primary RSA couples with at least a live-born infant shows the highest value in couples mother ADA(1)1/father carrier of ADA(1)*2 allele (55.2%) and the lowest value in reciprocal couples mother carrier of ADA(1)*2 allele /father ADA(1)1 (18.7%) (O.R. = 5.33; P = 0.023). The highest ratio BW/PW is observed in the class mother ADA(1)1/newborn carrier of ADA(1)*2 allele while the lowest ratio is observed in the reciprocal class mother carrier of ADA(1)*2 allele/ newborn ADA(1)1. Differences between mother and fetus in ADA(1) phenotype may influence the ratio BW/PW in healthy women and reproductive success in RSA women. Copyright © 2012 Wiley Periodicals, Inc.

  20. Data compilation for particle-impact desorption, 2

    International Nuclear Information System (INIS)

    Oshiyama, Takashi; Nagai, Siro; Ozawa, Kunio; Takeutchi, Fujio.

    1985-07-01

    The particle impact desorption is one of the elementary processes of hydrogen recycling in controlled thermonuclear fusion reactors. We have surveyed the literature concerning the ion impact desorption and photon stimulated desorption published through the end of 1984 and compiled the data on the desorption cross sections and yields with the aid of a computer. This report presents the results of the compilation in graphs and tables as functions of incident energy, surface temperature and surface coverage. (author)

  1. Neonatal bone marrow transplantation of ADA-deficient SCID mice results in immunologic reconstitution despite low levels of engraftment and an absence of selective donor T lymphoid expansion.

    Science.gov (United States)

    Carbonaro, Denise A; Jin, Xiangyang; Cotoi, Daniel; Mi, Tiejuan; Yu, Xiao-Jin; Skelton, Dianne C; Dorey, Frederick; Kellems, Rodney E; Blackburn, Michael R; Kohn, Donald B

    2008-06-15

    Adenosine deaminase (ADA)-deficient severe combined immune deficiency (SCID) may be treated by allogeneic hematopoietic stem cell transplantation without prior cytoreductive conditioning, although the mechanism of immune reconstitution is unclear. We studied this process in a murine gene knockout model of ADA-deficient SCID. Newborn ADA-deficient pups received transplants of intravenous infusion of normal congenic bone marrow, without prior cytoreductive conditioning, which resulted in long-term survival, multisystem correction, and nearly normal lymphocyte numbers and mitogenic proliferative responses. Only 1% to 3% of lymphocytes and myeloid cells were of donor origin without a selective expansion of donor-derived lymphocytes; immune reconstitution was by endogenous, host-derived ADA-deficient lymphocytes. Preconditioning of neonates with 100 to 400 cGy of total body irradiation before normal donor marrow transplant increased the levels of engrafted donor cells in a radiation dose-dependent manner, but the chimerism levels were similar for lymphoid and myeloid cells. The absence of selective reconstitution by donor T lymphocytes in the ADA-deficient mice indicates that restoration of immune function occurred by rescue of endogenous ADA-deficient lymphocytes through cross-correction from the engrafted ADA-replete donor cells. Thus, ADA-deficient SCID is unique in its responses to nonmyeloablative bone marrow transplantation, which has implications for clinical bone marrow transplantation or gene therapy.

  2. Autologous transplants of Adipose-Derived Adult Stromal (ADAS) afford dopaminergic neuroprotection in a model of Parkinson’s disease

    OpenAIRE

    McCoy, Melissa K.; Martinez, Terina N.; Ruhn, Kelly A.; Wrage, Philip C.; Keefer, Edward W.; Botterman, Barry R.; Tansey, Keith E.; Tansey, Malú G.

    2007-01-01

    Adult adipose contains stromal progenitor cells with neurogenic potential. However, the stability of neuronal phenotypes adopted by Adipose-Derived Adult Stromal (ADAS) cells and whether terminal neuronal differentiation is required for their consideration as alternatives in cell replacement strategies to treat neurological disorders is largely unknown. We investigated whether in vitro neural induction of ADAS cells determined their ability to neuroprotect or restore function in a lesioned do...

  3. Revising the ADAS-cog for a more accurate assessment of cognitive impairment

    NARCIS (Netherlands)

    Wouters, Hans; van Gool, Willem A; Schmand, Ben; Lindeboom, Robert

    2008-01-01

    BACKGROUND: To examine whether it is appropriate to sum the cognitive part of the Alzheimer Disease Assessment Scale (ADAS-cog) items to assess cognitive impairment. This assumes items to have (1) equal measurement precision and (2) hierarchically ordered categories. METHODS: Rasch analysis on the

  4. Lessons learned: Managing the development of a corporate Ada training project

    Science.gov (United States)

    Blackmon, Linda F.

    1986-01-01

    The management lessons learned during the implementation of a corporate mandate to develop and deliver an effective Ada training program to all divisions are discussed. The management process involved in obtaining cooperation from all levels in the development of a corporate-wide project is described. The problem areas are identified along with some possible solutions.

  5. Control the wettability of poly(n-isopropylacrylamide-co-1-adamantan-1-ylmethyl acrylate) modified surfaces: the more Ada, the bigger impact?

    Science.gov (United States)

    Shi, Xiu-Juan; Chen, Gao-Jian; Wang, Yan-Wei; Yuan, Lin; Zhang, Qiang; Haddleton, David M; Chen, Hong

    2013-11-19

    Surface-initiated SET-LRP was used to synthesize polymer brush containing N-isopropylacrylamide and adamantyl acrylate using Cu(I)Cl/Me6-TREN as precursor catalyst and isopropanol/H2O as solvent. Different reaction conditions were explored to investigate the influence of different parameters (reaction time, catalyst concentration, monomer concentration) on the polymerization. Copolymers with variable 1-adamantan-1-ylmethyl acrylate (Ada) content and comparable thickness were synthesized onto silicon surfaces. Furthermore, the hydrophilic and bioactive molecule β-cyclodextrin-(mannose)7 (CDm) was synthesized and complexed with adamantane via host-guest interaction. The effect of adamantane alone and the effect of CDm together with adamantane on the wettability and thermoresponsive property of surface were investigated in detail. Experimental and molecular structure analysis showed that Ada at certain content together with CDm has the greatest impact on surface wettability. When Ada content was high (20%), copolymer-CDm surfaces showed almost no CDm complexed with Ada as the result of steric hindrance.

  6. An Initial Evaluation of the NAG f90 Compiler

    Directory of Open Access Journals (Sweden)

    Michael Metcalf

    1992-01-01

    Full Text Available A few weeks before the formal publication of the ISO Fortran 90 Standard, NAG announced the world's first f90 compiler. We have evaluated the compiler by using it to assess the impact of Fortran 90 on the CERN Program Library.

  7. A compilation of minutes for the Stripa task force on fracture flow modelling

    International Nuclear Information System (INIS)

    Hodgkinson, D.

    1992-01-01

    This report is a compilation of minutes from the nine meetings of the Stripa task force on fracture flow modelling, held at various locations around the world from February 1988 to December 1991. The task force was set up as a peer review group with the specific objectives of 1. recommending criteria for the verification and validation of fracture flow models, 2. facilitating the dissemination of information to countries participating in the Stripa project, and 3. coordinating the work of the three modelling groups form AEA Harwell, Golder Associates and Lawrence Berkeley Laboratory. The report provides a detailed technical commentary of the interplay between the development and application of mathematical models, and the design, execution and interpretation of experiment, within a structured project management framework. In particular, the task force has pioneered the definition and implementation of a validation process and associated criteria based on the analysis of a wide range of experimental data. (au)

  8. Discrimination of Breast Tumors in Ultrasonic Images by Classifier Ensemble Trained with AdaBoost

    Science.gov (United States)

    Takemura, Atsushi; Shimizu, Akinobu; Hamamoto, Kazuhiko

    In this paper, we propose a novel method for acurate automated discrimination of breast tumors (carcinoma, fibroadenoma, and cyst). We defined 199 features related to diagnositic observations noticed when a doctor judges breast tumors, such as internal echo, shape, and boundary echo. These features included novel features based on a parameter of log-compressed K distribution, which reflect physical characteristics of ultrasonic B-mode imaging. Furthermore, we propose a discrimination method of breast tumors by using an ensemble classifier based on the multi-class AdaBoost algorithm with effective features selection. Verification by analyzing 200 carcinomas, 30 fibroadenomas and 30 cycts showed the usefulness of the newly defined features and the effectiveness of the discrimination by using an ensemble classifier trained by AdaBoost.

  9. Compiled MPI: Cost-Effective Exascale Applications Development

    Energy Technology Data Exchange (ETDEWEB)

    Bronevetsky, G; Quinlan, D; Lumsdaine, A; Hoefler, T

    2012-04-10

    The complexity of petascale and exascale machines makes it increasingly difficult to develop applications that can take advantage of them. Future systems are expected to feature billion-way parallelism, complex heterogeneous compute nodes and poor availability of memory (Peter Kogge, 2008). This new challenge for application development is motivating a significant amount of research and development on new programming models and runtime systems designed to simplify large-scale application development. Unfortunately, DoE has significant multi-decadal investment in a large family of mission-critical scientific applications. Scaling these applications to exascale machines will require a significant investment that will dwarf the costs of hardware procurement. A key reason for the difficulty in transitioning today's applications to exascale hardware is their reliance on explicit programming techniques, such as the Message Passing Interface (MPI) programming model to enable parallelism. MPI provides a portable and high performance message-passing system that enables scalable performance on a wide variety of platforms. However, it also forces developers to lock the details of parallelization together with application logic, making it very difficult to adapt the application to significant changes in the underlying system. Further, MPI's explicit interface makes it difficult to separate the application's synchronization and communication structure, reducing the amount of support that can be provided by compiler and run-time tools. This is in contrast to the recent research on more implicit parallel programming models such as Chapel, OpenMP and OpenCL, which promise to provide significantly more flexibility at the cost of reimplementing significant portions of the application. We are developing CoMPI, a novel compiler-driven approach to enable existing MPI applications to scale to exascale systems with minimal modifications that can be made incrementally over

  10. Bernoulli Numbers: from Ada Lovelace to the Debye Functions

    OpenAIRE

    Sparavigna , Amelia Carolina

    2016-01-01

    Jacob Bernoulli owes his fame for the numerous contributions to calculus and for his discoveries in the field of probability. Here we will discuss one of his contributions to the theory of numbers, the Bernoulli numbers. They were proposed as a case study by Ada Lovelace in her analysis of Menabrea's report on Babbage Analytical Engine. It is probable that it was this Lovelace's work, that inspired Hans Thirring in using the Bernoulli numbers in the calculus of the Debye functions.

  11. Solidify, An LLVM pass to compile LLVM IR into Solidity

    Energy Technology Data Exchange (ETDEWEB)

    2017-07-12

    The software currently compiles LLVM IR into Solidity (Ethereum’s dominant programming language) using LLVM’s pass library. Specifically, his compiler allows us to convert an arbitrary DSL into Solidity. We focus specifically on converting Domain Specific Languages into Solidity due to their ease of use, and provable properties. By creating a toolchain to compile lightweight domain-specific languages into Ethereum's dominant language, Solidity, we allow non-specialists to effectively develop safe and useful smart contracts. For example lawyers from a certain firm can have a proprietary DSL that codifies basic laws safely converted to Solidity to be securely executed on the blockchain. In another example, a simple provenance tracking language can be compiled and securely executed on the blockchain.

  12. Compilation of current high-energy-physics experiments

    International Nuclear Information System (INIS)

    Wohl, C.G.; Kelly, R.L.; Armstrong, F.E.

    1980-04-01

    This is the third edition of a compilation of current high energy physics experiments. It is a collaborative effort of the Berkeley Particle Data Group, the SLAC library, and ten participating laboratories: Argonne (ANL), Brookhaven (BNL), CERN, DESY, Fermilab (FNAL), the Institute for Nuclear Study, Tokyo (INS), KEK, Rutherford (RHEL), Serpukhov (SERP), and SLAC. The compilation includes summaries of all high energy physics experiments at the above laboratories that (1) were approved (and not subsequently withdrawn) before about January 1980, and (2) had not completed taking of data by 1 January 1976

  13. Ada Compiler Validation Summary Report: Certificate Number: 940325S1. 11348 DDC-I, DACS Sun SPARC/Solaris to 80386 PM Bare Ada Cross Compiler System, Version 4.6.4 Sun SPARCclassic = Intel iSBC 386/116 (Bare Machine)

    Science.gov (United States)

    1994-03-25

    digits than SYSTEM.MAXDIGITS: C24113L..Y (14 tests) C35705L..Y (14 tests) C35706L..Y (14 tests) C35707L..Y (14 tests) 2-1 C35708L..Y (14 tests) C35802L...MACHINE CODETYPE : REGISTERTYPE MANTISSADOC : 31 A-2 MAX_- DIGITS : 15 MAX_-INT : 9223372036854775807 MAX_-INTPLUS_1 : 9223372036854775808 MIN_ INT...words. A libary task is formed when a task object is declared at the outermost level of a package. Library tasks ame created and activated during the

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

    OpenAIRE

    Hull, Helia

    2018-01-01

    Cornell Journal of Law and Public Policy: Vol. 26 : Iss. 1 , Article 2. The Americans with Disabilities Act (“ADA”) is recognized as one of the most significant pieces of civil rights legislation in American history and is aimed at protecting the rights of individuals with disabilities. Unfortunately, as the ADA has developed, some attorneys have exposed methods of exploiting the provisions of the ADA for personal, pecuniary benefits—fee-driven lawsuits for violations of plaintiff-friendly pr...

  15. SVM Support in the Vienna Fortran Compilation System

    OpenAIRE

    Brezany, Peter; Gerndt, Michael; Sipkova, Viera

    1994-01-01

    Vienna Fortran, a machine-independent language extension to Fortran which allows the user to write programs for distributed-memory systems using global addresses, provides the forall-loop construct for specifying irregular computations that do not cause inter-iteration dependences. Compilers for distributed-memory systems generate code that is based on runtime analysis techniques and is only efficient if, in addition, aggressive compile-time optimizations are applied. Since these optimization...

  16. 77 FR 50068 - Americans With Disabilities Act (ADA) Accessibility Guidelines for Transportation Vehicles

    Science.gov (United States)

    2012-08-20

    ... ARCHITECTURAL AND TRANSPORTATION BARRIERS COMPLIANCE BOARD 36 CFR Part 1192 [Docket No. ATBCB 2010-0004] RIN 3014-AA38 Americans With Disabilities Act (ADA) Accessibility Guidelines for Transportation Vehicles AGENCY: Architectural and Transportation Barriers Compliance Board. ACTION: Notice of public...

  17. 77 FR 56590 - Americans With Disabilities Act (ADA) Accessibility Guidelines for Transportation Vehicles

    Science.gov (United States)

    2012-09-13

    ... ARCHITECTURAL AND TRANSPORTATION BARRIERS COMPLIANCE BOARD 36 CFR Part 1192 [Docket No. ATBCB 2010-0004] RIN 3014-AA38 Americans With Disabilities Act (ADA) Accessibility Guidelines for Transportation Vehicles AGENCY: Architectural and Transportation Barriers Compliance Board. ACTION: Notice of information...

  18. 75 FR 54543 - Americans With Disabilities Act (ADA) Accessibility Guidelines for Transportation Vehicles

    Science.gov (United States)

    2010-09-08

    ... ARCHITECTURAL AND TRANSPORTATION BARRIERS COMPLIANCE BOARD 36 CFR Part 1192 [Docket No. ATBCB 2010-0004] RIN 3014-AA38 Americans With Disabilities Act (ADA) Accessibility Guidelines for Transportation Vehicles AGENCY: Architectural and Transportation Barriers Compliance Board. ACTION: Notice of public...

  19. A Compilation of Internship Reports - 2012

    Energy Technology Data Exchange (ETDEWEB)

    Stegman M.; Morris, M.; Blackburn, N.

    2012-08-08

    This compilation documents all research project undertaken by the 2012 summer Department of Energy - Workforce Development for Teachers and Scientists interns during their internship program at Brookhaven National Laboratory.

  20. Semantics-Based Compiling: A Case Study in Type-Directed Partial Evaluation

    DEFF Research Database (Denmark)

    Danvy, Olivier; Vestergaard, René

    1996-01-01

    in the style of denotational semantics; – the output of the generated compiler is effectively three-address code, in the fashion and efficiency of the Dragon Book; – the generated compiler processes several hundred lines of source code per second. The source language considered in this case study is imperative......, block-structured, higher-order, call-by-value, allows subtyping, and obeys stack discipline. It is bigger than what is usually reported in the literature on semantics-based compiling and partial evaluation. Our compiling technique uses the first Futamura projection, i.e., we compile programs...... by specializing a definitional interpreter with respect to the program. Specialization is carried out using type-directed partial evaluation, which is a mild version of partial evaluation akin to lambda-calculus normalization. Our definitional interpreter follows the format of denotational semantics, with a clear...

  1. Compilation of results 1987

    International Nuclear Information System (INIS)

    1987-01-01

    A compilation is carried out which in concentrated form presents reports on research and development within the nuclear energy field covering a two and a half years period. The foregoing report was edited in December 1984. The projects are presendted with title, project number, responsible unit, person to contact and short result reports. The result reports consist of short summaries over each project. (L.F.)

  2. Analysis of the ectoenzymes ADA, ALP, ENPP1, and ENPP3, in the contents of ovarian endometriomas as candidate biomarkers of endometriosis.

    Science.gov (United States)

    Trapero, Carla; Jover, Lluis; Fernández-Montolí, Maria Eulàlia; García-Tejedor, Amparo; Vidal, August; Gómez de Aranda, Inmaculada; Ponce, Jordi; Matias-Guiu, Xavier; Martín-Satué, Mireia

    2018-02-01

    The diagnosis of endometriosis, a prevalent chronic disease with a strong inflammatory component, is usually delayed due to the lack of noninvasive diagnostic tests. Purinergic signaling, a key cell pathway, is altered in many inflammatory disorders. The aim of the present work was to evaluate the levels of adenosine deaminase (ADA), alkaline phosphatase (ALP), ecto-nucleotide pyrophosphatase/phosphodiesterase 1 (ENPP1), and ENPP3, elements of purinergic signaling, as biomarker candidates for endometriosis. A case-control comparative study was conducted to determine ADA, ALP, ENPP1 and ENPP3 levels in echo-guided aspirated fluids of endometriomas (case group) and simple ovarian cysts (control group) using the ELISA technique. Adenosine deaminase, ALP, ENPP1, and ENPP3 were present and quantifiable in the contents of endometriomas and simple cysts. There were significant differences in ADA and ENPP1 levels in endometriomas in comparison with simple cysts (2787 U/L and 103.9 ng/mL more in endometriomas, for ADA and ENPP1, respectively). Comparisons of ALP and ENPP3 levels between the two groups did not reveal significant differences. The ectoenzymes ADA and ENPP1 are biomarker candidates for endometriosis. © 2017 John Wiley & Sons A/S. Published by John Wiley & Sons Ltd.

  3. Compiler-Assisted Multiple Instruction Rollback Recovery Using a Read Buffer. Ph.D. Thesis

    Science.gov (United States)

    Alewine, Neal Jon

    1993-01-01

    Multiple instruction rollback (MIR) is a technique to provide rapid recovery from transient processor failures and was implemented in hardware by researchers and slow in mainframe computers. Hardware-based MIR designs eliminate rollback data hazards by providing data redundancy implemented in hardware. Compiler-based MIR designs were also developed which remove rollback data hazards directly with data flow manipulations, thus eliminating the need for most data redundancy hardware. Compiler-assisted techniques to achieve multiple instruction rollback recovery are addressed. It is observed that data some hazards resulting from instruction rollback can be resolved more efficiently by providing hardware redundancy while others are resolved more efficiently with compiler transformations. A compiler-assisted multiple instruction rollback scheme is developed which combines hardware-implemented data redundancy with compiler-driven hazard removal transformations. Experimental performance evaluations were conducted which indicate improved efficiency over previous hardware-based and compiler-based schemes. Various enhancements to the compiler transformations and to the data redundancy hardware developed for the compiler-assisted MIR scheme are described and evaluated. The final topic deals with the application of compiler-assisted MIR techniques to aid in exception repair and branch repair in a speculative execution architecture.

  4. An Extensible Open-Source Compiler Infrastructure for Testing

    Energy Technology Data Exchange (ETDEWEB)

    Quinlan, D; Ur, S; Vuduc, R

    2005-12-09

    Testing forms a critical part of the development process for large-scale software, and there is growing need for automated tools that can read, represent, analyze, and transform the application's source code to help carry out testing tasks. However, the support required to compile applications written in common general purpose languages is generally inaccessible to the testing research community. In this paper, we report on an extensible, open-source compiler infrastructure called ROSE, which is currently in development at Lawrence Livermore National Laboratory. ROSE specifically targets developers who wish to build source-based tools that implement customized analyses and optimizations for large-scale C, C++, and Fortran90 scientific computing applications (on the order of a million lines of code or more). However, much of this infrastructure can also be used to address problems in testing, and ROSE is by design broadly accessible to those without a formal compiler background. This paper details the interactions between testing of applications and the ways in which compiler technology can aid in the understanding of those applications. We emphasize the particular aspects of ROSE, such as support for the general analysis of whole programs, that are particularly well-suited to the testing research community and the scale of the problems that community solves.

  5. Compilations and evaluations of nuclear structure and decay date

    International Nuclear Information System (INIS)

    Lorenz, A.

    The material contained in this compilation is sorted according to eight subject categories: 1. General Compilations; 2. Basic Isotopic Properties; 3. Nuclear Structure Properties; 4. Nuclear Decay Processes: Half-lives, Energies and Spectra; 5. Nuclear Decay Processes: Gamma-rays; 6. Nuclear Decay Processes: Fission Products; 7. Nuclear Decay Processes: (Others); 8. Atomic Processes

  6. E-ADA activity in erythrocytes of lambs experimentally infected with Haemonchus contortus and its possible functional correlations with anemia.

    Science.gov (United States)

    Da Silva, Aleksandro S; Schafer, Andressa S; Aires, Adelina R; Tonin, Alexandre A; Pimentel, Victor C; Oliveira, Camila B; Zanini, Daniela; Schetinger, Maria R C; Lopes, Sonia T A; Leal, Marta L R

    2013-12-01

    The aim of this study was to evaluate the ecto-adenosine deaminase (E-ADA) activity in erythrocytes of lambs experimentally infected with Haemonchus contortus, correlating it with the degrees of anemia of the experimental animals. A total of 14 healthy lambs, with negative fecal exam for parasites, were to carry out the present study. They were divided into two groups, composed by seven animals: Group A represented the healthy animals (uninfected), while in Group B the animals were infected with 15,000 larvae of H. contortus. Blood was drawn on the days 15, 45 and 75 post-infection (PI) in order to perform the hematological analysis, as well as the mensuration of E-ADA activity in erythrocytes. Parasitological stool exam were performed on the same days mentioned above to follow up the evolution of the infection, as well to determine the number of eggs per gram of feces (EPG). On day 15PI, the animals presented negative EPG and there was not significant (P>0.05) difference between groups in relation to E-ADA activity and hematologic parameters. Animals in Group B had positive EPG for helminths on days 45 and 75 PI, accompanied by varying degrees of anemia, when compared to Group A. At the same periods E-ADA activity was significantly (PADA in erythrocytes and hematocrit on days 45 (r = -0.76) and 75 (r = -0.85)PI. Based on these results and in the scientific literature, it is possible to conclude that the E-ADA may participate on mechanisms related with the pathogenesis and host response against anemia caused by H. contortus. Copyright © 2013 Elsevier Ltd. All rights reserved.

  7. Lower frequency of the low activity adenosine deaminase allelic variant (ADA1*2 in schizophrenic patients Diminuição da frequência da variante alélica de baixa atividade da adenosina desaminase (ADA1*2 em pacientes esquizofrênicos

    Directory of Open Access Journals (Sweden)

    Gustavo Pimentel Dutra

    2010-09-01

    Full Text Available OBJECTIVE: Adenosine may play a role in the pathophysiology of schizophrenia, since it modulates the release of several neurotransmitters such as glutamate, dopamine, serotonin and acetylcholine, decreases neuronal activity by pos-synaptic hyperpolarization and inhibits dopaminergic activity. Adenosine deaminase participates in purine metabolism by converting adenosine into inosine. The most frequent functional polymorphism of adenosine deaminase (22G→A (ADA1*2 exhibits 20-30% lower enzymatic activity in individuals with the G/A genotype than individuals with the G/G genotype. The aim of this study was to evaluate the ADA polymorphism 22G→A (ADA1*2 in schizophrenic patients and healthy controls. METHOD: The genotypes of the ADA 22G→A were identified with allele-specific PCR strategy in 152 schizophrenic patients and 111 healthy individuals. RESULTS: A significant decrease in the frequency of the G/A genotype was seen in schizophrenic patients (7/152 - 4.6% relative to controls (13/111 - 11.7%, p = 0.032, OR = 2.6. CONCLUSION: These results suggest that the G/A genotype associated with low adenosine deaminase activity and, supposingly, with higher adenosine levels is less frequent among schizophrenic patients.OBJETIVO: A adenosina pode ter um papel importante na fisiopatologia da esquizofrenia, uma vez que modula a liberação de vários neurotransmissores, tais como glutamato, dopamina, serotonina e acetilcolina, diminui a atividade neuronal por hiperpolarização pós-sináptica e inibe a atividade dopaminérgica. A adenosina desaminase participa do metabolismo das purinas pela conversão de adenosina em inosina. O mais frequente polimorfismo funcional da adenosina desaminase (22G →A (ADA1*2 exibe uma diminuição de 20-30% da atividade funcional em indivíduos com genótipo G/A quando comparados com indivíduos com o genótipo G/G. O objetivo deste estudo foi avaliar o polimorfismo 22G→A (ADA1*2 em pacientes esquizofrênicos e em

  8. Adding delayed recall to the ADAS-cog improves measurement precision in mild Alzheimer's disease: Implications for predicting instrumental activities of daily living.

    Science.gov (United States)

    Lowe, Deborah A; Balsis, Steve; Benge, Jared F; Doody, Rachelle S

    2015-12-01

    As research increasingly focuses on preclinical stages of Alzheimer's disease (AD), instruments must be retooled to identify early cognitive markers of AD. A supplemental delayed recall subtest for the Alzheimer's Disease Assessment Scale-cognitive (ADAS-cog; Mohs, Rosen, & Davis, 1983; Rosen, Mohs, & Davis, 1984) is commonly implemented, but it is not known precisely where along the spectrum of cognitive dysfunction this subtest yields incremental information beyond what is gained from the standard ADAS-cog, or whether it can improve prediction of functional outcomes. An item response theory approach can analyze this in a psychometrically rigorous way. Seven hundred eighty-eight patients with AD or amnestic complaints or impairment completed a battery including the ADAS-cog and 2 activities of daily living measures. The delayed recall subtest slightly improved the ADAS-cog's measurement precision in the mild range of cognitive dysfunction and increased prediction of instrumental activities of daily living for individuals with subjective memory impairment. (c) 2015 APA, all rights reserved).

  9. 1988 Bulletin compilation and index

    International Nuclear Information System (INIS)

    1989-02-01

    This document is published to provide current information about the national program for managing spent fuel and high-level radioactive waste. This document is a compilation of issues from the 1988 calendar year. A table of contents and one index have been provided to assist in finding information

  10. 1988 Bulletin compilation and index

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    1989-02-01

    This document is published to provide current information about the national program for managing spent fuel and high-level radioactive waste. This document is a compilation of issues from the 1988 calendar year. A table of contents and one index have been provided to assist in finding information.

  11. Automating Visualization Service Generation with the WATT Compiler

    Science.gov (United States)

    Bollig, E. F.; Lyness, M. D.; Erlebacher, G.; Yuen, D. A.

    2007-12-01

    As tasks and workflows become increasingly complex, software developers are devoting increasing attention to automation tools. Among many examples, the Automator tool from Apple collects components of a workflow into a single script, with very little effort on the part of the user. Tasks are most often described as a series of instructions. The granularity of the tasks dictates the tools to use. Compilers translate fine-grained instructions to assembler code, while scripting languages (ruby, perl) are used to describe a series of tasks at a higher level. Compilers can also be viewed as transformational tools: a cross-compiler can translate executable code written on one computer to assembler code understood on another, while transformational tools can translate from one high-level language to another. We are interested in creating visualization web services automatically, starting from stand-alone VTK (Visualization Toolkit) code written in Tcl. To this end, using the OCaml programming language, we have developed a compiler that translates Tcl into C++, including all the stubs, classes and methods to interface with gSOAP, a C++ implementation of the Soap 1.1/1.2 protocols. This compiler, referred to as the Web Automation and Translation Toolkit (WATT), is the first step towards automated creation of specialized visualization web services without input from the user. The WATT compiler seeks to automate all aspects of web service generation, including the transport layer, the division of labor and the details related to interface generation. The WATT compiler is part of ongoing efforts within the NSF funded VLab consortium [1] to facilitate and automate time-consuming tasks for the science related to understanding planetary materials. Through examples of services produced by WATT for the VLab portal, we will illustrate features, limitations and the improvements necessary to achieve the ultimate goal of complete and transparent automation in the generation of web

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

    Science.gov (United States)

    1985-08-01

    terination of a child . It was pointed out, .howmver, that CAIS processes are closely analogous to Ada programs, which may include nwiny tasks, so this...NMlc)) - Write a single haractesr end cojp; end PM;/ 5.3.8.10 Easing a qualified area pr~zocedueRSEA( PORN : in ont PO TYP); Purposes This procedure

  13. EVALUATION OF THE ADA TECHNOLOGIES' ELECTRO-DECON PROCESS TO REMOVE RADIOLOGICAL CONTAMINATION

    International Nuclear Information System (INIS)

    Pao, Jenn-Hai; Demmer, Rick L.; Argyle, Mark D.; Veatch, Brad D.

    2003-01-01

    A surface decontamination system featuring the use of ADA's electrochemical process was tested and evaluated. The process can be flexibly deployed by using an electrolyte delivery system that has been demonstrated to be reliable and effective. Experimental results demonstrate the effectiveness of this system for the surface decontamination of radiologically contaminated stainless steel

  14. Near infrared organic light-emitting diodes based on acceptor-donor-acceptor (ADA) using novel conjugated isatin Schiff bases

    International Nuclear Information System (INIS)

    Taghi Sharbati, Mohammad; Soltani Rad, Mohammad Navid; Behrouz, Somayeh; Gharavi, Alireza; Emami, Farzin

    2011-01-01

    Fabrications of a single layer organic light emitting diodes (OLEDs) based on two conjugated acceptor-donor-acceptor (ADA) isatin Schiff bases are described. The electroluminescent spectra of these materials range from 630 to 700 nm and their band gaps were measured between 1.97 and 1.77 eV. The measured maximum external quantum efficiencies (EQE) for fabricated OLEDs are 0.0515% and 0.054% for two acceptor-donor-acceptor chromophores. The Commission International De L'Eclairage (CIE) (1931) coordinates of these two compounds were attained and found to be (0.4077, 0.4128) and (0.4411, 0.4126) for two used acceptor-donor-acceptor chromophores. The measured I-V curves demonstrated the apparent diode behavior of two ADA chromophores. The turn-on voltages in these OLEDs are directly dependent on the thickness. These results have demonstrated that ADA isatin Schiff bases could be considered as promising electroluminescence-emitting materials for fabrication of OLEDs.

  15. Compilation of current high energy physics experiments - Sept. 1978

    Energy Technology Data Exchange (ETDEWEB)

    Addis, L.; Odian, A.; Row, G. M.; Ward, C. E. W.; Wanderer, P.; Armenteros, R.; Joos, P.; Groves, T. H.; Oyanagi, Y.; Arnison, G. T. J.; Antipov, Yu; Barinov, N.

    1978-09-01

    This compilation of current high-energy physics experiments is a collaborative effort of the Berkeley Particle Data Group, the SLAC library, and the nine participating laboratories: Argonne (ANL), Brookhaven (BNL), CERN, DESY, Fermilab (FNAL), KEK, Rutherford (RHEL), Serpukhov (SERP), and SLAC. Nominally, the compilation includes summaries of all high-energy physics experiments at the above laboratories that were approved (and not subsequently withdrawn) before about June 1978, and had not completed taking of data by 1 January 1975. The experimental summaries are supplemented with three indexes to the compilation, several vocabulary lists giving names or abbreviations used, and a short summary of the beams at each of the laboratories (except Rutherford). The summaries themselves are included on microfiche. (RWR)

  16. When the Americans with Disabilities Act Goes Online: Application of the ADA to the Internet and the Worldwide Web. Position Paper.

    Science.gov (United States)

    National Council on Disability, Washington, DC.

    This paper addresses the issue of how the Americans with Disabilities Act (ADA) applies to commercial and other private sector Web sites. Beginning with a brief discussion of the role electronic communication plays in our lives, the paper then considers the placement of the ADA in the context of current technology and of computer usage in the…

  17. DrawCompileEvolve: Sparking interactive evolutionary art with human creations

    DEFF Research Database (Denmark)

    Zhang, Jinhong; Taarnby, Rasmus; Liapis, Antonios

    2015-01-01

    This paper presents DrawCompileEvolve, a web-based drawing tool which allows users to draw simple primitive shapes, group them together or define patterns in their groupings (e.g. symmetry, repetition). The user’s vector drawing is then compiled into an indirectly encoded genetic representation......, which can be evolved interactively, allowing the user to change the image’s colors, patterns and ultimately transform it. The human artist has direct control while drawing the initial seed of an evolutionary run and indirect control while interactively evolving it, thus making DrawCompileEvolve a mixed...

  18. 78 FR 67303 - Americans With Disabilities Act (ADA) Accessibility Guidelines for Buildings and Facilities...

    Science.gov (United States)

    2013-11-12

    ... ARCHITECTURAL AND TRANSPORTATION BARRIERS COMPLIANCE BOARD 36 CFR Part 1191 RIN 3014-AA22 Americans With Disabilities Act (ADA) Accessibility Guidelines for Buildings and Facilities; Architectural Barriers Act (ABA) Accessibility Guidelines; Correction AGENCY: Architectural and Transportation Barriers...

  19. Vectorization vs. compilation in query execution

    NARCIS (Netherlands)

    J. Sompolski (Juliusz); M. Zukowski (Marcin); P.A. Boncz (Peter)

    2011-01-01

    textabstractCompiling database queries into executable (sub-) programs provides substantial benefits comparing to traditional interpreted execution. Many of these benefits, such as reduced interpretation overhead, better instruction code locality, and providing opportunities to use SIMD

  20. Production compilation : A simple mechanism to model complex skill acquisition

    NARCIS (Netherlands)

    Taatgen, N.A.; Lee, F.J.

    2003-01-01

    In this article we describe production compilation, a mechanism for modeling skill acquisition. Production compilation has been developed within the ACT-Rational (ACT-R; J. R. Anderson, D. Bothell, M. D. Byrne, & C. Lebiere, 2002) cognitive architecture and consists of combining and specializing

  1. 32 CFR 806b.19 - Information compiled in anticipation of civil action.

    Science.gov (United States)

    2010-07-01

    ... 32 National Defense 6 2010-07-01 2010-07-01 false Information compiled in anticipation of civil action. 806b.19 Section 806b.19 National Defense Department of Defense (Continued) DEPARTMENT OF THE AIR... compiled in anticipation of civil action. Withhold records compiled in connection with a civil action or...

  2. Getting ADAS on the Road : Actors' Interactions in Advanced Driver Assistance Systems Deployment

    NARCIS (Netherlands)

    Walta, L.

    2011-01-01

    Currently, many car drivers spend many hours in congested traffic. If their cars would have been equipped with an electronic system that automatically follows the car in front of them, congestion might have been prevented. Such a system is an example of Advanced Driver Assistance Systems (ADAS).

  3. Utility of adenosine deaminase (ADA), PCR & thoracoscopy in differentiating tuberculous & non-tuberculous pleural effusion complicating chronic kidney disease.

    Science.gov (United States)

    Kumar, Sravan; Agarwal, Ritesh; Bal, Amanjit; Sharma, Kusum; Singh, Navneet; Aggarwal, Ashutosh N; Verma, Indu; Rana, Satyawati V; Jha, Vivekanand

    2015-03-01

    Pleural effusion is a common occurrence in patients with late-stage chronic kidney disease (CKD). In developing countries, many effusions remain undiagnosed after pleural fluid analysis (PFA) and patients are empirically treated with antitubercular therapy. The aim of this study was to evaluate the role of adenosine deaminase (ADA), nucleic acid amplification tests (NAAT) and medical thoracoscopy in distinguishing tubercular and non-tubercular aetiologies in exudative pleural effusions complicating CKD. Consecutive stage 4 and 5 CKD patients with pleural effusions underwent PFA including ADA and PCR [65 kDa gene; multiplex (IS6110, protein antigen b, MPB64)]. Patients with exudative pleural effusion undiagnosed after PFA underwent medical thoracoscopy. All 107 patients underwent thoracocentesis with 45 and 62 patients diagnosed as transudative and exudative pleural effusions, respectively. Twenty six of the 62 patients underwent medical thoracoscopy. Tuberculous pleurisy was diagnosed in six while uraemic pleuritis was diagnosed in 20 subjects. The sensitivity and specificity of pleural fluid ADA, 65 kDa gene PCR, and multiplex PCR were 66.7 and 90 per cent, 100 and 50 per cent, and 100 and 100 per cent, respectively. Thoracoscopy was associated with five complications in three patients. Uraemia remains the most common cause of pleural effusion in CKD even in high TB prevalence country. Multiplex PCR and thoracoscopy are useful investigations in the diagnostic work-up of pleural effusions complicating CKD while the sensitivity and/or specificity of ADA and 65 kDa gene PCR is poor.

  4. Charged particle induced thermonuclear reaction rates: a compilation for astrophysics

    International Nuclear Information System (INIS)

    Grama, C.

    1999-01-01

    We report on the results of the European network NACRE (Nuclear Astrophysics Compilation of REaction rates). The principal reason for setting up the NACRE network has been the necessity of building up a well-documented and detailed compilation of rates for charged-particle induced reactions on stable targets up to Si and on unstable nuclei of special significance in astrophysics. This work is meant to supersede the only existing compilation of reaction rates issued by Fowler and collaborators. The main goal of NACRE network was the transparency in the procedure of calculating the rates. More specifically this compilation aims at: 1. updating the experimental and theoretical data; 2. distinctly identifying the sources of the data used in rate calculation; 3. evaluating the uncertainties and errors; 4. providing numerically integrated reaction rates; 5. providing reverse reaction rates and analytical approximations of the adopted rates. The cross section data and/or resonance parameters for a total of 86 charged-particle induced reactions are given and the corresponding reaction rates are calculated and given in tabular form. Uncertainties are analyzed and realistic upper and lower bounds of the rates are determined. The compilation is concerned with the reaction rates that are large enough for the target lifetimes shorter than the age of the Universe, taken equal to 15 x 10 9 y. The reaction rates are provided for temperatures lower than T = 10 10 K. In parallel with the rate compilation a cross section data base has been created and located at the site http://pntpm.ulb.ac.be/nacre..htm. (authors)

  5. Asian collaboration on nuclear reaction data compilation

    International Nuclear Information System (INIS)

    Aikawa, Masayuki; Furutachi, Naoya; Kato, Kiyoshi; Makinaga, Ayano; Devi, Vidya; Ichinkhorloo, Dagvadorj; Odsuren, Myagmarjav; Tsubakihara, Kohsuke; Katayama, Toshiyuki; Otuka, Naohiko

    2013-01-01

    Nuclear reaction data are essential for research and development in nuclear engineering, radiation therapy, nuclear physics and astrophysics. Experimental data must be compiled in a database and be accessible to nuclear data users. One of the nuclear reaction databases is the EXFOR database maintained by the International Network of Nuclear Reaction Data Centres (NRDC) under the auspices of the International Atomic Energy Agency. Recently, collaboration among the Asian NRDC members is being further developed under the support of the Asia-Africa Science Platform Program of the Japan Society for the Promotion of Science. We report the activity for three years to develop the Asian collaboration on nuclear reaction data compilation. (author)

  6. Fault-tolerant digital microfluidic biochips compilation and synthesis

    CERN Document Server

    Pop, Paul; Stuart, Elena; Madsen, Jan

    2016-01-01

    This book describes for researchers in the fields of compiler technology, design and test, and electronic design automation the new area of digital microfluidic biochips (DMBs), and thus offers a new application area for their methods.  The authors present a routing-based model of operation execution, along with several associated compilation approaches, which progressively relax the assumption that operations execute inside fixed rectangular modules.  Since operations can experience transient faults during the execution of a bioassay, the authors show how to use both offline (design time) and online (runtime) recovery strategies. The book also presents methods for the synthesis of fault-tolerant application-specific DMB architectures. ·         Presents the current models used for the research on compilation and synthesis techniques of DMBs in a tutorial fashion; ·         Includes a set of “benchmarks”, which are presented in great detail and includes the source code of most of the t...

  7. PGHPF – An Optimizing High Performance Fortran Compiler for Distributed Memory Machines

    Directory of Open Access Journals (Sweden)

    Zeki Bozkus

    1997-01-01

    Full Text Available High Performance Fortran (HPF is the first widely supported, efficient, and portable parallel programming language for shared and distributed memory systems. HPF is realized through a set of directive-based extensions to Fortran 90. It enables application developers and Fortran end-users to write compact, portable, and efficient software that will compile and execute on workstations, shared memory servers, clusters, traditional supercomputers, or massively parallel processors. This article describes a production-quality HPF compiler for a set of parallel machines. Compilation techniques such as data and computation distribution, communication generation, run-time support, and optimization issues are elaborated as the basis for an HPF compiler implementation on distributed memory machines. The performance of this compiler on benchmark programs demonstrates that high efficiency can be achieved executing HPF code on parallel architectures.

  8. A survey of compiler development aids. [concerning lexical, syntax, and semantic analysis

    Science.gov (United States)

    Buckles, B. P.; Hodges, B. C.; Hsia, P.

    1977-01-01

    A theoretical background was established for the compilation process by dividing it into five phases and explaining the concepts and algorithms that underpin each. The five selected phases were lexical analysis, syntax analysis, semantic analysis, optimization, and code generation. Graph theoretical optimization techniques were presented, and approaches to code generation were described for both one-pass and multipass compilation environments. Following the initial tutorial sections, more than 20 tools that were developed to aid in the process of writing compilers were surveyed. Eight of the more recent compiler development aids were selected for special attention - SIMCMP/STAGE2, LANG-PAK, COGENT, XPL, AED, CWIC, LIS, and JOCIT. The impact of compiler development aids were assessed some of their shortcomings and some of the areas of research currently in progress were inspected.

  9. Ada Compiler Validation Summary Report: Certificate Number: 940325S1. 11341 DDC-I, DACS Sun SPARC/SunOS to 80186 Bare Ada Cross Compiler System, Version 4.6.4 Sun SPARCstation IPX = Intel iSBC 186/100 (Bare Machine)

    Science.gov (United States)

    1994-03-25

    declarations requiring more digits than SYSTEM.MAXDIGITS: C24113L..Y (14 tests) C35705L..Y (14 tests) C35706L..Y (14 tests) C35707L..Y (14 tests) 2-1...before the DACS Run-Time System (RMs) libary normally searches for na-4ime routin;, in this way one can replace the standard DACS RTS routines with...SHORTINTEGER is range -128 .. 127; type INTEGER is range -32_768 .. 32_767; type LONGINTEGER is range -2147_483_648 .. 2_147_483_647; type FLOAT is digits 6

  10. [Multiple facets of ADA2 deficiency: Vasculitis, auto-inflammatory disease and immunodeficiency: A literature review of 135 cases from literature].

    Science.gov (United States)

    Fayand, A; Sarrabay, G; Belot, A; Hentgen, V; Kone-Paut, I; Grateau, G; Melki, I; Georgin-Lavialle, S

    2018-04-01

    Deficiency of adenosine deaminase 2 (DADA2) is a recently described auto-inflammatory disorder. It is an autosomal recessive inherited disease, caused by mutations in the ADA2 gene (formerly known as CECR1) encoding ADA2 enzyme. Besides its role in the purine metabolism, it has been postulated that ADA2 may act as a growth factor for endothelial cells and in the differenciation of monocytes. Thus, deficiency of ADA2 would lead to endothelial damage and a skewing of monocytes into M1 pro-inflammatory macrophage, causing DADA2 manifestations. Three core clinical features have been described: inflammatory-vascular signs, hematologic abnormalities and immunodeficiency. Clinically, patients display intermittent fever, cutaneous vascular manifestations, such as livedo, ischemic strokes, arthralgia and abdominal pain crisis. Corticosteroids and immunosuppressive agents (i.e. cyclophosphamide, azathioprine, ciclosporin, methotrexate) appear to be poorly effective. Although the mechanism has not been elucidated, anti-TNF agents have been proven efficient in DADA2 and should therefore be used as first line therapy for vasculitis. Role of anti-platelet and anticoagulant therapies in stroke-prophylaxis remains to be discussed, as those patients display a high risk of intracranial bleeding. Copyright © 2017 Société Nationale Française de Médecine Interne (SNFMI). Published by Elsevier SAS. All rights reserved.

  11. abc: The AspectBench Compiler for AspectJ

    DEFF Research Database (Denmark)

    Allan, Chris; Avgustinov, Pavel; Christensen, Aske Simon

    2005-01-01

    abc is an extensible, optimising compiler for AspectJ. It has been designed as a workbench for experimental research in aspect-oriented programming languages and compilers. We outline a programme of research in these areas, and we review how abc can help in achieving those research goals...

  12. Proceedings of the workshop on Compilation of (Symbolic) Languages for Parallel Computers

    Energy Technology Data Exchange (ETDEWEB)

    Foster, I.; Tick, E. (comp.)

    1991-11-01

    This report comprises the abstracts and papers for the talks presented at the Workshop on Compilation of (Symbolic) Languages for Parallel Computers, held October 31--November 1, 1991, in San Diego. These unreferred contributions were provided by the participants for the purpose of this workshop; many of them will be published elsewhere in peer-reviewed conferences and publications. Our goal is planning this workshop was to bring together researchers from different disciplines with common problems in compilation. In particular, we wished to encourage interaction between researchers working in compilation of symbolic languages and those working on compilation of conventional, imperative languages. The fundamental problems facing researchers interested in compilation of logic, functional, and procedural programming languages for parallel computers are essentially the same. However, differences in the basic programming paradigms have led to different communities emphasizing different species of the parallel compilation problem. For example, parallel logic and functional languages provide dataflow-like formalisms in which control dependencies are unimportant. Hence, a major focus of research in compilation has been on techniques that try to infer when sequential control flow can safely be imposed. Granularity analysis for scheduling is a related problem. The single- assignment property leads to a need for analysis of memory use in order to detect opportunities for reuse. Much of the work in each of these areas relies on the use of abstract interpretation techniques.

  13. Flow and linear coefficient of thermal expansion of four types of Base Plate waxes compared with ADA standard

    Directory of Open Access Journals (Sweden)

    Monzavi A

    2002-07-01

    Full Text Available Waxes have a lot of applications in dentistry. Such materials are of thermoplastic type that undergoes deformation in different temperatures. Two important properties of base plate waxes are flow and their coefficient of linear thermal expansion. Recently, different institutions, inside the country, produce dentistry waxes, while they have not been standardized. Consequently, consumers' dissatisfaction are observed. In this research, the two above- mentioned factors were compared between three kinds of Iranian waxes with Cavex that is foreign production, based on test number 24 of ADA. To measure the flow rate in the temperatures of 23, 37 and 45°c, Wilcoxon statistical analysis was used. The results showed that in 23°c, the flow rate of Cavex and Azardent waxes met ADA standards; however, it was not true for two others types. In 37°c, the flow of none of the waxes was standardized and in 45°c their flow was acceptable, moreover, thermal expansion coefficient, for Cavex and Azardent types, was based on ADA standard.

  14. Using Vertical Electrical Soundings for Characterizing Hydrogeological and Tectonic Settings in Deir El-Adas Area, Yarmouk Basin, Syria

    Science.gov (United States)

    Al-Fares, Walid

    2016-06-01

    The present study is aimed at characterizing the subsurface geological and tectonic structure in Deir El-Adas area, by using Vertical Electrical Sounding survey (VES) and hydrogeological investigations, in order to determine the causes of the failure for the majority of the wells drilled in the area. The survey data was treated in three different approaches including direct VES inversion, pseudo-2D method and horizontal profiling, in order to maximize the reliability of the data interpretation. The results revealed the presence of a local faulted anticline structure at the top of the Paleogene formation, underneath the basaltic outcrops where Deir El-Adas village is situated. The appearance of this subsurface anticline structure has complicated the local hydro-geological situation, and most likely led to limitation of the groundwater recharge in the area. Moreover, the performed piezometric and discharge maps indicated the presence of a notable groundwater watershed, in addition to feeble water productivity of the wells drilled adjacent to Deir El-Adas, mostly related to the subsurface geological and tectonic settings in the area.

  15. Prolonged pancytopenia in a gene therapy patient with ADA-deficient SCID and trisomy 8 mosaicism: a case report.

    Science.gov (United States)

    Engel, Barbara C; Podsakoff, Greg M; Ireland, Joanna L; Smogorzewska, E Monika; Carbonaro, Denise A; Wilson, Kathy; Shah, Ami; Kapoor, Neena; Sweeney, Mirna; Borchert, Mark; Crooks, Gay M; Weinberg, Kenneth I; Parkman, Robertson; Rosenblatt, Howard M; Wu, Shi-Qi; Hershfield, Michael S; Candotti, Fabio; Kohn, Donald B

    2007-01-15

    A patient with adenosine deaminase-deficient severe combined immune deficiency (ADA-SCID) was enrolled in a study of retroviral-mediated ADA gene transfer to bone marrow hematopoietic stem cells. After the discontinuation of ADA enzyme replacement, busulfan (75 mg/m2) was administered for bone marrow cytoreduction, followed by infusion of autologous, gene-modified CD34+ cells. The expected myelosuppression developed after busulfan but then persisted, necessitating the administration of untransduced autologous bone marrow back-up at day 40. Because of sustained pancytopenia and negligible gene marking, diagnostic bone marrow biopsy and aspirate were performed at day 88. Analyses revealed hypocellular marrow and, unexpectedly, evidence of trisomy 8 in 21.6% of cells. Trisomy 8 mosaicism (T8M) was subsequently diagnosed by retrospective analysis of a pretreatment marrow sample that might have caused the lack of hematopoietic reconstitution. The confounding effects of this preexisting marrow cytogenetic abnormality on the response to gene transfer highlights another challenge of gene therapy with the use of autologous hematopoietic stem cells.

  16. DLVM: A modern compiler infrastructure for deep learning systems

    OpenAIRE

    Wei, Richard; Schwartz, Lane; Adve, Vikram

    2017-01-01

    Deep learning software demands reliability and performance. However, many of the existing deep learning frameworks are software libraries that act as an unsafe DSL in Python and a computation graph interpreter. We present DLVM, a design and implementation of a compiler infrastructure with a linear algebra intermediate representation, algorithmic differentiation by adjoint code generation, domain-specific optimizations and a code generator targeting GPU via LLVM. Designed as a modern compiler ...

  17. JOVIAL (J73) to Ada Translator.

    Science.gov (United States)

    1982-06-01

    editors, file managers , and other APSE , the Translator will Provide significant (though not total) Ltion of the conversion of J73 Proorams for use...vlobal knowlede only of compool declarationsi externals are not resolved until the compiled modules are linked. Creatinv a vlobal data base durin...translation (as shown in Figure 2-1) will require the Job control, file management , and text editing capabilities which are provided by a typical

  18. Evidências de validade das Matrizes Progressivas Avançadas de Raven em universitários Validity Evidence of Raven's Advanced Progressive Matrices in university students

    Directory of Open Access Journals (Sweden)

    Milena Oliveira Rosseti

    2009-08-01

    Full Text Available O objetivo do estudo foi encontrar evidências de validade das Matrizes Progressivas Avançadas de Raven em universitários. Participaram 369 universitários de duas universidades privadas do estado de São Paulo, sendo 104 (28,2% do sexo masculino e 265 (71,8% do feminino. Em relação aos cursos, 167 (45,3% são de Psicologia, 111 (30,1% de Administração de Empresas, 54 (14,6% de Gestão de Recursos Humanos e 37 (10% de Pedagogia. Os resultados demonstraram que houve diferença significativa com relação ao gênero, com um melhor desempenho do sexo masculino (t=4,21 e pThe aim of the study was to find validity evidence of Raven's Advanced Progressive Matrices in university students. The sample consisted of 369 university students from two private universities in the state of Sao Paulo, being a 104 (28,2% of the masculine and 265 (71,8% of the feminine. Regarding the courses, 167 (45,3% is of Psychology, 111 (30,1% is of Business Administration, 54 (14,6 % is of Management of Human Resources and 37 (10% is of Pedagogy. The results showed statistically significant difference of sex, with males having better performance in the instrument (t=4.21; p<0.01. The analysis of variance (ANOVA showed significant difference between averages of the courses (F=13,8; p<0,00, and the courses that are differentiated in accordance with the test ad-hoc of Tukey were Administration and Psychology that obtained scores bigger than the others courses. The results demonstrated what the used instrument showed precisely to value aspects of the general intelligence at university students.

  19. Cross-compilation of ATLAS online software to the power PC-Vx works system

    International Nuclear Information System (INIS)

    Tian Yuren; Li Jin; Ren Zhengyu; Zhu Kejun

    2005-01-01

    BES III, selected ATLAS online software as a framework of its run-control system. BES III applied Power PC-VxWorks system on its front-end readout system, so it is necessary to cross-compile this software to PowerPC-VxWorks system. The article demonstrates several aspects related to this project, such as the structure and organization of the ATLAS online software, the application of CMT tool while cross-compiling, the selection and configuration of the cross-compiler, methods to solve various problems due to the difference of compiler and operating system etc. The software, after cross-compiling, can normally run, and makes up a complete run-control system with the software running on Linux system. (authors)

  20. Influências de fibra de aço no comportamento estrutural de vigotas reforçadas com PRFC

    Directory of Open Access Journals (Sweden)

    V. J. Ferrari

    Full Text Available Neste trabalho, apresenta-se a metodologia utilizada e os resultados da análise do comportamento de vigotas armadas e reforçadas externamente à flexão com manta de PRFC (polímeros reforçados com fibras de carbono. Avalia-se o comportamento do reforço de vigotas de concreto comum e compara-o com o do reforço de vigotas moldadas com um compósito cimentício à base de argamassa e fibras curtas de aço. O objetivo principal foi investigar a influência do compósito cimentício (escolhido sem maiores critérios sobre o comportamento e o modo de ruína das vigotas reforçadas. Para tanto, uma série de ensaios de flexão em três pontos em seis vigotas foi conduzida, além dos ensaios de caracterização dos materiais: ensaios de flexão em três pontos em corpos-de-prova prismáticos entalhados, ensaios de tração em barras de aço e ensaios de compressão axial em corpos-de-prova cilíndricos. Adicionalmente, uma análise de elementos finitos foi desenvolvida com objetivo de comparar os resultados obtidos com os experimentais. O ganho de tenacidade e de resistência à fissuração provocou mudanças significativas no desempenho da vigota moldada com fibras e reforçada quando comparada com a vigota reforçada de concreto comum.

  1. Transportation legislative data base: State radioactive materials transportation statute compilation, 1989--1993

    International Nuclear Information System (INIS)

    1994-04-01

    The Transportation Legislative Data Base (TLDB) is a computer-based information service containing summaries of federal, state and certain local government statutes and regulations relating to the transportation of radioactive materials in the United States. The TLDB has been operated by the National Conference of State Legislatures (NCSL) under cooperative agreement with the US Department of Energy's (DOE) Office of Civilian Radioactive Waste Management since 1992. The data base system serves the legislative and regulatory information needs of federal, state, tribal and local governments, the affected private sector and interested members of the general public. Users must be approved by DOE and NCSL. This report is a state statute compilation that updates the 1989 compilation produced by Battelle Memorial Institute, the previous manager of the data base. This compilation includes statutes not included in the prior compilation, as well as newly enacted laws. Statutes not included in the prior compilation show an enactment date prior to 1989. Statutes that deal with low-level radioactive waste transportation are included in the data base as are statutes from the states of Alaska and Hawaii. Over 155 new entries to the data base are summarized in this compilation

  2. A Language for Specifying Compiler Optimizations for Generic Software

    Energy Technology Data Exchange (ETDEWEB)

    Willcock, Jeremiah J. [Indiana Univ., Bloomington, IN (United States)

    2007-01-01

    Compiler optimization is important to software performance, and modern processor architectures make optimization even more critical. However, many modern software applications use libraries providing high levels of abstraction. Such libraries often hinder effective optimization — the libraries are difficult to analyze using current compiler technology. For example, high-level libraries often use dynamic memory allocation and indirectly expressed control structures, such as iteratorbased loops. Programs using these libraries often cannot achieve an optimal level of performance. On the other hand, software libraries have also been recognized as potentially aiding in program optimization. One proposed implementation of library-based optimization is to allow the library author, or a library user, to define custom analyses and optimizations. Only limited systems have been created to take advantage of this potential, however. One problem in creating a framework for defining new optimizations and analyses is how users are to specify them: implementing them by hand inside a compiler is difficult and prone to errors. Thus, a domain-specific language for librarybased compiler optimizations would be beneficial. Many optimization specification languages have appeared in the literature, but they tend to be either limited in power or unnecessarily difficult to use. Therefore, I have designed, implemented, and evaluated the Pavilion language for specifying program analyses and optimizations, designed for library authors and users. These analyses and optimizations can be based on the implementation of a particular library, its use in a specific program, or on the properties of a broad range of types, expressed through concepts. The new system is intended to provide a high level of expressiveness, even though the intended users are unlikely to be compiler experts.

  3. Compiling the parallel programming language NestStep to the CELL processor

    OpenAIRE

    Holm, Magnus

    2010-01-01

    The goal of this project is to create a source-to-source compiler which will translate NestStep code to C code. The compiler's job is to replace NestStep constructs with a series of function calls to the NestStep runtime system. NestStep is a parallel programming language extension based on the BSP model. It adds constructs for parallel programming on top of an imperative programming language. For this project, only constructs extending the C language are relevant. The output code will compil...

  4. Compilation of solar abundance data

    International Nuclear Information System (INIS)

    Hauge, Oe.; Engvold, O.

    1977-01-01

    Interest in the previous compilations of solar abundance data by the same authors (ITA--31 and ITA--39) has led to this third, revised edition. Solar abundance data of 67 elements are tabulated and in addition upper limits for the abundances of 5 elements are listed. References are made to 167 papers. A recommended abundance value is given for each element. (JIW)

  5. Compilation of piping benchmark problems - Cooperative international effort

    Energy Technology Data Exchange (ETDEWEB)

    McAfee, W J [comp.

    1979-06-01

    This report is the culmination of an effort initiated in 1976 by the IWGFR to evaluate detailed and simplified analysis methods for piping systems with particular emphasis on piping bends. The procedure was to collect from participating member IWGFR countries descriptions of tests and test results for piping systems or bends, to compile, evaluate, and issue a selected number of these problems for analysis, and to compile and make a preliminary evaluation of the analysis results. The Oak Ridge National Laboratory agreed to coordinate this activity, including compilation of the original problems and the final analyses results. Of the problem descriptions submitted three were selected to be used. These were issued in December 1977. As a follow-on activity, addenda were issued that provided additional data or corrections to the original problem statement. A variety of both detailed and simplified analysis solutions were obtained. A brief comparative assessment of the analyses is contained in this report. All solutions submitted have also been included in order to provide users of this report the information necessary to make their own comparisons or evaluations.

  6. Compilation of piping benchmark problems - Cooperative international effort

    International Nuclear Information System (INIS)

    McAfee, W.J.

    1979-06-01

    This report is the culmination of an effort initiated in 1976 by the IWGFR to evaluate detailed and simplified analysis methods for piping systems with particular emphasis on piping bends. The procedure was to collect from participating member IWGFR countries descriptions of tests and test results for piping systems or bends, to compile, evaluate, and issue a selected number of these problems for analysis, and to compile and make a preliminary evaluation of the analysis results. The Oak Ridge National Laboratory agreed to coordinate this activity, including compilation of the original problems and the final analyses results. Of the problem descriptions submitted three were selected to be used. These were issued in December 1977. As a follow-on activity, addenda were issued that provided additional data or corrections to the original problem statement. A variety of both detailed and simplified analysis solutions were obtained. A brief comparative assessment of the analyses is contained in this report. All solutions submitted have also been included in order to provide users of this report the information necessary to make their own comparisons or evaluations

  7. Effect of zinc supplementation on E-ADA activity, seric zinc, and cytokines levels of Trypanosoma evansi infected Wistar rats.

    Science.gov (United States)

    Bottari, Nathieli B; Baldissera, Matheus D; Oliveira, Camila B; Duarte, Thiago; Duarte, Marta M M F; Leal, Marta L R; Thomé, Gustavo R; Zanini, Daniela; Schetinger, Maria Rosa C; Nunes, Matheus A G; Dressler, Valderi L; Monteiro, Silvia G; Tonin, Alexandre A; Da Silva, Aleksandro S

    2014-09-01

    The aim of this study was to evaluate the effect of zinc supplementation on the ecto-adenosine deaminase activity (E-ADA), zinc seric levels and cytokines (TNF-α, IL-1, IL-6, and IL -10) on rats experimentally infected by Trypanosoma evansi. Four groups with 10 rats each were used as negative controls (groups A and B), while the animals from the groups C and D were infected intraperitoneally with 0.1 mL of cryopreserved blood containing 1.4 × 10(4) of trypanosomes. Animals of groups B and D received two doses of Zinc (Zn) at 5 mg kg(-1), subcutaneously, on the 2nd and 7th day post-infection (PI). Blood samples were collected on days 5 (n = 5) and 15 PI (n = 5). Zn supplementation was able to increase the rat's longevity and to reduce their parasitemia. It was observed that seric Zn levels were increased on infected animals under Zn supplementation. Animals that were infected and supplemented with Zn showed changes in E-ADA activity and in cytokine levels (P ADA activity, as well as reduced the concentration of cytokines. Infected animals from groups C and D showed increased levels of cytokines. Finally, we observed that Zn supplementation led to a modulation on cytokine's level in rats infected by T. evansi, as well as in E-ADA activity. Copyright © 2014 Elsevier Ltd. All rights reserved.

  8. Compilation of Instantaneous Source Functions for Varying ...

    African Journals Online (AJOL)

    Compilation of Instantaneous Source Functions for Varying Architecture of a Layered Reservoir with Mixed Boundaries and Horizontal Well Completion Part IV: Normal and Inverted Letter 'h' and 'H' Architecture.

  9. Compilation and analysis of Escherichia coli promoter DNA sequences.

    OpenAIRE

    Hawley, D K; McClure, W R

    1983-01-01

    The DNA sequence of 168 promoter regions (-50 to +10) for Escherichia coli RNA polymerase were compiled. The complete listing was divided into two groups depending upon whether or not the promoter had been defined by genetic (promoter mutations) or biochemical (5' end determination) criteria. A consensus promoter sequence based on homologies among 112 well-defined promoters was determined that was in substantial agreement with previous compilations. In addition, we have tabulated 98 promoter ...

  10. Installation of a new Fortran compiler and effective programming method on the vector supercomputer

    International Nuclear Information System (INIS)

    Nemoto, Toshiyuki; Suzuki, Koichiro; Watanabe, Kenji; Machida, Masahiko; Osanai, Seiji; Isobe, Nobuo; Harada, Hiroo; Yokokawa, Mitsuo

    1992-07-01

    The Fortran compiler, version 10 has been replaced with the new one, version 12 (V12) on the Fujitsu Computer system at JAERI since May, 1992. The benchmark test for the performance of the V12 compiler is carried out with 16 representative nuclear codes in advance of the installation of the compiler. The performance of the compiler is achieved by the factor of 1.13 in average. The effect of the enhanced functions of the compiler and the compatibility to the nuclear codes are also examined. The assistant tool for vectorization TOP10EX is developed. In this report, the results of the evaluation of the V12 compiler and the usage of the tools for vectorization are presented. (author)

  11. Compiler-Agnostic Function Detection in Binaries

    NARCIS (Netherlands)

    Andriesse, D.A.; Slowinska, J.M.; Bos, H.J.

    2017-01-01

    We propose Nucleus, a novel function detection algorithm for binaries. In contrast to prior work, Nucleus is compiler-agnostic, and does not require any learning phase or signature information. Instead of scanning for signatures, Nucleus detects functions at the Control Flow Graph-level, making it

  12. Fine-Tuning ADAS Algorithm Parameters for Optimizing Traffic Safety and Mobility in Connected Vehicle Environment

    Science.gov (United States)

    With the development of Connected Vehicle Technology that facilitates wireless 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...

  13. [The delayed word recall task using ADAS-Jcog word booklet effectively divides patients with mild cognitive impairment from normal elderly people].

    Science.gov (United States)

    Kawano, Naoko; Umegaki, Hiroyuki; Suzuki, Yusuke; Yamamoto, Sayaka; Mogi, Nanaka; Iguchi, Akihisa

    2007-07-01

    A new screening test for detecting mild cognitive impairment (MCI) with higher sensitivity that can easily be administered at the bedside is necessary. In this study, we proposed the delayed recall task using the word booklet of Alzheimer's Disease Assessment Scale-cognitive component-Japanese version (ADAS-Jcog) and compared the score of the task in patients with MCI with that of cognitive normal elderly (NE) and patients with AD. Thirty six patients with MCI, 13 very mild AD, 104 mild AD, 13 moderate AD, and age- and education-matched 19 NE, recruited from the memory clinic of Nagoya University Hospital, were evaluated by the ADAS-Jcog word recall task which consisted of immediate recall (IR), a classical method on ADAS-Jcog, and delayed recall (DR) that has been newly introduced. Compared with controls, patients with MCI were significantly impaired on both IR and DR. On the other hand, DR is more sensitive than IR for distinguishing MCI from NE. The highest sensitivity (94.4%) and specificity (68.4%) were achieved when the results of IR were combined with those of DR. The result suggests that the delayed word recall task using the word booklet of ADAS-Jcog may be a useful tool as a screening method for the detection of MCI.

  14. Regulatory and technical reports (abstract index journal): Annual compilation for 1987

    International Nuclear Information System (INIS)

    1988-03-01

    This compilation consists of bibliographic data and abstracts for the formal regulatory and technical reports issued by the US Nuclear Regulatory Commission (NRC) Staff and its contractors. It is NRC's intention to publish this compilation quarterly and to cumulate it annually

  15. E-NTPDase and E-ADA activities in rats experimental infected by Cryptococcus neoformans.

    Science.gov (United States)

    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 (PADA activity had a significant reduction (PADA activity in lymphocytes increased significantly (PADA), 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.

  16. Compilation of Instantaneous Source Functions for Varying ...

    African Journals Online (AJOL)

    Compilation of Instantaneous Source Functions for Varying Architecture of a Layered Reservoir with Mixed Boundaries and Horizontal Well Completion Part III: B-Shaped Architecture with Vertical Well in the Upper Layer.

  17. Graben structure in the Las Cañadas edifice (Tenerife, Canary Islands): implications for active degassing and insights on the caldera formation

    Science.gov (United States)

    Galindo, Inés; Soriano, Carles; Martí, Joan; Pérez, Nemesio

    2005-06-01

    A graben structure has been identified at the western area of the Las Cañadas caldera wall, here referred as the Los Azulejos Graben. This graben is 1 km wide and is bounded by two major normal faults trending NE-SW, the Los Azulejos Fault and the Ucanca Fault. The graben was active for at least 0.5 Ma, from the end of the Ucanca Fm to the end of the Guajara Fm, and before the collapse of the Las Cañadas edifice that formed the western caldera. A right-lateral transtension regime operated in the graben as suggested by small fault orientations and kinematics. The prolongation of the NE rift zone of Tenerife to the Cañadas edifice is the most likely volcano-tectonic scenario for the graben. In this context, inflation of phonolitic shallow magma chambers may have produced reverse faults and reactivation of normal faults. An intense and widespread hydrothermal alteration, here called Azulejos-type, occurred mainly before the graben formation, while a fault-related hydrothermal alteration occurred during and after the graben. Diffuse carbon dioxide and hydrogen degassing in and around the Las Cañadas caldera show relatively enriched values along a NE-SW trend suggesting that faults in the Los Azulejos Graben act as a pathway for deep-seated gases to the surface. Diffuse degassing and hydrothermalism indicate that the graben area has been a zone of intense fluid circulation during the evolution of the Las Cañadas edifice.

  18. SMARTPHONE-BASED APPROACH TO ADVANCED DRIVER ASSISTANCE SYSTEM (ADAS RESEARCH AND DEVELOPMENT

    Directory of Open Access Journals (Sweden)

    I. B. Lashkov

    2015-11-01

    Full Text Available Subject of Research.The paper deals with findings and presents asmartphone-based approach to advanced driver assistance system (ADAS research and development.The approach is based on the data of smartphone cameras and sensors. The line of researchis associated with the developmentof mobile advanced driver assistance system (ADAS. Method.The proposedapproach isbased on the use of driver'sand vehicle behavior ontologies. Current ADAS systems can be divided into two main categories according to the method of implementation: mobile applications, manually installed by the driver from the application stores, and safetyhardware and softwaresystems,integrated into vehicles by manufacturesor in the automotive service centers.Mobile application installed on the smartphone uses the built-in rear and front-facing cameras and sensors to monitor both the road and vehicles ahead, and at the same time the driver in order to prevent traffic collisions. The service consists of components for objects recognition in the images obtained with cameras, and components for traffic situation analysis. Main Results. The driver safety mobile application has been developedfor the use on mobile phones.The mobile phone is mounted on the windshield of a car.In case of dangerous event occurrence, the application engine will make an audible or vibration signal to inform the driver to be concentratedand more vigilant. For example, road obstacles, rear-end and stationary vehicle accidents are the most common accident types.The mobile application detects whether a crash is imminent by computing the ‘Time To Contact’ (TTC taking into account host vehicle speed, relative speed and relative acceleration.If the driver doesn’t maintain safe minimum distance with the car immediately ahead, the mobile application will alert the driver by displaying an attention icon with an audible alert. The dual-camera sensing application is designed to help the drivers increase the trip safety

  19. Diagnostic value of combined determination of serum and chest fluid adenosine deaminase (ADA), IL-2, IL-6, IL-10 contents for differentiation of tuberculous from malignant pleural effusion

    International Nuclear Information System (INIS)

    Wu Jiaming; Wang Limin

    2005-01-01

    Objective: To investigate the possible diagnostic value of combined determination of serum and chest fluid contents of ADA, IL-2, IL-6, IL-10 in patients with tuberculous and malignant pleural effusion. Methods: Serum and chest fluid ADA (with biochemical method), IL-2, IL-6, IL-10 (with ELISA) contents were measured in 56 patients with tuberculosis pleural effusion, 53 patients with malignant effusion and 30 controls (in serum only). The receiving operative characteristic (ROC) curve for each parameter was analyzed for study of respective area under curse (Auc). Results: The serum IL-6 levels in both groups of patients were significantly higher than those in the controls (P<0.05). The chest fluid contents of ADA, IL-2, IL-6 and IL-10 in patients with tuberculous effusion were all significantly higher than those in patients with malignancies (P<0.05). The Auc in the ROC was largest in the case of ADA, followed by IL-10, IL-6 with IL-2 the least. Conclusion: Determination of chest fluid ADA, IL-2, IL-6, IL-10 contents was helpful in the differentiation of tuberculous from malignant pleural effusion. Combined determination of chest fluid ADA and IL-10 provided the highest accuracy rate for differentional diagnosis. (authors)

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

    Science.gov (United States)

    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.

  1. Software Validation in ATLAS

    International Nuclear Information System (INIS)

    Hodgkinson, Mark; Seuster, Rolf; Simmons, Brinick; Sherwood, Peter; Rousseau, David

    2012-01-01

    The ATLAS collaboration operates an extensive set of protocols to validate the quality of the offline software in a timely manner. This is essential in order to process the large amounts of data being collected by the ATLAS detector in 2011 without complications on the offline software side. We will discuss a number of different strategies used to validate the ATLAS offline software; running the ATLAS framework software, Athena, in a variety of configurations daily on each nightly build via the ATLAS Nightly System (ATN) and Run Time Tester (RTT) systems; the monitoring of these tests and checking the compilation of the software via distributed teams of rotating shifters; monitoring of and follow up on bug reports by the shifter teams and periodic software cleaning weeks to improve the quality of the offline software further.

  2. Regulatory and technical reports. Compilation for second quarter 1982, April to June

    International Nuclear Information System (INIS)

    1982-08-01

    This compilation consists of bibliographic data and abstracts for the formal regulatory and technical reports issued by the US Nuclear Regulatory Commission (NRC) Staff and its contractors. It is NRC's intention to publish this compilation quarterly and to cumulate it annually. The main citations and abstracts in this compilation are listed in NUREG number order: NUREG-XXXX, NUREG/CP-XXXX, and NUREG/CR-XXXX. A detailed explanation of the entries precedes each index

  3. Gravity Data for Indiana (300 records compiled)

    Data.gov (United States)

    National Oceanic and Atmospheric Administration, Department of Commerce — The gravity data (300 records) were compiled by Purdue University. This data base was received in February 1993. Principal gravity parameters include Free-air...

  4. Characteristic deterioration of ADAS-Jcog subscale scores and correlations with regional cerebral blood flow reductions in Alzheimer's disease.

    Science.gov (United States)

    Yoshii, Fumihito; Kawaguchi, Chikako; Kohara, Saori; Shimizu, Mie; Onaka, Hiroe; Ryo, Masafuchi; Takahashi, Wakoh

    2018-05-01

    The Alzheimer Disease Assessment Scale (Japanese version) cognitive subscale (ADAS-Jcog) is composed of a number of subscale tasks. However, it is not clear which subscale tasks are most susceptible to impairment in Alzheimer's disease (AD) or what is the relationship between reduction in regional cerebral blood flow (rCBF) and decreased ADAS-Jcog scores. Subjects were 32 AD patients, aged 52-86 years. We examined the relationship between subscale tasks that showed marked score changes and brain regions that showed reduced rCBF over a 2-year period. rCBF was measured by single-photon emission computed tomography (SPECT) with technetium-99m ethyl cysteinate dimer ( 99m Tc-ECD), and the SPECT imaging data were analyzed with the easy Z-score imaging system (eZIS) and voxel-based stereotactic extraction estimation (vbSEE) methods. Total score of ADAS-Jcog deteriorated from 19.5 ± 7.0 to 35.7 ± 15.2 after 2 years. Subscale scores were significantly worse in all fields, particularly in orientation, word recall, remembering test instructions, commands, constructional praxis, and ideational praxis, in that order. Significant correlations were found between (1) word recall and commands and rCBF in the left middle temporal lobe, (2) naming objects/fingers and rCBF in the left temporal (middle, inferior) lobe, and (3) constructional and ideational praxis and rCBF in the right parietal (superior, inferior) lobe, temporal (superior, middle) lobe, angular gyrus, and cingulate gyrus. We identified the brain regions associated with specifically impaired subscales of ADAS-Jcog during progressive deterioration of AD over 2 years.

  5. A novel Multi-Agent Ada-Boost algorithm for predicting protein structural class with the information of protein secondary structure.

    Science.gov (United States)

    Fan, Ming; Zheng, Bin; Li, Lihua

    2015-10-01

    Knowledge of the structural class of a given protein is important for understanding its folding patterns. Although a lot of efforts have been made, it still remains a challenging problem for prediction of protein structural class solely from protein sequences. The feature extraction and classification of proteins are the main problems in prediction. In this research, we extended our earlier work regarding these two aspects. In protein feature extraction, we proposed a scheme by calculating the word frequency and word position from sequences of amino acid, reduced amino acid, and secondary structure. For an accurate classification of the structural class of protein, we developed a novel Multi-Agent Ada-Boost (MA-Ada) method by integrating the features of Multi-Agent system into Ada-Boost algorithm. Extensive experiments were taken to test and compare the proposed method using four benchmark datasets in low homology. The results showed classification accuracies of 88.5%, 96.0%, 88.4%, and 85.5%, respectively, which are much better compared with the existing methods. The source code and dataset are available on request.

  6. Compiler Driven Code Comments and Refactoring

    DEFF Research Database (Denmark)

    Larsen, Per; Ladelsky, Razya; Karlsson, Sven

    2011-01-01

    . We demonstrate the ability of our tool to trans- form code, and suggest code refactoring that increase its amenability to optimization. The preliminary results shows that, with our tool-set, au- tomatic loop parallelization with the GNU C compiler, gcc, yields 8.6x best-case speedup over...

  7. Regulatory and technical reports: compilation for third quarter 1982 July-September

    International Nuclear Information System (INIS)

    1982-11-01

    This compilation consists of bibliographic data and abstracts for the formal regulatory and technical reports issued by the US Nuclear Regulatory Commission (NRC) Staff and its contractors. It is NRC's intention to publish this compilation quarterly and to cumulate it annually. The main citations and abstracts in this compilation are listed in NUREG number order: NUREG-XXXX, NUREG/CP-XXXX, and NUREG/CR-XXXX. This precede the following indexes: Contractor Report Number Index; Personal Author Index; Subject Index; NRC Originating Organization Index (Staff Reports); NRC Contract Sponsor Index (Contractor Reports); Contractor Index; and Licensed Facility Index

  8. Perspex machine: V. Compilation of C programs

    Science.gov (United States)

    Spanner, Matthew P.; Anderson, James A. D. W.

    2006-01-01

    The perspex machine arose from the unification of the Turing machine with projective geometry. The original, constructive proof used four special, perspective transformations to implement the Turing machine in projective geometry. These four transformations are now generalised and applied in a compiler, implemented in Pop11, that converts a subset of the C programming language into perspexes. This is interesting both from a geometrical and a computational point of view. Geometrically, it is interesting that program source can be converted automatically to a sequence of perspective transformations and conditional jumps, though we find that the product of homogeneous transformations with normalisation can be non-associative. Computationally, it is interesting that program source can be compiled for a Reduced Instruction Set Computer (RISC), the perspex machine, that is a Single Instruction, Zero Exception (SIZE) computer.

  9. Compiling gate networks on an Ising quantum computer

    International Nuclear Information System (INIS)

    Bowdrey, M.D.; Jones, J.A.; Knill, E.; Laflamme, R.

    2005-01-01

    Here we describe a simple mechanical procedure for compiling a quantum gate network into the natural gates (pulses and delays) for an Ising quantum computer. The aim is not necessarily to generate the most efficient pulse sequence, but rather to develop an efficient compilation algorithm that can be easily implemented in large spin systems. The key observation is that it is not always necessary to refocus all the undesired couplings in a spin system. Instead, the coupling evolution can simply be tracked and then corrected at some later time. Although described within the language of NMR, the algorithm is applicable to any design of quantum computer based on Ising couplings

  10. The plaintiff's two-sided mouth: defeating ADA claims based on inconsistent positions taken by the plaintiff on other claims.

    Science.gov (United States)

    Connell, D S

    1996-01-01

    In the typical ADA claim, the plaintiff will claim that he or she has a disability but is nevertheless able to perform the essential functions of his or her job. This position is often in direct conflict with other non-ADA claims that the plaintiff has made or is making, where the plaintiff is claiming total disability and/or that he or she is unable to work. This article examines these phenomena, reviews the numerous recent cases that have found for employers based on these inconsistent positions of the plaintiff, and explains how employers can be develop and present this defense.

  11. Rezension: Ada Lovelace. Die Pionierin der Computertechnik und ihre Nachfolgerinnen von Sybille Krämer (Hg.)

    OpenAIRE

    Bettina Schabschneider

    2015-01-01

    Ein aktueller von Sybille Krämer herausgegebener Sammelband beleuchtet die Bedeutung der Computertechnik-Pionierin Ada Lovelace. Bettina Schabschneider hat den Band einer detaillierten Lektüre unterzogen und für die MEDIENIMPULSE rezensiert …

  12. Validation of the ABBN/CONSYST constants system. Part 1: Validation through the critical experiments on compact metallic cores

    International Nuclear Information System (INIS)

    Ivanova, T.T.; Manturov, G.N.; Nikolaev, M.N.; Rozhikhin, E.V.; Semenov, M.Yu.; Tsiboulia, A.M.

    1999-01-01

    Worldwide compilation of criticality safety benchmark experiments, evaluated due to an activity of the International Criticality Safety Benchmark Evaluation Project (ICSBEP), discovers new possibilities for validation of the ABBN-93.1 cross section library for criticality safety analysis. Results of calculations of small assemblies with metal-fuelled cores are presented in this paper. It is concluded that ABBN-93.1 predicts criticality of such systems with required accuracy

  13. Using MaxCompiler for High Level Synthesis of Trigger Algorithms

    CERN Document Server

    Summers, Sioni Paris; Sanders, P.

    2017-01-01

    Firmware for FPGA trigger applications at the CMS experiment is conventionally written using hardware description languages such as Verilog and VHDL. MaxCompiler is an alternative, Java based, tool for developing FPGA applications which uses a higher level of abstraction from the hardware than a hardware description language. An implementation of the jet and energy sum algorithms for the CMS Level-1 calorimeter trigger has been written using MaxCompiler to benchmark against the VHDL implementation in terms of accuracy, latency, resource usage, and code size. A Kalman Filter track fitting algorithm has been developed using MaxCompiler for a proposed CMS Level-1 track trigger for the High-Luminosity LHC upgrade. The design achieves a low resource usage, and has a latency of 187.5 ns per iteration.

  14. Estudo do comportamento sísmico de ligações reforçadas em edifícios Pombalinos e Gaioleiros

    OpenAIRE

    Sá, Bruno Filipe Pereira de

    2012-01-01

    Dissertação de mestrado integrado em Engenharia Civil O trabalho apresentado nesta dissertação foi desenvolvido no departamento de Engenharia Civil da Universidade do Minho. Este trabalho, de caráter experimental, pretende ser uma contribuição para melhor compreender o comportamento das ligações, reforçadas e não reforçadas, nos edifícios históricos de alvenaria Pombalinos e Gaioleiros, sob ações cíclicas que influenciam a vulnerabilidade sísmica. Os ensaios realizados envol...

  15. Comparative Efficacy of a Soft Toothbrush with Tapered-tip Bristles and an ADA Reference Toothbrush on Established Gingivitis and Supragingival Plaque over a 12-Week Period.

    Science.gov (United States)

    Gallob, John; Petrone, Dolores M; Mateo, Luis R; Chaknis, Patricia; Morrison, Boyce M; Williams, Malcolm; Panagakos, Foti

    2016-06-01

    Evaluation of the efficacy of a soft toothbrush with tapered-tip bristles (Test Toothbrush) and an ADA reference soft toothbrush (ADA Toothbrush) on established gingivitis and supragingival plaque over a 12-week period. This randomized, single-center, examiner-blind, two-cell, parallel clinical research study assessed plaque removal by the comparison of pre- to- post-brushing after a single use, and again after six- and 12-weeks' use, using the Quigley-Hein Plaque Index, Turesky Modification. The study also assessed gingivitis after six weeks and 12 weeks using the Löe & Silness Gingival Index. Adult male and female subjects from the Central New Jersey, USA area refrained from all oral hygiene procedures for 24 hours. They reported to the study site after refraining from eating, drinking, and smoking for four hours. Subjects had the study procedure explained to them both orally and by written instructions. Subjects then gave written consent to participate before entry into the study. Following an examination for plaque (pre-brushing) and gingivitis (baseline), the subjects were randomized into two balanced groups, each group assigned to one of the two study toothbrushes. Subjects were instructed to brush their teeth for one minute under supervision with their assigned toothbrush and a commercially available fluoride toothpaste (Colgate© Cavity Protection Toothpaste), after which they were again evaluated for plaque (post-brushing). Subjects were dismissed from the study site with their assigned toothbrush and toothpaste, and instructed to brush twice daily at home for the next 12 weeks. The subjects were instructed to brush for one minute during each tooth brushing. The subjects reported to the study site after six weeks and 12 weeks of product use, at which time they were evaluated for plaque and gingivitis. Seventy-one (71) subjects complied with the protocol and completed the clinical study. Compared to the ADA Toothbrush, the Test Toothbrush provided

  16. Compilation status and research topics in Hokkaido University Nuclear Reaction Data Centre

    International Nuclear Information System (INIS)

    Aikawa, M.; Furutachi, N.; Katō, K.; Ebata, S.; Ichinkhorloo, D.; Imai, S.; Sarsembayeva, A.; Zhou, B.; Otuka, N.

    2015-01-01

    Nuclear reaction data are necessary and applicable for many application fields. The nuclear reaction data must be compiled into a database for convenient availability. One such database is the EXFOR database maintained by the International Network of Nuclear Reaction Data Centres (NRDC). As a member of the NRDC, the Hokkaido University Nuclear Reaction Data Centre (JCPRG) compiles charged-particle induced reaction data and contributes about 10 percent of the EXFOR database. In this paper, we show the recent compilation status and related research topics of JCPRG. (author)

  17. 36 CFR 902.57 - Investigatory files compiled for law enforcement purposes.

    Science.gov (United States)

    2010-07-01

    ... 36 Parks, Forests, and Public Property 3 2010-07-01 2010-07-01 false Investigatory files compiled for law enforcement purposes. 902.57 Section 902.57 Parks, Forests, and Public Property PENNSYLVANIA AVENUE DEVELOPMENT CORPORATION FREEDOM OF INFORMATION ACT Exemptions From Public Access to Corporation Records § 902.57 Investigatory files compiled...

  18. An improved gravity compensation method for high-precision free-INS based on MEC–BP–AdaBoost

    International Nuclear Information System (INIS)

    Zhou, Xiao; Yang, Gongliu; Wang, Jing; Li, Jing

    2016-01-01

    In recent years, with the rapid improvement of inertial sensors (accelerometers and gyroscopes), gravity compensation has become more important for improving navigation accuracy in inertial navigation systems (INS), especially for high-precision INS. This paper proposes a mind evolutionary computation (MEC) back propagation (BP) AdaBoost algorithm neural-network-based gravity compensation method that estimates the gravity disturbance on the track based on measured gravity data. A MEC–BP–AdaBoost network-based gravity compensation algorithm used in the training process to establish the prediction model takes the carrier position (longitude and latitude) provided by INS as the input data and the gravity disturbance as the output data, and then compensates the obtained gravity disturbance into the INS’s error equations to restrain the position error propagation. The MEC–BP–AdaBoost algorithm can not only effectively avoid BP neural networks being trapped in local extrema, but also perfectly solve the nonlinearity between the input and output data that cannot be solved by traditional interpolation methods, such as least-square collocation (LSC) interpolation. The accuracy and feasibility of the proposed interpolation method are verified through numerical tests. A comparison of several other compensation methods applied in field experiments, including LSC interpolation and traditional BP interpolation, highlights the superior performance of the proposed method. The field experiment results show that the maximum value of the position error can reduce by 28% with the proposed gravity compensation method. (paper)

  19. Compiling models into real-time systems

    International Nuclear Information System (INIS)

    Dormoy, J.L.; Cherriaux, F.; Ancelin, J.

    1992-08-01

    This paper presents an architecture for building real-time systems from models, and model-compiling techniques. This has been applied for building a real-time model-based monitoring system for nuclear plants, called KSE, which is currently being used in two plants in France. We describe how we used various artificial intelligence techniques for building it: a model-based approach, a logical model of its operation, a declarative implementation of these models, and original knowledge-compiling techniques for automatically generating the real-time expert system from those models. Some of those techniques have just been borrowed from the literature, but we had to modify or invent other techniques which simply did not exist. We also discuss two important problems, which are often underestimated in the artificial intelligence literature: size, and errors. Our architecture, which could be used in other applications, combines the advantages of the model-based approach with the efficiency requirements of real-time applications, while in general model-based approaches present serious drawbacks on this point

  20. Regular expressions compiler and some applications

    International Nuclear Information System (INIS)

    Saldana A, H.

    1978-01-01

    We deal with high level programming language of a Regular Expressions Compiler (REC). The first chapter is an introduction in which the history of the REC development and the problems related to its numerous applicatons are described. The syntactic and sematic rules as well as the language features are discussed just after the introduction. Concerning the applicatons as examples, an adaptation is given in order to solve numerical problems and another for the data manipulation. The last chapter is an exposition of ideas and techniques about the compiler construction. Examples of the adaptation to numerical problems show the applications to education, vector analysis, quantum mechanics, physics, mathematics and other sciences. The rudiments of an operating system for a minicomputer are the examples of the adaptation to symbolic data manipulaton. REC is a programming language that could be applied to solve problems in almost any human activity. Handling of computer graphics, control equipment, research on languages, microprocessors and general research are some of the fields in which this programming language can be applied and developed. (author)