Sample records for persistent object systems

  1. Organizing and Typing Persistent Objects Within an Object-Oriented Framework

    NASA Technical Reports Server (NTRS)

    Madany, Peter W.; Campbell, Roy H.

    1991-01-01

    Conventional operating systems provide little or no direct support for the services required for an efficient persistent object system implementation. We have built a persistent object scheme using a customization and extension of an object-oriented operating system called Choices. Choices includes a framework for the storage of persistent data that is suited to the construction of both conventional file system and persistent object system. In this paper we describe three areas in which persistent object support differs from file system support: storage organization, storage management, and typing. Persistent object systems must support various sizes of objects efficiently. Customizable containers, which are themselves persistent objects and can be nested, support a wide range of object sizes in Choices. Collections of persistent objects that are accessed as an aggregate and collections of light-weight persistent objects can be clustered in containers that are nested within containers for larger objects. Automated garbage collection schemes are added to storage management and have a major impact on persistent object applications. The Choices persistent object store provides extensible sets of persistent object types. The store contains not only the data for persistent objects but also the names of the classes to which they belong and the code for the operation of the classes. Besides presenting persistent object storage organization, storage management, and typing, this paper discusses how persistent objects are named and used within the Choices persistent data/file system framework.

  2. Considerations of persistence and security in CHOICES, an object-oriented operating system

    NASA Technical Reports Server (NTRS)

    Campbell, Roy H.; Madany, Peter W.

    1990-01-01

    The current design of the CHOICES persistent object implementation is summarized, and research in progress is outlined. CHOICES is implemented as an object-oriented system, and persistent objects appear to simplify and unify many functions of the system. It is demonstrated that persistent data can be accessed through an object-oriented file system model as efficiently as by an existing optimized commercial file system. The object-oriented file system can be specialized to provide an object store for persistent objects. The problems that arise in building an efficient persistent object scheme in a 32-bit virtual address space that only uses paging are described. Despite its limitations, the solution presented allows quite large numbers of objects to be active simultaneously, and permits sharing and efficient method calls.

  3. Object-oriented Persistent Homology

    PubMed Central

    Wang, Bao; Wei, Guo-Wei

    2015-01-01

    Persistent homology provides a new approach for the topological simplification of big data via measuring the life time of intrinsic topological features in a filtration process and has found its success in scientific and engineering applications. However, such a success is essentially limited to qualitative data classification and analysis. Indeed, persistent homology has rarely been employed for quantitative modeling and prediction. Additionally, the present persistent homology is a passive tool, rather than a proactive technique, for classification and analysis. In this work, we outline a general protocol to construct object-oriented persistent homology methods. By means of differential geometry theory of surfaces, we construct an objective functional, namely, a surface free energy defined on the data of interest. The minimization of the objective functional leads to a Laplace-Beltrami operator which generates a multiscale representation of the initial data and offers an objective oriented filtration process. The resulting differential geometry based object-oriented persistent homology is able to preserve desirable geometric features in the evolutionary filtration and enhances the corresponding topological persistence. The cubical complex based homology algorithm is employed in the present work to be compatible with the Cartesian representation of the Laplace-Beltrami flow. The proposed Laplace-Beltrami flow based persistent homology method is extensively validated. The consistence between Laplace-Beltrami flow based filtration and Euclidean distance based filtration is confirmed on the Vietoris-Rips complex for a large amount of numerical tests. The convergence and reliability of the present Laplace-Beltrami flow based cubical complex filtration approach are analyzed over various spatial and temporal mesh sizes. The Laplace-Beltrami flow based persistent homology approach is utilized to study the intrinsic topology of proteins and fullerene molecules. Based on a

  4. A case Study of Applying Object-Relational Persistence in Astronomy Data Archiving

    NASA Astrophysics Data System (ADS)

    Yao, S. S.; Hiriart, R.; Barg, I.; Warner, P.; Gasson, D.

    2005-12-01

    The NOAO Science Archive (NSA) team is developing a comprehensive domain model to capture the science data in the archive. Java and an object model derived from the domain model weil address the application layer of the archive system. However, since RDBMS is the best proven technology for data management, the challenge is the paradigm mismatch between the object and the relational models. Transparent object-relational mapping (ORM) persistence is a successful solution to this challenge. In the data modeling and persistence implementation of NSA, we are using Hibernate, a well-accepted ORM tool, to bridge the object model in the business tier and the relational model in the database tier. Thus, the database is isolated from the Java application. The application queries directly on objects using a DBMS-independent object-oriented query API, which frees the application developers from the low level JDBC and SQL so that they can focus on the domain logic. We present the detailed design of the NSA R3 (Release 3) data model and object-relational persistence, including mapping, retrieving and caching. Persistence layer optimization and performance tuning will be analyzed. The system is being built on J2EE, so the integration of Hibernate into the EJB container and the transaction management are also explored.

  5. Trustworthy persistent identifier systems of the future

    NASA Astrophysics Data System (ADS)

    Golodoniuc, Pavel; Klump, Jens; Car, Nicholas

    2016-04-01

    Over the last two decades, persistent identifier (PID) systems have seen some significant changes in their governance policies, system capabilities, and technology. The development of most systems was driven by two main application areas, namely archives and libraries. Guidelines and criteria for trustworthy PID systems have been clearly devised (Bütikofer, 2009) and many PID system implementations for the identification of static digital objects have been built (e.g., PURL). However systems delivering persistent identifiers for dynamic datasets are not yet mature. There has been a rapid proliferation of different PID systems caused by the specific technical or organisational requirements of various communities that could not be met by existing systems such as DOI, ISBN, and EAN. Many of these different systems were limited by their inability to provide native means of persistent identifier resolution. This has prompted a decoupling of PID-associated data from the resolution service and this is where the Handle system has played a significant role. The Handle allowed to build a distributed system of independently managed resolver services. A trustworthy PID system must be designed to outlive the objects it provides persistent identifiers for, which may cease to exist or otherwise be deprecated, and the technology used to implement it, which will certainly need to change with time. We propose that such a system should rest on four pillars of agreements - (i) definitions, (ii) policies, (iii) services, and (iv) data services, to ensure longevity. While we believe all four pillars are equally important, we intentionally leave regulating aspects of issuing of identifiers and their registration out of the scope of this paper and focus on the agreements that have to be established between PID resolver services and the data sources indicated by the persistent identifiers. We propose an approach to development of PID systems that combines the use of (a) the Handle system

  6. Design notes for the next generation persistent object manager for CAP

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

    Isely, M.; Fischler, M.; Galli, M.

    1995-05-01

    The CAP query system software at Fermilab has several major components, including SQS (for managing the query), the retrieval system (for fetching auxiliary data), and the query software itself. The central query software in particular is essentially a modified version of the `ptool` product created at UIC (University of Illinois at Chicago) as part of the PASS project under Bob Grossman. The original UIC version was designed for use in a single-user non-distributed Unix environment. The Fermi modifications were an attempt to permit multi-user access to a data set distributed over a set of storage nodes. (The hardware is anmore » IBM SP-x system - a cluster of AIX POWER2 nodes with an IBM-proprietary high speed switch interconnect). Since the implementation work of the Fermi-ized ptool, the CAP members have learned quite a bit about the nature of queries and where the current performance bottlenecks exist. This has lead them to design a persistent object manager that will overcome these problems. For backwards compatibility with ptool, the ptool persistent object API will largely be retained, but the implementation will be entirely different.« less

  7. A Temporal Same-Object Advantage in the Tunnel Effect: Facilitated Change Detection for Persisting Objects

    ERIC Educational Resources Information Center

    Flombaum, Jonathan I.; Scholl, Brian J.

    2006-01-01

    Meaningful visual experience requires computations that identify objects as the same persisting individuals over time, motion, occlusion, and featural change. This article explores these computations in the tunnel effect: When an object moves behind an occluder, and then an object later emerges following a consistent trajectory, observers…

  8. Persistent Insomnia: the Role of Objective Short Sleep Duration and Mental Health

    PubMed Central

    Vgontzas, Alexandros N.; Fernandez-Mendoza, Julio; Bixler, Edward O.; Singareddy, Ravi; Shaffer, Michele L.; Calhoun, Susan L.; Liao, Duanping; Basta, Maria; Chrousos, George P.

    2012-01-01

    Study Objectives: Few population-based, longitudinal studies have examined risk factors for persistent insomnia, and the results are inconsistent. Furthermore, none of these studies have examined the role of polysomnographic (PSG) variables such as sleep duration or sleep apnea on the persistence of insomnia. Design: Representative longitudinal study. Setting: Sleep laboratory. Participants: From a random, general population sample of 1741 individuals of the adult Penn State Cohort, 1395 were followed-up after 7.5 years. Measurements: Individuals underwent one-night PSG and full medical evaluation at baseline and a telephone interview at follow-up. PSG sleep duration was analyzed as a continuous variable and as a categorical variable: < 6 h sleep (short sleep duration) and ≥ 6 h sleep (longer sleep duration). Results: The rates of insomnia persistence, partial remission, and full remission were 44.0%, 30.0%, and 26.0%, respectively. Objective short sleep duration significantly increased the odds of persistent insomnia as compared to normal sleep (OR = 3.19) and to fully remitted insomnia (OR = 4.92). Mental health problems at baseline were strongly associated with persistent insomnia as compared to normal sleep (OR = 9.67) and to a lesser degree compared to fully remitted insomnia (OR = 3.68). Smoking, caffeine, and alcohol consumption and sleep apnea did not predict persistent insomnia. Conclusions: Objective short sleep duration and mental health problems are the strongest predictors of persistent insomnia. These data further support the validity and clinical utility of objective short sleep duration as a novel marker of the biological severity of insomnia. Citation: Vgontzas AN; Fernandez-Mendoza J; Bixler EO; Singareddy R; Shaffer ML; Calhoun SL; Liao D; Basta M; Chrousos GP. Persistent insomnia: the role of objective short sleep duration and mental health. SLEEP 2012;35(1):61-68. PMID:22215919

  9. Object Persistence Enhances Spatial Navigation: A Case Study in Smartphone Vision Science.

    PubMed

    Liverence, Brandon M; Scholl, Brian J

    2015-07-01

    Violations of spatiotemporal continuity disrupt performance in many tasks involving attention and working memory, but experiments on this topic have been limited to the study of moment-by-moment on-line perception, typically assessed by passive monitoring tasks. We tested whether persisting object representations also serve as underlying units of longer-term memory and active spatial navigation, using a novel paradigm inspired by the visual interfaces common to many smartphones. Participants used key presses to navigate through simple visual environments consisting of grids of icons (depicting real-world objects), only one of which was visible at a time through a static virtual window. Participants found target icons faster when navigation involved persistence cues (via sliding animations) than when persistence was disrupted (e.g., via temporally matched fading animations), with all transitions inspired by smartphone interfaces. Moreover, this difference occurred even after explicit memorization of the relevant information, which demonstrates that object persistence enhances spatial navigation in an automatic and irresistible fashion. © The Author(s) 2015.

  10. Persistent insomnia: the role of objective short sleep duration and mental health.

    PubMed

    Vgontzas, Alexandros N; Fernandez-Mendoza, Julio; Bixler, Edward O; Singareddy, Ravi; Shaffer, Michele L; Calhoun, Susan L; Liao, Duanping; Basta, Maria; Chrousos, George P

    2012-01-01

    Few population-based, longitudinal studies have examined risk factors for persistent insomnia, and the results are inconsistent. Furthermore, none of these studies have examined the role of polysomnographic (PSG) variables such as sleep duration or sleep apnea on the persistence of insomnia. Representative longitudinal study. Sleep laboratory. From a random, general population sample of 1741 individuals of the adult Penn State Cohort, 1395 were followed-up after 7.5 years. Individuals underwent one-night PSG and full medical evaluation at baseline and a telephone interview at follow-up. PSG sleep duration was analyzed as a continuous variable and as a categorical variable: < 6 h sleep (short sleep duration) and ≥ 6 h sleep (longer sleep duration). The rates of insomnia persistence, partial remission, and full remission were 44.0%, 30.0%, and 26.0%, respectively. Objective short sleep duration significantly increased the odds of persistent insomnia as compared to normal sleep (OR = 3.19) and to fully remitted insomnia (OR = 4.92). Mental health problems at baseline were strongly associated with persistent insomnia as compared to normal sleep (OR = 9.67) and to a lesser degree compared to fully remitted insomnia (OR = 3.68). Smoking, caffeine, and alcohol consumption and sleep apnea did not predict persistent insomnia. Objective short sleep duration and mental health problems are the strongest predictors of persistent insomnia. These data further support the validity and clinical utility of objective short sleep duration as a novel marker of the biological severity of insomnia.

  11. Scalable persistent identifier systems for dynamic datasets

    NASA Astrophysics Data System (ADS)

    Golodoniuc, P.; Cox, S. J. D.; Klump, J. F.

    2016-12-01

    Reliable and persistent identification of objects, whether tangible or not, is essential in information management. Many Internet-based systems have been developed to identify digital data objects, e.g., PURL, LSID, Handle, ARK. These were largely designed for identification of static digital objects. The amount of data made available online has grown exponentially over the last two decades and fine-grained identification of dynamically generated data objects within large datasets using conventional systems (e.g., PURL) has become impractical. We have compared capabilities of various technological solutions to enable resolvability of data objects in dynamic datasets, and developed a dataset-centric approach to resolution of identifiers. This is particularly important in Semantic Linked Data environments where dynamic frequently changing data is delivered live via web services, so registration of individual data objects to obtain identifiers is impractical. We use identifier patterns and pattern hierarchies for identification of data objects, which allows relationships between identifiers to be expressed, and also provides means for resolving a single identifier into multiple forms (i.e. views or representations of an object). The latter can be implemented through (a) HTTP content negotiation, or (b) use of URI querystring parameters. The pattern and hierarchy approach has been implemented in the Linked Data API supporting the United Nations Spatial Data Infrastructure (UNSDI) initiative and later in the implementation of geoscientific data delivery for the Capricorn Distal Footprints project using International Geo Sample Numbers (IGSN). This enables flexible resolution of multi-view persistent identifiers and provides a scalable solution for large heterogeneous datasets.

  12. Cricket: A Mapped, Persistent Object Store

    NASA Technical Reports Server (NTRS)

    Shekita, Eugene; Zwilling, Michael

    1996-01-01

    This paper describes Cricket, a new database storage system that is intended to be used as a platform for design environments and persistent programming languages. Cricket uses the memory management primitives of the Mach operating system to provide the abstraction of a shared, transactional single-level store that can be directly accessed by user applications. In this paper, we present the design and motivation for Cricket. We also present some initial performance results which show that, for its intended applications, Cricket can provide better performance than a general-purpose database storage system.

  13. Acoustic signature recognition technique for Human-Object Interactions (HOI) in persistent surveillance systems

    NASA Astrophysics Data System (ADS)

    Alkilani, Amjad; Shirkhodaie, Amir

    2013-05-01

    Handling, manipulation, and placement of objects, hereon called Human-Object Interaction (HOI), in the environment generate sounds. Such sounds are readily identifiable by the human hearing. However, in the presence of background environment noises, recognition of minute HOI sounds is challenging, though vital for improvement of multi-modality sensor data fusion in Persistent Surveillance Systems (PSS). Identification of HOI sound signatures can be used as precursors to detection of pertinent threats that otherwise other sensor modalities may miss to detect. In this paper, we present a robust method for detection and classification of HOI events via clustering of extracted features from training of HOI acoustic sound waves. In this approach, salient sound events are preliminary identified and segmented from background via a sound energy tracking method. Upon this segmentation, frequency spectral pattern of each sound event is modeled and its features are extracted to form a feature vector for training. To reduce dimensionality of training feature space, a Principal Component Analysis (PCA) technique is employed to expedite fast classification of test feature vectors, a kd-tree and Random Forest classifiers are trained for rapid classification of training sound waves. Each classifiers employs different similarity distance matching technique for classification. Performance evaluations of classifiers are compared for classification of a batch of training HOI acoustic signatures. Furthermore, to facilitate semantic annotation of acoustic sound events, a scheme based on Transducer Mockup Language (TML) is proposed. The results demonstrate the proposed approach is both reliable and effective, and can be extended to future PSS applications.

  14. Persistent Identifiers as Boundary Objects

    NASA Astrophysics Data System (ADS)

    Parsons, M. A.; Fox, P. A.

    2017-12-01

    In 1989, Leigh Star and Jim Griesemer defined the seminal concept of `boundary objects'. These `objects' are what Latour calls `immutable mobiles' that enable communication and collaboration across difference by helping meaning to be understood in different contexts. As Star notes, they are a sort of arrangement that allow different groups to work together without (a priori) consensus. Part of the idea is to recognize and allow for the `interpretive flexibility' that is central to much of the `constructivist' approach in the sociology of science. Persistent Identifiers (PIDs) can clearly act as boundary objects, but people do not usually assume that they enable interpretive flexibility. After all, they are meant to be unambiguous, machine-interpretable identifiers of defined artifacts. In this paper, we argue that PIDs can fill at least two roles: 1) That of the standardized form, where there is strong agreement on what is being represented and how and 2) that of the idealized type, a more conceptual concept that allows many different representations. We further argue that these seemingly abstract conceptions actually help us implement PIDs more effectively to link data, publications, various other artifacts, and especially people. Considering PIDs as boundary objects can help us address issues such as what level of granularity is necessary for PIDs, what metadata should be directly associated with PIDs, and what purpose is the PID serving (reference, provenance, credit, etc.). In short, sociological theory can improve data sharing standards and their implementation in a way that enables broad interdisciplinary data sharing and reuse. We will illustrate this with several specific examples of Earth science data.

  15. One-single physical exercise session after object recognition learning promotes memory persistence through hippocampal noradrenergic mechanisms.

    PubMed

    da Silva de Vargas, Liane; Neves, Ben-Hur Souto das; Roehrs, Rafael; Izquierdo, Iván; Mello-Carpes, Pâmela

    2017-06-30

    Previously we showed the involvement of the hippocampal noradrenergic system in the consolidation and persistence of object recognition (OR) memory. Here we show that one-single physical exercise session performed immediately after learning promotes OR memory persistence and increases norepinephrine levels in the hippocampus. Additionally, effects of exercise on memory are avoided by an intra-hippocampal beta-adrenergic antagonist infusion. Taken together, these results suggest that exercise effects on memory can be related to noradrenergic mechanisms and acute physical exercise can be a non-pharmacological intervention to assist memory consolidation and persistence, with few or no side effects. Copyright © 2017 Elsevier B.V. All rights reserved.

  16. Distributed design approach in persistent identifiers systems

    NASA Astrophysics Data System (ADS)

    Golodoniuc, Pavel; Car, Nicholas; Klump, Jens

    2017-04-01

    The need to identify both digital and physical objects is ubiquitous in our society. Past and present persistent identifier (PID) systems, of which there is a great variety in terms of technical and social implementations, have evolved with the advent of the Internet, which has allowed for globally unique and globally resolvable identifiers. PID systems have catered for identifier uniqueness, integrity, persistence, and trustworthiness, regardless of the identifier's application domain, the scope of which has expanded significantly in the past two decades. Since many PID systems have been largely conceived and developed by small communities, or even a single organisation, they have faced challenges in gaining widespread adoption and, most importantly, the ability to survive change of technology. This has left a legacy of identifiers that still exist and are being used but which have lost their resolution service. We believe that one of the causes of once successful PID systems fading is their reliance on a centralised technical infrastructure or a governing authority. Golodoniuc et al. (2016) proposed an approach to the development of PID systems that combines the use of (a) the Handle system, as a distributed system for the registration and first-degree resolution of persistent identifiers, and (b) the PID Service (Golodoniuc et al., 2015), to enable fine-grained resolution to different information object representations. The proposed approach solved the problem of guaranteed first-degree resolution of identifiers, but left fine-grained resolution and information delivery under the control of a single authoritative source, posing risk to the long-term availability of information resources. Herein, we develop these approaches further and explore the potential of large-scale decentralisation at all levels: (i) persistent identifiers and information resources registration; (ii) identifier resolution; and (iii) data delivery. To achieve large-scale decentralisation

  17. System and Method for Providing a Climate Data Persistence Service

    NASA Technical Reports Server (NTRS)

    Schnase, John L. (Inventor); Ripley, III, William David (Inventor); Duffy, Daniel Q. (Inventor); Thompson, John H. (Inventor); Strong, Savannah L. (Inventor); McInerney, Mark (Inventor); Sinno, Scott (Inventor); Tamkin, Glenn S. (Inventor); Nadeau, Denis (Inventor)

    2018-01-01

    A system, method and computer-readable storage devices for providing a climate data persistence service. A system configured to provide the service can include a climate data server that performs data and metadata storage and management functions for climate data objects, a compute-storage platform that provides the resources needed to support a climate data server, provisioning software that allows climate data server instances to be deployed as virtual climate data servers in a cloud computing environment, and a service interface, wherein persistence service capabilities are invoked by software applications running on a client device. The climate data objects can be in various formats, such as International Organization for Standards (ISO) Open Archival Information System (OAIS) Reference Model Submission Information Packages, Archive Information Packages, and Dissemination Information Packages. The climate data server can enable scalable, federated storage, management, discovery, and access, and can be tailored for particular use cases.

  18. Mentat: An object-oriented macro data flow system

    NASA Technical Reports Server (NTRS)

    Grimshaw, Andrew S.; Liu, Jane W. S.

    1988-01-01

    Mentat, an object-oriented macro data flow system designed to facilitate parallelism in distributed systems, is presented. The macro data flow model is a model of computation similar to the data flow model with two principal differences: the computational complexity of the actors is much greater than in traditional data flow systems, and there are persistent actors that maintain state information between executions. Mentat is a system that combines the object-oriented programming paradigm and the macro data flow model of computation. Mentat programs use a dynamic structure called a future list to represent the future of computations.

  19. 20 Years of persistent identifiers - Which systems are here to stay?

    NASA Astrophysics Data System (ADS)

    Klump, Jens; Huber, Robert; Lehnert, Kerstin

    2016-04-01

    Web-based persistent identifiers have been around for more than 20 years, a period long enough to start observing patterns of success and failure. Persistent identifiers were invented to address challenges arising from the distributed and disorganised nature of the internet, which not only allowed new technologies to emerge, it also made it difficult to maintain a persistent record of science. Persistent identifiers now allow unambiguous identification of resources on the net. The expectations were that persistent identifiers would lead to greater accessibility, transparency and reproducibility of research results. Over the past two decades a number of persistent identifier systems have been built, one of them being Digital Object Identifiers (DOI). While DOI were originally invented by the publishing industry, they quickly became an established way for the identification of research resources. At first, these resources referred to scholarly literature and related resources. Other identifier systems, some of them using DOI as an example, were developed as grass-roots efforts by the scientific community. The concept of using persistent identifiers has since been expanded to other, non-textual resources, like datasets (DOI, EPIC) and geological specimens (IGSN), and more recently to authors and contributors of scholarly works (ORCID), and to software and instruments. A common witticism states that "a great thing about standards is that there are so many to choose from." Setting up identifier systems is technically trivial. The real challenge lies in creating a governance system for the respective identifiers. Which systems will stand the test of time? Drawing on data from the Registry of Research Data Repositories (re3data.org) and our own experience in the field, this presentation looks at the history and adoption of existing identifier systems and how this gives us some indications towards factors influencing sustainability of these systems.

  20. Twitter web-service for soft agent reporting in persistent surveillance systems

    NASA Astrophysics Data System (ADS)

    Rababaah, Haroun; Shirkhodaie, Amir

    2010-04-01

    Persistent surveillance is an intricate process requiring monitoring, gathering, processing, tracking, and characterization of many spatiotemporal events occurring concurrently. Data associated with events can be readily attained by networking of hard (physical) sensors. Sensors may have homogeneous or heterogeneous (hybrid) sensing modalities with different communication bandwidth requirements. Complimentary to hard sensors are human observers or "soft sensors" that can report occurrences of evolving events via different communication devices (e.g., texting, cell phones, emails, instant messaging, etc.) to the command control center. However, networking of human observers in ad-hoc way is rather a difficult task. In this paper, we present a Twitter web-service for soft agent reporting in persistent surveillance systems (called Web-STARS). The objective of this web-service is to aggregate multi-source human observations in hybrid sensor networks rapidly. With availability of Twitter social network, such a human networking concept can not only be realized for large scale persistent surveillance systems (PSS), but also, it can be employed with proper interfaces to expedite rapid events reporting by human observers. The proposed technique is particularly suitable for large-scale persistent surveillance systems with distributed soft and hard sensor networks. The efficiency and effectiveness of the proposed technique is measured experimentally by conducting several simulated persistent surveillance scenarios. It is demonstrated that by fusion of information from hard and soft agents improves understanding of common operating picture and enhances situational awareness.

  1. Persistent spatial information in the FEF during object-based short-term memory does not contribute to task performance.

    PubMed

    Clark, Kelsey L; Noudoost, Behrad; Moore, Tirin

    2014-06-01

    We previously reported the existence of a persistent spatial signal in the FEF during object-based STM. This persistent activity reflected the location at which the sample appeared, irrespective of the location of upcoming targets. We hypothesized that such a spatial signal could be used to maintain or enhance object-selective memory activity elsewhere in cortex, analogous to the role of a spatial signal during attention. Here, we inactivated a portion of the FEF with GABAa agonist muscimol to test whether the observed activity contributes to object memory performance. We found that, although RTs were slowed for saccades into the inactivated portion of retinotopic space, performance for samples appearing in that region was unimpaired. This contrasts with the devastating effects of the same FEF inactivation on purely spatial working memory, as assessed with the memory-guided saccade task. Thus, in a task in which a significant fraction of FEF neurons displayed persistent, sample location-based activity, disrupting this activity had no impact on task performance.

  2. Development of a persistent chemical agent simulation system

    NASA Technical Reports Server (NTRS)

    1983-01-01

    A Persistent Chemical Agent Simulation System was developed (PCASS) to simulate, for force-on-force training exercises, the field environment produced by the presence of persistent chemical agents. Such a simulant system must satisfy several requirements to be of value as a training aid. Specifically, it must provide for realistic training which will generate competency in at least the following areas: (1) detection of the persistent agent presence; (2) proper use of protective equipment and procedures; (3) determination of the extent of contamination; and (4) decontamination of equipment and personnel.

  3. Persistent Identification of Agents and Objects of Global Change

    NASA Astrophysics Data System (ADS)

    Tilmes, C.; Fox, P. A.; Waple, A.; Zednik, S.

    2012-12-01

    "Global Change" includes climate change, ecological change, land-use changes and host of other interacting complex systems including societal and institutional implications. This vast body of information includes scientific research, data, measurements, models, analyses, assessments, etc. It is produced by a collection of multi-disciplinary researchers and organizations from around the world and demand for this information is increasing from a multitude of different audiences and stakeholders. The identification and organization of the agents and objects of global change information and their inter-relationships and contributions to the whole story of change is critical for conveying the state of knowledge, its complexity as well as syntheses and key messages to researchers, decision makers, and the public. The U.S. Global Change Research Program (http://globalchange.gov) coordinates and integrates federal research on changes in the global environment and their implications for society. The USGCRP is developing a Global Change Information System (GCIS) that will organize and present our best understanding of global change, and all the contributing information that leads to that understanding, including the provenance needed to trust and use that information. The first implementation will provide provenance for the National Climate Assessment (NCA). (http://assessment.globalchange.gov) The NCA must integrate, evaluate, and interpret the findings of the USGCRP; analyze the effects of global change on the natural environment, agriculture, energy production and use, land and water resources, transportation, human health and welfare, human social systems, and biological diversity; and analyze current trends in global change, both human-induced and natural, and projects major trends for the subsequent 25 to 100 years. It also assesses information at the regional scale across the Nation. A synthesis report is required not less frequently than every four years and the next

  4. Selecting a Persistent Data Support Environment for Object-Oriented Applications

    DTIC Science & Technology

    1998-03-01

    key features of most object DBMS products is contained in the <DWAS 9{eeds Assessment for Objects from Barry and Associates. The developer should...data structure and behavior in a self- contained module enhances maintainability of the system and promotes reuse of modules for similar domains...considered together, represent a survey of commercial object-oriented database management systems. These references contain detailed information needed

  5. An Object-Oriented Database Interface for Ada

    DTIC Science & Technology

    1993-12-01

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

  6. Evidence of Nervous System Sensitization in Commonly Presenting and Persistent Painful Tendinopathies: A Systematic Review.

    PubMed

    Plinsinga, Melanie L; Brink, Michel S; Vicenzino, Bill; van Wilgen, C Paul

    2015-11-01

    Study Design Systematic review. Objectives To elucidate if there is sensitization of the nervous system in those with persistent rotator cuff (shoulder), lateral elbow, patellar, and Achilles tendinopathies. Background Tendinopathy can be difficult to treat, and persistent intractable pain and dysfunction are frequent. It is hypothesized that induction or maintenance of persistent pain in tendinopathy may be, at least in part, based on changes in the nervous system. Methods The PRISMA guidelines were followed. Relevant articles were identified through a computerized search in Embase, PubMed, and Web of Science, followed by a manual search of reference lists of retained articles. To be eligible, studies had to include quantitative sensory testing and evaluate individuals diagnosed with a persistent tendinopathy of the rotator cuff (shoulder), lateral elbow, patella, or Achilles tendon. Methodological quality assessment was evaluated with the Newcastle-Ottawa Scale. Results In total, 16 full-text articles met the criteria for inclusion, of which the majority were case-control studies with heterogeneous methodological quality. No studies on Achilles tendinopathy were found. Mechanical algometry was the predominant quantitative sensory testing used. Lowered pressure pain threshold was observed across different tendinopathies at the site of tendinopathy, as well as at other sites, the latter being suggestive of central sensitization. Conclusion Although more research on sensory abnormalities is warranted, it appears likely that there is an association between persistent tendon pain and sensitization of the nervous system. This evidence is primarily from studies of upper-limb tendinopathy, and caution should be exercised with inference to lower-limb tendinopathy. J Orthop Sports Phys Ther 2015;45(11):864-875. Epub 21 Sep 2015. doi:10.2519/jospt.2015.5895.

  7. Object Locating System

    NASA Technical Reports Server (NTRS)

    Arndt, G. Dickey (Inventor); Carl, James R. (Inventor)

    2000-01-01

    A portable system is provided that is operational for determining, with three dimensional resolution, the position of a buried object or approximately positioned object that may move in space or air or gas. The system has a plurality of receivers for detecting the signal front a target antenna and measuring the phase thereof with respect to a reference signal. The relative permittivity and conductivity of the medium in which the object is located is used along with the measured phase signal to determine a distance between the object and each of the plurality of receivers. Knowing these distances. an iteration technique is provided for solving equations simultaneously to provide position coordinates. The system may also be used for tracking movement of an object within close range of the system by sampling and recording subsequent position of the object. A dipole target antenna. when positioned adjacent to a buried object, may be energized using a separate transmitter which couples energy to the target antenna through the medium. The target antenna then preferably resonates at a different frequency, such as a second harmonic of the transmitter frequency.

  8. Object locating system

    DOEpatents

    Novak, J.L.; Petterson, B.

    1998-06-09

    A sensing system locates an object by sensing the object`s effect on electric fields. The object`s effect on the mutual capacitance of electrode pairs varies according to the distance between the object and the electrodes. A single electrode pair can sense the distance from the object to the electrodes. Multiple electrode pairs can more precisely locate the object in one or more dimensions. 12 figs.

  9. Alterations in the Ubiquitin Proteasome System in Persistent but Not Reversible Proteinuric Diseases

    PubMed Central

    Beeken, Maire; Lindenmeyer, Maja T.; Blattner, Simone M.; Radón, Victoria; Oh, Jun; Meyer, Tobias N.; Hildebrand, Diana; Schlüter, Hartmut; Reinicke, Anna T.; Knop, Jan-Hendrik; Vivekanandan-Giri, Anuradha; Münster, Silvia; Sachs, Marlies; Wiech, Thorsten; Pennathur, Subramaniam; Cohen, Clemens D.; Kretzler, Matthias; Stahl, Rolf A.K.

    2014-01-01

    Podocytes are the key cells affected in nephrotic glomerular kidney diseases, and they respond uniformly to injury with cytoskeletal rearrangement. In nephrotic diseases, such as membranous nephropathy and FSGS, persistent injury often leads to irreversible structural damage, whereas in minimal change disease, structural alterations are mostly transient. The factors leading to persistent podocyte injury are currently unknown. Proteolysis is an irreversible process and could trigger persistent podocyte injury through degradation of podocyte-specific proteins. We, therefore, analyzed the expression and functional consequence of the two most prominent proteolytic systems, the ubiquitin proteasome system (UPS) and the autophagosomal/lysosomal system, in persistent and transient podocyte injuries. We show that differential upregulation of both proteolytic systems occurs in persistent human and rodent podocyte injury. The expression of specific UPS proteins in podocytes differentiated children with minimal change disease from children with FSGS and correlated with poor clinical outcome. Degradation of the podocyte-specific protein α-actinin-4 by the UPS depended on oxidative modification in membranous nephropathy. Notably, the UPS was overwhelmed in podocytes during experimental glomerular disease, resulting in abnormal protein accumulation and compensatory upregulation of the autophagosomal/lysosomal system. Accordingly, inhibition of both proteolytic systems enhanced proteinuria in persistent nephrotic disease. This study identifies altered proteolysis as a feature of persistent podocyte injury. In the future, specific UPS proteins may serve as new biomarkers or therapeutic targets in persistent nephrotic syndrome. PMID:24722446

  10. Self-System Therapy for Distress Associated with Persistent Low Back Pain: A Randomized Clinical Trial

    PubMed Central

    Waters, Sandra J.; McKee, Daphne C.; Campbell, Lisa C.; Shelby, Rebecca A.; Dixon, Kim E.; Fras, Anne Marie; Keefe, Francis J.

    2015-01-01

    Objective Persistent low back pain (PLBP) is associated with vulnerability to depression. PLBP frequently requires major changes in occupation and lifestyle, which can lead to a sense of failing to attain one’s personal goals (self-discrepancy). Method We conducted a clinical trial to examine the efficacy of self-system therapy (SST), a brief structured therapy for depression based on self-discrepancy theory. A total of 101 patients with PLBP and clinically significant depressive symptoms were randomized either to SST, pain education, or standard care. Results Patients receiving SST showed significantly greater improvement in depressive symptoms. Reduction in self-discrepancy predicted reduction in depressive symptoms only within the SST condition. Conclusions Findings support the utility of SST for individuals facing persistent pain and associated depression. PMID:26079438

  11. Object locating system

    DOEpatents

    Novak, James L.; Petterson, Ben

    1998-06-09

    A sensing system locates an object by sensing the object's effect on electric fields. The object's effect on the mutual capacitance of electrode pairs varies according to the distance between the object and the electrodes. A single electrode pair can sense the distance from the object to the electrodes. Multiple electrode pairs can more precisely locate the object in one or more dimensions.

  12. Persistent spatial information in the frontal eye field during object-based short-term memory.

    PubMed

    Clark, Kelsey L; Noudoost, Behrad; Moore, Tirin

    2012-08-08

    Spatial attention is known to gate entry into visual short-term memory, and some evidence suggests that spatial signals may also play a role in binding features or protecting object representations during memory maintenance. To examine the persistence of spatial signals during object short-term memory, the activity of neurons in the frontal eye field (FEF) of macaque monkeys was recorded during an object-based delayed match-to-sample task. In this task, monkeys were trained to remember an object image over a brief delay, regardless of the locations of the sample or target presentation. FEF neurons exhibited visual, delay, and target period activity, including selectivity for sample location and target location. Delay period activity represented the sample location throughout the delay, despite the irrelevance of spatial information for successful task completion. Furthermore, neurons continued to encode sample position in a variant of the task in which the matching stimulus never appeared in their response field, confirming that FEF maintains sample location independent of subsequent behavioral relevance. FEF neurons also exhibited target-position-dependent anticipatory activity immediately before target onset, suggesting that monkeys predicted target position within blocks. These results show that FEF neurons maintain spatial information during short-term memory, even when that information is irrelevant for task performance.

  13. Persistent Identifiers Implementation in EOSDIS

    NASA Technical Reports Server (NTRS)

    Ramapriyan, H. K. " Rama"

    2016-01-01

    This presentation provides the motivation for and status of implementation of persistent identifiers in NASA's Earth Observation System Data and Information System (EOSDIS). The motivation is provided from the point of view of long-term preservation of datasets such that a number of questions raised by current and future users can be answered easily and precisely. A number of artifacts need to be preserved along with datasets to make this possible, especially when the authors of datasets are no longer available to address users questions. The artifacts and datasets need to be uniquely and persistently identified and linked with each other for full traceability, understandability and scientific reproducibility. Current work in the Earth Science Data and Information System (ESDIS) Project and the Distributed Active Archive Centers (DAACs) in assigning Digital Object Identifiers (DOI) is discussed as well as challenges that remain to be addressed in the future.

  14. Extending and implementing the Persistent ID pillars

    NASA Astrophysics Data System (ADS)

    Car, Nicholas; Golodoniuc, Pavel; Klump, Jens

    2017-04-01

    The recent double decade anniversary of scholarly persistent identifier use has triggered journal special editions such as "20 Years of Persistent Identifiers". For such a publication, it is apt to consider the longevity of some persistent identifier (PID) mechanisms (Digital Object Identifiers) and the partial disappearance of others (Life Sciences IDs). We have previously postulated a set of "PID Pillars" [1] which are design principles aimed at ensuring PIDs can survive technology and social change and thus persist for the long term that we have drawn from our observations of PIDs at work over many years. The principles: describe how to ensure identifiers' system and organisation independence; codify the delivery of essential PID system functions; mandate a separation of PID functions from data delivery mechanisms; and require generation of policies detailing how change is handled. In this presentation, first we extend on our previous work of introducing the pillars by refining their descriptions, giving specific suggestions for each and presenting some work that addresses them. Second, we propose a baseline data model for persistent identifiers that, if used, would assist the separation of PID metadata and PID system functioning. This would allow PID system function specifics to change over time (e.g. resolver services or even resolution protocols) and yet preserve the PIDs themselves. Third, we detail our existing PID system — the PID Service [2] — that partially implements the pillars and describe both its successes and shortcomings. Finally, we describe our planned next-generation system that will aim to use the baseline data model and fully implement the pillars.

  15. What is the Value Proposition of Persistent Identifiers?

    NASA Astrophysics Data System (ADS)

    Klump, Jens; Huber, Robert

    2017-04-01

    Persistent identifiers (PID) are widely used today in scientific communication and documentation. Global unique identification plus persistent resolution of links to referenced digital research objects have been strong selling points for PID Systems as enabling technical infrastructures. Novel applications of PID Systems in research now go beyond the identification of file based objects such as literature or data sets and include the identification of dynamically changing datasets accessed through web services, physical objects, persons and organisations. But not only do we see more use cases but also a proliferation of identifier systems. An analysis of PID Systems used by 1381 repositories listed in the Registry of Research Data Repositories (re3data.org, status of 14 Dec 2015) showed that many disciplinary data repositories make use of PID that are not among the systems promoted by the libraries and publishers (DOI, PURL, ARK). This indicates that a number of communities have developed their own PID Systems. This begs the question, do we need more identifier systems? What makes their value proposition more appealing than those of already existing systems? On the other hand, some of these new use cases deal with entities outside the digital domain, the original scope of application for PIDs. It is therefore necessary to critically appraise the value propositions of available PID Systems and compare these against the requirements of new use cases for PID. Undoubtedly, DOI are the most used persistent identifier in scholarly communication. It was originally designed "to link customers with publishers, facilitate electronic commerce, and enable copyright management systems." Today, the DOI system is described as providing "a technical and social infrastructure for the registration and use of persistent interoperable identifiers for use on digital networks". This example shows how value propositions can change over time. Additional value can be gained by cross

  16. Situation exploration in a persistent surveillance system with multidimensional data

    NASA Astrophysics Data System (ADS)

    Habibi, Mohammad S.

    2013-03-01

    There is an emerging need for fusing hard and soft sensor data in an efficient surveillance system to provide accurate estimation of situation awareness. These mostly abstract, multi-dimensional and multi-sensor data pose a great challenge to the user in performing analysis of multi-threaded events efficiently and cohesively. To address this concern an interactive Visual Analytics (VA) application is developed for rapid assessment and evaluation of different hypotheses based on context-sensitive ontology spawn from taxonomies describing human/human and human/vehicle/object interactions. A methodology is described here for generating relevant ontology in a Persistent Surveillance System (PSS) and demonstrates how they can be utilized in the context of PSS to track and identify group activities pertaining to potential threats. The proposed VA system allows for visual analysis of raw data as well as metadata that have spatiotemporal representation and content-based implications. Additionally in this paper, a technique for rapid search of tagged information contingent to ranking and confidence is explained for analysis of multi-dimensional data. Lastly the issue of uncertainty associated with processing and interpretation of heterogeneous data is also addressed.

  17. Heterozygous Che-1 KO mice show deficiencies in object recognition memory persistence.

    PubMed

    Zalcman, Gisela; Corbi, Nicoletta; Di Certo, Maria Grazia; Mattei, Elisabetta; Federman, Noel; Romano, Arturo

    2016-10-06

    Transcriptional regulation is a key process in the formation of long-term memories. Che-1 is a protein involved in the regulation of gene transcription that has recently been proved to bind the transcription factor NF-κB, which is known to be involved in many memory-related molecular events. This evidence prompted us to investigate the putative role of Che-1 in memory processes. For this study we newly generated a line of Che-1(+/-) heterozygous mice. Che-1 homozygous KO mouse is lethal during development, but Che-1(+/-) heterozygous mouse is normal in its general anatomical and physiological characteristics. We analyzed the behavioral characteristic and memory performance of Che-1(+/-) mice in two NF-κB dependent types of memory. We found that Che-1(+/-) mice show similar locomotor activity and thigmotactic behavior than wild type (WT) mice in an open field. In a similar way, no differences were found in anxiety-like behavior between Che-1(+/-) and WT mice in an elevated plus maze as well as in fear response in a contextual fear conditioning (CFC) and object exploration in a novel object recognition (NOR) task. No differences were found between WT and Che-1(+/-) mice performance in CFC training and when tested at 24h or 7days after training. Similar performance was found between groups in NOR task, both in training and 24h testing performance. However, we found that object recognition memory persistence at 7days was impaired in Che-1(+/-) heterozygous mice. This is the first evidence showing that Che-1 is involved in memory processes. Copyright © 2016 Elsevier Ireland Ltd. All rights reserved.

  18. Predictive value of persistent versus transient antiphospholipid antibody subtypes for the risk of thrombotic events in pediatric patients with systemic lupus erythematosus.

    PubMed

    Male, Christoph; Foulon, Denise; Hoogendoorn, Hugh; Vegh, Patricia; Silverman, Earl; David, Michèle; Mitchell, Lesley

    2005-12-15

    Study objectives were to determine, in children with systemic lupus erythematosus (SLE), (1) the association of antiphosholipid antibody (APLA) subtypes with thrombotic events (TEs) and (2) the predictive value of persistent versus transient antibodies for TEs. This is a cohort study of 58 SLE children in whom lupus anticoagulants (LAs), anticardiolipin antibodies (ACLAs), anti-beta2-glycoprotein-I (anti-beta2-GPI), and antiprothrombin (anti-PT) were assessed on at least 2 occasions (more than 3 months apart). Antibodies were classified as persistent (positive on at least 2 occasions) or transient (positive once). Outcomes were symptomatic TEs confirmed by objective radiographic tests identified retrospectively and prospectively. Seven of the 58 patients (12%) had 10 TEs; 5 patients had TEs during prospective follow-up. Persistent LAs showed the strongest association with TEs (P < .001). Persistent ACLAs (P = .003) and anti-beta2-GPI (P = .002) were significantly associated with TEs; anti-PT (P = .063) showed a trend. Persistent or transient LAs and anti-beta2-GPI showed similar strength of association, while ACLAs and anti-PT were no longer associated with TEs. Positivity for multiple APLA subtypes showed stronger associations with TEs than for individual APLA subtypes because of improved specificity. Lupus anticoagulant is the strongest predictor of the risk of TEs; other APLA subtypes provide no additional diagnostic value. Anticardiolipin antibodies and anti-PT require serial testing because only persistent antibodies are associated with TEs.

  19. The Design and Implementation of Persistence in the Annex System

    DTIC Science & Technology

    2009-08-01

    MONADS [Rosenberg 1990], Grasshopper [Dearle, di Bona et al. 1993], the Walnut kernel [Castro 1996], the L3 microkernel [Liedtke 1993] and its...successor L4 [Skoglund, Ceelen & Liedtke 2000], KeyKOS [Hardy 1985] and Charm [Dearle & Hulse 2000]. There is a great difference in design between these...persistence are Annex and the L4 micro-kernel [Skoglund, Ceelen & Liedtke 2000]. In either case, to implement some form of persistence a system must have a

  20. Trajectory Recognition as the Basis for Object Individuation: A Functional Model of Object File Instantiation and Object-Token Encoding

    PubMed Central

    Fields, Chris

    2011-01-01

    The perception of persisting visual objects is mediated by transient intermediate representations, object files, that are instantiated in response to some, but not all, visual trajectories. The standard object file concept does not, however, provide a mechanism sufficient to account for all experimental data on visual object persistence, object tracking, and the ability to perceive spatially disconnected stimuli as continuously existing objects. Based on relevant anatomical, functional, and developmental data, a functional model is constructed that bases visual object individuation on the recognition of temporal sequences of apparent center-of-mass positions that are specifically identified as trajectories by dedicated “trajectory recognition networks” downstream of the medial–temporal motion-detection area. This model is shown to account for a wide range of data, and to generate a variety of testable predictions. Individual differences in the recognition, abstraction, and encoding of trajectory information are expected to generate distinct object persistence judgments and object recognition abilities. Dominance of trajectory information over feature information in stored object tokens during early infancy, in particular, is expected to disrupt the ability to re-identify human and other individuals across perceptual episodes, and lead to developmental outcomes with characteristics of autism spectrum disorders. PMID:21716599

  1. Sustainable System Management with Fisher Information based Objectives

    EPA Science Inventory

    Sustainable ecosystem management that integrates ecological, economic and social perspectives is a complex task where simultaneous persistence of human and natural components of the system must be ensured. Given the complexity of this task, systems theory approaches based on soun...

  2. Cognitive object recognition system (CORS)

    NASA Astrophysics Data System (ADS)

    Raju, Chaitanya; Varadarajan, Karthik Mahesh; Krishnamurthi, Niyant; Xu, Shuli; Biederman, Irving; Kelley, Troy

    2010-04-01

    We have developed a framework, Cognitive Object Recognition System (CORS), inspired by current neurocomputational models and psychophysical research in which multiple recognition algorithms (shape based geometric primitives, 'geons,' and non-geometric feature-based algorithms) are integrated to provide a comprehensive solution to object recognition and landmarking. Objects are defined as a combination of geons, corresponding to their simple parts, and the relations among the parts. However, those objects that are not easily decomposable into geons, such as bushes and trees, are recognized by CORS using "feature-based" algorithms. The unique interaction between these algorithms is a novel approach that combines the effectiveness of both algorithms and takes us closer to a generalized approach to object recognition. CORS allows recognition of objects through a larger range of poses using geometric primitives and performs well under heavy occlusion - about 35% of object surface is sufficient. Furthermore, geon composition of an object allows image understanding and reasoning even with novel objects. With reliable landmarking capability, the system improves vision-based robot navigation in GPS-denied environments. Feasibility of the CORS system was demonstrated with real stereo images captured from a Pioneer robot. The system can currently identify doors, door handles, staircases, trashcans and other relevant landmarks in the indoor environment.

  3. Emerging Fabric of Science: Persistent Identifiers and Knowledge Networks

    NASA Astrophysics Data System (ADS)

    Hugo, W.

    2017-12-01

    There is an increasing emphasis on the use of persistent identifiers in the description of scientific activity, whether this is done to cite scholarly publications and research output, reliably identify role players such as funders and researchers, or to provide long-lasting references to controlled vocabulary. The ICSU World Data System has been promoting the establishment of a "Knowledge Network" to describe research activity, realising that parts of the network will be established as a federated `system', based on linkages between registries of persistent identifiers. In addition, there is a growing focus on not only the relationship between these major role players and associated digital objects, but also on the processes of science: provenance, reproducibility, and re-usability being significant topics of discussion. The paper will focus on description of the `Fabric of Science' from the perspectives of both structure and processes, review the state of implementation of real services and infrastructure in support of it. A case is made for inclusion of persistent identifiers into the mainstream activities of scientists and data infrastructure managers, and for the development of services, such as Scholix, to make better use of the relationships between digital objects and major role players. A proposal is made for the adoption of a federated system of services that are based on a hybrid graph-object framework similar to Scholix for recording the activity of scientific research. Finally, links to related ideas are explored: novel ways of representing of knowledge (such as Nanopublications) and the possibility that the publication paradigm currently in use may have to be amended.

  4. Reassessing the Role of Type II Toxin-Antitoxin Systems in Formation of Escherichia coli Type II Persister Cells.

    PubMed

    Goormaghtigh, Frédéric; Fraikin, Nathan; Putrinš, Marta; Hallaert, Thibaut; Hauryliuk, Vasili; Garcia-Pino, Abel; Sjödin, Andreas; Kasvandik, Sergo; Udekwu, Klas; Tenson, Tanel; Kaldalu, Niilo; Van Melderen, Laurence

    2018-06-12

    Persistence is a reversible and low-frequency phenomenon allowing a subpopulation of a clonal bacterial population to survive antibiotic treatments. Upon removal of the antibiotic, persister cells resume growth and give rise to viable progeny. Type II toxin-antitoxin (TA) systems were assumed to play a key role in the formation of persister cells in Escherichia coli based on the observation that successive deletions of TA systems decreased persistence frequency. In addition, the model proposed that stochastic fluctuations of (p)ppGpp levels are the basis for triggering activation of TA systems. Cells in which TA systems are activated are thought to enter a dormancy state and therefore survive the antibiotic treatment. Using independently constructed strains and newly designed fluorescent reporters, we reassessed the roles of TA modules in persistence both at the population and single-cell levels. Our data confirm that the deletion of 10 TA systems does not affect persistence to ofloxacin or ampicillin. Moreover, microfluidic experiments performed with a strain reporting the induction of the yefM-yoeB TA system allowed the observation of a small number of type II persister cells that resume growth after removal of ampicillin. However, we were unable to establish a correlation between high fluorescence and persistence, since the fluorescence of persister cells was comparable to that of the bulk of the population and none of the cells showing high fluorescence were able to resume growth upon removal of the antibiotic. Altogether, these data show that there is no direct link between induction of TA systems and persistence to antibiotics. IMPORTANCE Within a growing bacterial population, a small subpopulation of cells is able to survive antibiotic treatment by entering a transient state of dormancy referred to as persistence. Persistence is thought to be the cause of relapsing bacterial infections and is a major public health concern. Type II toxin-antitoxin systems are

  5. Objective assessment of compliance and persistence among patients treated for glaucoma and ocular hypertension: a systematic review

    PubMed Central

    Reardon, Gregory; Kotak, Sameer; Schwartz, Gail F

    2011-01-01

    Purpose This study summarizes findings from objective assessments of compliance (or adherence) and persistence with ocular hypotensive agents in patients with glaucoma and ocular hypertension. Design Systematic literature review. Methods A PubMed and reference list search was conducted across publication years 1970–2010, using these terms and variants: “compliance,” the equivalent term “adherence,” and “persistence” in patients with these conditions and therapies. Summaries of selected studies were stratified by measurement method (electronic monitor, prescription fills review, medical chart review). Measures of central tendency across studies were calculated for commonly-reported compliance or persistence measures. Results Fifty-eight articles met all inclusion/exclusion criteria: measurement of compliance–electronic monitoring (seven studies reported in 14 articles), measurement of compliance/ persistence–prescription records (36 studies in 38 articles), and measurement of persistence– medical chart review (six studies in six articles). From electronic monitoring, most therapy-experienced patients took medication consistently, but ≥20% met criteria for poor compliance. From prescription records, only 56% (range 37%–92%) of the days in the first therapy year could be dosed with the medication supply dispensed over this period. At 12 months from therapy start, only 31% (range 10%–68%) of new therapy users had not discontinued, and 40% (range 14%–67%) had not discontinued or changed the initial therapy. From medical chart review, only 67% (range 62%–78%) of patients remained persistent 12 months after starting therapy. Conclusions Evidence provided by this review suggests that poor compliance and persistence has been and remains a common problem for many glaucoma patients, and is especially problematic for patients new to therapy. The direction of empirical research should shift toward a greater emphasis on understanding of root causes

  6. Misconceptions in Optics: Their Persistence at University Level.

    ERIC Educational Resources Information Center

    Gil Llinas, J.; Suero Lopez, M. I.; Perez Rodriguez, A. L.; Solano Macias, F.

    2003-01-01

    Presents a study on misconceptions in optics with the objective of checking their persistence over time in spite of the continued academic instruction of students. Involves (n=4000) students of all levels of the Spanish educational system as well as with those at a Spanish university with degrees in medicine, chemical sciences, technical…

  7. Classical synchronization indicates persistent entanglement in isolated quantum systems.

    PubMed

    Witthaut, Dirk; Wimberger, Sandro; Burioni, Raffaella; Timme, Marc

    2017-04-12

    Synchronization and entanglement constitute fundamental collective phenomena in multi-unit classical and quantum systems, respectively, both equally implying coordinated system states. Here, we present a direct link for a class of isolated quantum many-body systems, demonstrating that synchronization emerges as an intrinsic system feature. Intriguingly, quantum coherence and entanglement arise persistently through the same transition as synchronization. This direct link between classical and quantum cooperative phenomena may further our understanding of strongly correlated quantum systems and can be readily observed in state-of-the-art experiments, for example, with ultracold atoms.

  8. Classical synchronization indicates persistent entanglement in isolated quantum systems

    PubMed Central

    Witthaut, Dirk; Wimberger, Sandro; Burioni, Raffaella; Timme, Marc

    2017-01-01

    Synchronization and entanglement constitute fundamental collective phenomena in multi-unit classical and quantum systems, respectively, both equally implying coordinated system states. Here, we present a direct link for a class of isolated quantum many-body systems, demonstrating that synchronization emerges as an intrinsic system feature. Intriguingly, quantum coherence and entanglement arise persistently through the same transition as synchronization. This direct link between classical and quantum cooperative phenomena may further our understanding of strongly correlated quantum systems and can be readily observed in state-of-the-art experiments, for example, with ultracold atoms. PMID:28401881

  9. Continuity and the persistence of objects: when the whole is greater than the sum of the parts.

    PubMed

    Hall, D G

    1998-10-01

    In three experiments, a total of 480 participants heard a version of the story of the ship of Theseus (Hobbes, 1672/1913), in which a novel object, labeled with a possessive noun phrase, underwent a transformation in which its parts were replaced one at a time. Participants then had to decide which of two objects carried the same possessive noun phrase as the original: the one made entirely of new parts (that could be inferred to be continuous with the original) or one reassembled from the original parts (that could not be inferred to be continuous with the original). Participants often selected the object made of new parts, despite the radical transformation. However, the tendency to do so was significantly stronger (1) if the object was described as an animal than if it was described as an artifact, (2) if the animal's transformation lacked a human cause than if it possessed one, and (3) if the selection was made by adults or 7-year-olds than if it was made by 5-year-olds. The findings suggest that knowledge about specific kinds of objects and their canonical transformations exerts an increasingly powerful effect, over the course of development, upon people's tendency to rely on continuity as a criterion for attributing persistence to objects that undergo change. Copyright 1998 Academic Press.

  10. Exceptional Solar-System Objects

    NASA Astrophysics Data System (ADS)

    Zellner, Benjamin

    1990-12-01

    This is a target-of-opportunity proposal for HST observations to be executed if a previously unknown, truly exceptional solar-system object or phenomenon is discovered either in the normal course of HST work or by anyone, anywhere. Trails due to unknown moving objects will often appear on HST images made for other purposes. A short trail seen near the opposition point or at high ecliptic latitude could represent a major addition to our knowledge of the solar system. Thus we further propose that all short trials seen on HST images taken in favorable regions of the sky be given a quick analysis in the Observation Support System for their possible significance. If an unusual object is found we propose to: (1) Seek from the owner of data rights permission to proceed as may be appropriate; (2) Contact the Minor Planet Center for an evaluation of the significance of the discovery; and (3) For an object that appears to be of great significance where effective groundbased followup appears unlikely, request the HST schedule be replanned for followup images and physical studies using HST.

  11. Ferromagnetic Objects Magnetovision Detection System.

    PubMed

    Nowicki, Michał; Szewczyk, Roman

    2013-12-02

    This paper presents the application of a weak magnetic fields magnetovision scanning system for detection of dangerous ferromagnetic objects. A measurement system was developed and built to study the magnetic field vector distributions. The measurements of the Earth's field distortions caused by various ferromagnetic objects were carried out. The ability for passive detection of hidden or buried dangerous objects and the determination of their location was demonstrated.

  12. CTEPP OVERVIEW: A PILOT STUDY OF CHILDREN'S TOTAL EXPOSURE TO PERSISTENT PESTICIDES AND OTHER PERSISTENT ORGANIC POLLUTANTS

    EPA Science Inventory

    The research study, "Children's Total Exposure to Persistent Pesticides and Other Persistent Organic Pollutants," (CTEPP) is a pilot-scale project involving about 260 children in their everyday surroundings. The objectives of CTEPP are twofold: (1) To measure the agg...

  13. Systemic right-to-left shunts, ischemic brain lesions, and persistent migraine activity

    PubMed Central

    Palm-Meinders, Inge H.; Mess, Werner H.; Keunen, Ruud W.; Terwindt, Gisela M.; Launer, Lenore J.; van Buchem, Mark A.; Kruit, Mark C.; Ferrari, Michel D.

    2016-01-01

    Objective: To assess whether migraine in the general population is associated with increased risk of systemic right-to-left shunts (RLS) and whether RLS are associated with increased prevalence of brain infarcts and persistent recurrence of migraine attacks at older age. Methods: Brain MRI and transcranial Doppler with air contrast in 166 unselected migraineurs (mean age ± SD 56 ± 7.7 years; 70% women; n = 96 migraine with aura) and 69 controls (mean age ± SD 55 ± 7.6 years; 65% women) from the general population. Results: Participants with migraine with aura more frequently had Valsalva-induced RLS (60%), in particular large-sized, compared to controls (42%; odds ratio [OR] 2.1; 95% confidence interval [CI] 1.1–3.9; p = 0.02) and participants with migraine without aura (40%; OR 2.3; 95% CI 1.2–4.3; p = 0.01). They also more frequently had spontaneous RLS (35%) than participants with migraine without aura (17%; OR 2.6; 95% CI 1.3–5.6; p = 0.01) but not compared to controls (26%; OR 1.6; 95% CI 0.8–3.1; p = 0.2). Participants with migraine with aura and spontaneous RLS more frequently had persistent migraine activity (85%) than participants with migraine without spontaneous RLS (63%; OR 3.4; 95% CI 1.2–10.1; p = 0.03). Nine percent of participants with RLS had silent posterior circulation infarcts compared to 3% of participants without RLS (OR 2.8; 95% CI 0.9–9.3; p = 0.08), independent of migraine status. RLS were not associated with white matter lesions. Conclusions: RLS are more prevalent in migraineurs with aura but do not explain the increased prevalence of silent posterior circulation infarcts or white matter lesions in migraineurs. Spontaneous RLS are associated with persistent migraine. PMID:26968513

  14. Persistent Identifiers for Dutch cultural heritage institutions

    NASA Astrophysics Data System (ADS)

    Ras, Marcel; Kruithof, Gijsbert

    2016-04-01

    Over the past years, more and more collections belonging to archives, libraries, media, museums, and knowledge institutes are being digitised and made available online. These are exciting times for ALM institutions. They are realising that, in the information society, their collections are goldmines. Unfortunately most heritage institutions in the Netherlands do not yet meet the basic preconditions for long-term availability of their collections. The digital objects often have no long lasting fixed reference yet. URL's and web addresses change. Some digital objects that were referenced in Europeana and other portals can no longer be found. References in scientific articles have a very short life span, which is damaging for scholarly research. In 2015, the Dutch Digital Heritage Network (NDE) has started a two-year work program to co-ordinate existing initiatives in order to improve the (long-term) accessibility of the Dutch digital heritage for a wide range of users, anytime, anyplace. The Digital Heritage Network is a partnership established on the initiative of the Ministry of Education, Culture and Science. The members of the NDE are large, national institutions that strive to professionally preserve and manage digital data, e.g. the National Library, The Netherlands Institute for Sound and Vision, the Netherlands Cultural Heritage Agency, the Royal Netherlands Academy of Arts and Sciences, the National Archive of the Netherlands and the DEN Foundation, and a growing number of associations and individuals both within and outside the heritage sector. By means of three work programmes the goals of the Network should be accomplished and improve the visibility, the usability and the sustainability of digital heritage. Each programme contains of a set of projects. Within the sustainability program a project on creating a model for persistent identifiers is taking place. The main goals of the project are (1) raise awareness among cultural heritage institutions on the

  15. Weed seed persistence and microbial abundance in long-term organic and conventional cropping systems

    USDA-ARS?s Scientific Manuscript database

    Weed seed persistence in soil can be influenced by many factors, including crop management. This research was conducted to determine whether organic management systems with higher organic amendments and soil microbial biomass could reduce weed seed persistence compared to conventional management sy...

  16. SCORPION persistent surveillance system with universal gateway

    NASA Astrophysics Data System (ADS)

    Coster, Michael; Chambers, Jon; Winters, Michael; Belesi, Joe

    2008-04-01

    This paper addresses benefits derived from the universal gateway utilized in Northrop Grumman Systems Corporation's (NGSC) SCORPION, a persistent surveillance and target recognition system produced by the Xetron campus in Cincinnati, Ohio. SCORPION is currently deployed in Operations Iraqi Freedom (OIF) and Enduring Freedom (OEF). The SCORPION universal gateway is a flexible, field programmable system that provides integration of over forty Unattended Ground Sensor (UGS) types from a variety of manufacturers, multiple visible and thermal electro-optical (EO) imagers, and numerous long haul satellite and terrestrial communications links, including the Army Research Lab (ARL) Blue Radio. Xetron has been integrating best in class sensors with this universal gateway to provide encrypted data exfiltration and remote sensor command and control since 1998. SCORPION data can be distributed point to point, or to multiple Common Operational Picture (COP) systems, including Command and Control Personal Computer (C2PC), Common Data Interchange Format for the Situational Awareness Display (CDIF/SAD), Force XXI Battle Command Brigade and Below (FBCB2), Defense Common Ground Systems (DCGS), and Remote Automated Position Identification System (RAPIDS).

  17. SCORPION II persistent surveillance system update

    NASA Astrophysics Data System (ADS)

    Coster, Michael; Chambers, Jon

    2010-04-01

    This paper updates the improvements and benefits demonstrated in the next generation Northrop Grumman SCORPION II family of persistent surveillance and target recognition systems produced by the Xetron Campus in Cincinnati, Ohio. SCORPION II reduces the size, weight, and cost of all SCORPION components in a flexible, field programmable system that is easier to conceal and enables integration of over fifty different Unattended Ground Sensor (UGS) and camera types from a variety of manufacturers, with a modular approach to supporting multiple Line of Sight (LOS) and Beyond Line of Sight (BLOS) communications interfaces. Since 1998 Northrop Grumman has been integrating best in class sensors with its proven universal modular Gateway to provide encrypted data exfiltration to Common Operational Picture (COP) systems and remote sensor command and control. In addition to feeding COP systems, SCORPION and SCORPION II data can be directly processed using a common sensor status graphical user interface (GUI) that allows for viewing and analysis of images and sensor data from up to seven hundred SCORPION system gateways on single or multiple displays. This GUI enables a large amount of sensor data and imagery to be used for actionable intelligence as well as remote sensor command and control by a minimum number of analysts.

  18. Distributed metadata servers for cluster file systems using shared low latency persistent key-value metadata store

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

    Bent, John M.; Faibish, Sorin; Pedone, Jr., James M.

    A cluster file system is provided having a plurality of distributed metadata servers with shared access to one or more shared low latency persistent key-value metadata stores. A metadata server comprises an abstract storage interface comprising a software interface module that communicates with at least one shared persistent key-value metadata store providing a key-value interface for persistent storage of key-value metadata. The software interface module provides the key-value metadata to the at least one shared persistent key-value metadata store in a key-value format. The shared persistent key-value metadata store is accessed by a plurality of metadata servers. A metadata requestmore » can be processed by a given metadata server independently of other metadata servers in the cluster file system. A distributed metadata storage environment is also disclosed that comprises a plurality of metadata servers having an abstract storage interface to at least one shared persistent key-value metadata store.« less

  19. Persistent model order reduction for complex dynamical systems using smooth orthogonal decomposition

    NASA Astrophysics Data System (ADS)

    Ilbeigi, Shahab; Chelidze, David

    2017-11-01

    Full-scale complex dynamic models are not effective for parametric studies due to the inherent constraints on available computational power and storage resources. A persistent reduced order model (ROM) that is robust, stable, and provides high-fidelity simulations for a relatively wide range of parameters and operating conditions can provide a solution to this problem. The fidelity of a new framework for persistent model order reduction of large and complex dynamical systems is investigated. The framework is validated using several numerical examples including a large linear system and two complex nonlinear systems with material and geometrical nonlinearities. While the framework is used for identifying the robust subspaces obtained from both proper and smooth orthogonal decompositions (POD and SOD, respectively), the results show that SOD outperforms POD in terms of stability, accuracy, and robustness.

  20. Rapid development of entity-based data models for bioinformatics with persistence object-oriented design and structured interfaces.

    PubMed

    Ezra Tsur, Elishai

    2017-01-01

    Databases are imperative for research in bioinformatics and computational biology. Current challenges in database design include data heterogeneity and context-dependent interconnections between data entities. These challenges drove the development of unified data interfaces and specialized databases. The curation of specialized databases is an ever-growing challenge due to the introduction of new data sources and the emergence of new relational connections between established datasets. Here, an open-source framework for the curation of specialized databases is proposed. The framework supports user-designed models of data encapsulation, objects persistency and structured interfaces to local and external data sources such as MalaCards, Biomodels and the National Centre for Biotechnology Information (NCBI) databases. The proposed framework was implemented using Java as the development environment, EclipseLink as the data persistency agent and Apache Derby as the database manager. Syntactic analysis was based on J3D, jsoup, Apache Commons and w3c.dom open libraries. Finally, a construction of a specialized database for aneurysms associated vascular diseases is demonstrated. This database contains 3-dimensional geometries of aneurysms, patient's clinical information, articles, biological models, related diseases and our recently published model of aneurysms' risk of rapture. Framework is available in: http://nbel-lab.com.

  1. Mortality, Disenrollment, and Spending Persistence in Medicaid and CHIP.

    PubMed

    DeLia, Derek

    2017-03-01

    Research on spending persistence has not focused on Medicaid and the Children's Health Insurance Program (Medicaid/CHIP), which includes a complex and growing population. The objective of the study was to describe patterns of expenditure persistence, mortality, and disenrollment among nondually eligible Medicaid/CHIP enrollees and identify factors predicting these outcomes. The study is based on New Jersey Medicaid/CHIP claims data from 2011 to 2014. Descriptive and multinomial regression methods were used to characterize persistently extreme spenders, defined as those appearing in the top 1% of statewide spending every year, according to demographics, Medicaid/CHIP eligibility, nursing facility residence, patient risk scores, and clinical diagnostic categories measured in 2011. Similar analyses were done for persistently high spenders (ie, always in the top 10% but not always top 1%) as well as decedents, disenrollees, and moderate spenders (ie, at least 1 year outside of the top 10%). Nondually eligible NJ Medicaid/CHIP enrollees in 2011. One fourth of extreme spenders in 2011 remained in that category throughout 2011-2014. Almost all (89.3%) of the persistently extreme spenders were aged, blind, or disabled. Within the aged, blind, or disabled population, the strongest predictors of persistently extreme spending were diagnoses involving developmental disability, HIV/AIDS, central nervous system conditions, psychiatric disorders, type 1 diabetes, and renal conditions. Individuals in nursing facilities and those with very high risk scores were more likely to die or have persistently high spending than to have persistently extreme spending. The study highlights unique features of spending persistence within Medicaid/CHIP and provides methodological contributions to the broader persistence literature.

  2. Robust uniform persistence in discrete and continuous dynamical systems using Lyapunov exponents.

    PubMed

    Salceanu, Paul L

    2011-07-01

    This paper extends the work of Salceanu and Smith [12, 13] where Lyapunov exponents were used to obtain conditions for uniform persistence ina class of dissipative discrete-time dynamical systems on the positive orthant of R(m), generated by maps. Here a united approach is taken, for both discrete and continuous time, and the dissipativity assumption is relaxed. Sufficient conditions are given for compact subsets of an invariant part of the boundary of R(m+) to be robust uniform weak repellers. These conditions require Lyapunov exponents be positive on such sets. It is shown how this leads to robust uniform persistence. The results apply to the investigation of robust uniform persistence of the disease in host populations, as shown in an application.

  3. Schlieren System and method for moving objects

    NASA Technical Reports Server (NTRS)

    Weinstein, Leonard M. (Inventor)

    1995-01-01

    A system and method are provided for recording density changes in a flow field surrounding a moving object. A mask having an aperture for regulating the passage of images is placed in front of an image recording medium. An optical system is placed in front of the mask. A transition having a light field-of-view and a dark field-of-view is located beyond the test object. The optical system focuses an image of the transition at the mask such that the aperture causes a band of light to be defined on the image recording medium. The optical system further focuses an image of the object through the aperture of the mask so that the image of the object appears on the image recording medium. Relative motion is minimized between the mask and the transition. Relative motion is also minimized between the image recording medium and the image of the object. In this way, the image of the object and density changes in a flow field surrounding the object are recorded on the image recording medium when the object crosses the transition in front of the optical system.

  4. Decreased acetylcholine release delays the consolidation of object recognition memory.

    PubMed

    De Jaeger, Xavier; Cammarota, Martín; Prado, Marco A M; Izquierdo, Iván; Prado, Vania F; Pereira, Grace S

    2013-02-01

    Acetylcholine (ACh) is important for different cognitive functions such as learning, memory and attention. The release of ACh depends on its vesicular loading by the vesicular acetylcholine transporter (VAChT). It has been demonstrated that VAChT expression can modulate object recognition memory. However, the role of VAChT expression on object recognition memory persistence still remains to be understood. To address this question we used distinct mouse lines with reduced expression of VAChT, as well as pharmacological manipulations of the cholinergic system. We showed that reduction of cholinergic tone impairs object recognition memory measured at 24h. Surprisingly, object recognition memory, measured at 4 days after training, was impaired by substantial, but not moderate, reduction in VAChT expression. Our results suggest that levels of acetylcholine release strongly modulate object recognition memory consolidation and appear to be of particular importance for memory persistence 4 days after training. Copyright © 2012 Elsevier B.V. All rights reserved.

  5. Object-oriented knowledge representation for expert systems

    NASA Technical Reports Server (NTRS)

    Scott, Stephen L.

    1991-01-01

    Object oriented techniques have generated considerable interest in the Artificial Intelligence (AI) community in recent years. This paper discusses an approach for representing expert system knowledge using classes, objects, and message passing. The implementation is in version 4.3 of NASA's C Language Integrated Production System (CLIPS), an expert system tool that does not provide direct support for object oriented design. The method uses programmer imposed conventions and keywords to structure facts, and rules to provide object oriented capabilities.

  6. Persistence of College Students in the South Korean Academic Credit Bank System

    ERIC Educational Resources Information Center

    Kim, Yughi; Yun, Kyongsuk

    2017-01-01

    This chapter describes the role of career decision-making self-efficacy, academic satisfaction, and institutional support in predicting Korean students' intent to persist in the Academic Credit Bank System.

  7. System and method for detecting a faulty object in a system

    DOEpatents

    Gunnels, John A.; Gustavson, Fred Gehrung; Engle, Robert Daniel

    2010-12-14

    A method (and system) for detecting at least one faulty object in a system including a plurality of objects in communication with each other in an n-dimensional architecture, includes probing a first plane of objects in the n-dimensional architecture and probing at least one other plane of objects in the n-dimensional architecture which would result in identifying a faulty object in the system.

  8. System and method for detecting a faulty object in a system

    DOEpatents

    Gunnels, John A [Brewster, NY; Gustavson, Fred Gehrung [Briarcliff Manor, NY; Engle, Robert Daniel [St. Louis, MO

    2009-03-17

    A method (and system) for detecting at least one faulty object in a system including a plurality of objects in communication with each other in an n-dimensional architecture, includes probing a first plane of objects in the n-dimensional architecture and probing at least one other plane of objects in the n-dimensional architecture which would result in identifying a faulty object in the system.

  9. Systems Biology-Based Identification of Mycobacterium tuberculosis Persistence Genes in Mouse Lungs

    PubMed Central

    Dutta, Noton K.; Bandyopadhyay, Nirmalya; Veeramani, Balaji; Lamichhane, Gyanu; Karakousis, Petros C.; Bader, Joel S.

    2014-01-01

    ABSTRACT Identifying Mycobacterium tuberculosis persistence genes is important for developing novel drugs to shorten the duration of tuberculosis (TB) treatment. We developed computational algorithms that predict M. tuberculosis genes required for long-term survival in mouse lungs. As the input, we used high-throughput M. tuberculosis mutant library screen data, mycobacterial global transcriptional profiles in mice and macrophages, and functional interaction networks. We selected 57 unique, genetically defined mutants (18 previously tested and 39 untested) to assess the predictive power of this approach in the murine model of TB infection. We observed a 6-fold enrichment in the predicted set of M. tuberculosis genes required for persistence in mouse lungs relative to randomly selected mutant pools. Our results also allowed us to reclassify several genes as required for M. tuberculosis persistence in vivo. Finally, the new results implicated additional high-priority candidate genes for testing. Experimental validation of computational predictions demonstrates the power of this systems biology approach for elucidating M. tuberculosis persistence genes. PMID:24549847

  10. Practical Measurement and Productive Persistence: Strategies for Using Digital Learning System Data to Drive Improvement

    ERIC Educational Resources Information Center

    Krumm, Andrew E.; Beattie, Rachel; Takahashi, Sola; D'Angelo, Cynthia; Feng, Mingyu; Cheng, Britte

    2016-01-01

    This paper outlines the development of practical measures of productive persistence using digital learning system data. Practical measurement refers to data collection and analysis approaches originating from improvement science; productive persistence refers to the combination of academic and social mindsets as well as learning behaviours that…

  11. Zero-Copy Objects System

    NASA Technical Reports Server (NTRS)

    Burleigh, Scott C.

    2011-01-01

    Zero-Copy Objects System software enables application data to be encapsulated in layers of communication protocol without being copied. Indirect referencing enables application source data, either in memory or in a file, to be encapsulated in place within an unlimited number of protocol headers and/or trailers. Zero-copy objects (ZCOs) are abstract data access representations designed to minimize I/O (input/output) in the encapsulation of application source data within one or more layers of communication protocol structure. They are constructed within the heap space of a Simple Data Recorder (SDR) data store to which all participating layers of the stack must have access. Each ZCO contains general information enabling access to the core source data object (an item of application data), together with (a) a linked list of zero or more specific extents that reference portions of this source data object, and (b) linked lists of protocol header and trailer capsules. The concatenation of the headers (in ascending stack sequence), the source data object extents, and the trailers (in descending stack sequence) constitute the transmitted data object constructed from the ZCO. This scheme enables a source data object to be encapsulated in a succession of protocol layers without ever having to be copied from a buffer at one layer of the protocol stack to an encapsulating buffer at a lower layer of the stack. For large source data objects, the savings in copy time and reduction in memory consumption may be considerable.

  12. Development of a Persistent Chemical Agent Simulator System (PCASS)

    NASA Technical Reports Server (NTRS)

    Mcginness, W. G.

    1983-01-01

    The development of a persistent chemical agent simulation system (PCASS) is described. This PCASS is to be used for the military training of troops to simulate actual chemical warfare. The purpose of this system is to facilitate in the determination of chemical contamination and effectiveness of decontamination for training purposes. The fluorescent tracer employed has no daylight activation, but yet is easily removed with a decontaminate solution or water and surfactants. Also employed is a time delayed color developing system. When an individual is subjected to the PCASS and does not decontaminate adequately, red blotches or red coloration will develop as a function of time and temperature. The intent of this is to simulate the delayed chemical reaction of mustard contaminates.

  13. Persistent topological features of dynamical systems

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

    Maletić, Slobodan, E-mail: slobodan@hitsz.edu.cn; Institute of Nuclear Sciences Vinča, University of Belgrade, Belgrade; Zhao, Yi, E-mail: zhao.yi@hitsz.edu.cn

    Inspired by an early work of Muldoon et al., Physica D 65, 1–16 (1993), we present a general method for constructing simplicial complex from observed time series of dynamical systems based on the delay coordinate reconstruction procedure. The obtained simplicial complex preserves all pertinent topological features of the reconstructed phase space, and it may be analyzed from topological, combinatorial, and algebraic aspects. In focus of this study is the computation of homology of the invariant set of some well known dynamical systems that display chaotic behavior. Persistent homology of simplicial complex and its relationship with the embedding dimensions are examinedmore » by studying the lifetime of topological features and topological noise. The consistency of topological properties for different dynamic regimes and embedding dimensions is examined. The obtained results shed new light on the topological properties of the reconstructed phase space and open up new possibilities for application of advanced topological methods. The method presented here may be used as a generic method for constructing simplicial complex from a scalar time series that has a number of advantages compared to the mapping of the same time series to a complex network.« less

  14. System and method for disrupting suspect objects

    DOEpatents

    Gladwell, T. Scott; Garretson, Justin R; Hobart, Clinton G; Monda, Mark J

    2013-07-09

    A system and method for disrupting at least one component of a suspect object is provided. The system includes a source for passing radiation through the suspect object, a screen for receiving the radiation passing through the suspect object and generating at least one image therefrom, a weapon having a discharge deployable therefrom, and a targeting unit. The targeting unit displays the image(s) of the suspect object and aims the weapon at a disruption point on the displayed image such that the weapon may be positioned to deploy the discharge at the disruption point whereby the suspect object is disabled.

  15. Control of Uncertain Systems under Constraints: Switching Horizon Predictive Control of Persistently Disturbed Input-Saturated Plants

    DTIC Science & Technology

    2006-12-01

    on at any time from a family of candidate feedback-gains so as to control a discrete- time input-saturated LTI system possibly subject to persistent... times robustness Mosca, E. (2006) Control of Uncertain Systems under Constraints: Switching Horizon Predictive Control of Persistently Disturbed...feedback controls u = f(x̂) (3) so as to ensure, under suitable conditions, stability in the noiseless case as well as finite l∞-induced gain of the

  16. Depression of home cage wheel running is an objective measure of spontaneous morphine withdrawal in rats with and without persistent pain

    PubMed Central

    Kandasamy, Ram; Lee, Andrea T.; Morgan, Michael M.

    2017-01-01

    Opioid withdrawal in humans is often subtle and almost always spontaneous. In contrast, most preclinical studies precipitate withdrawal by administration of an opioid receptor antagonist such as naloxone. These animal studies rely on measurement of physiological symptoms (e.g., wet dog shakes) in the period immediately following naloxone administration. To more closely model the human condition, we tested the hypothesis that depression of home cage wheel running will provide an objective method to measure the magnitude and duration of spontaneous morphine withdrawal. Rats were allowed access to a running wheel in their home cage for 8 days prior to implantation of two 75 mg morphine or placebo pellets. The pellets were removed 3 or 5 days later to induce spontaneous withdrawal. In normal pain-free rats, removal of the morphine pellets depressed wheel running for 48 hours compared to rats that had placebo pellets removed. Morphine withdrawal-induced depression of wheel running was greatly enhanced in rats with persistent inflammatory pain induced by injection of Complete Freund’s Adjuvant (CFA) into the hindpaw. Removal of the morphine pellets following 3 days of treatment depressed wheel running in these rats for over 6 days. These data demonstrate that home cage wheel running provides an objective and more clinically relevant method to assess spontaneous morphine withdrawal compared to precipitated withdrawal in laboratory rats. Moreover, the enhanced withdrawal in rats with persistent inflammatory pain suggests that pain patients may be especially susceptible to opioid withdrawal. PMID:28366799

  17. Object detection system using SPAD proximity detectors

    NASA Astrophysics Data System (ADS)

    Stark, Laurence; Raynor, Jeffrey M.; Henderson, Robert K.

    2011-10-01

    This paper presents an object detection system based upon the use of multiple single photon avalanche diode (SPAD) proximity sensors operating upon the time-of-flight (ToF) principle, whereby the co-ordinates of a target object in a coordinate system relative to the assembly are calculated. The system is similar to a touch screen system in form and operation except that the lack of requirement of a physical sensing surface provides a novel advantage over most existing touch screen technologies. The sensors are controlled by FPGA-based firmware and each proximity sensor in the system measures the range from the sensor to the target object. A software algorithm is implemented to calculate the x-y coordinates of the target object based on the distance measurements from at least two separate sensors and the known relative positions of these sensors. Existing proximity sensors were capable of determining the distance to an object with centimetric accuracy and were modified to obtain a wide field of view in the x-y axes with low beam angle in z in order to provide a detection area as large as possible. Design and implementation of the firmware, electronic hardware, mechanics and optics are covered in the paper. Possible future work would include characterisation with alternative designs of proximity sensors, as this is the component which determines the highest achievable accur1acy of the system.

  18. Representing metabolic pathway information: an object-oriented approach.

    PubMed

    Ellis, L B; Speedie, S M; McLeish, R

    1998-01-01

    The University of Minnesota Biocatalysis/Biodegradation Database (UM-BBD) is a website providing information and dynamic links for microbial metabolic pathways, enzyme reactions, and their substrates and products. The Compound, Organism, Reaction and Enzyme (CORE) object-oriented database management system was developed to contain and serve this information. CORE was developed using Java, an object-oriented programming language, and PSE persistent object classes from Object Design, Inc. CORE dynamically generates descriptive web pages for reactions, compounds and enzymes, and reconstructs ad hoc pathway maps starting from any UM-BBD reaction. CORE code is available from the authors upon request. CORE is accessible through the UM-BBD at: http://www. labmed.umn.edu/umbbd/index.html.

  19. Numeric invariants from multidimensional persistence

    DOE PAGES

    Skryzalin, Jacek; Carlsson, Gunnar

    2017-05-19

    Topological data analysis is the study of data using techniques from algebraic topology. Often, one begins with a finite set of points representing data and a “filter” function which assigns a real number to each datum. Using both the data and the filter function, one can construct a filtered complex for further analysis. For example, applying the homology functor to the filtered complex produces an algebraic object known as a “one-dimensional persistence module”, which can often be interpreted as a finite set of intervals representing various geometric features in the data. If one runs the above process incorporating multiple filtermore » functions simultaneously, one instead obtains a multidimensional persistence module. Unfortunately, these are much more difficult to interpret. In this article, we analyze the space of multidimensional persistence modules from the perspective of algebraic geometry. First we build a moduli space of a certain subclass of easily analyzed multidimensional persistence modules, which we construct specifically to capture much of the information which can be gained by using multidimensional persistence instead of one-dimensional persistence. Fruthermore, we argue that the global sections of this space provide interesting numeric invariants when evaluated against our subclass of multidimensional persistence modules. Finally, we extend these global sections to the space of all multidimensional persistence modules and discuss how the resulting numeric invariants might be used to study data. This paper extends the results of Adcock et al. (Homol Homotopy Appl 18(1), 381–402, 2016) by constructing numeric invariants from the computation of a multidimensional persistence module as given by Carlsson et al. (J Comput Geom 1(1), 72–100, 2010).« less

  20. Embedded object concept with a telepresence robot system

    NASA Astrophysics Data System (ADS)

    Vallius, Tero; Röning, Juha

    2005-10-01

    This paper presents the Embedded Object Concept (EOC) and a telepresence robot system which is a test case for the EOC. The EOC utilizes common object-oriented methods used in software by applying them to combined Lego-like software-hardware entities. These entities represent objects in object-oriented design methods, and they are the building blocks of embedded systems. The goal of the EOC is to make the designing of embedded systems faster and easier. This concept enables people without comprehensive knowledge in electronics design to create new embedded systems, and for experts it shortens the design time of new embedded systems. We present the current status of the EOC, including two generations of embedded objects named Atomi objects. The first generation of the Atomi objects has been tested with different applications, and found to be functional, but not optimal. The second generation aims to correct the issues found with the first generation, and it is being tested in a relatively complex test case. The test case is a telepresence robot consisting of a two wheeled human height robot and its computer counter part. The robot has been constructed using incremental device development, which is made possible by the architecture of the EOC. The robot contains video and audio exchange capability, and a controlling and balancing system for driving with two wheels. The robot is built in two versions, the first consisting of a PDA device and Atomi objects, and the second consisting of only Atomi objects. The robot is currently incomplete, but for the most part it has been successfully tested.

  1. Predator Persistence through Variability of Resource Productivity in Tritrophic Systems.

    PubMed

    Soudijn, Floor H; de Roos, André M

    2017-12-01

    The trophic structure of species communities depends on the energy transfer between trophic levels. Primary productivity varies strongly through time, challenging the persistence of species at higher trophic levels. Yet resource variability has mostly been studied in systems with only one or two trophic levels. We test the effect of variability in resource productivity in a tritrophic model system including a resource, a size-structured consumer, and a size-specific predator. The model complies with fundamental principles of mass conservation and the body-size dependence of individual-level energetics and predator-prey interactions. Surprisingly, we find that resource variability may promote predator persistence. The positive effect of variability on the predator arises through periods with starvation mortality of juvenile prey, which reduces the intraspecific competition in the prey population. With increasing variability in productivity and starvation mortality in the juvenile prey, the prey availability increases in the size range preferred by the predator. The positive effect of prey mortality on the trophic transfer efficiency depends on the biologically realistic consideration of body size-dependent and food-dependent functions for growth and reproduction in our model. Our findings show that variability may promote the trophic transfer efficiency, indicating that environmental variability may sustain species at higher trophic levels in natural ecosystems.

  2. Persistence of the Intuitive Conception of Living Things in Adolescence

    NASA Astrophysics Data System (ADS)

    Babai, Reuven; Sekal, Rachel; Stavy, Ruth

    2010-02-01

    This study investigated whether intuitive, naive conceptions of "living things" based on objects' mobility (movement = alive) persist into adolescence and affect 10th graders' accuracy of responses and reaction times during object classification. Most of the 58 students classified the test objects correctly as living/nonliving, yet they demonstrated significantly longer reaction times for classifying plants compared to animals and for classifying dynamic objects compared to static inanimate objects. Findings indicated that, despite prior learning in biology, the intuitive conception of living things persists up to age 15-16 years, affecting related reasoning processes. Consideration of these findings may help educators in their decisions about the nature of examples they use in their classrooms.

  3. Visual working memory for global, object, and part-based information.

    PubMed

    Patterson, Michael D; Bly, Benjamin Martin; Porcelli, Anthony J; Rypma, Bart

    2007-06-01

    We investigated visual working memory for novel objects and parts of novel objects. After a delay period, participants showed strikingly more accurate performance recognizing a single whole object than the parts of that object. This bias to remember whole objects, rather than parts, persisted even when the division between parts was clearly defined and the parts were disconnected from each other so that, in order to remember the single whole object, the participants needed to mentally combine the parts. In addition, the bias was confirmed when the parts were divided by color. These experiments indicated that holistic perceptual-grouping biases are automatically used to organize storage in visual working memory. In addition, our results suggested that the bias was impervious to top-down consciously directed control, because when task demands were manipulated through instruction and catch trials, the participants still recognized whole objects more quickly and more accurately than their parts. This bias persisted even when the whole objects were novel and the parts were familiar. We propose that visual working memory representations depend primarily on the global configural properties of whole objects, rather than part-based representations, even when the parts themselves can be clearly perceived as individual objects. This global configural bias beneficially reduces memory load on a capacity-limited system operating in a complex visual environment, because fewer distinct items must be remembered.

  4. Impact of climate change on persistent turbidity in the water supply system of a Metropolitan Area

    NASA Astrophysics Data System (ADS)

    Chung, S. W.; Park, H. S.; Lim, K. J.; Kang, B.

    2016-12-01

    Persistent turbidity, a long-term resuspension of fine particles in aquatic system, is one of the major water quality concerns for the sustainable management of water supply systems in metropolitan areas. Turbid water has undesirable aesthetic and recreational appeal and may have harmful effect on ecosystem health, in addition to increasing water treatment costs in drinking water supply systems. These concerns have been more intensified as the strength and frequency of rainfall events increase by climate change in the Asian monsoon climate region, including Korea. The aim of this study was to assess the impact of potential climate change on the persistent turbidity of the Han River systems that supplies drinking water to approximately 25 million consumers dwelling in the Seoul Metropolitan areas. A comprehensive numerical and statistical modeling suit has been developed and applied to the systems for the projection of future climate, responding hydrological and soil erosion processes in the watershed, and sediment transport processes in the rivers and reservoirs systems. The down-scaled 100 years of climatic data from General Circulation Model (HadGEM2-AO) based on the IPCC's greenhouse-gas emissions scenario RCP4.5 were used for the forcing data of the watershed and river-reservoir models. As the results, an extreme flood event that may incur significant persistent turbidity was projected to be occurred five times in the future. The threshold of a flood event that is classified as an extreme event was based on the historical flood event that occurred on July of 2006 when turbid water had persisted within the Soyang Reservoir and discharged to the downstream of the Han River systems over the year until May of the following year. A two-dimensional river and reservoir model simulated the transport and dynamics of suspended sediments in Soyang Reservoir, and routed the discharged turbid water to the downstream of Paldang Reservoir, in which most of the drinking water

  5. System for controlled acoustic rotation of objects

    NASA Technical Reports Server (NTRS)

    Barmatz, M. B. (Inventor)

    1983-01-01

    A system is described for use with acoustically levitated objects, which enables close control of rotation of the object. One system includes transducers that propagate acoustic waves along the three dimensions (X, Y, Z) of a chamber of rectangular cross section. Each transducers generates one wave which is resonant to a corresponding chamber dimension to acoustically levitate an object, and additional higher frequency resonant wavelengths for controlling rotation of the object. The three chamber dimensions and the corresponding three levitation modes (resonant wavelengths) are all different, to avoid degeneracy, or interference, of waves with one another, that could have an effect on object rotation. Only the higher frequencies, with pairs of them having the same wavelength, are utilized to control rotation, so that rotation is controlled independently of levitation and about any arbitrarily chosen axis.

  6. Performance analysis for bounded persistent disturbances in PD/PID-controlled robotic systems with its experimental demonstrations

    NASA Astrophysics Data System (ADS)

    Kim, Jung Hoon; Hur, Sung-Moon; Oh, Yonghwan

    2018-03-01

    This paper is concerned with performance analysis of proportional-derivative/proportional-integral-derivative (PD/PID) controller for bounded persistent disturbances in a robotic manipulator. Even though the notion of input-to-state stability (ISS) has been widely used to deal with the effect of disturbances in control of a robotic manipulator, the corresponding studies cannot be directly applied to the treatment of persistent disturbances occurred in robotic manipulators. This is because the conventional studies relevant to ISS consider the H∞ performance for robotic systems, which is confined to the treatment of decaying disturbances, i.e. the disturbances those in the L2 space. To deal with the effect of persistent disturbances in robotic systems, we first provide a new treatment of ISS in the L∞ sense because bounded persistent disturbances should be intrinsically regarded as elements of the L∞ space. We next derive state-space representations of trajectory tracking control in the robotic systems which allow us to define the problem formulations more clearly. We then propose a novel control law that has a PD/PID control form, by which the trajectory tracking system satisfies the reformulated ISS. Furthermore, we can obtain a theoretical argument about the L∞ gain from the disturbance to the regulated output through the proposed control law. Finally, experimental studies for a typical 3-degrees of freedom robotic manipulator are given to demonstrate the effectiveness of the method introduced in this paper.

  7. Different aspects of virus persistence (review).

    PubMed

    Barnabishvili, N; Topuria, T; Gamtsemlidze, P; Topuria, M

    2012-05-01

    The article reviews different aspects of virus persistence in human organism. Persistence is a capability acquired and strengthened in the process of evolution of many viruses that is the means of maintenance of species. Viruses of measles, poliomyelitis, mite-like encephalitis, B and C hepatitis, herpes, retro and HIV viruses persist in human organism. Persistence is used by various viruses at various levels; they have different adaptive power and no different pathologic output. But in any case, the necessary condition is that virus should escape from elimination reactions of immune control system. At the same time, the important thing is not to save free virus but to save infected cell. While discussing long-term viral persistence, it is impossible to mark off distinctly the importance of biological participation of macroorganism and provoker in this process. The output of the relationship with infect cell is conditioned on the one hand by permissiveness of cell system, on the other hand by strain pathogen city. The details of attenuation mechanisms of microorganism's different reactions in cases of illness with the same strain are not known well yet. Although, it is clear that in chronic persistence the leading role still has immune system disbalance. In disbalance genesis of immunological equilibration virus-induced changes of immunocompetent cells are high.

  8. Power System Information Delivering System Based on Distributed Object

    NASA Astrophysics Data System (ADS)

    Tanaka, Tatsuji; Tsuchiya, Takehiko; Tamura, Setsuo; Seki, Tomomichi; Kubota, Kenji

    In recent years, improvement in computer performance and development of computer network technology or the distributed information processing technology has a remarkable thing. Moreover, the deregulation is starting and will be spreading in the electric power industry in Japan. Consequently, power suppliers are required to supply low cost power with high quality services to customers. Corresponding to these movements the authors have been proposed SCOPE (System Configuration Of PowEr control system) architecture for distributed EMS/SCADA (Energy Management Systems / Supervisory Control and Data Acquisition) system based on distributed object technology, which offers the flexibility and expandability adapting those movements. In this paper, the authors introduce a prototype of the power system information delivering system, which was developed based on SCOPE architecture. This paper describes the architecture and the evaluation results of this prototype system. The power system information delivering system supplies useful power systems information such as electric power failures to the customers using Internet and distributed object technology. This system is new type of SCADA system which monitors failure of power transmission system and power distribution system with geographic information integrated way.

  9. DIAC object recognition system

    NASA Astrophysics Data System (ADS)

    Buurman, Johannes

    1992-03-01

    This paper describes the object recognition system used in an intelligent robot cell. It is used to recognize and estimate pose and orientation of parts as they enter the cell. The parts are mostly metal and consist of polyhedral and cylindrical shapes. The system uses feature-based stereo vision to acquire a wireframe of the observed part. Features are defined as straight lines and ellipses, which lead to a wireframe of straight lines and circular arcs (the latter using a new algorithm). This wireframe is compared to a number of wire frame models obtained from the CAD database. Experimental results show that image processing hardware and parallelization may add considerably to the speed of the system.

  10. SCORPION II persistent surveillance system with universal gateway

    NASA Astrophysics Data System (ADS)

    Coster, Michael; Chambers, Jonathan; Brunck, Albert

    2009-05-01

    This paper addresses improvements and benefits derived from the next generation Northrop Grumman SCORPION II family of persistent surveillance and target recognition systems produced by the Xetron campus in Cincinnati, Ohio. SCORPION II reduces the size, weight, and cost of all SCORPION components in a flexible, field programmable system that is easier to conceal, backward compatible, and enables integration of over forty Unattended Ground Sensor (UGS) and camera types from a variety of manufacturers, with a modular approach to supporting multiple Line of Sight (LOS) and Beyond Line of Sight (BLOS) communications interfaces. Since 1998 Northrop Grumman has been integrating best in class sensors with its proven universal modular Gateway to provide encrypted data exfiltration to Common Operational Picture (COP) systems and remote sensor command and control. In addition to being fed to COP systems, SCORPION and SCORPION II data can be directly processed using a common sensor status graphical user interface (GUI) that allows for viewing and analysis of images and sensor data from up to seven hundred SCORPION system Gateways on single or multiple displays. This GUI enables a large amount of sensor data and imagery to be used for actionable intelligence as well as remote sensor command and control by a minimum number of analysts.

  11. Parallel object-oriented decision tree system

    DOEpatents

    Kamath,; Chandrika, Cantu-Paz [Dublin, CA; Erick, [Oakland, CA

    2006-02-28

    A data mining decision tree system that uncovers patterns, associations, anomalies, and other statistically significant structures in data by reading and displaying data files, extracting relevant features for each of the objects, and using a method of recognizing patterns among the objects based upon object features through a decision tree that reads the data, sorts the data if necessary, determines the best manner to split the data into subsets according to some criterion, and splits the data.

  12. Reengineering legacy software to object-oriented systems

    NASA Technical Reports Server (NTRS)

    Pitman, C.; Braley, D.; Fridge, E.; Plumb, A.; Izygon, M.; Mears, B.

    1994-01-01

    NASA has a legacy of complex software systems that are becoming increasingly expensive to maintain. Reengineering is one approach to modemizing these systems. Object-oriented technology, other modem software engineering principles, and automated tools can be used to reengineer the systems and will help to keep maintenance costs of the modemized systems down. The Software Technology Branch at the NASA/Johnson Space Center has been developing and testing reengineering methods and tools for several years. The Software Technology Branch is currently providing training and consulting support to several large reengineering projects at JSC, including the Reusable Objects Software Environment (ROSE) project, which is reengineering the flight analysis and design system (over 2 million lines of FORTRAN code) into object-oriented C++. Many important lessons have been learned during the past years; one of these is that the design must never be allowed to diverge from the code during maintenance and enhancement. Future work on open, integrated environments to support reengineering is being actively planned.

  13. Development of a sonar-based object recognition system

    NASA Astrophysics Data System (ADS)

    Ecemis, Mustafa Ihsan

    2001-02-01

    Sonars are used extensively in mobile robotics for obstacle detection, ranging and avoidance. However, these range-finding applications do not exploit the full range of information carried in sonar echoes. In addition, mobile robots need robust object recognition systems. Therefore, a simple and robust object recognition system using ultrasonic sensors may have a wide range of applications in robotics. This dissertation develops and analyzes an object recognition system that uses ultrasonic sensors of the type commonly found on mobile robots. Three principal experiments are used to test the sonar recognition system: object recognition at various distances, object recognition during unconstrained motion, and softness discrimination. The hardware setup, consisting of an inexpensive Polaroid sonar and a data acquisition board, is described first. The software for ultrasound signal generation, echo detection, data collection, and data processing is then presented. Next, the dissertation describes two methods to extract information from the echoes, one in the frequency domain and the other in the time domain. The system uses the fuzzy ARTMAP neural network to recognize objects on the basis of the information content of their echoes. In order to demonstrate that the performance of the system does not depend on the specific classification method being used, the K- Nearest Neighbors (KNN) Algorithm is also implemented. KNN yields a test accuracy similar to fuzzy ARTMAP in all experiments. Finally, the dissertation describes a method for extracting features from the envelope function in order to reduce the dimension of the input vector used by the classifiers. Decreasing the size of the input vectors reduces the memory requirements of the system and makes it run faster. It is shown that this method does not affect the performance of the system dramatically and is more appropriate for some tasks. The results of these experiments demonstrate that sonar can be used to develop

  14. A telepresence robot system realized by embedded object concept

    NASA Astrophysics Data System (ADS)

    Vallius, Tero; Röning, Juha

    2006-10-01

    This paper presents the Embedded Object Concept (EOC) and a telepresence robot system which is a test case for the EOC. The EOC utilizes common object-oriented methods used in software by applying them to combined Lego-like software-hardware entities. These entities represent objects in object-oriented design methods, and they are the building blocks of embedded systems. The goal of the EOC is to make the designing embedded systems faster and easier. This concept enables people without comprehensive knowledge in electronics design to create new embedded systems, and for experts it shortens the design time of new embedded systems. We present the current status of a telepresence robot created with second-generation Atomi-objects, which is the name for our implementation of the embedded objects. The telepresence robot is a relatively complex test case for the EOC. The robot has been constructed using incremental device development, which is made possible by the architecture of the EOC. The robot contains video and audio exchange capability and a controlling system for driving with two wheels. The robot is built in two versions, the first consisting of a PC device and Atomi-objects, and the second consisting of only Atomi-objects. The robot is currently incomplete, but most of it has been successfully tested.

  15. Interoperative fundus image and report sharing in compliance with integrating the healthcare enterprise conformance and web access to digital imaging and communication in medicine persistent object protocol.

    PubMed

    Wu, Hui-Qun; Lv, Zheng-Min; Geng, Xing-Yun; Jiang, Kui; Tang, Le-Min; Zhou, Guo-Min; Dong, Jian-Cheng

    2013-01-01

    To address issues in interoperability between different fundus image systems, we proposed a web eye-picture archiving and communication system (PACS) framework in conformance with digital imaging and communication in medicine (DICOM) and health level 7 (HL7) protocol to realize fundus images and reports sharing and communication through internet. Firstly, a telemedicine-based eye care work flow was established based on integrating the healthcare enterprise (IHE) Eye Care technical framework. Then, a browser/server architecture eye-PACS system was established in conformance with the web access to DICOM persistent object (WADO) protocol, which contains three tiers. In any client system installed with web browser, clinicians could log in the eye-PACS to observe fundus images and reports. Multipurpose internet mail extensions (MIME) type of a structured report is saved as pdf/html with reference link to relevant fundus image using the WADO syntax could provide enough information for clinicians. Some functions provided by open-source Oviyam could be used to query, zoom, move, measure, view DICOM fundus images. Such web eye-PACS in compliance to WADO protocol could be used to store and communicate fundus images and reports, therefore is of great significance for teleophthalmology.

  16. Updates to SCORPION persistent surveillance system with universal gateway

    NASA Astrophysics Data System (ADS)

    Coster, Michael; Chambers, Jon; Winters, Michael; Brunck, Al

    2008-10-01

    This paper addresses benefits derived from the universal gateway utilized in Northrop Grumman Systems Corporation's (NGSC) SCORPION, a persistent surveillance and target recognition system produced by the Xetron campus in Cincinnati, Ohio. SCORPION is currently deployed in Operations Iraqi Freedom (OIF) and Enduring Freedom (OEF). The SCORPION universal gateway is a flexible, field programmable system that provides integration of over forty Unattended Ground Sensor (UGS) types from a variety of manufacturers, multiple visible and thermal electro-optical (EO) imagers, and numerous long haul satellite and terrestrial communications links, including the Army Research Lab (ARL) Blue Radio. Xetron has been integrating best in class sensors with this universal gateway to provide encrypted data exfiltration to Common Operational Picture (COP) systems and remote sensor command and control since 1998. In addition to being fed to COP systems, SCORPION data can be visualized in the Common sensor Status (CStat) graphical user interface that allows for viewing and analysis of images and sensor data from up to seven hundred SCORPION system gateways on single or multiple displays. This user friendly visualization enables a large amount of sensor data and imagery to be used as actionable intelligence by a minimum number of analysts.

  17. Digital Object Identifiers for NASA's Earth Observing System Products

    NASA Astrophysics Data System (ADS)

    Moses, J. F.; James, N.

    2012-12-01

    The science community has long recognized the importance of citing data in published literature to encourage replication of experiments and verification of results. Authors that try to cite their data often find that publishers will not accept Internet addresses because they are viewed as transient references, frequently changed by the data provider after the paper is published. Digital Object Identifiers (DOIs) and the DOI® System were created to avoid this problem by providing a unique and persistent identifier scheme and an online resolution service. DOIs and the Internet service provided by the DOI System have emerged as the most acceptable scheme for publishers. NASA's Earth Science Data and Information System (ESDIS) Project, in cooperation with several Earth Observing System (EOS) instrument teams and data providers, has developed methods for assigning DOIs to EOS products. By assigning DOIs we are enabling authors and publishers to find it easier and more compelling to cite EOS data products. DOIs are unique alphanumeric strings that consist of a prefix and suffix. The prefix is assigned by a registration agency for the DOI System. The suffix must be unique, but is otherwise free to be constructed by the publisher, in this case NASA ESDIS Project. A strategy was needed for constructing DOI suffix names that corresponds to each EOS product. Since the onset of the DOI System, publishers have developed conventions to suit their own purposes. These range from random generation to complex, formally controlled vocabularies. An overarching ESDIS goal has been for the DOI names to be attractive for researchers to use in publication applications. Keeping them short and simple is paramount. When adding meaning to the string, it is also important that the name only refer to the data and not to the publisher, so that the DOI can be accepted as persistent even if the data is moved to a new publisher. Most users download EOS product files to their local facilities when

  18. The MqsRA Toxin-Antitoxin System from Xylella fastidiosa Plays a Key Role in Bacterial Fitness, Pathogenicity, and Persister Cell Formation.

    PubMed

    Merfa, Marcus V; Niza, Bárbara; Takita, Marco A; De Souza, Alessandra A

    2016-01-01

    Through the formation of persister cells, bacteria exhibit tolerance to multidrug and other environmental stresses without undergoing genetic changes. The toxin-antitoxin (TA) systems are involved in the formation of persister cells because they are able to induce cell dormancy. Among the TA systems, the MqsRA system has been observed to be highly induced in persister cells of Xylella fastidiosa (causal agent of citrus variegated chlorosis-CVC) activated by copper stress, and has been described in Escherichia coli as related to the formation of persister cells and biofilms. Thus, we evaluated the role of this TA system in X. fastidiosa by overexpressing the MqsR toxin, and verified that the toxin positively regulated biofilm formation and negatively cell movement, resulting in reduced pathogenicity in citrus plants. The overexpression of MqsR also increased the formation of persister cells under copper stress. Analysis of the gene and protein expression showed that this system likely has an autoregulation mechanism to express the toxin and antitoxin in the most beneficial ratio for the cell to oppose stress. Our results suggest that this TA system plays a key role in the adaptation and survival of X. fastidiosa and reveal new insights into the physiology of phytopathogen-host interactions.

  19. The MqsRA Toxin-Antitoxin System from Xylella fastidiosa Plays a Key Role in Bacterial Fitness, Pathogenicity, and Persister Cell Formation

    PubMed Central

    Merfa, Marcus V.; Niza, Bárbara; Takita, Marco A.; De Souza, Alessandra A.

    2016-01-01

    Through the formation of persister cells, bacteria exhibit tolerance to multidrug and other environmental stresses without undergoing genetic changes. The toxin-antitoxin (TA) systems are involved in the formation of persister cells because they are able to induce cell dormancy. Among the TA systems, the MqsRA system has been observed to be highly induced in persister cells of Xylella fastidiosa (causal agent of citrus variegated chlorosis—CVC) activated by copper stress, and has been described in Escherichia coli as related to the formation of persister cells and biofilms. Thus, we evaluated the role of this TA system in X. fastidiosa by overexpressing the MqsR toxin, and verified that the toxin positively regulated biofilm formation and negatively cell movement, resulting in reduced pathogenicity in citrus plants. The overexpression of MqsR also increased the formation of persister cells under copper stress. Analysis of the gene and protein expression showed that this system likely has an autoregulation mechanism to express the toxin and antitoxin in the most beneficial ratio for the cell to oppose stress. Our results suggest that this TA system plays a key role in the adaptation and survival of X. fastidiosa and reveal new insights into the physiology of phytopathogen-host interactions. PMID:27375608

  20. Object-oriented fault tree models applied to system diagnosis

    NASA Technical Reports Server (NTRS)

    Iverson, David L.; Patterson-Hine, F. A.

    1990-01-01

    When a diagnosis system is used in a dynamic environment, such as the distributed computer system planned for use on Space Station Freedom, it must execute quickly and its knowledge base must be easily updated. Representing system knowledge as object-oriented augmented fault trees provides both features. The diagnosis system described here is based on the failure cause identification process of the diagnostic system described by Narayanan and Viswanadham. Their system has been enhanced in this implementation by replacing the knowledge base of if-then rules with an object-oriented fault tree representation. This allows the system to perform its task much faster and facilitates dynamic updating of the knowledge base in a changing diagnosis environment. Accessing the information contained in the objects is more efficient than performing a lookup operation on an indexed rule base. Additionally, the object-oriented fault trees can be easily updated to represent current system status. This paper describes the fault tree representation, the diagnosis algorithm extensions, and an example application of this system. Comparisons are made between the object-oriented fault tree knowledge structure solution and one implementation of a rule-based solution. Plans for future work on this system are also discussed.

  1. Luminance gradient at object borders communicates object location to the human oculomotor system.

    PubMed

    Kilpeläinen, Markku; Georgeson, Mark A

    2018-01-25

    The locations of objects in our environment constitute arguably the most important piece of information our visual system must convey to facilitate successful visually guided behaviour. However, the relevant objects are usually not point-like and do not have one unique location attribute. Relatively little is known about how the visual system represents the location of such large objects as visual processing is, both on neural and perceptual level, highly edge dominated. In this study, human observers made saccades to the centres of luminance defined squares (width 4 deg), which appeared at random locations (8 deg eccentricity). The phase structure of the square was manipulated such that the points of maximum luminance gradient at the square's edges shifted from trial to trial. The average saccade endpoints of all subjects followed those shifts in remarkable quantitative agreement. Further experiments showed that the shifts were caused by the edge manipulations, not by changes in luminance structure near the centre of the square or outside the square. We conclude that the human visual system programs saccades to large luminance defined square objects based on edge locations derived from the points of maximum luminance gradients at the square's edges.

  2. Using object-oriented analysis techniques to support system testing

    NASA Astrophysics Data System (ADS)

    Zucconi, Lin

    1990-03-01

    Testing of real-time control systems can be greatly facilitated by use of object-oriented and structured analysis modeling techniques. This report describes a project where behavior, process and information models built for a real-time control system were used to augment and aid traditional system testing. The modeling techniques used were an adaptation of the Ward/Mellor method for real-time systems analysis and design (Ward85) for object-oriented development. The models were used to simulate system behavior by means of hand execution of the behavior or state model and the associated process (data and control flow) and information (data) models. The information model, which uses an extended entity-relationship modeling technique, is used to identify application domain objects and their attributes (instance variables). The behavioral model uses state-transition diagrams to describe the state-dependent behavior of the object. The process model uses a transformation schema to describe the operations performed on or by the object. Together, these models provide a means of analyzing and specifying a system in terms of the static and dynamic properties of the objects which it manipulates. The various models were used to simultaneously capture knowledge about both the objects in the application domain and the system implementation. Models were constructed, verified against the software as-built and validated through informal reviews with the developer. These models were then hand-executed.

  3. Accessing and distributing EMBL data using CORBA (common object request broker architecture).

    PubMed

    Wang, L; Rodriguez-Tomé, P; Redaschi, N; McNeil, P; Robinson, A; Lijnzaad, P

    2000-01-01

    The EMBL Nucleotide Sequence Database is a comprehensive database of DNA and RNA sequences and related information traditionally made available in flat-file format. Queries through tools such as SRS (Sequence Retrieval System) also return data in flat-file format. Flat files have a number of shortcomings, however, and the resources therefore currently lack a flexible environment to meet individual researchers' needs. The Object Management Group's common object request broker architecture (CORBA) is an industry standard that provides platform-independent programming interfaces and models for portable distributed object-oriented computing applications. Its independence from programming languages, computing platforms and network protocols makes it attractive for developing new applications for querying and distributing biological data. A CORBA infrastructure developed by EMBL-EBI provides an efficient means of accessing and distributing EMBL data. The EMBL object model is defined such that it provides a basis for specifying interfaces in interface definition language (IDL) and thus for developing the CORBA servers. The mapping from the object model to the relational schema in the underlying Oracle database uses the facilities provided by PersistenceTM, an object/relational tool. The techniques of developing loaders and 'live object caching' with persistent objects achieve a smart live object cache where objects are created on demand. The objects are managed by an evictor pattern mechanism. The CORBA interfaces to the EMBL database address some of the problems of traditional flat-file formats and provide an efficient means for accessing and distributing EMBL data. CORBA also provides a flexible environment for users to develop their applications by building clients to our CORBA servers, which can be integrated into existing systems.

  4. Accessing and distributing EMBL data using CORBA (common object request broker architecture)

    PubMed Central

    Wang, Lichun; Rodriguez-Tomé, Patricia; Redaschi, Nicole; McNeil, Phil; Robinson, Alan; Lijnzaad, Philip

    2000-01-01

    Background: The EMBL Nucleotide Sequence Database is a comprehensive database of DNA and RNA sequences and related information traditionally made available in flat-file format. Queries through tools such as SRS (Sequence Retrieval System) also return data in flat-file format. Flat files have a number of shortcomings, however, and the resources therefore currently lack a flexible environment to meet individual researchers' needs. The Object Management Group's common object request broker architecture (CORBA) is an industry standard that provides platform-independent programming interfaces and models for portable distributed object-oriented computing applications. Its independence from programming languages, computing platforms and network protocols makes it attractive for developing new applications for querying and distributing biological data. Results: A CORBA infrastructure developed by EMBL-EBI provides an efficient means of accessing and distributing EMBL data. The EMBL object model is defined such that it provides a basis for specifying interfaces in interface definition language (IDL) and thus for developing the CORBA servers. The mapping from the object model to the relational schema in the underlying Oracle database uses the facilities provided by PersistenceTM, an object/relational tool. The techniques of developing loaders and 'live object caching' with persistent objects achieve a smart live object cache where objects are created on demand. The objects are managed by an evictor pattern mechanism. Conclusions: The CORBA interfaces to the EMBL database address some of the problems of traditional flat-file formats and provide an efficient means for accessing and distributing EMBL data. CORBA also provides a flexible environment for users to develop their applications by building clients to our CORBA servers, which can be integrated into existing systems. PMID:11178259

  5. Providing the Persistent Data Storage in a Software Engineering Environment Using Java/COBRA and a DBMS

    NASA Technical Reports Server (NTRS)

    Dhaliwal, Swarn S.

    1997-01-01

    object providing the persistent data server is implemented using the Java progranu-ning language. It uses the JRB to store/retrieve data in/from a relational database server. The persistent data management system provides transaction and user management facilities which allow multi-user, distributed access to the stored data in a secure manner.

  6. Vision-based object detection and recognition system for intelligent vehicles

    NASA Astrophysics Data System (ADS)

    Ran, Bin; Liu, Henry X.; Martono, Wilfung

    1999-01-01

    Recently, a proactive crash mitigation system is proposed to enhance the crash avoidance and survivability of the Intelligent Vehicles. Accurate object detection and recognition system is a prerequisite for a proactive crash mitigation system, as system component deployment algorithms rely on accurate hazard detection, recognition, and tracking information. In this paper, we present a vision-based approach to detect and recognize vehicles and traffic signs, obtain their information, and track multiple objects by using a sequence of color images taken from a moving vehicle. The entire system consist of two sub-systems, the vehicle detection and recognition sub-system and traffic sign detection and recognition sub-system. Both of the sub- systems consist of four models: object detection model, object recognition model, object information model, and object tracking model. In order to detect potential objects on the road, several features of the objects are investigated, which include symmetrical shape and aspect ratio of a vehicle and color and shape information of the signs. A two-layer neural network is trained to recognize different types of vehicles and a parameterized traffic sign model is established in the process of recognizing a sign. Tracking is accomplished by combining the analysis of single image frame with the analysis of consecutive image frames. The analysis of the single image frame is performed every ten full-size images. The information model will obtain the information related to the object, such as time to collision for the object vehicle and relative distance from the traffic sings. Experimental results demonstrated a robust and accurate system in real time object detection and recognition over thousands of image frames.

  7. Safety of inhaled corticosteroids in the treatment of persistent asthma.

    PubMed Central

    Peters, Stephen P.

    2006-01-01

    OBJECTIVE: Inhaled corticosteroids (ICSs) are the most effective medications available for patients with persistent asthma of all severities and currently are recommended as the preferred asthma controller therapy by the National Heart, Lung and Blood Institute. Nevertheless, lingering concerns about potential adverse systemic effects of ICSs contribute to their underuse. This review discusses the safety of ICSs with respect to potential systemic effects of most concern to physicians and patients. METHODS: Articles reporting on the safety of ICSs in children and adults with persistent asthma were identified from the Medline database from January 1966 through December 2003, reference lists of review articles and international respiratory meetings. RESULTS: Ocular effects of ICSs and ICS effects on bone mineral density and adrenal function are minimal in patients maintained on recommended ICS doses. One-year growth studies in children have shown decreased growth velocity with ICSs, but long-term studies with inhaled budesonide and beclomethasone show no effect on final adult height, suggesting that these effects are transient. In addition, extensive data from the Swedish Medical Birth Registry show no increased risk of adverse perinatal outcomes when inhaled budesonide is administered to pregnant women with asthma. CONCLUSIONS: ICSs have minimal systemic effects in most patients when taken at recommended doses. The benefits of ICS therapy clearly outweigh the risks of uncontrolled asthma, and ICSs should be prescribed routinely as first-line therapy for children and adults with persistent disease. PMID:16775906

  8. Information Persistence Services Designed to Support Home Care

    PubMed Central

    Queirós, Alexandra; Augusto, Filipe; Rodríguez, Yosvany Llerena; Cardoso, Carlos; Grade, José Miguel; Quintas, João

    2015-01-01

    Background Due to the challenges faced by health and social care systems, in particular those related to actual demographic trends, home care emerges as a potentially cost-effective solution to answer the needs of citizens, and to allow the reallocation of resources to alternatives to hospitalization or institutionalization. Objective Home care services require cooperation between different actors, including health and social caregivers, care receivers, and their informal caregivers (eg, relatives or friends), across time, space, and organizational boundaries. Therefore, it is foreseeable that eHealth services can contribute to their improvement. The aim of this study is to evaluate information persistence services based on the Reference Information Model (RIM) of the Health Level Seven (HL7) version 3 to support formal caregivers, both health and social care providers, and informal caregivers in the context of home care services. Methods A pilot study was set up involving two Portuguese institutions that provide home care services for the elderly. Defining of information requirements was performed according to a comprehensive process. This included a review of the literature, observations of work activities, interviews with caregivers, care receivers and their relatives, analysis of paper documentation related to care receivers’ histories, health conditions and care plans, and brainstorming groups involving specialized professionals. Following this, information objects were implemented and validated. Results The methodological approach, as well as the information persistence services, proved to be robust and adequate to specify, implement, and validate different types of information objects related to home care services for the elderly. This study also reinforces the application of the RIM of the HL7 version 3 beyond the strict scope of health care, allowing the persistence of not only health care information, but also information related to social assistance

  9. Auditory abilities of speakers who persisted, or recovered, from stuttering

    PubMed Central

    Howell, Peter; Davis, Stephen; Williams, Sheila M.

    2006-01-01

    Objective The purpose of this study was to see whether participants who persist in their stutter have poorer sensitivity in a backward masking task compared to those participants who recover from their stutter. Design The auditory sensitivity of 30 children who stutter was tested on absolute threshold, simultaneous masking, backward masking with a broadband and with a notched noise masker. The participants had been seen and diagnosed as stuttering at least 1 year before their 12th birthday. The participants were assessed again at age 12 plus to establish whether their stutter had persisted or recovered. Persistence or recovery was based on participant's, parent's and researcher's assessment and Riley's [Riley, G. D. (1994). Stuttering severity instrument for children and adults (3rd ed.). Austin, TX: Pro-Ed.] Stuttering Severity Instrument-3. Based on this assessment, 12 speakers had persisted and 18 had recovered from stuttering. Results Thresholds differed significantly between persistent and recovered groups for the broadband backward-masked stimulus (thresholds being higher for the persistent group). Conclusions Backward masking performance at teenage is one factor that distinguishes speakers who persist in their stutter from those who recover.

 Education objectives: Readers of this article should: (1) explain why auditory factors have been implicated in stuttering; (2) summarise the work that has examined whether peripheral, and/or central, hearing are problems in stuttering; (3) explain how the hearing ability of persistent and recovered stutterers may differ; (4) discuss how hearing disorders have been implicated in other language disorders. PMID:16920188

  10. A Secure and Robust Object-Based Video Authentication System

    NASA Astrophysics Data System (ADS)

    He, Dajun; Sun, Qibin; Tian, Qi

    2004-12-01

    An object-based video authentication system, which combines watermarking, error correction coding (ECC), and digital signature techniques, is presented for protecting the authenticity between video objects and their associated backgrounds. In this system, a set of angular radial transformation (ART) coefficients is selected as the feature to represent the video object and the background, respectively. ECC and cryptographic hashing are applied to those selected coefficients to generate the robust authentication watermark. This content-based, semifragile watermark is then embedded into the objects frame by frame before MPEG4 coding. In watermark embedding and extraction, groups of discrete Fourier transform (DFT) coefficients are randomly selected, and their energy relationships are employed to hide and extract the watermark. The experimental results demonstrate that our system is robust to MPEG4 compression, object segmentation errors, and some common object-based video processing such as object translation, rotation, and scaling while securely preventing malicious object modifications. The proposed solution can be further incorporated into public key infrastructure (PKI).

  11. Reduction of Subjective and Objective System Complexity

    NASA Technical Reports Server (NTRS)

    Watson, Michael D.

    2015-01-01

    Occam's razor is often used in science to define the minimum criteria to establish a physical or philosophical idea or relationship. Albert Einstein is attributed the saying "everything should be made as simple as possible, but not simpler". These heuristic ideas are based on a belief that there is a minimum state or set of states for a given system or phenomena. In looking at system complexity, these heuristics point us to an idea that complexity can be reduced to a minimum. How then, do we approach a reduction in complexity? Complexity has been described as a subjective concept and an objective measure of a system. Subjective complexity is based on human cognitive comprehension of the functions and inter relationships of a system. Subjective complexity is defined by the ability to fully comprehend the system. Simplifying complexity, in a subjective sense, is thus gaining a deeper understanding of the system. As Apple's Jonathon Ive has stated," It's not just minimalism or the absence of clutter. It involves digging through the depth of complexity. To be truly simple, you have to go really deep". Simplicity is not the absence of complexity but a deeper understanding of complexity. Subjective complexity, based on this human comprehension, cannot then be discerned from the sociological concept of ignorance. The inability to comprehend a system can be either a lack of knowledge, an inability to understand the intricacies of a system, or both. Reduction in this sense is based purely on a cognitive ability to understand the system and no system then may be truly complex. From this view, education and experience seem to be the keys to reduction or eliminating complexity. Objective complexity, is the measure of the systems functions and interrelationships which exist independent of human comprehension. Jonathon Ive's statement does not say that complexity is removed, only that the complexity is understood. From this standpoint, reduction of complexity can be approached

  12. Development of a Model System for Tick-Borne Flavivirus Persistence in HEK 293T Cells

    PubMed Central

    Mlera, Luwanika; Offerdahl, Danielle K.; Martens, Craig; Porcella, Stephen F.; Melik, Wessam

    2015-01-01

    ABSTRACT We devised a model system to study persistent infection by the tick-borne flavivirus Langat virus (LGTV) in 293T cells. Infection with a molecularly cloned LGTV strain produced an acute lytic crisis that left few surviving cells. The culture was repopulated by cells that were ~90% positive for LGTV E protein, thus initiating a persistent infection that was maintained for at least 35 weeks without additional lytic crises. Staining of cells for viral proteins and ultrastructural analysis revealed only minor differences from the acute phase of infection. Infectious LGTV decreased markedly over the study period, but the number of viral genomes remained relatively constant, suggesting the development of defective interfering particles (DIPs). Viral genome changes were investigated by RNA deep sequencing. At the initiation of persistent infection, levels of DIPs were below the limit of detection at a coverage depth of 11,288-fold, implying that DIPs are not required for initiation of persistence. However, after 15 passages, DIPs constituted approximately 34% of the total LGTV population (coverage of 1,293-fold). Furthermore, at this point, one specific DIP population predominated in which nucleotides 1058 to 2881 had been deleted. This defective genome specified an intact polyprotein that coded for a truncated fusion protein containing 28 N-terminal residues of E and 134 C-terminal residues of NS1. Such a fusion protein has not previously been described, and a possible function in persistent infection is uncertain. DIPs are not required for the initiation of persistent LGTV infection but may play a role in the maintenance of viral persistence. PMID:26045539

  13. Persistent identifiers for CMIP6 data in the Earth System Grid Federation

    NASA Astrophysics Data System (ADS)

    Buurman, Merret; Weigel, Tobias; Juckes, Martin; Lautenschlager, Michael; Kindermann, Stephan

    2016-04-01

    The Earth System Grid Federation (ESGF) is a distributed data infrastructure that will provide access to the CMIP6 experiment data. The data consist of thousands of datasets composed of millions of files. Over the course of the CMIP6 operational phase, datasets may be retracted and replaced by newer versions that consist of completely or partly new files. Each dataset is hosted at a single data centre, but can have one or several backups (replicas) at other data centres. To keep track of the different data entities and relationships between them, to ensure their consistency and improve exchange of information about them, Persistent Identifiers (PIDs) are used. These are unique identifiers that are registered at a globally accessible server, along with some metadata (the PID record). While usually providing access to the data object they refer to, as long as it exists, the metadata record will remain available even beyond the object's lifetime. Besides providing access to data and metadata, PIDs will allow scientists to communicate effectively and on a fine granularity about CMIP6 data. The initiative to introduce PIDs in the ESGF infrastructure has been described and agreed upon through a series of white papers governed by the WGCM Infrastructure Panel (WIP). In CMIP6, each dataset and each file is assigned a PID that keeps track of the data object's physical copies throughout the object lifetime. In addition to this, its relationship with other data objects is stored in the PID recordA human-readable version of this information is available on an information page also linked in the PID record. A possible application that exploits the information available from the PID records is a smart information tool, which a scientific user can call to find out if his/her version was replaced by a new one, to view and browse the related datasets and files, and to get access to the various copies or to additional metadata on a dedicated website. The PID registration process is

  14. Generating Dynamic Persistence in the Time Domain

    NASA Astrophysics Data System (ADS)

    Guerrero, A.; Smith, L. A.; Smith, L. A.; Kaplan, D. T.

    2001-12-01

    Many dynamical systems present long-range correlations. Physically, these systems vary from biological to economical, including geological or urban systems. Important geophysical candidates for this type of behaviour include weather (or climate) and earthquake sequences. Persistence is characterised by slowly decaying correlation function; that, in theory, never dies out. The Persistence exponent reflects the degree of memory in the system and much effort has been expended creating and analysing methods that successfully estimate this parameter and model data that exhibits persistence. The most widely used methods for generating long correlated time series are not dynamical systems in the time domain, but instead are derived from a given spectral density. Little attention has been drawn to modelling persistence in the time domain. The time domain approach has the advantage that an observation at certain time can be calculated using previous observations which is particularly suitable when investigating the predictability of a long memory process. We will describe two of these methods in the time domain. One is a traditional approach using fractional ARIMA (autoregressive and moving average) models; the second uses a novel approach to extending a given series using random Fourier basis functions. The statistical quality of the two methods is compared, and they are contrasted with weather data which shows, reportedly, persistence. The suitability of this approach both for estimating predictability and for making predictions is discussed.

  15. An object-oriented data reduction system in Fortran

    NASA Technical Reports Server (NTRS)

    Bailey, J.

    1992-01-01

    A data reduction system for the AAO two-degree field project is being developed using an object-oriented approach. Rather than use an object-oriented language (such as C++) the system is written in Fortran and makes extensive use of existing subroutine libraries provided by the UK Starlink project. Objects are created using the extensible N-dimensional Data Format (NDF) which itself is based on the Hierarchical Data System (HDS). The software consists of a class library, with each class corresponding to a Fortran subroutine with a standard calling sequence. The methods of the classes provide operations on NDF objects at a similar level of functionality to the applications of conventional data reduction systems. However, because they are provided as callable subroutines, they can be used as building blocks for more specialist applications. The class library is not dependent on a particular software environment thought it can be used effectively in ADAM applications. It can also be used from standalone Fortran programs. It is intended to develop a graphical user interface for use with the class library to form the 2dF data reduction system.

  16. The structure of the clouds distributed operating system

    NASA Technical Reports Server (NTRS)

    Dasgupta, Partha; Leblanc, Richard J., Jr.

    1989-01-01

    A novel system architecture, based on the object model, is the central structuring concept used in the Clouds distributed operating system. This architecture makes Clouds attractive over a wide class of machines and environments. Clouds is a native operating system, designed and implemented at Georgia Tech. and runs on a set of generated purpose computers connected via a local area network. The system architecture of Clouds is composed of a system-wide global set of persistent (long-lived) virtual address spaces, called objects that contain persistent data and code. The object concept is implemented at the operating system level, thus presenting a single level storage view to the user. Lightweight treads carry computational activity through the code stored in the objects. The persistent objects and threads gives rise to a programming environment composed of shared permanent memory, dispensing with the need for hardware-derived concepts such as the file systems and message systems. Though the hardware may be distributed and may have disks and networks, the Clouds provides the applications with a logically centralized system, based on a shared, structured, single level store. The current design of Clouds uses a minimalist philosophy with respect to both the kernel and the operating system. That is, the kernel and the operating system support a bare minimum of functionality. Clouds also adheres to the concept of separation of policy and mechanism. Most low-level operating system services are implemented above the kernel and most high level services are implemented at the user level. From the measured performance of using the kernel mechanisms, we are able to demonstrate that efficient implementations are feasible for the object model on commercially available hardware. Clouds provides a rich environment for conducting research in distributed systems. Some of the topics addressed in this paper include distributed programming environments, consistency of persistent data

  17. Maintaining the ties that bind: the role of an intermediate visual memory store in the persistence of awareness.

    PubMed

    Ferber, Susanne; Emrich, Stephen M

    2007-03-01

    Segregation and feature binding are essential to the perception and awareness of objects in a visual scene. When a fragmented line-drawing of an object moves relative to a background of randomly oriented lines, the previously hidden object is segregated from the background and consequently enters awareness. Interestingly, in such shape-from-motion displays, the percept of the object persists briefly when the motion stops, suggesting that the segregated and bound representation of the object is maintained in awareness. Here, we tested whether this persistence effect is mediated by capacity-limited working-memory processes, or by the amount of object-related information available. The experiments demonstrate that persistence is affected mainly by the proportion of object information available and is independent of working-memory limits. We suggest that this persistence effect can be seen as evidence for an intermediate, form-based memory store mediating between sensory and working memory.

  18. Research on Multi - Person Parallel Modeling Method Based on Integrated Model Persistent Storage

    NASA Astrophysics Data System (ADS)

    Qu, MingCheng; Wu, XiangHu; Tao, YongChao; Liu, Ying

    2018-03-01

    This paper mainly studies the multi-person parallel modeling method based on the integrated model persistence storage. The integrated model refers to a set of MDDT modeling graphics system, which can carry out multi-angle, multi-level and multi-stage description of aerospace general embedded software. Persistent storage refers to converting the data model in memory into a storage model and converting the storage model into a data model in memory, where the data model refers to the object model and the storage model is a binary stream. And multi-person parallel modeling refers to the need for multi-person collaboration, the role of separation, and even real-time remote synchronization modeling.

  19. Multiple Object Based RFID System Using Security Level

    NASA Astrophysics Data System (ADS)

    Kim, Jiyeon; Jung, Jongjin; Ryu, Ukjae; Ko, Hoon; Joe, Susan; Lee, Yongjun; Kim, Boyeon; Chang, Yunseok; Lee, Kyoonha

    2007-12-01

    RFID systems are increasingly applied for operational convenience in wide range of industries and individual life. However, it is uneasy for a person to control many tags because common RFID systems have the restriction that a tag used to identify just a single object. In addition, RFID systems can make some serious problems in violation of privacy and security because of their radio frequency communication. In this paper, we propose a multiple object RFID tag which can keep multiple object identifiers for different applications in a same tag. The proposed tag allows simultaneous access for their pair applications. We also propose an authentication protocol for multiple object tag to prevent serious problems of security and privacy in RFID applications. Especially, we focus on efficiency of the authentication protocol by considering security levels of applications. In the proposed protocol, the applications go through different authentication procedures according to security level of the object identifier stored in the tag. We implemented the proposed RFID scheme and made experimental results about efficiency and stability for the scheme.

  20. Parallel object-oriented data mining system

    DOEpatents

    Kamath, Chandrika; Cantu-Paz, Erick

    2004-01-06

    A data mining system uncovers patterns, associations, anomalies and other statistically significant structures in data. Data files are read and displayed. Objects in the data files are identified. Relevant features for the objects are extracted. Patterns among the objects are recognized based upon the features. Data from the Faint Images of the Radio Sky at Twenty Centimeters (FIRST) sky survey was used to search for bent doubles. This test was conducted on data from the Very Large Array in New Mexico which seeks to locate a special type of quasar (radio-emitting stellar object) called bent doubles. The FIRST survey has generated more than 32,000 images of the sky to date. Each image is 7.1 megabytes, yielding more than 100 gigabytes of image data in the entire data set.

  1. Is Excessive Polypharmacy a Transient or Persistent Phenomenon? A Nationwide Cohort Study in Taiwan

    PubMed Central

    Wang, Yi-Jen; Chiang, Shu-Chiung; Lee, Pei-Chen; Chen, Yu-Chun; Chou, Li-Fang; Chou, Yueh-Ching; Chen, Tzeng-Ji

    2018-01-01

    Objectives: Target populations with persistent polypharmacy should be identified prior to implementing strategies against inappropriate medication use, yet limited information regarding such populations is available. The main objectives were to explore the trends of excessive polypharmacy, whether transient or persistent, at the individual level. The secondary objectives were to identify the factors associated with persistently excessive polypharmacy and to estimate the probabilities for repeatedly excessive polypharmacy. Methods: Retrospective cohort analyses of excessive polypharmacy, defined as prescription of ≥ 10 medicines at an ambulatory visit, from 2001 to 2013 were conducted using a nationally representative claims database in Taiwan. Survival analyses with log-rank test of adult patients with first-time excessive polypharmacy were conducted to predict the probabilities, stratified by age and sex, of having repeatedly excessive polypharmacy. Results: During the study period, excessive polypharmacy occurred in 5.4% of patients for the first time. Among them, 63.9% had repeatedly excessive polypharmacy and the probabilities were higher in men and old people. Men versus women, and old versus middle-aged and young people had shorter median excessive polypharmacy-free times (9.4 vs. 5.5 months, 5.3 vs. 10.1 and 35.0 months, both p < 0.001). Overall, the probabilities of having no repeatedly excessive polypharmacy within 3 months, 6 months, and 1 year were 59.9, 53.6, and 48.1%, respectively. Conclusion: Although male and old patients were more likely to have persistently excessive polypharmacy, most cases of excessive polypharmacy were transient or did not re-appear in the short run. Systemic deprescribing measures should be tailored to at-risk groups. PMID:29515446

  2. System for sterilizing objects. [cleaning space vehicle systems

    NASA Technical Reports Server (NTRS)

    Bryan, C. J.; Wright, E. E., Jr.; Moyers, C. V. (Inventor)

    1981-01-01

    A system for producing a stream of humidified sterilizing gas for sterilizing objects such as the water systems of space vehicles and the like includes a source of sterilant gas which is fed to a mixing chamber which has inlet and outlet ports. The level of the water only partially fills the mixing chamber so as to provide an empty space adjacent the top of the chamber. A heater is provided for heating the water in the chamber so as to produce a humidified atmosphere. The sterilant gas is fed through an arcuate shaped tubular member connected to the inlet port of the mixing chamber for producing a vortex type of flow of sterilant gas into the chamber for humidification. A tubular member extends from the mixing chamber for supplying the humidified sterilant gas to the object for being sterilized. Scrubbers are provided for removing the sterilant gas after use.

  3. Persistence of the Intuitive Conception of Living Things in Adolescence

    ERIC Educational Resources Information Center

    Babai, Reuven; Sekal, Rachel; Stavy, Ruth

    2010-01-01

    This study investigated whether intuitive, naive conceptions of "living things" based on objects' mobility (movement = alive) persist into adolescence and affect 10th graders' accuracy of responses and reaction times during object classification. Most of the 58 students classified the test objects correctly as living/nonliving, yet they…

  4. Color Image Processing and Object Tracking System

    NASA Technical Reports Server (NTRS)

    Klimek, Robert B.; Wright, Ted W.; Sielken, Robert S.

    1996-01-01

    This report describes a personal computer based system for automatic and semiautomatic tracking of objects on film or video tape, developed to meet the needs of the Microgravity Combustion and Fluids Science Research Programs at the NASA Lewis Research Center. The system consists of individual hardware components working under computer control to achieve a high degree of automation. The most important hardware components include 16-mm and 35-mm film transports, a high resolution digital camera mounted on a x-y-z micro-positioning stage, an S-VHS tapedeck, an Hi8 tapedeck, video laserdisk, and a framegrabber. All of the image input devices are remotely controlled by a computer. Software was developed to integrate the overall operation of the system including device frame incrementation, grabbing of image frames, image processing of the object's neighborhood, locating the position of the object being tracked, and storing the coordinates in a file. This process is performed repeatedly until the last frame is reached. Several different tracking methods are supported. To illustrate the process, two representative applications of the system are described. These applications represent typical uses of the system and include tracking the propagation of a flame front and tracking the movement of a liquid-gas interface with extremely poor visibility.

  5. Causal Video Object Segmentation From Persistence of Occlusions

    DTIC Science & Technology

    2015-05-01

    Precision, recall, and F-measure are reported on the ground truth anno - tations converted to binary masks. Note we cannot evaluate “number of...to lack of occlusions. References [1] P. Arbelaez, M. Maire, C. Fowlkes, and J . Malik. Con- tour detection and hierarchical image segmentation. TPAMI...X. Bai, J . Wang, D. Simons, and G. Sapiro. Video snapcut: robust video object cutout using localized classifiers. In ACM Transactions on Graphics

  6. Rhinophototherapy in persistent allergic rhinitis.

    PubMed

    Bella, Zsolt; Kiricsi, Ágnes; Viharosné, Éva Dósa-Rácz; Dallos, Attila; Perényi, Ádám; Kiss, Mária; Koreck, Andrea; Kemény, Lajos; Jóri, József; Rovó, László; Kadocsa, Edit

    2017-03-01

    Previous published results have revealed that Rhinolight ® intranasal phototherapy is safe and effective in intermittent allergic rhinitis. The present objective was to assess whether phototherapy is also safe and effective in persistent allergic rhinitis. Thirty-four patients with persistent allergic rhinitis were randomized into two groups; twenty-five subjects completed the study. The Rhinolight ® group was treated with a combination of UV-B, UV-A, and high-intensity visible light, while the placebo group received low-intensity visible white light intranasal phototherapy on a total of 13 occasions in 6 weeks. The assessment was based on the diary of symptoms, nasal inspiratory peak flow, quantitative smell threshold, mucociliary transport function, and ICAM-1 expression of the epithelial cells. All nasal symptom scores and nasal inspiratory peak flow measurements improved significantly in the Rhinolight ® group relative to the placebo group and this finding persisted after 4 weeks of follow-up. The smell and mucociliary functions did not change significantly in either group. The number of ICAM-1 positive cells decreased non-significantly in the Rhinolight ® group. No severe side-effects were reported during the treatment period. These results suggest that Rhinolight ® treatment is safe and effective in persistent allergic rhinitis.

  7. The role of temporal synchrony as a binding cue for visual persistence in early visual areas: an fMRI study.

    PubMed

    Wong, Yvonne J; Aldcroft, Adrian J; Large, Mary-Ellen; Culham, Jody C; Vilis, Tutis

    2009-12-01

    We examined the role of temporal synchrony-the simultaneous appearance of visual features-in the perceptual and neural processes underlying object persistence. When a binding cue (such as color or motion) momentarily exposes an object from a background of similar elements, viewers remain aware of the object for several seconds before it perceptually fades into the background, a phenomenon known as object persistence. We showed that persistence from temporal stimulus synchrony, like that arising from motion and color, is associated with activation in the lateral occipital (LO) area, as measured by functional magnetic resonance imaging. We also compared the distribution of occipital cortex activity related to persistence to that of iconic visual memory. Although activation related to iconic memory was largely confined to LO, activation related to object persistence was present across V1 to LO, peaking in V3 and V4, regardless of the binding cue (temporal synchrony, motion, or color). Although persistence from motion cues was not associated with higher activation in the MT+ motion complex, persistence from color cues was associated with increased activation in V4. Taken together, these results demonstrate that although persistence is a form of visual memory, it relies on neural mechanisms different from those of iconic memory. That is, persistence not only activates LO in a cue-independent manner, it also recruits visual areas that may be necessary to maintain binding between object elements.

  8. Experiences Building an Object-Oriented System in C++

    NASA Technical Reports Server (NTRS)

    Madany, Peter W.; Campbell, Roy H.; Kougiouris, Panagiotis

    1991-01-01

    This paper describes tools that we built to support the construction of an object-oriented operating system in C++. The tools provide the automatic deletion of unwanted objects, first-class classes, dynamically loadable classes, and class-oriented debugging. As a consequence of our experience building Choices, we advocate these features as useful, simplifying and unifying many aspects of system programming.

  9. Kyiv Small Rivers in Metropolis Water Objects System

    NASA Astrophysics Data System (ADS)

    Krelshteyn, P.; Dubnytska, M.

    2017-12-01

    The article answers the question, what really are the small underground rivers with artificial watercourses: water bodies or city engineering infrastructure objects? The place of such rivers in metropolis water objects system is identified. The ecological state and the degree of urbanization of small rivers, as well as the dynamics of change in these indicators are analysed on the Kiev city example with the help of water objects cadastre. It was found that the registration of small rivers in Kyiv city is not conducted, and the summary information on such water objects is absent and is not taken into account when making managerial decisions at the urban level. To solve this problem, we propose to create some water bodies accounting system (water cadastre).

  10. Asteroid-comet continuum objects in the solar system.

    PubMed

    Hsieh, Henry H

    2017-07-13

    In this review presented at the Royal Society meeting, 'Cometary science after Rosetta', I present an overview of studies of small solar system objects that exhibit properties of both asteroids and comets (with a focus on so-called active asteroids). Sometimes referred to as 'transition objects', these bodies are perhaps more appropriately described as 'continuum objects', to reflect the notion that rather than necessarily representing actual transitional evolutionary states between asteroids and comets, they simply belong to the general population of small solar system bodies that happen to exhibit a continuous range of observational, physical and dynamical properties. Continuum objects are intriguing because they possess many of the properties that make classical comets interesting to study (e.g. relatively primitive compositions, ejection of surface and subsurface material into space where it can be more easily studied, and orbital properties that allow us to sample material from distant parts of the solar system that would otherwise be inaccessible), while allowing us to study regions of the solar system that are not sampled by classical comets.This article is part of the themed issue 'Cometary science after Rosetta'. © 2017 The Author(s).

  11. Solid waste containing persistent organic pollutants in Serbia: From precautionary measures to the final treatment (case study).

    PubMed

    Stevanovic-Carapina, Hristina; Milic, Jelena; Curcic, Marijana; Randjelovic, Jasminka; Krinulovic, Katarina; Jovovic, Aleksandar; Brnjas, Zvonko

    2016-07-01

    Sustainable solid waste management needs more dedicated attention in respect of environmental and human health protection. Solid waste containing persistent organic pollutants is of special concern, since persistent organic pollutants are persistent, toxic and of high risk to human health and the environment. The objective of this investigation was to identify critical points in the Serbian system of solid waste and persistent organic pollutants management, to assure the life cycle management of persistent organic pollutants and products containing these chemicals, including prevention and final destruction. Data were collected from the Serbian competent authorities, and led us to identify preventive actions for solid waste management that should reduce or minimise release of persistent organic pollutants into the environment, and to propose actions necessary for persistent organic pollutants solid waste. The adverse impact of persistent organic pollutants is multidimensional. Owing to the lack of treatment or disposal plants for hazardous waste in Serbia, the only option at the moment to manage persistent organic pollutants waste is to keep it in temporary storage and when conditions are created (primarily financial), such waste should be exported for destruction in hazardous waste incinerators. Meanwhile, it needs to be assured that any persistent organic pollutants management activity does not negatively impact recycling flows or disturb progress towards a more circular economy in Serbia. © The Author(s) 2016.

  12. Structure of force networks in tapped particulate systems of disks and pentagons. II. Persistence analysis.

    PubMed

    Kondic, L; Kramár, M; Pugnaloni, Luis A; Carlevaro, C Manuel; Mischaikow, K

    2016-06-01

    In the companion paper [Pugnaloni et al., Phys. Rev. E 93, 062902 (2016)10.1103/PhysRevE.93.062902], we use classical measures based on force probability density functions (PDFs), as well as Betti numbers (quantifying the number of components, related to force chains, and loops), to describe the force networks in tapped systems of disks and pentagons. In the present work, we focus on the use of persistence analysis, which allows us to describe these networks in much more detail. This approach allows us not only to describe but also to quantify the differences between the force networks in different realizations of a system, in different parts of the considered domain, or in different systems. We show that persistence analysis clearly distinguishes the systems that are very difficult or impossible to differentiate using other means. One important finding is that the differences in force networks between disks and pentagons are most apparent when loops are considered: the quantities describing properties of the loops may differ significantly even if other measures (properties of components, Betti numbers, force PDFs, or the stress tensor) do not distinguish clearly or at all the investigated systems.

  13. Mechanical Systems. Competency Statements/Objectives and Reference Guide.

    ERIC Educational Resources Information Center

    North Carolina State Dept. of Public Instruction, Raleigh. Div. of Vocational Education.

    This curriculum guide provides competency statements/objectives for an 11th- to 12th-grade trade and industrial education course in mechanical systems. The first half of the guide consists of competency statements for the 53 units of the curriculum. Each competency statement consists of a terminal objective and specific objectives for each unit,…

  14. Figure-ground organization and the emergence of proto-objects in the visual cortex.

    PubMed

    von der Heydt, Rüdiger

    2015-01-01

    A long history of studies of perception has shown that the visual system organizes the incoming information early on, interpreting the 2D image in terms of a 3D world and producing a structure that provides perceptual continuity and enables object-based attention. Recordings from monkey visual cortex show that many neurons, especially in area V2, are selective for border ownership. These neurons are edge selective and have ordinary classical receptive fields (CRF), but in addition their responses are modulated (enhanced or suppressed) depending on the location of a 'figure' relative to the edge in their receptive field. Each neuron has a fixed preference for location on one side or the other. This selectivity is derived from the image context far beyond the CRF. This paper reviews evidence indicating that border ownership selectivity reflects the formation of early object representations ('proto-objects'). The evidence includes experiments showing (1) reversal of border ownership signals with change of perceived object structure, (2) border ownership specific enhancement of responses in object-based selective attention, (3) persistence of border ownership signals in accordance with continuity of object perception, and (4) remapping of border ownership signals across saccades and object movements. Findings 1 and 2 can be explained by hypothetical grouping circuits that sum contour feature signals in search of objectness, and, via recurrent projections, enhance the corresponding low-level feature signals. Findings 3 and 4 might be explained by assuming that the activity of grouping circuits persists and can be remapped. Grouping, persistence, and remapping are fundamental operations of vision. Finding these operations manifest in low-level visual areas challenges traditional views of visual processing. New computational models need to be developed for a comprehensive understanding of the function of the visual cortex.

  15. Integrating an object system into CLIPS: Language design and implementation issues

    NASA Technical Reports Server (NTRS)

    Auburn, Mark

    1990-01-01

    This paper describes the reasons why an object system with integrated pattern-matching and object-oriented programming facilities is desirable for CLIPS and how it is possible to integrate such a system into CLIPS while maintaining the run-time performance and the low memory usage for which CLIPS is known. The requirements for an object system in CLIPS that includes object-oriented programming and integrated pattern-matching are discussed and various techniques for optimizing the object system and its integration with the pattern-matcher are presented.

  16. Persistent warmth across the Benguela upwelling system during the Pliocene epoch

    NASA Astrophysics Data System (ADS)

    Rosell-Melé, Antoni; Martínez-Garcia, Alfredo; McClymont, Erin L.

    2014-01-01

    A feature of Pliocene climate is the occurrence of "permanent El Niño-like" or "El Padre" conditions in the Pacific Ocean. From the analysis of sediment cores in the modern northern Benguela upwelling, we show that the mean oceanographic state off Southwest Africa during the warm Pliocene epoch was also analogous to that of a persistent Benguela "El Niño". At present these events occur when massive southward flows of warm and nutrient-poor waters extend along the coasts of Angola and Namibia, with dramatic effects on regional marine ecosystems and rainfall. We propose that the persistent warmth across the Pliocene in the Benguela upwelling ended synchronously with the narrowing of the Indonesian seaway, and the early intensification of the Northern Hemisphere Glaciations around 3.0-3.5 Ma. The emergence of obliquity-related cycles in the Benguela sea surface temperatures (SST) after 3 Ma highlights the development of strengthened links to high latitude orbital forcing. The subsequent evolution of the Benguela upwelling system was characterized by the progressive intensification of the meridional SST gradients, and the emergence of the 100 ky cycle, until the modern mean conditions were set at the end of the Mid Pleistocene transition, around 0.6 Ma. These findings support the notion that the interplay of changes in the depth of the global thermocline, atmospheric circulation and tectonics preconditioned the climate system for the end of the warm Pliocene epoch and the subsequent intensification of the ice ages.

  17. New neural-networks-based 3D object recognition system

    NASA Astrophysics Data System (ADS)

    Abolmaesumi, Purang; Jahed, M.

    1997-09-01

    Three-dimensional object recognition has always been one of the challenging fields in computer vision. In recent years, Ulman and Basri (1991) have proposed that this task can be done by using a database of 2-D views of the objects. The main problem in their proposed system is that the correspondent points should be known to interpolate the views. On the other hand, their system should have a supervisor to decide which class does the represented view belong to. In this paper, we propose a new momentum-Fourier descriptor that is invariant to scale, translation, and rotation. This descriptor provides the input feature vectors to our proposed system. By using the Dystal network, we show that the objects can be classified with over 95% precision. We have used this system to classify the objects like cube, cone, sphere, torus, and cylinder. Because of the nature of the Dystal network, this system reaches to its stable point by a single representation of the view to the system. This system can also classify the similar views to a single class (e.g., for the cube, the system generated 9 different classes for 50 different input views), which can be used to select an optimum database of training views. The system is also very flexible to the noise and deformed views.

  18. Persistence-Driven Durotaxis: Generic, Directed Motility in Rigidity Gradients

    NASA Astrophysics Data System (ADS)

    Novikova, Elizaveta A.; Raab, Matthew; Discher, Dennis E.; Storm, Cornelis

    2017-02-01

    Cells move differently on substrates with different rigidities: the persistence time of their motion is higher on stiffer substrates. We show that this behavior—in and of itself—results in a net flux of cells directed up a soft-to-stiff gradient. Using simple random walk models with varying persistence and stochastic simulations, we characterize the propensity to move in terms of the durotactic index also measured in experiments. A one-dimensional model captures the essential features and highlights the competition between diffusive spreading and linear, wavelike propagation. Persistence-driven durokinesis is generic and may be of use in the design of instructive environments for cells and other motile, mechanosensitive objects.

  19. Open-system coral ages reveal persistent suborbital sea-level cycles.

    PubMed

    Thompson, William G; Goldstein, Steven L

    2005-04-15

    Sea level is a sensitive index of global climate that has been linked to Earth's orbital variations, with a minimum periodicity of about 21,000 years. Although there is ample evidence for climate oscillations that are too frequent to be explained by orbital forcing, suborbital-frequency sea-level change has been difficult to resolve, primarily because of problems with uranium/thorium coral dating. Here we use a new approach that corrects coral ages for the frequently observed open-system behavior of uranium-series nuclides, substantially improving the resolution of sea-level reconstruction. This curve reveals persistent sea-level oscillations that are too frequent to be explained exclusively by orbital forcing.

  20. Predicting Acute and Persistent Neuropathy Associated with Oxaliplatin

    PubMed Central

    Alejandro, Linh; Behrendt, Carolyn E.; Chen, Kim; Openshaw, Harry; Shibata, Stephen

    2014-01-01

    Objectives We sought to predict oxaliplatin-associated peripheral neuropathy during modified FOLFOX6 (mFOLFOX6) therapy. Methods In a 50% female sample, patients with previously untreated, primary or recurrent colorectal cancer were followed through a first course of mFOLFOX6 with oxaliplatin 85 mg/m2 every 2 weeks. Accounting for correlation among a subject's cycles, logistic regression estimated per-cycle risk of acute (under 14 days) and persistent (14 days or more) neuropathy. Proportional hazards regression predicted time to persistent neuropathy. Results Among mFOLFOX6 recipients (n=50, age 58.9 +10.1 years), 36% received concomitant bevacizumab. Of total cycles, 94.2% (422/448) were evaluable. Most (84%) subjects reported neuropathy at least once: 74% reported acute and 48% reported persistent symptoms. On multivariate analysis, risk factors shared by acute and persistent neuropathy were body-surface area >2.0, acute neuropathy in a past cycle, and lower body weight. In addition, risk of acute neuropathy decreased with age (adjusted for renal function and winter season), while risk of persistent neuropathy increased with cumulative dose of oxaliplatin and persistent neuropathy in a past cycle. Concomitant bevacizumab was not a risk factor when administered in Stage IV disease but was associated with persistent neuropathy when administered experimentally in Stage III. Females had no increased risk of either form of neuropathy. After 3 cycles, weight, body-surface area, and prior acute neuropathy predicted time to persistent neuropathy. Conclusions Routinely available clinical factors predict acute and persistent neuropathy associated with oxaliplatin. When validated, the proposed prognostic score for persistent neuropathy can help clinicians counsel patients about chemotherapy. PMID:22547012

  1. Support system, excavation arrangement, and process of supporting an object

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

    Arnold, Bill W.

    2017-08-01

    A support system, an excavation arrangement, and a process of supporting an object are disclosed. The support system includes a weight-bearing device and a camming mechanism positioned below the weight-bearing device. A downward force on the weight-bearing device at least partially secures the camming mechanism to opposing surfaces. The excavation arrangement includes a borehole, a support system positioned within and secured to the borehole, and an object positioned on and supported by the support system. The process includes positioning and securing the support system and positioning the object on the weight-bearing device.

  2. Figure–ground organization and the emergence of proto-objects in the visual cortex

    PubMed Central

    von der Heydt, Rüdiger

    2015-01-01

    A long history of studies of perception has shown that the visual system organizes the incoming information early on, interpreting the 2D image in terms of a 3D world and producing a structure that provides perceptual continuity and enables object-based attention. Recordings from monkey visual cortex show that many neurons, especially in area V2, are selective for border ownership. These neurons are edge selective and have ordinary classical receptive fields (CRF), but in addition their responses are modulated (enhanced or suppressed) depending on the location of a ‘figure’ relative to the edge in their receptive field. Each neuron has a fixed preference for location on one side or the other. This selectivity is derived from the image context far beyond the CRF. This paper reviews evidence indicating that border ownership selectivity reflects the formation of early object representations (‘proto-objects’). The evidence includes experiments showing (1) reversal of border ownership signals with change of perceived object structure, (2) border ownership specific enhancement of responses in object-based selective attention, (3) persistence of border ownership signals in accordance with continuity of object perception, and (4) remapping of border ownership signals across saccades and object movements. Findings 1 and 2 can be explained by hypothetical grouping circuits that sum contour feature signals in search of objectness, and, via recurrent projections, enhance the corresponding low-level feature signals. Findings 3 and 4 might be explained by assuming that the activity of grouping circuits persists and can be remapped. Grouping, persistence, and remapping are fundamental operations of vision. Finding these operations manifest in low-level visual areas challenges traditional views of visual processing. New computational models need to be developed for a comprehensive understanding of the function of the visual cortex. PMID:26579062

  3. A long-term tropical mesoscale convective systems dataset based on a novel objective automatic tracking algorithm

    NASA Astrophysics Data System (ADS)

    Huang, Xiaomeng; Hu, Chenqi; Huang, Xing; Chu, Yang; Tseng, Yu-heng; Zhang, Guang Jun; Lin, Yanluan

    2018-01-01

    Mesoscale convective systems (MCSs) are important components of tropical weather systems and the climate system. Long-term data of MCS are of great significance in weather and climate research. Using long-term (1985-2008) global satellite infrared (IR) data, we developed a novel objective automatic tracking algorithm, which combines a Kalman filter (KF) with the conventional area-overlapping method, to generate a comprehensive MCS dataset. The new algorithm can effectively track small and fast-moving MCSs and thus obtain more realistic and complete tracking results than previous studies. A few examples are provided to illustrate the potential application of the dataset with a focus on the diurnal variations of MCSs over land and ocean regions. We find that the MCSs occurring over land tend to initiate in the afternoon with greater intensity, but the oceanic MCSs are more likely to initiate in the early morning with weaker intensity. A double peak in the maximum spatial coverage is noted over the western Pacific, especially over the southwestern Pacific during the austral summer. Oceanic MCSs also persist for approximately 1 h longer than their continental counterparts.

  4. Congruent Strain Specific Intestinal Persistence of Lactobacillus plantarum in an Intestine-Mimicking In Vitro System and in Human Volunteers

    PubMed Central

    van Bokhorst-van de Veen, Hermien; van Swam, Iris; Wels, Michiel; Bron, Peter A.; Kleerebezem, Michiel

    2012-01-01

    Background An important trait of probiotics is their capability to reach their intestinal target sites alive to optimally exert their beneficial effects. Assessment of this trait in intestine-mimicking in vitro model systems has revealed differential survival of individual strains of a species. However, data on the in situ persistence characteristics of individual or mixtures of strains of the same species in the gastrointestinal tract of healthy human volunteers have not been reported to date. Methodology/Principal Findings The GI-tract survival of individual L. plantarum strains was determined using an intestine mimicking model system, revealing substantial inter-strain differences. The obtained data were correlated to genomic diversity of the strains using comparative genome hybridization (CGH) datasets, but this approach failed to discover specific genetic loci that explain the observed differences between the strains. Moreover, we developed a next-generation sequencing-based method that targets a variable intergenic region, and employed this method to assess the in vivo GI-tract persistence of different L. plantarum strains when administered in mixtures to healthy human volunteers. Remarkable consistency of the strain-specific persistence curves were observed between individual volunteers, which also correlated significantly with the GI-tract survival predicted on basis of the in vitro assay. Conclusion The survival of individual L. plantarum strains in the GI-tract could not be correlated to the absence or presence of specific genes compared to the reference strain L. plantarum WCFS1. Nevertheless, in vivo persistence analysis in the human GI-tract confirmed the strain-specific persistence, which appeared to be remarkably similar in different healthy volunteers. Moreover, the relative strain-specific persistence in vivo appeared to be accurately and significantly predicted by their relative survival in the intestine-mimicking in vitro assay, supporting the

  5. Comparative study of popular objective functions for damping power system oscillations in multimachine system.

    PubMed

    Islam, Naz Niamul; Hannan, M A; Shareef, Hussain; Mohamed, Azah; Salam, M A

    2014-01-01

    Power oscillation damping controller is designed in linearized model with heuristic optimization techniques. Selection of the objective function is very crucial for damping controller design by optimization algorithms. In this research, comparative analysis has been carried out to evaluate the effectiveness of popular objective functions used in power system oscillation damping. Two-stage lead-lag damping controller by means of power system stabilizers is optimized using differential search algorithm for different objective functions. Linearized model simulations are performed to compare the dominant mode's performance and then the nonlinear model is continued to evaluate the damping performance over power system oscillations. All the simulations are conducted in two-area four-machine power system to bring a detailed analysis. Investigated results proved that multiobjective D-shaped function is an effective objective function in terms of moving unstable and lightly damped electromechanical modes into stable region. Thus, D-shape function ultimately improves overall system damping and concurrently enhances power system reliability.

  6. Robust object matching for persistent tracking with heterogeneous features.

    PubMed

    Guo, Yanlin; Hsu, Steve; Sawhney, Harpreet S; Kumar, Rakesh; Shan, Ying

    2007-05-01

    This paper addresses the problem of matching vehicles across multiple sightings under variations in illumination and camera poses. Since multiple observations of a vehicle are separated in large temporal and/or spatial gaps, thus prohibiting the use of standard frame-to-frame data association, we employ features extracted over a sequence during one time interval as a vehicle fingerprint that is used to compute the likelihood that two or more sequence observations are from the same or different vehicles. Furthermore, since our domain is aerial video tracking, in order to deal with poor image quality and large resolution and quality variations, our approach employs robust alignment and match measures for different stages of vehicle matching. Most notably, we employ a heterogeneous collection of features such as lines, points, and regions in an integrated matching framework. Heterogeneous features are shown to be important. Line and point features provide accurate localization and are employed for robust alignment across disparate views. The challenges of change in pose, aspect, and appearances across two disparate observations are handled by combining a novel feature-based quasi-rigid alignment with flexible matching between two or more sequences. However, since lines and points are relatively sparse, they are not adequate to delineate the object and provide a comprehensive matching set that covers the complete object. Region features provide a high degree of coverage and are employed for continuous frames to provide a delineation of the vehicle region for subsequent generation of a match measure. Our approach reliably delineates objects by representing regions as robust blob features and matching multiple regions to multiple regions using Earth Mover's Distance (EMD). Extensive experimentation under a variety of real-world scenarios and over hundreds of thousands of Confirmatory Identification (CID) trails has demonstrated about 95 percent accuracy in vehicle

  7. System and method for inventorying multiple remote objects

    DOEpatents

    Carrender, Curtis L.; Gilbert, Ronald W.

    2007-10-23

    A system and method of inventorying multiple objects utilizing a multi-level or a chained radio frequency identification system. The system includes a master tag and a plurality of upper level tags and lower level tags associated with respective objects. The upper and lower level tags communicate with each other and the master tag so that reading of the master tag reveals the presence and absence of upper and lower level tags. In the chained RF system, the upper and lower level tags communicate locally with each other in a manner so that more remote tags that are out of range of some of the upper and lower level tags have their information relayed through adjacent tags to the master tag and thence to a controller.

  8. System and method for inventorying multiple remote objects

    DOEpatents

    Carrender, Curtis L [Morgan Hill, CA; Gilbert, Ronald W [Morgan Hill, CA

    2009-12-29

    A system and method of inventorying multiple objects utilizing a multi-level or a chained radio frequency identification system. The system includes a master tag and a plurality of upper level tags and lower level tags associated with respective objects. The upper and lower level tags communicate with each other and the master tag so that reading of the master tag reveals the presence and absence of upper and lower level tags. In the chained RF system, the upper and lower level tags communicate locally with each other in a manner so that more remote tags that are out of range of some of the upper and lower level tags have their information relayed through adjacent tags to the master tag and thence to a controller.

  9. Differences in Meteorological Conditions between Days with Persistent and Non-Persistent Pollution in Beijing, China

    NASA Astrophysics Data System (ADS)

    You, Ting; Wu, Renguang; Huang, Gang

    2018-02-01

    We compared the regional synoptic patterns and local meteorological conditions during persistent and non-persistent pollution events in Beijing using US NCEP-Department of Energy reanalysis outputs and observations from meteorological stations. The analysis focused on the impacts of high-frequency (period < 90 days) variations in meteorological conditions on persistent pollution events (those lasting for at least 3 days). Persistent pollution events tended to occur in association with slow-moving weather systems producing stagnant weather conditions, whereas rapidly moving weather systems caused a dramatic change in the local weather conditions so that the pollution event was short-lived. Although Beijing was under the influence of anomalous southerly winds in all four seasons during pollution events, notable differences were identified in the regional patterns of sea-level pressure and local anomalies in relative humidity among persistent pollution events in different seasons. A region of lower pressure was present to the north of Beijing in spring, fall, and winter, whereas regions of lower and higher pressures were observed northwest and southeast of Beijing, respectively, in summer. The relative humidity near Beijing was higher in fall and winter, but lower in spring and summer. These differences may explain the seasonal dependence of the relationship between air pollution and the local meteorological variables. Our analysis showed that the temperature inversion in the lower troposphere played an important part in the occurrence of air pollution under stagnant weather conditions. Some results from this study are based on a limited number of events and thus require validation using more data.

  10. Endoscopic closure of persistent gastrocutaneous fistulae, after percutaneous endoscopic gastrostomy (PEG) tube placement, using the over-the-scope-clip system

    PubMed Central

    Changela, Kinesh; Culliford, Andrea; Duddempudi, Sushil; Krishnaiah, Mahesh; Anand, Sury

    2015-01-01

    Objectives: The Over-The-Scope-Clip (OTSC) has had an evolving role in endoscopic closure of gastrointestinal wall defects, in hemostasis of primary or postinterventional bleeding, and approximation of postbariatric surgery defects. Rapid and effective closure of gastrocutaneous (GC) fistulae using this device has been recently described in the literature. The aim of this study was to evaluate the technical feasibility, efficacy and safety of OTSC as an effective tool in the management of persistent GC fistulae secondary to a complication of percutaneous endoscopic gastrostomy (PEG) tube placement. Method: In this multicenter prospective observational study, we describe our experience with OTSC in the closure of persistent GC fistulas secondary to PEG tube placement. Patients with GC fistulas were sequentially enrolled with a mean age of 84 years. Primary treatment outcome was the immediate successful closure of GC fistula and resolution of leak. Secondary outcome was no recurrence of the fistula and leaks on follow up. Results: A total of 10 patients were enrolled over the study period. Mean age was 84.4 ± 8.75 years. The primary treatment outcome was achieved in all the patients undergoing this intervention. Secondary outcome was observed in 9/10 (90%) subjects. No procedural complications were reported. Larger fistulae (>2.5 cm) and those with significant fibrosis were more difficult to close with the OTSC system. The mean follow-up time after OTSC application was 43.7 ± 20.57 days. A limitation of this study was that there was no control group. Conclusions: OTSC application is a safe and effective endoscopic approach for the closure of persistent GC fistulae secondary to a complication of PEG tube placement. PMID:26136836

  11. Biodegradation of persistent organics can overcome adsorption-desorption hysteresis in biological activated carbon systems.

    PubMed

    Abromaitis, V; Racys, V; van der Marel, P; Meulepas, R J W

    2016-04-01

    In Biological Activated Carbon (BAC) systems, persistent organic pollutants can be removed through a combination of adsorption, desorption and biodegradation. These processes might be affected by the presence of other organics, especially by the more abundant easily-biodegradable organics, like acetate. In this research these relations are quantified for the removal of the persistent pharmaceutical metoprolol. Acetate did not affect the adsorption and desorption of metoprolol, but it did greatly enhance the metoprolol biodegradation. At least part of the BAC biomass growing on acetate was also able to metabolise metoprolol, although metoprolol was only converted after the acetate was depleted. The presence of easily-degradable organics like acetate in the feeding water is therefore beneficial for the removal of metoprolol in BAC systems. The isotherms obtained from metoprolol adsorption and desorption experiments showed that BAC systems are subject to hysteresis; for AC bioregeneration to take place the microbial biomass has to reduce the concentration at the AC-biomass interface 2.7 times compared to the concentration at which the carbon was being loaded. However, given the threshold concentration of the MET degrading microorganisms (<0.08 μg/L) versus the average influent concentration (1.3 μg/L), bioregeneration is feasible. Copyright © 2016 Elsevier Ltd. All rights reserved.

  12. Integrated systems analysis of persistent polar pollutants in the water cycle.

    PubMed

    van der Voet, E; Nikolic, I; Huppes, G; Kleijn, R

    2004-01-01

    Persistent polar pollutants (P3) are difficult to degrade in standard waste water treatment plants. As a result, they end up in the effluent and are emitted to the surface water. In some areas, this problem is aggravated through "closed loop recycling", causing concentrations of P3 in surface water to build up over time. This could cause violation of (future) EU regulations. In the P-THREE project, various alternative waste water treatment techniques are investigated regarding their effectiveness in eliminating these substances, especially membrane bioreactor treatment and advanced oxidation processes, MBR and AOP. The integrated systems analysis which is the subject of this paper assesses these techniques in a broader systems context: (1) the life-cycle of the P3, (2) the life cycle of the WWTPs, and (3) the WWTP life cycle costs.

  13. Investigation of small solar system objects with the space telescope

    NASA Technical Reports Server (NTRS)

    Morrison, D.

    1979-01-01

    The application of the space telescope (ST) to study small objects in the solar system in order to understand the birth and the early evolution of the solar system is discussed. The upper size limit of the small bodies is defined as approximately 5000 km and includes planetary satellites, planetary rings, asteroids, and comets.The use of the astronomical instruments aboard the ST, such as the faint object camera, ultraviolet and infrared spectrometers, and spectrophotometers, to study the small solar system objects is discussed.

  14. Object-oriented biomedical system modelling--the language.

    PubMed

    Hakman, M; Groth, T

    1999-11-01

    The paper describes a new object-oriented biomedical continuous system modelling language (OOBSML). It is fully object-oriented and supports model inheritance, encapsulation, and model component instantiation and behaviour polymorphism. Besides the traditional differential and algebraic equation expressions the language includes also formal expressions for documenting models and defining model quantity types and quantity units. It supports explicit definition of model input-, output- and state quantities, model components and component connections. The OOBSML model compiler produces self-contained, independent, executable model components that can be instantiated and used within other OOBSML models and/or stored within model and model component libraries. In this way complex models can be structured as multilevel, multi-component model hierarchies. Technically the model components produced by the OOBSML compiler are executable computer code objects based on distributed object and object request broker technology. This paper includes both the language tutorial and the formal language syntax and semantic description.

  15. Discovering objects in a blood recipient information system.

    PubMed

    Qiu, D; Junghans, G; Marquardt, K; Kroll, H; Mueller-Eckhardt, C; Dudeck, J

    1995-01-01

    Application of object-oriented (OO) methodologies has been generally considered as a solution to the problem of improving the software development process and managing the so-called software crisis. Among them, object-oriented analysis (OOA) is the most essential and is a vital prerequisite for the successful use of other OO methodologies. Though there are already a good deal of OOA methods published, the most important aspect common to all these methods: discovering objects classes truly relevant to the given problem domain, has remained a subject to be intensively researched. In this paper, using the successful development of a blood recipient information system as an example, we present our approach which is based on the conceptual framework of responsibility-driven OOA. In the discussion, we also suggest that it may be inadequate to simply attribute the software crisis to the waterfall model of the software development life-cycle. We are convinced that the real causes for the failure of some software and information systems should be sought in the methodologies used in some crucial phases of the software development process. Furthermore, a software system can also fail if object classes essential to the problem domain are not discovered, implemented and visualized, so that the real-world situation cannot be faithfully traced by it.

  16. Information persistence services designed to support home care.

    PubMed

    Rocha, Nelson Pacheco; Queirós, Alexandra; Augusto, Filipe; Rodríguez, Yosvany Llerena; Cardoso, Carlos; Grade, José Miguel; Quintas, João

    2015-03-10

    Due to the challenges faced by health and social care systems, in particular those related to actual demographic trends, home care emerges as a potentially cost-effective solution to answer the needs of citizens, and to allow the reallocation of resources to alternatives to hospitalization or institutionalization. Home care services require cooperation between different actors, including health and social caregivers, care receivers, and their informal caregivers (eg, relatives or friends), across time, space, and organizational boundaries. Therefore, it is foreseeable that eHealth services can contribute to their improvement. The aim of this study is to evaluate information persistence services based on the Reference Information Model (RIM) of the Health Level Seven (HL7) version 3 to support formal caregivers, both health and social care providers, and informal caregivers in the context of home care services. A pilot study was set up involving two Portuguese institutions that provide home care services for the elderly. Defining of information requirements was performed according to a comprehensive process. This included a review of the literature, observations of work activities, interviews with caregivers, care receivers and their relatives, analysis of paper documentation related to care receivers' histories, health conditions and care plans, and brainstorming groups involving specialized professionals. Following this, information objects were implemented and validated. The methodological approach, as well as the information persistence services, proved to be robust and adequate to specify, implement, and validate different types of information objects related to home care services for the elderly. This study also reinforces the application of the RIM of the HL7 version 3 beyond the strict scope of health care, allowing the persistence of not only health care information, but also information related to social assistance activities. This study contributes to the

  17. ASUPT Automated Objective Performance Measurement System.

    ERIC Educational Resources Information Center

    Waag, Wayne L.; And Others

    To realize its full research potential, a need exists for the development of an automated objective pilot performance evaluation system for use in the Advanced Simulation in Undergraduate Pilot Training (ASUPT) facility. The present report documents the approach taken for the development of performance measures and also presents data collected…

  18. Specification of Computer Systems by Objectives.

    ERIC Educational Resources Information Center

    Eltoft, Douglas

    1989-01-01

    Discusses the evolution of mainframe and personal computers, and presents a case study of a network developed at the University of Iowa called the Iowa Computer-Aided Engineering Network (ICAEN) that combines Macintosh personal computers with Apollo workstations. Functional objectives are stressed as the best measure of system performance. (LRW)

  19. Hybrid Multiagent System for Automatic Object Learning Classification

    NASA Astrophysics Data System (ADS)

    Gil, Ana; de La Prieta, Fernando; López, Vivian F.

    The rapid evolution within the context of e-learning is closely linked to international efforts on the standardization of learning object metadata, which provides learners in a web-based educational system with ubiquitous access to multiple distributed repositories. This article presents a hybrid agent-based architecture that enables the recovery of learning objects tagged in Learning Object Metadata (LOM) and provides individualized help with selecting learning materials to make the most suitable choice among many alternatives.

  20. Hardware Evaluation Of Heavy Truck Side And Rear Object Detection Systems

    DOT National Transportation Integrated Search

    1995-01-01

    This paper focuses on two types of electronics-based object detection systems for heavy truck applications: those sensing the presence of objects to the rear of the vehicle (referred to as Rear Object Detection Systems, or RODS) and those sensing the...

  1. An application of object-oriented knowledge representation to engineering expert systems

    NASA Technical Reports Server (NTRS)

    Logie, D. S.; Kamil, H.; Umaretiya, J. R.

    1990-01-01

    The paper describes an object-oriented knowledge representation and its application to engineering expert systems. The object-oriented approach promotes efficient handling of the problem data by allowing knowledge to be encapsulated in objects and organized by defining relationships between the objects. An Object Representation Language (ORL) was implemented as a tool for building and manipulating the object base. Rule-based knowledge representation is then used to simulate engineering design reasoning. Using a common object base, very large expert systems can be developed, comprised of small, individually processed, rule sets. The integration of these two schemes makes it easier to develop practical engineering expert systems. The general approach to applying this technology to the domain of the finite element analysis, design, and optimization of aerospace structures is discussed.

  2. Multi objective decision making in hybrid energy system design

    NASA Astrophysics Data System (ADS)

    Merino, Gabriel Guillermo

    The design of grid-connected photovoltaic wind generator system supplying a farmstead in Nebraska has been undertaken in this dissertation. The design process took into account competing criteria that motivate the use of different sources of energy for electric generation. The criteria considered were 'Financial', 'Environmental', and 'User/System compatibility'. A distance based multi-objective decision making methodology was developed to rank design alternatives. The method is based upon a precedence order imposed upon the design objectives and a distance metric describing the performance of each alternative. This methodology advances previous work by combining ambiguous information about the alternatives with a decision-maker imposed precedence order in the objectives. Design alternatives, defined by the photovoltaic array and wind generator installed capacities, were analyzed using the multi-objective decision making approach. The performance of the design alternatives was determined by simulating the system using hourly data for an electric load for a farmstead and hourly averages of solar irradiation, temperature and wind speed from eight wind-solar energy monitoring sites in Nebraska. The spatial variability of the solar energy resource within the region was assessed by determining semivariogram models to krige hourly and daily solar radiation data. No significant difference was found in the predicted performance of the system when using kriged solar radiation data, with the models generated vs. using actual data. The spatial variability of the combined wind and solar energy resources was included in the design analysis by using fuzzy numbers and arithmetic. The best alternative was dependent upon the precedence order assumed for the main criteria. Alternatives with no PV array or wind generator dominated when the 'Financial' criteria preceded the others. In contrast, alternatives with a nil component of PV array but a high wind generator component

  3. Transcriptomic study on persistence and survival of Listeria monocytogenes following lethal treatment with Nisin.

    PubMed

    Wu, Shuyan; Yu, Pak-Lam; Wheeler, Dave; Flint, Steve

    2018-06-19

    The aim of this study was to determine the gene expression associated with the persistence of a Listeria monocytogenes stationary phase population when facing lethal nisin treatment METHODS: RNA Seq analysis was used for gene expression profiling of the persister cells in rich medium (persister TN) compared with untreated cells (non-persister).The results were confirmed using RT PCR. Functional genes associated with the persister populations were identified in multiple systems, such as heat shock related stress response, cell wall synthesis, ATP-binding cassette (ABC) transport system, phosphotransferase system (PTS system), and SOS/DNA repair. This study pointed to genetic regulation of persister cells exposed to lethal nisin and provides some insight into possible mechanisms of impeding bacterial persistence. Copyright © 2018. Published by Elsevier Ltd.

  4. [Persistent Bilateral Vocal Cord Paralysis after General Anesthesia in a Patient with Multiple System Atrophy: A Case Report].

    PubMed

    Konishi, Hanako; Mizota, Toshiyuki; Fukuda, Kazuhiko

    2015-06-01

    We report a case of persistent bilateral vocal cord paralysis which developed after spine surgery under general anesthesia in a patient with multiple system atrophy. A 64-year-old woman was scheduled to receive spinal fusion surgery for kyphoscoliosis. She did not have apparent symptoms of vocal cord paralysis such as hoarseness before surgery. The surgery was performed smoothly under general anesthesia with endotracheal intubation. However, immediately after extubation, the patient developed severe upper airway obstruction and was re-intubated. Fiberoptic laryngoscopy revealed bilateral vocal cord abductor paralysis. Vocal cord paralysis did not improve and she received tracheotomy on the 12th day after surgery. She also showed symptoms of autonomic nervous system dysfunction and cerebellar ataxia, and was diagnosed as multiple system atrophy on postoperative day 64. We discuss differential diagnosis of persistent vocal cord paralysis after general anesthesia, and anesthetic management of a patient with multiple system atrophy.

  5. Detection of buried magnetic objects by a SQUID gradiometer system

    NASA Astrophysics Data System (ADS)

    Meyer, Hans-Georg; Hartung, Konrad; Linzen, Sven; Schneider, Michael; Stolz, Ronny; Fried, Wolfgang; Hauspurg, Sebastian

    2009-05-01

    We present a magnetic detection system based on superconducting gradiometric sensors (SQUID gradiometers). The system provides a unique fast mapping of large areas with a high resolution of the magnetic field gradient as well as the local position. A main part of this work is the localization and classification of magnetic objects in the ground by automatic interpretation of geomagnetic field gradients, measured by the SQUID system. In accordance with specific features the field is decomposed into segments, which allow inferences to possible objects in the ground. The global consideration of object describing properties and their optimization using error minimization methods allows the reconstruction of superimposed features and detection of buried objects. The analysis system of measured geomagnetic fields works fully automatically. By a given surface of area-measured gradients the algorithm determines within numerical limits the absolute position of objects including depth with sub-pixel accuracy and allows an arbitrary position and attitude of sources. Several SQUID gradiometer data sets were used to show the applicability of the analysis algorithm.

  6. Persistent Fatigue in Hematopoietic Stem Cell Transplantation Survivors

    PubMed Central

    Hacker, Eileen Danaher; Fink, Anne M.; Peters, Tara; Park, Chang; Fantuzzi, Giamila; Rondelli, Damiano

    2016-01-01

    Background Fatigue is highly prevalent following hematopoietic stem cell transplantation (HCT). It has been described as intense and may last for years following treatment. Objective to compare fatigue, physical activity, sleep, emotional distress, cognitive function, and biological measures in HCT survivors with persistent fatigue (n = 25) to age- and gender-matched healthy controls with occasional tiredness (n = 25). Methods Data were collected using: (a) objective, real-time assessments of physical activity and sleep over 7 days; (b) patient-reported fatigue assessments; (c) computerized objective testing of cognitive functioning; and (d) biological measures. Differences between groups were examined using MANOVA. Results HCT survivors reported increased physical (p < .001), mental (p <.001), and overall fatigue (p < .001) as well as increased anxiety (p < .05) and depression (p < .01) compared to healthy controls. Red blood cell (RBC) levels were significantly lower in HCT survivors (p < .001). RBC levels for both groups, however, were in the normal range. TNF-α (p < .001) and IL-6 (p < .05) were significantly higher in HCT survivors. Conclusions Persistent fatigue in HCT survivors compared to healthy controls with occasional tiredness is accompanied by increased anxiety and depression along with decreased RBCs. Elevated TNF-α and IL-6 may be important biomarkers. Implications for Practice This study provides preliminary support for the conceptualization of fatigue as existing on a continuum, with tiredness anchoring one end and exhaustion the other. Persistent fatigue experienced by HCT survivors is more severe than the occasional tiredness of everyday life. PMID:27333126

  7. The Role of Neuropeptides in Persistent Virus Infections of the Central Nervous System

    DTIC Science & Technology

    1990-05-10

    5000 61153N RR04108 441f722 11. TITLE (include Security Classification) (U) The role of neuropeptides in persistent virus infections of the central...identify by block number) FIELD GROUP SUB-GROUP opioids, lymphocytes, infections , nervous system, virus, immunity, neuropeptides 19 ABSTRACT (Continue on...endorphin, 24 h after reconstitution of nude mice with splenocytes and 24 h prior to infection with virus, re- sulted in 74% survival; and 39% of the

  8. Impulse radar imaging system for concealed object detection

    NASA Astrophysics Data System (ADS)

    Podd, F. J. W.; David, M.; Iqbal, G.; Hussain, F.; Morris, D.; Osakue, E.; Yeow, Y.; Zahir, S.; Armitage, D. W.; Peyton, A. J.

    2013-10-01

    Electromagnetic systems for imaging concealed objects at checkpoints typically employ radiation at millimetre and terahertz frequencies. These systems have been shown to be effective and provide a sufficiently high resolution image. However there are difficulties and current electromagnetic systems have limitations particularly in accurately differentiating between threat and innocuous objects based on shape, surface emissivity or reflectivity, which are indicative parameters. In addition, water has a high absorption coefficient at millimetre wavelength and terahertz frequencies, which makes it more difficult for these frequencies to image through thick damp clothing. This paper considers the potential of using ultra wideband (UWB) in the low gigahertz range. The application of this frequency band to security screening appears to be a relatively new field. The business case for implementing the UWB system has been made financially viable by the recent availability of low-cost integrated circuits operating at these frequencies. Although designed for the communication sector, these devices can perform the required UWB radar measurements as well. This paper reports the implementation of a 2 to 5 GHz bandwidth linear array scanner. The paper describes the design and fabrication of transmitter and receiver antenna arrays whose individual elements are a type of antipodal Vivaldi antenna. The antenna's frequency and angular response were simulated in CST Microwave Studio and compared with laboratory measurements. The data pre-processing methods of background subtraction and deconvolution are implemented to improve the image quality. The background subtraction method uses a reference dataset to remove antenna crosstalk and room reflections from the dataset. The deconvolution method uses a Wiener filter to "sharpen" the returned echoes which improves the resolution of the reconstructed image. The filter uses an impulse response reference dataset and a signal

  9. Optical inspection system for cylindrical objects

    DOEpatents

    Brenden, Byron B.; Peters, Timothy J.

    1989-01-01

    In the inspection of cylindrical objects, particularly O-rings, the object is translated through a field of view and a linear light trace is projected on its surface. An image of the light trace is projected on a mask, which has a size and shape corresponding to the size and shape which the image would have if the surface of the object were perfect. If there is a defect, light will pass the mask and be sensed by a detector positioned behind the mask. Preferably, two masks and associated detectors are used, one mask being convex to pass light when the light trace falls on a projection from the surface and the other concave, to pass light when the light trace falls on a depression in the surface. The light trace may be either dynamic, formed by a scanned laser beam, or static, formed by such a beam focussed by a cylindrical lens. Means are provided to automatically keep the illuminating receiving systems properly aligned.

  10. Chiropractic management of a patient with persistent headache

    PubMed Central

    West, Jason; Phillips, Reed B.

    2013-01-01

    Objective The purpose of this case report is to describe chiropractic care of a patient with persistent headache treated using chiropractic manipulative therapy and adjunct treatments. Clinical features A 54-year-old multiparous woman had chronic debilitating headaches for 11 months. Previous care from a variety of specialties had brought no appreciable relief. Intervention and outcome The patient was managed with chiropractic manipulative therapy, injections, and electromagnetic therapy. Five treatments over 6 weeks brought resolution of the headaches. Conclusion This patient with persistent headache responded favorably to a course of chiropractic and adjunctive care. PMID:24396331

  11. The Real-Time ObjectAgent Software Architecture for Distributed Satellite Systems

    DTIC Science & Technology

    2001-01-01

    real - time operating system selection are also discussed. The fourth section describes a simple demonstration of real-time ObjectAgent. Finally, the...experience with C++. After selecting the programming language, it was necessary to select a target real - time operating system (RTOS) and embedded...ObjectAgent software to run on the OSE Real Time Operating System . In addition, she is responsible for the integration of ObjectAgent

  12. Polarimetry of Solar System Objects: Observations vs. Models

    NASA Astrophysics Data System (ADS)

    Yanamandra-Fisher, P. A.

    2014-04-01

    The overarching goals for the remote sensing and robotic exploration of planetary systems are: (1) understanding the formation of planetary systems and their diversity; and (2) search for habitability. Since all objects have unique polarimetric signatures inclusion of spectrophotopolarimetry as a complementary approach to standard techniques of imaging and spectroscopy, provides insight into the scattering properties of the planetary media. Specifically, linear and circular polarimetric signatures of the object arise from different physical processes and their study proves essential to the characterization of the object. Linear polarization of reflected light by various solar system objects provides insight into the scattering characteristics of atmospheric aerosols and hazes? and surficial properties of atmosphereless bodies. Many optically active materials are anisotropic and so their scattering properties differ with the object's principal axes (such as dichroic or birefringent materials) and are crystalline in structure instead of amorphous, (eg., the presence of olivines and silicates in cometary dust and circumstellar disks? Titan, etc.). Ices (water and other species) are abundant in the system indicated in their near - infrared spectra. Gas giants form outside the frost line (where ices condense), and their satellites and ring systems exhibit signature of water ice? clathrates, nonices (Si, C, Fe) in their NIR spectra and spectral dependence of linear polarization. Additionally, spectral dependence of polarization is important to separate the macroscopic (bulk) properties of the scattering medium from the microscopic (particulate) properties of the scattering medium. Circular polarization, on the other hand, is indicative of magnetic fields and biologically active molecules, necessary for habitability. These applications suffer from lack of detailed observations, instrumentation, dedicated missions and numericalretrieval methods. With recent discoveries and

  13. Persistence of atopic dermatitis (AD): A systematic review and meta-analysis

    PubMed Central

    Kim, Jooho P.; Chao, Lucy X.; Simpson, Eric L.; Silverberg, Jonathan I.

    2016-01-01

    Background Previous studies found conflicting results about whether childhood atopic dermatitis (AD) persists into adulthood. Objective We sought to determine persistence rates and clinical factors associated with prolonged AD. Methods A systematic review was performed in MEDLINE, EMBASE, Scopus, GREAT, LILACS, Web of Science, Academic Search Complete, and Cochrane Library. Meta-analysis was performed using Kaplan-Meier plots and random-effects proportional hazards regression. Results In total, 45 studies including 110,651 subjects spanning 434,992 patient-years from 15 countries were included. In pooled analysis, 80% of childhood AD did not persist by 8 years and less than 5% persisted by 20 years after diagnosis (mean ± SE: 6.1 ± 0.02 years). Children with AD that persisted already for more than 10 years (8.3 ± 0.08 years) had longer persistence than those with 3 (3.2 ± 0.02 years) or 5 (6.8 ± 0.06 years) years of persistence. Children who developed AD by age 2 years had less persistent disease (P < .0001). Persistence was greater in studies using patient-/caregiver-assessed versus physician-assessed outcomes, female versus male patients (P ≤ .0006), but not in those with sensitivity to allergens (P = .90). Three studies found prolonged persistence with more severe AD. Limitations Some studies did not capture recurrences later in life. Conclusions Most childhood AD remitted by adulthood. However, children with already persistent disease, later onset, and/or more severe disease have increased persistence. PMID:27544489

  14. Garbage Collection in a Distributed Object-Oriented System

    NASA Technical Reports Server (NTRS)

    Gupta, Aloke; Fuchs, W. Kent

    1993-01-01

    An algorithm is described in this paper for garbage collection in distributed systems with object sharing across processor boundaries. The algorithm allows local garbage collection at each node in the system to proceed independently of local collection at the other nodes. It requires no global synchronization or knowledge of the global state of the system and exhibits the capability of graceful degradation. The concept of a specialized dump node is proposed to facilitate the collection of inaccessible circular structures. An experimental evaluation of the algorithm is also described. The algorithm is compared with a corresponding scheme that requires global synchronization. The results show that the algorithm works well in distributed processing environments even when the locality of object references is low.

  15. Adaptive Optics Imaging of Solar System Objects

    NASA Technical Reports Server (NTRS)

    Roddier, Francois; Owen, Toby

    1999-01-01

    Most solar system objects have never been observed at wavelengths longer than the R band with an angular resolution better than 1". The Hubble Space Telescope itself has only recently been equipped to observe in the infrared. However, because of its small diameter, the angular resolution is lower than that one can now achieved from the ground with adaptive optics, and time allocated to planetary science is limited. We have successfully used adaptive optics on a 4-m class telescope to obtain 0.1" resolution images of solar system objects in the far red and near infrared (0.7-2.5 microns), aE wavelengths which best discl"lmlnate their spectral signatures. Our efforts have been put into areas of research for which high angular resolution is essential.

  16. System and method for removal of buried objects

    DOEpatents

    Alexander, Robert G [Richland, WA; Crass, Dennis [Kennewick, WA; Grams, William [Kennewick, WA; Phillips, Steven J [Sunnyside, WA; Riess, Mark [Kennewick, WA

    2008-06-03

    The present invention is a system and method for removal of buried objects. According to one embodiment of the invention, a crane with a vibrator casing driver is used to lift and suspend a large diameter steel casing over the buried object. Then the casing is driven into the ground by the vibratory driver until the casing surrounds the buried object. Then the open bottom of the casing is sealed shut by injecting grout into the ground within the casing near its bottom. When the seal has cured and hardened, the top of the casing is lifted to retrieve the casing, with the buried object inside, from the ground.

  17. Methodology for object-oriented real-time systems analysis and design: Software engineering

    NASA Technical Reports Server (NTRS)

    Schoeffler, James D.

    1991-01-01

    Successful application of software engineering methodologies requires an integrated analysis and design life-cycle in which the various phases flow smoothly 'seamlessly' from analysis through design to implementation. Furthermore, different analysis methodologies often lead to different structuring of the system so that the transition from analysis to design may be awkward depending on the design methodology to be used. This is especially important when object-oriented programming is to be used for implementation when the original specification and perhaps high-level design is non-object oriented. Two approaches to real-time systems analysis which can lead to an object-oriented design are contrasted: (1) modeling the system using structured analysis with real-time extensions which emphasizes data and control flows followed by the abstraction of objects where the operations or methods of the objects correspond to processes in the data flow diagrams and then design in terms of these objects; and (2) modeling the system from the beginning as a set of naturally occurring concurrent entities (objects) each having its own time-behavior defined by a set of states and state-transition rules and seamlessly transforming the analysis models into high-level design models. A new concept of a 'real-time systems-analysis object' is introduced and becomes the basic building block of a series of seamlessly-connected models which progress from the object-oriented real-time systems analysis and design system analysis logical models through the physical architectural models and the high-level design stages. The methodology is appropriate to the overall specification including hardware and software modules. In software modules, the systems analysis objects are transformed into software objects.

  18. Integrative systems modeling and multi-objective optimization

    EPA Science Inventory

    This presentation presents a number of algorithms, tools, and methods for utilizing multi-objective optimization within integrated systems modeling frameworks. We first present innovative methods using a genetic algorithm to optimally calibrate the VELMA and SWAT ecohydrological ...

  19. Object-Oriented Dynamic Bayesian Network-Templates for Modelling Mechatronic Systems

    DTIC Science & Technology

    2002-05-04

    daimlerchrysler.com Abstract are widespread. For modelling mechanical systems The object-oriented paradigma is a new but proven technol- ADAMS [31 or...hardware (sub-)systems. On the Software side thermal flow or hydraulics, see Figure 1. It also contains a the object-oriented paradigma is by now (at

  20. Segregation and persistence of form in the lateral occipital complex.

    PubMed

    Ferber, Susanne; Humphrey, G Keith; Vilis, Tutis

    2005-01-01

    While the lateral occipital complex (LOC) has been shown to be implicated in object recognition, it is unclear whether this brain area is responsive to low-level stimulus-driven features or high-level representational processes. We used scrambled shape-from-motion displays to disambiguate the presence of contours from figure-ground segregation and to measure the strength of the binding process for shapes without contours. We found persisting brain activation in the LOC for scrambled displays after the motion stopped indicating that this brain area subserves and maintains figure-ground segregation processes, a low-level function in the object processing hierarchy. In our second experiment, we found that the figure-ground segregation process has some form of spatial constancy indicating top-down influences. The persisting activation after the motion stops suggests an intermediate role in object recognition processes for this brain area and might provide further evidence for the idea that the lateral occipital complex subserves mnemonic functions mediating between iconic and short-term memory.

  1. Infrared system for monitoring movement of objects

    DOEpatents

    Valentine, K.H.; Falter, D.D.; Falter, K.G.

    1991-04-30

    A system is described for monitoring moving objects, such as the flight of honeybees and other insects, using a pulsed laser light source. This system has a self-powered micro-miniaturized transmitting unit powered, in the preferred embodiment, with an array of solar cells. This transmitting unit is attached to the object to be monitored. These solar cells provide current to a storage energy capacitor to produce, for example, five volts for the operation of the transmitter. In the simplest embodiment, the voltage on the capacitor operates a pulse generator to provide a pulsed energizing signal to one or more very small laser diodes. The pulsed light is then received at a receiving base station using substantially standard means which converts the light to an electrical signal for processing in a microprocessor to create the information as to the movement of the object. In the case of a unit for monitoring honeybees and other insects, the transmitting unit weighs less than 50 mg, and has a size no larger than 1[times]3[times]5 millimeters. Also, the preferred embodiment provides for the coding of the light to uniquely identify the particular transmitting unit that is being monitored. A wake-up' circuit is provided in the preferred embodiment whereby there is no transmission until the voltage on the capacitor has exceeded a pre-set threshold. Various other uses of the motion-detection system are described. 4 figures.

  2. Infrared system for monitoring movement of objects

    DOEpatents

    Valentine, Kenneth H.; Falter, Diedre D.; Falter, Kelly G.

    1991-01-01

    A system for monitoring moving objects, such as the flight of honeybees and other insects, using a pulsed laser light source. This system has a self-powered micro-miniaturized transmitting unit powered, in the preferred embodiment, with an array solar cells. This transmitting unit is attached to the object to be monitored. These solar cells provide current to a storage energy capacitor to produce, for example, five volts for the operation of the transmitter. In the simplest embodiment, the voltage on the capacitor operates a pulse generator to provide a pulsed energizing signal to one or more very small laser diodes. The pulsed light is then received at a receiving base station using substantially standard means which converts the light to an electrical signal for processing in a microprocessor to create the information as to the movement of the object. In the case of a unit for monitoring honeybees and other insects, the transmitting unit weighs less than 50 mg, and has a size no larger than 1.times.3.times.5 millimeters. Also, the preferred embodiment provides for the coding of the light to uniquely identify the particular transmitting unit that is being monitored. A "wake-up" circuit is provided in the preferred embodiment whereby there is no transmission until the voltage on the capacitor has exceeded a pre-set threshold. Various other uses of the motion-detection system are described.

  3. An object detection and tracking system for unmanned surface vehicles

    NASA Astrophysics Data System (ADS)

    Yang, Jian; Xiao, Yang; Fang, Zhiwen; Zhang, Naiwen; Wang, Li; Li, Tao

    2017-10-01

    Object detection and tracking are critical parts of unmanned surface vehicles(USV) to achieve automatic obstacle avoidance. Off-the-shelf object detection methods have achieved impressive accuracy in public datasets, though they still meet bottlenecks in practice, such as high time consumption and low detection quality. In this paper, we propose a novel system for USV, which is able to locate the object more accurately while being fast and stable simultaneously. Firstly, we employ Faster R-CNN to acquire several initial raw bounding boxes. Secondly, the image is segmented to a few superpixels. For each initial box, the superpixels inside will be grouped into a whole according to a combination strategy, and a new box is thereafter generated as the circumscribed bounding box of the final superpixel. Thirdly, we utilize KCF to track these objects after several frames, Faster-RCNN is again used to re-detect objects inside tracked boxes to prevent tracking failure as well as remove empty boxes. Finally, we utilize Faster R-CNN to detect objects in the next image, and refine object boxes by repeating the second module of our system. The experimental results demonstrate that our system is fast, robust and accurate, which can be applied to USV in practice.

  4. Redo renal denervation using a multi-electrode radiofrequency system in patients with persistent therapy-resistant hypertension.

    PubMed

    Daemen, J; Feyz, L; Van Zandvoort, L; Van Mieghem, N M

    2017-06-01

    Renal sympathetic denervation has been studied as a potential therapeutic option for patients with therapy-resistant hypertension; however, a significant proportion of patients do not show a significant reduction in blood pressure and are classified as non-responders. The objective of the present study was to assess whether a redo renal denervation procedure increases response rates. We present a case series of three consecutive renal denervation non-responders treated with the multi-electrode radiofrequency St. Jude EnligHTN catheter after an average of 22 months. Patients were followed for 6 months. Mean age was 66 years and two patients were male. Patients were previously treated using either ReCor's Paradise system, the Vessix V2 system or the Covidien OneShot system. Mean office blood pressure one year after the initial procedure was 187/102 mm Hg with a mean 24 h ambulatory blood pressure of 166/102 mm Hg. All patients underwent a successful redo procedure using the EnligHTN system because of persistent therapy-resistant hypertension. At 6 months a significant drop in both office and ambulatory blood pressure of -27/-6 mm Hg and -15/-13 mm Hg, respectively, was observed. No significant renal artery stenosis was observed at 6 months. In patients with therapy-resistant hypertension who do not respond to an initial renal denervation procedure, a redo procedure using the St. Jude EnligHTN system may help to significantly improve blood pressure control.

  5. Interoperability Gap Challenges for Learning Object Repositories & Learning Management Systems

    ERIC Educational Resources Information Center

    Mason, Robert T.

    2011-01-01

    An interoperability gap exists between Learning Management Systems (LMSs) and Learning Object Repositories (LORs). Learning Objects (LOs) and the associated Learning Object Metadata (LOM) that is stored within LORs adhere to a variety of LOM standards. A common LOM standard found in LORs is the Sharable Content Object Reference Model (SCORM)…

  6. Can infants' object concepts be trained?

    PubMed

    Scholl, Brian J

    2004-02-01

    Decades of research and debate on the origins of object permanence in infancy have contrasted various types of learning with possible innate contributions. A recent paper by Johnson et al. adds a new perspective to this debate by reporting that even very brief training periods can dramatically influence infants' persisting object representations. Such training studies have the potential to constrain 'nature versus nurture' debates in novel ways, although important challenges remain.

  7. Grid-based precision aim system and method for disrupting suspect objects

    DOEpatents

    Gladwell, Thomas Scott; Garretson, Justin; Hobart, Clinton G.; Monda, Mark J.

    2014-06-10

    A system and method for disrupting at least one component of a suspect object is provided. The system has a source for passing radiation through the suspect object, a grid board positionable adjacent the suspect object (the grid board having a plurality of grid areas, the radiation from the source passing through the grid board), a screen for receiving the radiation passing through the suspect object and generating at least one image, a weapon for deploying a discharge, and a targeting unit for displaying the image of the suspect object and aiming the weapon according to a disruption point on the displayed image and deploying the discharge into the suspect object to disable the suspect object.

  8. Rotenone persistence model for montane streams

    USGS Publications Warehouse

    Brown, Peter J.; Zale, Alexander V.

    2012-01-01

    The efficient and effective use of rotenone is hindered by its unknown persistence in streams. Environmental conditions degrade rotenone, but current label instructions suggest fortifying the chemical along a stream based on linear distance or travel time rather than environmental conditions. Our objective was to develop models that use measurements of environmental conditions to predict rotenone persistence in streams. Detailed measurements of ultraviolet radiation, water temperature, dissolved oxygen, total dissolved solids (TDS), conductivity, pH, oxidation–reduction potential (ORP), substrate composition, amount of organic matter, channel slope, and travel time were made along stream segments located between rotenone treatment stations and cages containing bioassay fish in six streams. The amount of fine organic matter, biofilm, sand, gravel, cobble, rubble, small boulders, slope, pH, TDS, ORP, light reaching the stream, energy dissipated, discharge, and cumulative travel time were each significantly correlated with fish death. By using logistic regression, measurements of environmental conditions were paired with the responses of bioassay fish to develop a model that predicted the persistence of rotenone toxicity in streams. This model was validated with data from two additional stream treatment reaches. Rotenone persistence was predicted by a model that used travel time, rubble, and ORP. When this model predicts a probability of less than 0.95, those who apply rotenone can expect incomplete eradication and should plan on fortifying rotenone concentrations. The significance of travel time has been previously identified and is currently used to predict rotenone persistence. However, rubble substrate, which may be associated with the degradation of rotenone by adsorption and volatilization in turbulent environments, was not previously considered.

  9. Object migration and authentication. [in computer operating systems design

    NASA Technical Reports Server (NTRS)

    Gligor, V. D.; Lindsay, B. G.

    1979-01-01

    The paper presents a mechanism permitting a type manager to fabricate a migrated object representation which can be entrusted to other subsystems or transmitted outside of the control of a local computer system. The migrated object representation is signed by the type manager in such a way that the type manager's signature cannot be forged and the manager is able to authenticate its own signature. Subsequently, the type manager can retrieve the migrated representation and validate its contents before reconstructing the object in its original representation. This facility allows type managers to authenticate the contents of off-line or network storage and solves problems stemming from the hierarchical structure of the system itself.

  10. Vision System Measures Motions of Robot and External Objects

    NASA Technical Reports Server (NTRS)

    Talukder, Ashit; Matthies, Larry

    2008-01-01

    A prototype of an advanced robotic vision system both (1) measures its own motion with respect to a stationary background and (2) detects other moving objects and estimates their motions, all by use of visual cues. Like some prior robotic and other optoelectronic vision systems, this system is based partly on concepts of optical flow and visual odometry. Whereas prior optoelectronic visual-odometry systems have been limited to frame rates of no more than 1 Hz, a visual-odometry subsystem that is part of this system operates at a frame rate of 60 to 200 Hz, given optical-flow estimates. The overall system operates at an effective frame rate of 12 Hz. Moreover, unlike prior machine-vision systems for detecting motions of external objects, this system need not remain stationary: it can detect such motions while it is moving (even vibrating). The system includes a stereoscopic pair of cameras mounted on a moving robot. The outputs of the cameras are digitized, then processed to extract positions and velocities. The initial image-data-processing functions of this system are the same as those of some prior systems: Stereoscopy is used to compute three-dimensional (3D) positions for all pixels in the camera images. For each pixel of each image, optical flow between successive image frames is used to compute the two-dimensional (2D) apparent relative translational motion of the point transverse to the line of sight of the camera. The challenge in designing this system was to provide for utilization of the 3D information from stereoscopy in conjunction with the 2D information from optical flow to distinguish between motion of the camera pair and motions of external objects, compute the motion of the camera pair in all six degrees of translational and rotational freedom, and robustly estimate the motions of external objects, all in real time. To meet this challenge, the system is designed to perform the following image-data-processing functions: The visual-odometry subsystem

  11. Optical system for object detection and delineation in space

    NASA Astrophysics Data System (ADS)

    Handelman, Amir; Shwartz, Shoam; Donitza, Liad; Chaplanov, Loran

    2018-01-01

    Object recognition and delineation is an important task in many environments, such as in crime scenes and operating rooms. Marking evidence or surgical tools and attracting the attention of the surrounding staff to the marked objects can affect people's lives. We present an optical system comprising a camera, computer, and small laser projector that can detect and delineate objects in the environment. To prove the optical system's concept, we show that it can operate in a hypothetical crime scene in which a pistol is present and automatically recognize and segment it by various computer-vision algorithms. Based on such segmentation, the laser projector illuminates the actual boundaries of the pistol and thus allows the persons in the scene to comfortably locate and measure the pistol without holding any intermediator device, such as an augmented reality handheld device, glasses, or screens. Using additional optical devices, such as diffraction grating and a cylinder lens, the pistol size can be estimated. The exact location of the pistol in space remains static, even after its removal. Our optical system can be fixed or dynamically moved, making it suitable for various applications that require marking of objects in space.

  12. A simulation system to hide dynamic objects selectively at visible wavelengths

    NASA Astrophysics Data System (ADS)

    Cheng, Qiluan; Zhang, Shu; Ding, Chizhu; Tan, Zuojun; Wang, Guo Ping

    2018-04-01

    Currently, invisibility devices are increasingly approaching practical application requirements, such as using easily obtained materials for construction and hiding dynamic objects. Here, using phase retrieval and computer-generated holography techniques, we design an invisibility system in simulation to produce a phase-conjugation signal that changes with the dynamic object to hide it. This system is highly selective for the hidden objects, i.e., it only hides the target object and has no effect on the others. Such function may provide our invisibility system with great potential in special fields, such as biology and military applications for living and dynamic target recognition, selective camouflaging, and others.

  13. Object detection system based on multimodel saliency maps

    NASA Astrophysics Data System (ADS)

    Guo, Ya'nan; Luo, Chongfan; Ma, Yide

    2017-03-01

    Detection of visually salient image regions is extensively applied in computer vision and computer graphics, such as object detection, adaptive compression, and object recognition, but any single model always has its limitations to various images, so in our work, we establish a method based on multimodel saliency maps to detect the object, which intelligently absorbs the merits of various individual saliency detection models to achieve promising results. The method can be roughly divided into three steps: in the first step, we propose a decision-making system to evaluate saliency maps obtained by seven competitive methods and merely select the three most valuable saliency maps; in the second step, we introduce heterogeneous PCNN algorithm to obtain three prime foregrounds; and then a self-designed nonlinear fusion method is proposed to merge these saliency maps; at last, the adaptive improved and simplified PCNN model is used to detect the object. Our proposed method can constitute an object detection system for different occasions, which requires no training, is simple, and highly efficient. The proposed saliency fusion technique shows better performance over a broad range of images and enriches the applicability range by fusing different individual saliency models, this proposed system is worthy enough to be called a strong model. Moreover, the proposed adaptive improved SPCNN model is stemmed from the Eckhorn's neuron model, which is skilled in image segmentation because of its biological background, and in which all the parameters are adaptive to image information. We extensively appraise our algorithm on classical salient object detection database, and the experimental results demonstrate that the aggregation of saliency maps outperforms the best saliency model in all cases, yielding highest precision of 89.90%, better recall rates of 98.20%, greatest F-measure of 91.20%, and lowest mean absolute error value of 0.057, the value of proposed saliency evaluation

  14. Directed and persistent movement arises from mechanochemistry of the ParA/ParB system

    PubMed Central

    Hu, Longhua; Vecchiarelli, Anthony G.; Mizuuchi, Kiyoshi; Neuman, Keir C.; Liu, Jian

    2015-01-01

    The segregation of DNA before cell division is essential for faithful genetic inheritance. In many bacteria, segregation of low-copy number plasmids involves an active partition system composed of a nonspecific DNA-binding ATPase, ParA, and its stimulator protein ParB. The ParA/ParB system drives directed and persistent movement of DNA cargo both in vivo and in vitro. Filament-based models akin to actin/microtubule-driven motility were proposed for plasmid segregation mediated by ParA. Recent experiments challenge this view and suggest that ParA/ParB system motility is driven by a diffusion ratchet mechanism in which ParB-coated plasmid both creates and follows a ParA gradient on the nucleoid surface. However, the detailed mechanism of ParA/ParB-mediated directed and persistent movement remains unknown. Here, we develop a theoretical model describing ParA/ParB-mediated motility. We show that the ParA/ParB system can work as a Brownian ratchet, which effectively couples the ATPase-dependent cycling of ParA–nucleoid affinity to the motion of the ParB-bound cargo. Paradoxically, this resulting processive motion relies on quenching diffusive plasmid motion through a large number of transient ParA/ParB-mediated tethers to the nucleoid surface. Our work thus sheds light on an emergent phenomenon in which nonmotor proteins work collectively via mechanochemical coupling to propel cargos—an ingenious solution shaped by evolution to cope with the lack of processive motor proteins in bacteria. PMID:26647183

  15. Directed and persistent movement arises from mechanochemistry of the ParA/ParB system.

    PubMed

    Hu, Longhua; Vecchiarelli, Anthony G; Mizuuchi, Kiyoshi; Neuman, Keir C; Liu, Jian

    2015-12-22

    The segregation of DNA before cell division is essential for faithful genetic inheritance. In many bacteria, segregation of low-copy number plasmids involves an active partition system composed of a nonspecific DNA-binding ATPase, ParA, and its stimulator protein ParB. The ParA/ParB system drives directed and persistent movement of DNA cargo both in vivo and in vitro. Filament-based models akin to actin/microtubule-driven motility were proposed for plasmid segregation mediated by ParA. Recent experiments challenge this view and suggest that ParA/ParB system motility is driven by a diffusion ratchet mechanism in which ParB-coated plasmid both creates and follows a ParA gradient on the nucleoid surface. However, the detailed mechanism of ParA/ParB-mediated directed and persistent movement remains unknown. Here, we develop a theoretical model describing ParA/ParB-mediated motility. We show that the ParA/ParB system can work as a Brownian ratchet, which effectively couples the ATPase-dependent cycling of ParA-nucleoid affinity to the motion of the ParB-bound cargo. Paradoxically, this resulting processive motion relies on quenching diffusive plasmid motion through a large number of transient ParA/ParB-mediated tethers to the nucleoid surface. Our work thus sheds light on an emergent phenomenon in which nonmotor proteins work collectively via mechanochemical coupling to propel cargos-an ingenious solution shaped by evolution to cope with the lack of processive motor proteins in bacteria.

  16. Impact of Data Placement on Resilience in Large-Scale Object Storage Systems

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

    Carns, Philip; Harms, Kevin; Jenkins, John

    Distributed object storage architectures have become the de facto standard for high-performance storage in big data, cloud, and HPC computing. Object storage deployments using commodity hardware to reduce costs often employ object replication as a method to achieve data resilience. Repairing object replicas after failure is a daunting task for systems with thousands of servers and billions of objects, however, and it is increasingly difficult to evaluate such scenarios at scale on realworld systems. Resilience and availability are both compromised if objects are not repaired in a timely manner. In this work we leverage a high-fidelity discrete-event simulation model tomore » investigate replica reconstruction on large-scale object storage systems with thousands of servers, billions of objects, and petabytes of data. We evaluate the behavior of CRUSH, a well-known object placement algorithm, and identify configuration scenarios in which aggregate rebuild performance is constrained by object placement policies. After determining the root cause of this bottleneck, we then propose enhancements to CRUSH and the usage policies atop it to enable scalable replica reconstruction. We use these methods to demonstrate a simulated aggregate rebuild rate of 410 GiB/s (within 5% of projected ideal linear scaling) on a 1,024-node commodity storage system. We also uncover an unexpected phenomenon in rebuild performance based on the characteristics of the data stored on the system.« less

  17. Accurate object tracking system by integrating texture and depth cues

    NASA Astrophysics Data System (ADS)

    Chen, Ju-Chin; Lin, Yu-Hang

    2016-03-01

    A robust object tracking system that is invariant to object appearance variations and background clutter is proposed. Multiple instance learning with a boosting algorithm is applied to select discriminant texture information between the object and background data. Additionally, depth information, which is important to distinguish the object from a complicated background, is integrated. We propose two depth-based models that can compensate texture information to cope with both appearance variants and background clutter. Moreover, in order to reduce the risk of drifting problem increased for the textureless depth templates, an update mechanism is proposed to select more precise tracking results to avoid incorrect model updates. In the experiments, the robustness of the proposed system is evaluated and quantitative results are provided for performance analysis. Experimental results show that the proposed system can provide the best success rate and has more accurate tracking results than other well-known algorithms.

  18. Submerged Object Detection and Classification System

    DTIC Science & Technology

    1993-04-16

    example of this type of system is a conventional sonar device wherein a highly directional beam of sonic energy periodically radiates from a...scanning transducer which in turn operates as a receiver to detect echoes reflected from any object within the path of 15 propagation. Sonar devices...classification, which requires relatively high frequency signals. Sonar devices also have the shortcoming of sensing background noise generated by

  19. The Enigmatic Persistence of Anorexia Nervosa

    PubMed Central

    Walsh, B. Timothy

    2014-01-01

    Objective In this review, based on recent advances in cognitive neuroscience, the author presents a formulation in which the marked persistence of anorexia nervosa can be usefully understood as a well-ingrained maladaptive habit. Method The author reviewed the relevant literature on the development and course of anorexia nervosa and interpreted critical features in light of developments in cognitive neuroscience. Results Anorexia nervosa is a well characterized disorder with remarkable persistence both across history and among affected individuals. Food restriction, the salient behavioral feature of the disorder, often begins innocently but gradually takes on a life of its own. Over time, it becomes highly entrenched and resistant to change through either psychological or pharmacological treatment. Cognitive neuroscience has described two related but distinct processes that underlie the acquisition of new patterns of behavior, namely, action-outcome and stimulus-response learning. It is likely that both processes are engaged in the development of anorexia nervosa and that stimulus-response learning (that is, habit formation) is critical to the persistence of the dieting behavior. Conclusions The formulation of the dieting behavior characteristic of anorexia nervosa as a well-entrenched habit provides a basis for understanding the striking persistence of this disorder. This model helps explain the resistance of anorexia nervosa to interventions that have established efficacy in related disorders and implies that addressing the dieting behavior is critical, especially early in the course of the illness, before it has become ingrained. PMID:23429750

  20. The Relationship between Object Files and Conscious Perception

    ERIC Educational Resources Information Center

    Mitroff, S.R.; Scholl, B.J.; Wynn, K.

    2005-01-01

    Object files (OFs) are hypothesized mid-level representations which mediate our conscious perception of persisting objects-e.g. telling us 'which went where'. Despite the appeal of the OF framework, not previous research has directly explored whether OFs do indeed correspond to conscious percepts. Here we present at least one case wherein…

  1. 3D-Web-GIS RFID Location Sensing System for Construction Objects

    PubMed Central

    2013-01-01

    Construction site managers could benefit from being able to visualize on-site construction objects. Radio frequency identification (RFID) technology has been shown to improve the efficiency of construction object management. The objective of this study is to develop a 3D-Web-GIS RFID location sensing system for construction objects. An RFID 3D location sensing algorithm combining Simulated Annealing (SA) and a gradient descent method is proposed to determine target object location. In the algorithm, SA is used to stabilize the search process and the gradient descent method is used to reduce errors. The locations of the analyzed objects are visualized using the 3D-Web-GIS system. A real construction site is used to validate the applicability of the proposed method, with results indicating that the proposed approach can provide faster, more accurate, and more stable 3D positioning results than other location sensing algorithms. The proposed system allows construction managers to better understand worksite status, thus enhancing managerial efficiency. PMID:23864821

  2. 3D-Web-GIS RFID location sensing system for construction objects.

    PubMed

    Ko, Chien-Ho

    2013-01-01

    Construction site managers could benefit from being able to visualize on-site construction objects. Radio frequency identification (RFID) technology has been shown to improve the efficiency of construction object management. The objective of this study is to develop a 3D-Web-GIS RFID location sensing system for construction objects. An RFID 3D location sensing algorithm combining Simulated Annealing (SA) and a gradient descent method is proposed to determine target object location. In the algorithm, SA is used to stabilize the search process and the gradient descent method is used to reduce errors. The locations of the analyzed objects are visualized using the 3D-Web-GIS system. A real construction site is used to validate the applicability of the proposed method, with results indicating that the proposed approach can provide faster, more accurate, and more stable 3D positioning results than other location sensing algorithms. The proposed system allows construction managers to better understand worksite status, thus enhancing managerial efficiency.

  3. Systemic right-to-left shunts, ischemic brain lesions, and persistent migraine activity.

    PubMed

    Koppen, Hille; Palm-Meinders, Inge H; Mess, Werner H; Keunen, Ruud W; Terwindt, Gisela M; Launer, Lenore J; van Buchem, Mark A; Kruit, Mark C; Ferrari, Michel D

    2016-05-03

    To assess whether migraine in the general population is associated with increased risk of systemic right-to-left shunts (RLS) and whether RLS are associated with increased prevalence of brain infarcts and persistent recurrence of migraine attacks at older age. Brain MRI and transcranial Doppler with air contrast in 166 unselected migraineurs (mean age ± SD 56 ± 7.7 years; 70% women; n = 96 migraine with aura) and 69 controls (mean age ± SD 55 ± 7.6 years; 65% women) from the general population. Participants with migraine with aura more frequently had Valsalva-induced RLS (60%), in particular large-sized, compared to controls (42%; odds ratio [OR] 2.1; 95% confidence interval [CI] 1.1-3.9; p = 0.02) and participants with migraine without aura (40%; OR 2.3; 95% CI 1.2-4.3; p = 0.01). They also more frequently had spontaneous RLS (35%) than participants with migraine without aura (17%; OR 2.6; 95% CI 1.3-5.6; p = 0.01) but not compared to controls (26%; OR 1.6; 95% CI 0.8-3.1; p = 0.2). Participants with migraine with aura and spontaneous RLS more frequently had persistent migraine activity (85%) than participants with migraine without spontaneous RLS (63%; OR 3.4; 95% CI 1.2-10.1; p = 0.03). Nine percent of participants with RLS had silent posterior circulation infarcts compared to 3% of participants without RLS (OR 2.8; 95% CI 0.9-9.3; p = 0.08), independent of migraine status. RLS were not associated with white matter lesions. RLS are more prevalent in migraineurs with aura but do not explain the increased prevalence of silent posterior circulation infarcts or white matter lesions in migraineurs. Spontaneous RLS are associated with persistent migraine. © 2016 American Academy of Neurology.

  4. Moving Object Control System

    NASA Technical Reports Server (NTRS)

    Arndt, G. Dickey (Inventor); Carl, James R. (Inventor)

    2001-01-01

    A method is provided for controlling two objects relatively moveable with respect to each other. A plurality of receivers are provided for detecting a distinctive microwave signal from each of the objects and measuring the phase thereof with respect to a reference signal. The measured phase signal is used to determine a distance between each of the objects and each of the plurality of receivers. Control signals produced in response to the relative distances are used to control the position of the two objects.

  5. Producing a Linear Laser System for 3d Modelimg of Small Objects

    NASA Astrophysics Data System (ADS)

    Amini, A. Sh.; Mozaffar, M. H.

    2012-07-01

    Today, three dimensional modeling of objects is considered in many applications such as documentation of ancient heritage, quality control, reverse engineering and animation In this regard, there are a variety of methods for producing three-dimensional models. In this paper, a 3D modeling system is developed based on photogrammetry method using image processing and laser line extraction from images. In this method the laser beam profile is radiated on the body of the object and with video image acquisition, and extraction of laser line from the frames, three-dimensional coordinates of the objects can be achieved. In this regard, first the design and implementation of hardware, including cameras and laser systems was conducted. Afterwards, the system was calibrated. Finally, the software of the system was implemented for three dimensional data extraction. The system was investigated for modeling a number of objects. The results showed that the system can provide benefits such as low cost, appropriate speed and acceptable accuracy in 3D modeling of objects.

  6. Frequency of bacetrial content finding in persistant periapical lesions

    PubMed Central

    Grgurević, Joško; Tambić Andrašević, Arjana; Prpić Mehičić, Goranka; Kuzmac, Sania; Jukić, Silvana

    2017-01-01

    Objectives To determine the percentage of persistant apical lesions positive for bacterial nucleic acids, to detect microorganisms difficult to cultivate in persistant apical lesions by PCR and relate them to endodontic failure, clinical symptoms and diabetes mellitus. Materials and methods The samples of persistent apical lesions were collected during apicoectomy. Bacterial ubiquitous primer 16S rRNA was used to detect 16S ribosomal RNA in 36 samples. A species–specific PCR was performed with primers targeted to the bacterial 16S rRNA genes of Prevotella Nigrescens, Pseudoramibacter alactolyticus, and Propionobacterium propionicum. Results Six samples (16.67%) were positive for bacterial ribosomal RNA. Pseudoramibacter alactolyticus was detected in three samples. Propionibacterium propionicum and Prevotella nigrescens were detected in one sample each. The prevalence of infection of such lesions with P. intermedia, P. propionicum and P. alactolyticus is low. Conslusion The study we conducted gave insufficient data about extraradicular infection and its connection with diabetes mellitus and clinical symptoms. Conclusions Apical lesions persisting after endodontic treatment could harbor microorganisms other than Actinomyces and Propionicum species. PMID:29225362

  7. Probing the Nature of Deficits in the "Approximate Number System" in Children with Persistent Developmental Dyscalculia

    ERIC Educational Resources Information Center

    Bugden, Stephanie; Ansari, Daniel

    2016-01-01

    In the present study we examined whether children with Developmental Dyscalculia (DD) exhibit a deficit in the so-called "Approximate Number System" (ANS). To do so, we examined a group of elementary school children who demonstrated persistent low math achievement over 4 years and compared them to typically developing (TD), aged-matched…

  8. Object-oriented analysis and design of a health care management information system.

    PubMed

    Krol, M; Reich, D L

    1999-04-01

    We have created a prototype for a universal object-oriented model of a health care system compatible with the object-oriented approach used in version 3.0 of the HL7 standard for communication messages. A set of three models has been developed: (1) the Object Model describes the hierarchical structure of objects in a system--their identity, relationships, attributes, and operations; (2) the Dynamic Model represents the sequence of operations in time as a collection of state diagrams for object classes in the system; and (3) functional Diagram represents the transformation of data within a system by means of data flow diagrams. Within these models, we have defined major object classes of health care participants and their subclasses, associations, attributes and operators, states, and behavioral scenarios. We have also defined the major processes and subprocesses. The top-down design approach allows use, reuse, and cloning of standard components.

  9. Persistent Luminescence in Non-Eu2+-Doped Compounds: A Review

    PubMed Central

    Van den Eeckhout, Koen; Poelman, Dirk; Smet, Philippe F.

    2013-01-01

    During the past few decades, the research on persistent luminescent materials has focused mainly on Eu2+-doped compounds. However, the yearly number of publications on non-Eu2+-based materials has also increased steadily. By now, the number of known persistent phosphors has increased to over 200, of which over 80% are not based on Eu2+, but rather, on intrinsic host defects, transition metals (manganese, chromium, copper, etc.) or trivalent rare earths (cerium, terbium, dysprosium, etc.). In this review, we present an overview of these non-Eu2+-based persistent luminescent materials and their afterglow properties. We also take a closer look at some remaining challenges, such as the excitability with visible light and the possibility of energy transfer between multiple luminescent centers. Finally, we summarize the necessary elements for a complete description of a persistent luminescent material, in order to allow a more objective comparison of these phosphors. PMID:28811409

  10. Neural substrates of dynamic object occlusion.

    PubMed

    Shuwairi, Sarah M; Curtis, Clayton E; Johnson, Scott P

    2007-08-01

    In everyday environments, objects frequently go out of sight as they move and our view of them becomes obstructed by nearer objects, yet we perceive these objects as continuous and enduring entities. Here, we used functional magnetic resonance imaging with an attentive tracking paradigm to clarify the nature of perceptual and cognitive mechanisms subserving this ability to fill in the gaps in perception of dynamic object occlusion. Imaging data revealed distinct regions of cortex showing increased activity during periods of occlusion relative to full visibility. These regions may support active maintenance of a representation of the target's spatiotemporal properties ensuring that the object is perceived as a persisting entity when occluded. Our findings may shed light on the neural substrates involved in object tracking that give rise to the phenomenon of object permanence.

  11. Synchronous Parallel Emulation and Discrete Event Simulation System with Self-Contained Simulation Objects and Active Event Objects

    NASA Technical Reports Server (NTRS)

    Steinman, Jeffrey S. (Inventor)

    1998-01-01

    The present invention is embodied in a method of performing object-oriented simulation and a system having inter-connected processor nodes operating in parallel to simulate mutual interactions of a set of discrete simulation objects distributed among the nodes as a sequence of discrete events changing state variables of respective simulation objects so as to generate new event-defining messages addressed to respective ones of the nodes. The object-oriented simulation is performed at each one of the nodes by assigning passive self-contained simulation objects to each one of the nodes, responding to messages received at one node by generating corresponding active event objects having user-defined inherent capabilities and individual time stamps and corresponding to respective events affecting one of the passive self-contained simulation objects of the one node, restricting the respective passive self-contained simulation objects to only providing and receiving information from die respective active event objects, requesting information and changing variables within a passive self-contained simulation object by the active event object, and producing corresponding messages specifying events resulting therefrom by the active event objects.

  12. Short-Term Persistence of "DSM-IV" ADHD Diagnoses: Influence of Context, Age, and Gender

    ERIC Educational Resources Information Center

    Bauermeister, Jose J.; Bird, Hector R.; Shrout, Patrick E.; Chavez, Ligia; Ramirez, Rafael; Canino, Glorisa

    2011-01-01

    Objective: Little is known about the effect of social context and gender on persistence of "attention-deficit/hyperactivity disorder" (ADHD) in children of early and middle school years. The study compared persistence of "DSM-IV" ADHD and ADHD not otherwise specified (NOS) over 2 years in two groups of Puerto Rican children.…

  13. Real-time optical multiple object recognition and tracking system and method

    NASA Technical Reports Server (NTRS)

    Chao, Tien-Hsin (Inventor); Liu, Hua Kuang (Inventor)

    1987-01-01

    The invention relates to an apparatus and associated methods for the optical recognition and tracking of multiple objects in real time. Multiple point spatial filters are employed that pre-define the objects to be recognized at run-time. The system takes the basic technology of a Vander Lugt filter and adds a hololens. The technique replaces time, space and cost-intensive digital techniques. In place of multiple objects, the system can also recognize multiple orientations of a single object. This later capability has potential for space applications where space and weight are at a premium.

  14. The role of viral persistence in flavivirus biology

    PubMed Central

    Mlera, Luwanika; Melik, Wessam; Bloom, Marshall E.

    2014-01-01

    In nature, vector-borne flaviviruses are persistently cycled between either the tick or mosquito vector and small mammals such as rodents, skunks, and swine. These viruses account for considerable human morbidity and mortality worldwide. Increasing and substantial evidence of viral persistence in humans, which includes the isolation of RNA by RT-PCR and infectious virus by culture, continues to be reported. Viral persistence can also be established in vitro in various human, animal, arachnid and insect cell lines in culture. Although some research has focused on the potential roles of defective virus particles, evasion of the immune response through the manipulation of autophagy and/or apoptosis, the precise mechanism of flavivirus persistence is still not well understood. We propose additional research for further understanding of how viral persistence is established in different systems. Avenues for additional studies include determining if the multifunctional flavivirus protein NS5 has a role in viral persistence, the development of relevant animal models of viral persistence as well as investigating the host responses that allow vector borne flavivirus replication without detrimental effects on infected cells. Such studies might shed more light on the viral-host relationships, and could be used to unravel the mechanisms for establishment of persistence. PMID:24737600

  15. Arenani: pointing and information query system for object beyond your reach

    NASA Astrophysics Data System (ADS)

    Adachi, Mariko; Sakamoto, Kunio

    2008-03-01

    The authors developed a prototype information query system. It is easy to get the information about an object with in your reach. But it is troublesome to do the same in case that the object is far away. If someone is around you, you can ask an easy question with a finger pointing; "What is that?" Our developed system also realizes this approach using information technologies. The system consists of a laser pointer, transmitter and receiver units for an optical communication. The laser pointer is used for pointing an object. Moreover this laser light is modulated for sending information about user's identification (ID) codes to identify who asks a question. Each object has a receiver for laser light communication and sends user's identification to a main computer. After pointing an object, a questioner receives an answer through a wireless information network like an email on the cellular phone.

  16. A Standard-Compliant Virtual Meeting System with Active Video Object Tracking

    NASA Astrophysics Data System (ADS)

    Lin, Chia-Wen; Chang, Yao-Jen; Wang, Chih-Ming; Chen, Yung-Chang; Sun, Ming-Ting

    2002-12-01

    This paper presents an H.323 standard compliant virtual video conferencing system. The proposed system not only serves as a multipoint control unit (MCU) for multipoint connection but also provides a gateway function between the H.323 LAN (local-area network) and the H.324 WAN (wide-area network) users. The proposed virtual video conferencing system provides user-friendly object compositing and manipulation features including 2D video object scaling, repositioning, rotation, and dynamic bit-allocation in a 3D virtual environment. A reliable, and accurate scheme based on background image mosaics is proposed for real-time extracting and tracking foreground video objects from the video captured with an active camera. Chroma-key insertion is used to facilitate video objects extraction and manipulation. We have implemented a prototype of the virtual conference system with an integrated graphical user interface to demonstrate the feasibility of the proposed methods.

  17. Fumarate-Mediated Persistence of Escherichia coli against Antibiotics

    PubMed Central

    Kim, Jun-Seob; Cho, Da-Hyeong; Heo, Paul; Jung, Suk-Chae; Park, Myungseo; Oh, Eun-Joong; Sung, Jaeyun; Kim, Pan-Jun; Lee, Suk-Chan; Lee, Dae-Hee; Lee, Sarah; Lee, Choong Hwan; Shin, Dongwoo

    2016-01-01

    Bacterial persisters are a small fraction of quiescent cells that survive in the presence of lethal concentrations of antibiotics. They can regrow to give rise to a new population that has the same vulnerability to the antibiotics as did the parental population. Although formation of bacterial persisters in the presence of various antibiotics has been documented, the molecular mechanisms by which these persisters tolerate the antibiotics are still controversial. We found that amplification of the fumarate reductase operon (FRD) in Escherichia coli led to a higher frequency of persister formation. The persister frequency of E. coli was increased when the cells contained elevated levels of intracellular fumarate. Genetic perturbations of the electron transport chain (ETC), a metabolite supplementation assay, and even the toxin-antitoxin-related hipA7 mutation indicated that surplus fumarate markedly elevated the E. coli persister frequency. An E. coli strain lacking succinate dehydrogenase (SDH), thereby showing a lower intracellular fumarate concentration, was killed ∼1,000-fold more effectively than the wild-type strain in the stationary phase. It appears that SDH and FRD represent a paired system that gives rise to and maintains E. coli persisters by producing and utilizing fumarate, respectively. PMID:26810657

  18. Persistent agents in Axelrod's social dynamics model

    NASA Astrophysics Data System (ADS)

    Reia, Sandro M.; Neves, Ubiraci P. C.

    2016-01-01

    Axelrod's model of social dynamics has been studied under the effect of external media. Here we study the formation of cultural domains in the model by introducing persistent agents. These are agents whose cultural traits are not allowed to change but may be spread through local neighborhood. In the absence of persistent agents, the system is known to present a transition from a monocultural to a multicultural regime at some critical Q (number of traits). Our results reveal a dependence of critical Q on the occupation probability p of persistent agents and we obtain the phase diagram of the model in the (p,Q) -plane. The critical locus is explained by the competition of two opposite forces named here barrier and bonding effects. Such forces are verified to be caused by non-persistent agents which adhere (adherent agents) to the set of traits of persistent ones. The adherence (concentration of adherent agents) as a function of p is found to decay for constant Q. Furthermore, adherence as a function of Q is found to decay as a power law with constant p.

  19. On the causes of persistent apical periodontitis: a review.

    PubMed

    Nair, P N R

    2006-04-01

    Apical periodontitis is a chronic inflammatory disorder of periradicular tissues caused by aetiological agents of endodontic origin. Persistent apical periodontitis occurs when root canal treatment of apical periodontitis has not adequately eliminated intraradicular infection. Problems that lead to persistent apical periodontitis include: inadequate aseptic control, poor access cavity design, missed canals, inadequate instrumentation, debridement and leaking temporary or permanent restorations. Even when the most stringent procedures are followed, apical periodontitis may still persist as asymptomatic radiolucencies, because of the complexity of the root canal system formed by the main and accessory canals, their ramifications and anastomoses where residual infection can persist. Further, there are extraradicular factors -- located within the inflamed periapical tissue -- that can interfere with post-treatment healing of apical periodontitis. The causes of apical periodontitis persisting after root canal treatment have not been well characterized. During the 1990s, a series of investigations have shown that there are six biological factors that lead to asymptomatic radiolucencies persisting after root canal treatment. These are: (i) intraradicular infection persisting in the complex apical root canal system; (ii) extraradicular infection, generally in the form of periapical actinomycosis; (iii) extruded root canal filling or other exogenous materials that cause a foreign body reaction; (iv) accumulation of endogenous cholesterol crystals that irritate periapical tissues; (v) true cystic lesions, and (vi) scar tissue healing of the lesion. This article provides a comprehensive overview of the causative factors of non-resolving periapical lesions that are seen as asymptomatic radiolucencies post-treatment.

  20. Digital Equivalent Data System for XRF Labeling of Objects

    NASA Technical Reports Server (NTRS)

    Schramm, Harry F.; Kaiser, Bruce

    2005-01-01

    A digital equivalent data system (DEDS) is a system for identifying objects by means of the x-ray fluorescence (XRF) spectra of labeling elements that are encased in or deposited on the objects. As such, a DEDS is a revolutionary new major subsystem of an XRF system. A DEDS embodies the means for converting the spectral data output of an XRF scanner to an ASCII alphanumeric or barcode label that can be used to identify (or verify the assumed or apparent identity of) an XRF-scanned object. A typical XRF spectrum of interest contains peaks at photon energies associated with specific elements on the Periodic Table (see figure). The height of each spectral peak above the local background spectral intensity is proportional to the relative abundance of the corresponding element. Alphanumeric values are assigned to the relative abundances of the elements. Hence, if an object contained labeling elements in suitably chosen proportions, an alphanumeric representation of the object could be extracted from its XRF spectrum. The mixture of labeling elements and for reading the XRF spectrum would be compatible with one of the labeling conventions now used for bar codes and binary matrix patterns (essentially, two-dimensional bar codes that resemble checkerboards). A further benefit of such compatibility is that it would enable the conversion of the XRF spectral output to a bar or matrix-coded label, if needed. In short, a process previously used only for material composition analysis has been reapplied to the world of identification. This new level of verification is now being used for "authentication."

  1. Collections and user tools for utilization of persistent identifiers in cyberinfrastructures

    NASA Astrophysics Data System (ADS)

    Weigel, T.

    2014-12-01

    The main use of persistent identifiers (PIDs) for data objects has so far been for formal publication and citation purposes with a focus on long-term availability and trust. This core use case has now evolved and broadened to include basic data management tasks as identifiers are increasingly seen as a possible anchor element in the deluge of data for purposes of large-scale automation of tasks. The European Data Infrastructure (EUDAT) for instance uses PIDs in their back-end services and distinctly so for entities where the identifier may be more persistent than a resource with limited lifetime. Despite breaking with the traditional metaphor, this offers new opportunities for data management and end-user tools, but also requires a clear demonstrated benefit of value-added services because en masse identifier assignment does not come at zero costs. There are several obstacles to overcome when establishing identifiers at large scale. The administration of large numbers of identifiers can be cumbersome if they are treated in an isolated manner. Here, identifier collections can enable automated mass operations on groups of associated objects. Several use cases rely on base information that is rapidly available from the identifier systems without the need to retrieve objects, yet they will not work efficiently if the information is not consistently typed. Tools that span cyberinfrastructures and address scientific end-users unaware of the varying back-ends must overcome such obstacles. The Working Group on PID Information Types of the Research Data Alliance (RDA) has developed an interface specification and prototype to access and manipulate typed base information. Concrete prototypes for identifier collections exist as well. We will present some first data and provenance tracking tools that make extensive use of these recent developments and address different user needs that span from administrative tasks to individual end-user services with particular focus on data

  2. A Verification System for Distributed Objects with Asynchronous Method Calls

    NASA Astrophysics Data System (ADS)

    Ahrendt, Wolfgang; Dylla, Maximilian

    We present a verification system for Creol, an object-oriented modeling language for concurrent distributed applications. The system is an instance of KeY, a framework for object-oriented software verification, which has so far been applied foremost to sequential Java. Building on KeY characteristic concepts, like dynamic logic, sequent calculus, explicit substitutions, and the taclet rule language, the system presented in this paper addresses functional correctness of Creol models featuring local cooperative thread parallelism and global communication via asynchronous method calls. The calculus heavily operates on communication histories which describe the interfaces of Creol units. Two example scenarios demonstrate the usage of the system.

  3. Anticipating persistent infection

    NASA Astrophysics Data System (ADS)

    Moitra, Promit; Jain, Kanishk; Sinha, Sudeshna

    2018-03-01

    We explore the emergence of persistent infection in a closed region where the disease progression of the individuals is given by the SIRS model, with an individual becoming infected on contact with another infected individual within a given range. We focus on the role of synchronization in the persistence of contagion. Our key result is that higher degree of synchronization, both globally in the population and locally in the neighbourhoods, hinders persistence of infection. Importantly, we find that early short-time asynchrony appears to be a consistent precursor to future persistence of infection, and can potentially provide valuable early warnings for sustained contagion in a population patch. Thus, transient synchronization can help anticipate the long-term persistence of infection. Further we demonstrate that when the range of influence of an infected individual is wider, one obtains lower persistent infection. This counterintuitive observation can also be understood through the relation between synchronization and infection burn-out.

  4. Persistent Identifiers: a Prerequisite to Establish the Framework for Scholarly Link Exchange—Scholix

    NASA Astrophysics Data System (ADS)

    Stocker, M.; Mokrane, M.; Burton, A.; Koers, H.

    2016-12-01

    The Scholix framework—Scholarly Link Exchange—is a set of aspirational principles and practical guidelines developed under the umbrella of a joint Working Group of the Research Data Alliance (RDA) and the World Data System (WDS). It supports a global open information ecosystem unveiling the links between scholarly literature and underpinning research data. The core objectives of the framework are to (1) increase visibility and discoverability of data and articles, (2) place data in context to enable re-use, and (3) support credit attribution mechanisms. Thus, facilitating reproducibility and the transparent evaluation of science. Scholix provides an evolving lightweight set of Guidelines to increase interoperability rather than a normative standard. It consists initially of a conceptual and information models, information standards and encoding guidelines, and options for encoding and exchange protocols. An essential prerequisite to enable the proposed framework is the use of global, unique and persistent identifiers for research objects (such as data and literature). Scholix provides incentives and encourages best practice in the use of such identifiers and standardised referencing. The Data and Literature Interlinking Service (DLI: dliservice.research-infrastructures.eu) is the first exemplar of an aggregation and query service supported by the Scholix framework which will allow the emergence of third party services such as domain-specific aggregations, integrations with other global services, discovery tools, impact assessments, etc. Scholix is already implemented by existing hubs or global aggregators of data-literature link information such as DataCite, CrossRef, OpenAIRE, and EMBL-EBI building on the capacities of existing Persistent Identifier Systems (PIDs) such as Digital Object Identifiers (DOI) and Accession Numbers. These hubs in turn work with their natural communities of data centres or literature publishers to collect the information through

  5. Persistent Super-Utilization of Acute Care Services Among Subgroups of Veterans Experiencing Homelessness.

    PubMed

    Szymkowiak, Dorota; Montgomery, Ann Elizabeth; Johnson, Erin E; Manning, Todd; O'Toole, Thomas P

    2017-10-01

    Acute health care utilization often occurs among persons experiencing homelessness. However, knowing which individuals will be persistent super-utilizers of acute care is less well understood. The objective of the study was to identify those more likely to be persistent super-utilizers of acute care services. We conducted a latent class analysis of secondary data from the Veterans Health Administration Corporate Data Warehouse, and Homeless Operations Management and Evaluation System. The study sample included 16,912 veterans who experienced homelessness and met super-utilizer criteria in any quarter between July 1, 2014 and December 31, 2015. The latent class analysis included veterans' diagnoses and acute care utilization. Medical, mental health, and substance use morbidity rates were high. More than half of the sample utilized Veterans Health Administration Homeless Programs concurrently with their super-utilization of acute care. There were 7 subgroups of super-utilizers, which varied considerably on the degree to which their super-utilization persisted over time. Approximately a third of the sample met super-utilizer criteria for ≥3 quarters; this group was older and disproportionately male, non-Hispanic white, and unmarried, with lower rates of post-9/11 service and higher rates of rural residence and service-connected disability. They were much more likely to be currently homeless with more medical, mental health, and substance use morbidity. Only a subset of homeless veterans were persistent super-utilizers, suggesting the need for more targeted interventions.

  6. The Design and Implementation of a Parallel Persistent Object System

    DTIC Science & Technology

    1992-02-01

    Semantica JilP L Add descriptor (FP.L) to active pool JMPF r L If Frames, FP+r.O-0 Add descriptor (FP,L) to active pool Else Add descriptor (FP, IP+l...Syntax Semantica STARTO rl r2 Let FP’ = Frames[FP+rl] Let IP’ - Frames[FP+r2] Add (FP.IP+I) to active pool Add (FP I, P’ ) to active pool STARTI rl r2 r3...deadlock. 119 Syntaz Semantica ALLOCFRANE ri rj Let CallerFP - Frames [FP+ri] Let ResultIP - Frames [FP+ri+1] Let SignalIP = Frames [FP+ri+2] Let ResSlot

  7. Space Object and Light Attribute Rendering (SOLAR) Projection System

    DTIC Science & Technology

    2017-05-08

    AVAILABILITY STATEMENT A DISTRIBUTION UNLIMITED: PB Public Release 13. SUPPLEMENTARY NOTES 14. ABSTRACT A state of the art planetarium style projection system...Rendering (SOLAR) Projection System 1 Abstract A state of the art planetarium style projection system called Space Object and Light Attribute Rendering...planetarium style projection system for emulation of a variety of close proximity and long range imaging experiments. University at Buffalo’s Space

  8. Characterization and Transcriptome Analysis of Acinetobacter baumannii Persister Cells.

    PubMed

    Alkasir, Rashad; Ma, Yanan; Liu, Fei; Li, Jing; Lv, Na; Xue, Yong; Hu, Yongfei; Zhu, Baoli

    2018-06-14

    Acinetobacter baumannii is a nonfermenting Gram-negative bacillus. A. baumannii resistance is a significant obstacle to clinical infection treatment. The existence of persister cells (persisters) might represent the reason for therapy failure and relapse, and such cells may be the driving force behind rising resistance rates. In this study, A. baumannii ATCC 19606 was used as a target to explore the essential features of A. baumannii persisters. Antibiotic treatment of A. baumannii cultures at 50-fold the minimum inhibitory concentration resulted in a distinct plateau of surviving drug-tolerant persisters. The sensitive bacteria were lysed with ceftazidime, and the nonreplicating bacteria were isolated for transcriptome analysis using RNA sequencing. We analyzed the transcriptome of A. baumannii persisters and identified significantly differentially expressed genes, as well as their enriched pathways. The results showed that both the GP49 (HigB)/Cro (HigA) and DUF1044/RelB toxin/antitoxin systems were significantly increased during the persister incubation period. In addition, the activities of certain metabolic pathways (such as electron transport, adenosine triphosphate [ATP], and the citrate cycle) decreased sharply after antibiotic treatment and remained low during the persister period, while aromatic compound degradation genes were only upregulated in persisters. These results suggest the involvement of aromatic compound degradation genes in persister formation and maintenance. They further provide the first insight into the mechanism of persister formation in A. baumannii.

  9. CEBS object model for systems biology data, SysBio-OM.

    PubMed

    Xirasagar, Sandhya; Gustafson, Scott; Merrick, B Alex; Tomer, Kenneth B; Stasiewicz, Stanley; Chan, Denny D; Yost, Kenneth J; Yates, John R; Sumner, Susan; Xiao, Nianqing; Waters, Michael D

    2004-09-01

    To promote a systems biology approach to understanding the biological effects of environmental stressors, the Chemical Effects in Biological Systems (CEBS) knowledge base is being developed to house data from multiple complex data streams in a systems friendly manner that will accommodate extensive querying from users. Unified data representation via a single object model will greatly aid in integrating data storage and management, and facilitate reuse of software to analyze and display data resulting from diverse differential expression or differential profile technologies. Data streams include, but are not limited to, gene expression analysis (transcriptomics), protein expression and protein-protein interaction analysis (proteomics) and changes in low molecular weight metabolite levels (metabolomics). To enable the integration of microarray gene expression, proteomics and metabolomics data in the CEBS system, we designed an object model, Systems Biology Object Model (SysBio-OM). The model is comprehensive and leverages other open source efforts, namely the MicroArray Gene Expression Object Model (MAGE-OM) and the Proteomics Experiment Data Repository (PEDRo) object model. SysBio-OM is designed by extending MAGE-OM to represent protein expression data elements (including those from PEDRo), protein-protein interaction and metabolomics data. SysBio-OM promotes the standardization of data representation and data quality by facilitating the capture of the minimum annotation required for an experiment. Such standardization refines the accuracy of data mining and interpretation. The open source SysBio-OM model, which can be implemented on varied computing platforms is presented here. A universal modeling language depiction of the entire SysBio-OM is available at http://cebs.niehs.nih.gov/SysBioOM/. The Rational Rose object model package is distributed under an open source license that permits unrestricted academic and commercial use and is available at http

  10. Presynaptic learning and memory with a persistent firing neuron and a habituating synapse: a model of short term persistent habituation.

    PubMed

    Ramanathan, Kiruthika; Ning, Ning; Dhanasekar, Dhiviya; Li, Guoqi; Shi, Luping; Vadakkepat, Prahlad

    2012-08-01

    Our paper explores the interaction of persistent firing axonal and presynaptic processes in the generation of short term memory for habituation. We first propose a model of a sensory neuron whose axon is able to switch between passive conduction and persistent firing states, thereby triggering short term retention to the stimulus. Then we propose a model of a habituating synapse and explore all nine of the behavioral characteristics of short term habituation in a two neuron circuit. We couple the persistent firing neuron to the habituation synapse and investigate the behavior of short term retention of habituating response. Simulations show that, depending on the amount of synaptic resources, persistent firing either results in continued habituation or maintains the response, both leading to longer recovery times. The effectiveness of the model as an element in a bio-inspired memory system is discussed.

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

    NASA Technical Reports Server (NTRS)

    Logie, David S.; Kamil, Hasan

    1990-01-01

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

  12. Persistence border collisions in a vibrating system excited by an unbalanced motor with a relay control

    NASA Astrophysics Data System (ADS)

    Zhusubaliyev, Zhanybai T.; Avrutin, Viktor; Rubanov, Vasily G.; Bushuev, Dmitry A.; Titov, Dmitry V.; Yanochkina, Olga O.

    2018-05-01

    The paper describes a new scenario for the transition to complex dynamics in a vibrating system with an unbalanced rotor and a relay feedback control. We show that the transition from a regular dynamics without switching events in the relay element to an irregular dynamics which takes place completely in the hysteresis region occurs via a cascade of persistence border collisions.

  13. Object-oriented integrated approach for the design of scalable ECG systems.

    PubMed

    Boskovic, Dusanka; Besic, Ingmar; Avdagic, Zikrija

    2009-01-01

    The paper presents the implementation of Object-Oriented (OO) integrated approaches to the design of scalable Electro-Cardio-Graph (ECG) Systems. The purpose of this methodology is to preserve real-world structure and relations with the aim to minimize the information loss during the process of modeling, especially for Real-Time (RT) systems. We report on a case study of the design that uses the integration of OO and RT methods and the Unified Modeling Language (UML) standard notation. OO methods identify objects in the real-world domain and use them as fundamental building blocks for the software system. The gained experience based on the strongly defined semantics of the object model is discussed and related problems are analyzed.

  14. Tsivat Basin conduit system persists through two surges, Bering Piedmont Glacier, Alaska

    USGS Publications Warehouse

    Fleisher, P.J.; Cadwell, D.H.; Muller, E.H.

    1998-01-01

    The 1993-1995 surge of Bering Glacier, Alaska, occurred in two distinct phases. Phase 1 of the surge began on the eastern sector in July, 1993 and ended in July, 1994 after a powerful outburst of subglacial meltwater into Tsivat Lake basin on the north side of Weeping Peat Island. Within days, jokulhlaup discharge built a 1.5 km2 delta of ice blocks (25-30 m) buried in outwash. By late October 1994, discharge temporarily shifted to a vent on Weeping Peat Island, where a second smaller outburst dissected the island and built two new sandar. During phase 2, which began in spring 1995 and ended within five months, continuous discharge issued from several vents along the ice front on Weeping Peat Island before returining to the Tsivat Basin. Surge related changes include a five- to six-fold increase in meltwater turbidity; the redirection of supercooled water in two ice-contact lakes; and an increase in the rate of glaciolacustrine sedimentation. US Geological Survey aerial photos by Austin Post show large ice blocks in braided channels indicating excessive subglacial discharge in a similar position adjacent to Weeping Peat Island during the 1966-1967 surge. During the subsequent three decades of retreat, the location of ice-marginal, subglacial discharge vents remained aligned on a linear trend that describes the position of a persistent subglacial conduit system. The presence of a major conduit system, possibly stabilized by subglacial bedrock topography, is suggested by: 1) high-level subglacial meltwater venting along the northern side of Weeping Peat Island during the 1966-1967 surge, 2) persistent low-level discharge between surges, and 3) the recurrence of localizing meltwater outbursts associated with both phases of the 1993-1005 surge.

  15. Object Trimming: When Masking Dots Alter Rather than Replace Target Representations

    ERIC Educational Resources Information Center

    Kahan, Todd A.; Enns, James T.

    2010-01-01

    Five experiments demonstrate that when dots appear beside a briefly presented target object, and persist on view longer than the target, the flanked object is perceptually altered by the dots. Three methods are used to explore this "object trimming effect". Experiments 1-3 assess participants' conscious reports of trimmed digits, Experiment 4 uses…

  16. Persistent Fatigue in Hematopoietic Stem Cell Transplantation Survivors.

    PubMed

    Hacker, Eileen Danaher; Fink, Anne M; Peters, Tara; Park, Chang; Fantuzzi, Giamila; Rondelli, Damiano

    Fatigue is highly prevalent after hematopoietic stem cell transplantation (HCT). It has been described as intense and may last for years following treatment. The aim of this study is to compare fatigue, physical activity, sleep, emotional distress, cognitive function, and biological measures in HCT survivors with persistent fatigue (n = 25) with age- and gender-matched healthy controls with occasional tiredness (n = 25). Data were collected using (a) objective, real-time assessments of physical activity and sleep over 7 days; (b) patient-reported fatigue assessments; (c) computerized objective testing of cognitive functioning; and (d) biological measures. Differences between groups were examined using multivariate analysis of variance. Survivors of HCT reported increased physical (P < .001), mental (P < .001), and overall (P < .001) fatigue as well as increased anxiety (P < .05) and depression (P < .01) compared with healthy controls. Red blood cell (RBC) levels were significantly lower in HCT survivors (P < .001). Levels of RBC for both groups, however, were in the normal range. Tumor necrosis factor-α (P < .001) and interleukin-6 (P < .05) levels were significantly higher in HCT survivors. Persistent fatigue in HCT survivors compared with healthy controls with occasional tiredness is accompanied by increased anxiety and depression along with decreased RBC counts. Elevated tumor necrosis factor-α and interleukin-6 levels may be important biomarkers. This study provides preliminary support for the conceptualization of fatigue as existing on a continuum, with tiredness anchoring one end and exhaustion the other. Persistent fatigue experienced by HCT survivors is more severe than the occasional tiredness of everyday life.

  17. Persistent bacterial infections, antibiotic tolerance, and the oxidative stress response

    PubMed Central

    Grant, Sarah Schmidt; Hung, Deborah T.

    2013-01-01

    Certain bacterial pathogens are able to evade the host immune system and persist within the human host. The consequences of persistent bacterial infections potentially include increased morbidity and mortality from the infection itself as well as an increased risk of dissemination of disease. Eradication of persistent infections is difficult, often requiring prolonged or repeated courses of antibiotics. During persistent infections, a population or subpopulation of bacteria exists that is refractory to traditional antibiotics, possibly in a non-replicating or metabolically altered state. This review highlights the clinical significance of persistent infections and discusses different in vitro models used to investigate the altered physiology of bacteria during persistent infections. We specifically focus on recent work establishing increased protection against oxidative stress as a key element of the altered physiologic state across different in vitro models and pathogens. PMID:23563389

  18. Anti-aquaporin-4 autoantibodies in systemic lupus erythematosus persist for years and induce astrocytic cytotoxicity but not CNS disease.

    PubMed

    Alexopoulos, Harry; Kampylafka, Eleni I; Fouka, Penelope; Tatouli, Ioanna; Akrivou, Sofia; Politis, Panagiotis K; Moutsopoulos, Haralampos M; Tzioufas, Athanasios G; Dalakas, Marinos C

    2015-12-15

    Anti-aquaporin-4 autoantibodies are specific for the neuromyelitis optica spectrum disorders (NMOSD) and they have also been described in patients with systemic lupus erythematosus (SLE) with neurological signs consistent with NMOSD. Our objective was to test for the presence and pathogenicity of anti-AQP4 antibodies in SLE patients without neurological disease. Sera from 89 non-CNS-SLE patients were screened for anti-AQP4 autoantibodies. Two of the 89 patients were positive. Archived samples dating back 11 years were also positive. A brain and spinal cord MRI did not reveal any NMOSD-compatible lesions. An in vitro cytotoxicity assay showed that either sera or purified IgG from these patients induced a complement-mediated damage in cultured astrocytes comparable to antibodies obtained from typical NMO patients. We conclude that AQP4-antibodies can be present in SLE patients and persist for many years, without concurrent clinical or radiological NMOSD signs. It is unclear why the anti-AQP4 antibodies did not induce CNS disease. Copyright © 2015 Elsevier B.V. All rights reserved.

  19. Astrometry of Solar System Objects with Gaia

    NASA Astrophysics Data System (ADS)

    Hestroffer, Daniel J.; Arenou, Frederic; Desmars, Josselin; Robert, Vincent; Thuillot, William; Arlot, Jean-Eudes; Carry, Benoit; David, Pedro; Eggl, Siegfried; Fabricius, Claus; Kudryashova, Maria; Lainey, Valery; Spoto, Federica; Tanga, Paolo; Gaia DPAC

    2016-10-01

    The Gaia ESA space mission will provide astrometric observations of a large number of celestial bodies, with unprecedented accuracy, and in an homogenous reference frame (to become the optical ICRF). The Gaia satellite is monitoring regularly the whole celestial sphere, with one complete scan in about 6month, down to approximately magnitude V≤20.7. It will provide after its nominal lifetime, (5 years, 2014-2019) about 70 astrometric points for several hundred thousands of solar system objects, asteroids from the Near-Earth region to Centaurs and bright TNOs, as well as planetary satellites and comets. The highly precise astrometric and photometric data is bound to lead to huge advances in the science of small Small Solar System Bodies (e.g. Tanga et al. 2016 P\\&SS, Hestroffer et al. 2014 COSPAR #40 ; Mignard et al. 2007 EMP).The first Gaia data release (GDR#1) is foreseen for Q3-2016 and will provide highly precise positions of selected stars down to mag V≈20. While solar system objets data is foreseen for the next data release (in 2017), science of Solar System will also highly benefit from the Gaia stellar catalogue. We will present the status of the satellite and Gaia mission, and details on the stellar data that will be published in this GDR#1. We discuss the catalogue content, number of stars, parameters and precisions, and the process of cross-matching and validation. We also touch upon the construction of combined Tycho-Gaia TGAS catalogue.A Gaia data daily processing is devoted to the identification of Solar System Objects. During this process the detection of new (or critical) objects arises and leads to the triggering of scientific alerts to be found on the web gaiafunsso.imcce.fr. We have also set up an international follow-up network called Gaia-FUN-SSO to validate the detection in space. For this goal, in case of detection the observational data must be sent to the MPC by the observers. Besides, Gaia should benefit for the classical astrometric

  20. Object/rule integration in CLIPS. [C Language Integrated Production System

    NASA Technical Reports Server (NTRS)

    Donnell, Brian L.

    1993-01-01

    This paper gives a brief overview of the C Language Integrated Production System (CLIPS) with a focus on the object-oriented features. The advantages of an object data representation over the traditional working memory element (WME), i.e., facts, are discussed, and the implementation of the Rete inference algorithm in CLIPS is presented in detail. A few methods for achieving pattern-matching on objects with the current inference engine are given, and finally, the paper examines the modifications necessary to the Rete algorithm to allow direct object pattern-matching.

  1. Persistent Identifiers for Data Products: Adoption, Enhancement, and Use

    NASA Astrophysics Data System (ADS)

    Downs, R. R.; Schumacher, J.; Scialdone, J.; Hansen, M.

    2016-12-01

    Persistent identifiers offer value for science and for various science community stakeholders, such as data producers, data distributers, science article authors, scientific journal publishers, research sponsors, libraries, and affiliated institutions. However, to attain the benefits of persistent identifiers, they should be assigned to disseminated data products and included within the references reported in publications that describe the studies in which the data were used. Scientific data centers, archives, digital repositories, and other data publishers also need to determine the level of aggregation, or granularity, of data products to be assigned persistent identifiers as well as the elements to be included in the landing pages to which persistent identifiers will resolve. Similarly, policies and procedures should be clear on decisions about maintenance issues, including versioning of data products and how persistent identifiers to previous versions and new locations will be maintained. With some persistent identifiers, such as Digital Object Identifiers (DOIs), which provide capabilities to link to related identifiers of other works, decisions on the establishment of links also must be clear, including links between early versions of data products and subsequent versions, links between data products and associated documentation, and links between data products and other publications that describe the data. We describe decisions for enabling the adoption and assignment of DOIs as persistent identifiers for data products disseminated by the NASA Socioeconomic Data and Applications Center (SEDAC) along with considerations for policy decisions, testing, implementation, and enhancement. The prevalence of the adoption of DOIs for citing the use of Earth science data disseminated by SEDAC also is described to provide insight into how interdisciplinary data users have engaged in the use of DOIs within their publications along with the implications of such use.

  2. An Intelligent Systems Approach to Automated Object Recognition: A Preliminary Study

    USGS Publications Warehouse

    Maddox, Brian G.; Swadley, Casey L.

    2002-01-01

    Attempts at fully automated object recognition systems have met with varying levels of success over the years. However, none of the systems have achieved high enough accuracy rates to be run unattended. One of the reasons for this may be that they are designed from the computer's point of view and rely mainly on image-processing methods. A better solution to this problem may be to make use of modern advances in computational intelligence and distributed processing to try to mimic how the human brain is thought to recognize objects. As humans combine cognitive processes with detection techniques, such a system would combine traditional image-processing techniques with computer-based intelligence to determine the identity of various objects in a scene.

  3. Polarized object detection in crabs: a two-channel system.

    PubMed

    Basnak, Melanie Ailín; Pérez-Schuster, Verónica; Hermitte, Gabriela; Berón de Astrada, Martín

    2018-05-25

    Many animal species take advantage of polarization vision for vital tasks such as orientation, communication and contrast enhancement. Previous studies have suggested that decapod crustaceans use a two-channel polarization system for contrast enhancement. Here, we characterize the polarization contrast sensitivity in a grapsid crab . We estimated the polarization contrast sensitivity of the animals by quantifying both their escape response and changes in heart rate when presented with polarized motion stimuli. The motion stimulus consisted of an expanding disk with an 82 deg polarization difference between the object and the background. More than 90% of animals responded by freezing or trying to avoid the polarized stimulus. In addition, we co-rotated the electric vector (e-vector) orientation of the light from the object and background by increments of 30 deg and found that the animals' escape response varied periodically with a 90 deg period. Maximum escape responses were obtained for object and background e-vectors near the vertical and horizontal orientations. Changes in cardiac response showed parallel results but also a minimum response when e-vectors of object and background were shifted by 45 deg with respect to the maxima. These results are consistent with an orthogonal receptor arrangement for the detection of polarized light, in which two channels are aligned with the vertical and horizontal orientations. It has been hypothesized that animals with object-based polarization vision rely on a two-channel detection system analogous to that of color processing in dichromats. Our results, obtained by systematically varying the e-vectors of object and background, provide strong empirical support for this theoretical model of polarized object detection. © 2018. Published by The Company of Biologists Ltd.

  4. System for Thermal Imaging of Hot Moving Objects

    NASA Technical Reports Server (NTRS)

    Weinstein, Leonard; Hundley, Jason

    2007-01-01

    The High Altitude/Re-Entry Vehicle Infrared Imaging (HARVII) system is a portable instrumentation system for tracking and thermal imaging of a possibly distant and moving object. The HARVII is designed specifically for measuring the changing temperature distribution on a space shuttle as it reenters the atmosphere. The HARVII system or other systems based on the design of the HARVII system could also be used for such purposes as determining temperature distributions in fires, on volcanoes, and on surfaces of hot models in wind tunnels. In yet another potential application, the HARVII or a similar system would be used to infer atmospheric pollution levels from images of the Sun acquired at multiple wavelengths over regions of interest. The HARVII system includes the Ratio Intensity Thermography System (RITS) and a tracking subsystem that keeps the RITS aimed at the moving object of interest. The subsystem of primary interest here is the RITS (see figure), which acquires and digitizes images of the same scene at different wavelengths in rapid succession. Assuming that the time interval between successive measurements is short enough that temperatures do not change appreciably, the digitized image data at the different wavelengths are processed to extract temperatures according to the principle of ratio-intensity thermography: The temperature at a given location in a scene is inferred from the ratios between or among intensities of infrared radiation from that location at two or more wavelengths. This principle, based on the Stefan-Boltzmann equation for the intensity of electromagnetic radiation as a function of wavelength and temperature, is valid as long as the observed body is a gray or black body and there is minimal atmospheric absorption of radiation.

  5. Passage of a ''Nemesis''-like object through the planetary system

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

    Hills, J.G.

    1985-09-01

    The probability that passing stars could have perturbed the hypothetical stellar companion, Nemesis, into an orbit that penetrates the planetary system is about 15%. The planetary orbits crossed by Nemesis would become highly eccentric, and some would even become hyperbolic. If Nemesis ejects Jupiter from the solar system, the semimajor axis of the orbit of Nemesis would shrink down to a few hundred AU. The probability of any object in the inner edge of the Oort cloud at a semimajor axis of 2 x 10/sup 4/ AU having passed inside the orbit of Saturn is about 80%. The apparent lackmore » of damage to the planetary orbits implies a low probability of there being any objects more massive than 0.02 M/sub sun/ in the inner edge of the Oort comet cloud. However, several objects less massive than 0.01 M/sub sun/ or 10 Jupiter masses could pass through the planetary system from the Oort cloud without causing any significant damage to the planetary orbits. The lack of damage to the planetary system also requires that no black dwarf more massive than 0.05 M/sub sun/ has entered the planetary system from interstellar space.« less

  6. An Object Oriented Extensible Architecture for Affordable Aerospace Propulsion Systems

    NASA Technical Reports Server (NTRS)

    Follen, Gregory J.; Lytle, John K. (Technical Monitor)

    2002-01-01

    Driven by a need to explore and develop propulsion systems that exceeded current computing capabilities, NASA Glenn embarked on a novel strategy leading to the development of an architecture that enables propulsion simulations never thought possible before. Full engine 3 Dimensional Computational Fluid Dynamic propulsion system simulations were deemed impossible due to the impracticality of the hardware and software computing systems required. However, with a software paradigm shift and an embracing of parallel and distributed processing, an architecture was designed to meet the needs of future propulsion system modeling. The author suggests that the architecture designed at the NASA Glenn Research Center for propulsion system modeling has potential for impacting the direction of development of affordable weapons systems currently under consideration by the Applied Vehicle Technology Panel (AVT). This paper discusses the salient features of the NPSS Architecture including its interface layer, object layer, implementation for accessing legacy codes, numerical zooming infrastructure and its computing layer. The computing layer focuses on the use and deployment of these propulsion simulations on parallel and distributed computing platforms which has been the focus of NASA Ames. Additional features of the object oriented architecture that support MultiDisciplinary (MD) Coupling, computer aided design (CAD) access and MD coupling objects will be discussed. Included will be a discussion of the successes, challenges and benefits of implementing this architecture.

  7. A serendipitous all sky survey for bright objects in the outer solar system

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

    Brown, M. E.; Drake, A. J.; Djorgovski, S. G.

    2015-02-01

    We use seven year's worth of observations from the Catalina Sky Survey and the Siding Spring Survey covering most of the northern and southern hemisphere at galactic latitudes higher than 20° to search for serendipitously imaged moving objects in the outer solar system. These slowly moving objects would appear as stationary transients in these fast cadence asteroids surveys, so we develop methods to discover objects in the outer solar system using individual observations spaced by months, rather than spaced by hours, as is typically done. While we independently discover eight known bright objects in the outer solar system, the faintestmore » having V=19.8±0.1, no new objects are discovered. We find that the survey is nearly 100% efficient at detecting objects beyond 25 AU for V≲19.1 (V≲18.6 in the southern hemisphere) and that the probability that there is one or more remaining outer solar system object of this brightness left to be discovered in the unsurveyed regions of the galactic plane is approximately 32%.« less

  8. Treatment of phenothiazine induced bulbar persistent dyskinesia with deanol acetamidobenzoate.

    PubMed

    Curran, D J; Nagaswami, S; Mohan, K J

    1975-02-01

    The late manifestation of neuroleptic-induced dyskinesia (persistent dyskinesia) is an irreversible complication of long-term treatment that is poorly understood and difficult to treat. Recently, a theory of dopamine receptor hypersensitivity in the dopaminergic-cholinergic system has suggested an explanation of choreiform movements and, thus, an implication for the management of persistent dyskinesia. The case presented is that of bulbar persistent dyskinesia in a patient who had been prescribed a phenothiazine derivative for eleven years; his symptoms improved with the use of deanol, which probably converts to acetylcholine after crossing the blood brain barrier. This improvement suggests that deanol may shift the neuroleptic-induced dopaminergic-cholinergic system unbalance toward equilibrium by matching predominant dopaminergic effect or by enhancing deficient cholinergic action in the dopaminergic-cholinergic system. This isolated finding needs to be confirmed by more research in neuropharmacology.

  9. Persistent anxiety and in-hospital complications after acute coronary syndrome

    PubMed Central

    AbuRuz, Mohannad Eid

    2018-01-01

    Objectives: To investigate the effects of pre-event persistent anxiety on in-hospital complications and length of stay (LOS) in patients who experienced acute coronary syndrome (ACS). Methods: This was a prospective study with patients seeking treatment for ACS events. Anxiety was measured 2 times before the event in 600 patients with pre-existing coronary heart disease (CHD). Patients were followed for 2 years or until they developed an ACS event. 120 patients developed ACS events (rate 20%). Complications and LOS were abstracted from medical records. Results: Persistently non-anxious patients have lower anxiety scores at 3 months follow-up than baseline (mean [standard deviation (SD)], 6.1 [0.24] vs. 3.9 [0.95], P <0.01). Patients with persistent anxiety had significantly higher complication rates than non-anxious patients (mean [SD], 0.71 [0.12] vs. 0.15 [0.11], P <0.05). In a multiple logistic regression, persistent anxiety was an independent predictor of complications. Patients who were persistently anxious were at 5 times higher risk for developing complications (odds ratio = 5.0, 95% confidence interval: 1.27–38.8, P < 0.05). Conclusion: Anxiety measured up to 2 years before an ACS event was predictive of in-hospital complications. Clinicians caring for patients with CHD need to be as equally aware of the importance of assessing and treating persistent anxiety as clinicians caring for patients hospitalized for an ACS. PMID:29599695

  10. Self-Learning Embedded System for Object Identification in Intelligent Infrastructure Sensors.

    PubMed

    Villaverde, Monica; Perez, David; Moreno, Felix

    2015-11-17

    The emergence of new horizons in the field of travel assistant management leads to the development of cutting-edge systems focused on improving the existing ones. Moreover, new opportunities are being also presented since systems trend to be more reliable and autonomous. In this paper, a self-learning embedded system for object identification based on adaptive-cooperative dynamic approaches is presented for intelligent sensor's infrastructures. The proposed system is able to detect and identify moving objects using a dynamic decision tree. Consequently, it combines machine learning algorithms and cooperative strategies in order to make the system more adaptive to changing environments. Therefore, the proposed system may be very useful for many applications like shadow tolls since several types of vehicles may be distinguished, parking optimization systems, improved traffic conditions systems, etc.

  11. Soil-based systemic delivery and phyllosphere in vivo propagation of bacteriophages: Two possible strategies for improving bacteriophage persistence for plant disease control.

    PubMed

    Iriarte, Fanny B; Obradović, Aleksa; Wernsing, Mine H; Jackson, Lee E; Balogh, Botond; Hong, Jason A; Momol, M Timur; Jones, Jeffrey B; Vallad, Gary E

    2012-10-01

    Soil-based root applications and attenuated bacterial strains were evaluated as means to enhance bacteriophage persistence on plants for bacterial disease control. In addition, the systemic nature of phage applied to tomato roots was also evaluated. Several experiments were conducted applying either single phages or phage mixtures specific for Ralstonia solanacearum , Xanthomonas perforans or X. euvesicatoria to soil surrounding tomato plants and measuring the persistence and translocation of the phages over time. In general, all phages persisted in the roots of treated plants and were detected in stems and leaves; although phage level varied and persistence in stems and leaves was at a much lower level compared with persistence in roots. Bacterial wilt control was typically best if the phage or phage mixtures were applied to the soil surrounding tomatoes at the time of inoculation, less effective if applied 3 days before inoculation, and ineffective if applied 3 days after inoculation. The use of an attenuated X. perforans strain was also evaluated to improve the persistence of phage populations on tomato leaf surfaces. In greenhouse and field experiments, foliar applications of an attenuated mutant X. perforans 91-118:∆ OPGH strain prior to phage applications significantly improved phage persistence on tomato foliage compared with untreated tomato foliage. Both the soil-based bacteriophage delivery and the use of attenuated bacterial strains improved bacteriophage persistence on respective root and foliar tissues, with evidence of translocation with soil-based bacteriophage applications. Both strategies could lead to improved control of bacterial pathogens on plants.

  12. Visual object recognition for mobile tourist information systems

    NASA Astrophysics Data System (ADS)

    Paletta, Lucas; Fritz, Gerald; Seifert, Christin; Luley, Patrick; Almer, Alexander

    2005-03-01

    We describe a mobile vision system that is capable of automated object identification using images captured from a PDA or a camera phone. We present a solution for the enabling technology of outdoors vision based object recognition that will extend state-of-the-art location and context aware services towards object based awareness in urban environments. In the proposed application scenario, tourist pedestrians are equipped with GPS, W-LAN and a camera attached to a PDA or a camera phone. They are interested whether their field of view contains tourist sights that would point to more detailed information. Multimedia type data about related history, the architecture, or other related cultural context of historic or artistic relevance might be explored by a mobile user who is intending to learn within the urban environment. Learning from ambient cues is in this way achieved by pointing the device towards the urban sight, capturing an image, and consequently getting information about the object on site and within the focus of attention, i.e., the users current field of view.

  13. Persistant dysphonia following endotracheal intubation.

    PubMed

    Hamdan, Abdul-Latif; Sabra, Omar; Rameh, Charbel; El-Khatib, Mohamad

    2007-02-01

    Voice production is a complex process that involves more than one system, yet most causes of dysphonia are attributed to disturbances in the laryngeal structures and little attention is paid to extralaryngeal factors. Persistent dysphonia after general anesthesia is a challenge to both anesthesiologists and otolaryngologists. The etiology is often multivariable and necessitates a team approach for proper diagnosis. Laryngeal symptoms are subdivided into phonatory disturbances and airway related complaints. When they become persistent for more than 72 hours or are coupled with airway symptoms such as hemoptysis, stridor, dyspnea or aspiration, the anesthesiologist should suspect injury to the vocal folds or cricoarytenoid joints. Here-below, the laryngeal manifestations of endotracheal intubation and the pathophysiology of vocal fold scarring are discussed.

  14. RISK CHARACTERIZATION OF PERSISTENT NEUROTOXIC CONTAMINANTS

    EPA Science Inventory

    Neurotoxicity is an adverse change in structure or function of the central and/or peripheral nervous system following exposure to a chemical, physical, or biological agent. Thousands of chemicals have been estimated to have neurotoxic potential. Many persistent and bioaccumulat...

  15. Detection and Tracking of Moving Objects with Real-Time Onboard Vision System

    NASA Astrophysics Data System (ADS)

    Erokhin, D. Y.; Feldman, A. B.; Korepanov, S. E.

    2017-05-01

    Detection of moving objects in video sequence received from moving video sensor is a one of the most important problem in computer vision. The main purpose of this work is developing set of algorithms, which can detect and track moving objects in real time computer vision system. This set includes three main parts: the algorithm for estimation and compensation of geometric transformations of images, an algorithm for detection of moving objects, an algorithm to tracking of the detected objects and prediction their position. The results can be claimed to create onboard vision systems of aircraft, including those relating to small and unmanned aircraft.

  16. Characterization of multi-drug tolerant persister cells in Streptococcus suis

    PubMed Central

    2014-01-01

    Background Persister cells constitute a subpopulation of dormant cells within a microbial population which are genetically identical but phenotypically different to regular cells. Notably, persister cells show an elevated tolerance to antimicrobial agents. Thus, they are considered to represent a microbial ‘bet-hedging’ strategy and are of particular importance in pathogenic bacteria. Results We studied the ability of the zoonotic pathogen Streptococcus (S.) suis to form multi-drug tolerant variants and identified persister cells dependent on the initial bacterial growth phase. We observed lower numbers of persisters in exponential phase cultures than in stationary growth phase populations. S. suis persister cells showed a high tolerance to a variety of antibiotics, and the phenotype was not inherited as tested with four passages of S. suis populations. Furthermore, we provide evidence that the persister phenotype is related to expression of genes involved in general metabolic pathways since we found higher numbers of persister cells in a mutant strain defective in the catabolic arginine deiminase system as compared to its parental wild type strain. Finally, we observed persister cell formation also in other S. suis strains and pathogenic streptococcal species. Conclusions Taken together, this is the first study that reports multi-drug tolerant persister cells in the zoonotic pathogen S. suis. PMID:24885389

  17. Characterization of multi-drug tolerant persister cells in Streptococcus suis.

    PubMed

    Willenborg, Jörg; Willms, Daniela; Bertram, Ralph; Goethe, Ralph; Valentin-Weigand, Peter

    2014-05-12

    Persister cells constitute a subpopulation of dormant cells within a microbial population which are genetically identical but phenotypically different to regular cells. Notably, persister cells show an elevated tolerance to antimicrobial agents. Thus, they are considered to represent a microbial 'bet-hedging' strategy and are of particular importance in pathogenic bacteria. We studied the ability of the zoonotic pathogen Streptococcus (S.) suis to form multi-drug tolerant variants and identified persister cells dependent on the initial bacterial growth phase. We observed lower numbers of persisters in exponential phase cultures than in stationary growth phase populations. S. suis persister cells showed a high tolerance to a variety of antibiotics, and the phenotype was not inherited as tested with four passages of S. suis populations. Furthermore, we provide evidence that the persister phenotype is related to expression of genes involved in general metabolic pathways since we found higher numbers of persister cells in a mutant strain defective in the catabolic arginine deiminase system as compared to its parental wild type strain. Finally, we observed persister cell formation also in other S. suis strains and pathogenic streptococcal species. Taken together, this is the first study that reports multi-drug tolerant persister cells in the zoonotic pathogen S. suis.

  18. Automated object detection and tracking with a flash LiDAR system

    NASA Astrophysics Data System (ADS)

    Hammer, Marcus; Hebel, Marcus; Arens, Michael

    2016-10-01

    The detection of objects, or persons, is a common task in the fields of environment surveillance, object observation or danger defense. There are several approaches for automated detection with conventional imaging sensors as well as with LiDAR sensors, but for the latter the real-time detection is hampered by the scanning character and therefore by the data distortion of most LiDAR systems. The paper presents a solution for real-time data acquisition of a flash LiDAR sensor with synchronous raw data analysis, point cloud calculation, object detection, calculation of the next best view and steering of the pan-tilt head of the sensor. As a result the attention is always focused on the object, independent of the behavior of the object. Even for highly volatile and rapid changes in the direction of motion the object is kept in the field of view. The experimental setup used in this paper is realized with an elementary person detection algorithm in medium distances (20 m to 60 m) to show the efficiency of the system for objects with a high angular speed. It is easy to replace the detection part by any other object detection algorithm and thus it is easy to track nearly any object, for example a car or a boat or an UAV in various distances.

  19. Herbicide Persistence in Seawater Simulation Experiments

    PubMed Central

    Mercurio, Philip; Mueller, Jochen F.; Eaglesham, Geoff; Flores, Florita; Negri, Andrew P.

    2015-01-01

    Herbicides are detected year-round in marine waters, including those of the World Heritage listed Great Barrier Reef (GBR). The few previous studies that have investigated herbicide persistence in seawater generally reported half-lives in the order of months, and several studies were too short to detect significant degradation. Here we investigated the persistence of eight herbicides commonly detected in the GBR or its catchments in standard OECD simulation flask experiments, but with the aim to mimic natural conditions similar to those found on the GBR (i.e., relatively low herbicide concentrations, typical temperatures, light and microbial communities). Very little degradation was recorded over the standard 60 d period (Experiment 1) so a second experiment was extended to 365 d. Half-lives of PSII herbicides ametryn, atrazine, diuron, hexazinone and tebuthiuron were consistently greater than a year, indicating high persistence. The detection of atrazine and diuron metabolites and longer persistence in mercuric chloride-treated seawater confirmed that biodegradation contributed to the breakdown of herbicides. The shortest half-life recorded was 88 d for growth-regulating herbicide 2,4-D at 31°C in the dark, while the fatty acid-inhibitor metolachlor exhibited a minimum half-life of 281 d. The presence of moderate light and elevated temperatures affected the persistence of most of the herbicides; however, the scale and direction of the differences were not predictable and were likely due to changes in microbial community composition. The persistence estimates here represent some of the first appropriate data for application in risk assessments for herbicide exposure in tropical marine systems. The long persistence of herbicides identified in the present study helps explain detection of herbicides in nearshore waters of the GBR year round. Little degradation of these herbicides would be expected during the wet season with runoff and associated flood plumes

  20. Herbicide Persistence in Seawater Simulation Experiments.

    PubMed

    Mercurio, Philip; Mueller, Jochen F; Eaglesham, Geoff; Flores, Florita; Negri, Andrew P

    2015-01-01

    Herbicides are detected year-round in marine waters, including those of the World Heritage listed Great Barrier Reef (GBR). The few previous studies that have investigated herbicide persistence in seawater generally reported half-lives in the order of months, and several studies were too short to detect significant degradation. Here we investigated the persistence of eight herbicides commonly detected in the GBR or its catchments in standard OECD simulation flask experiments, but with the aim to mimic natural conditions similar to those found on the GBR (i.e., relatively low herbicide concentrations, typical temperatures, light and microbial communities). Very little degradation was recorded over the standard 60 d period (Experiment 1) so a second experiment was extended to 365 d. Half-lives of PSII herbicides ametryn, atrazine, diuron, hexazinone and tebuthiuron were consistently greater than a year, indicating high persistence. The detection of atrazine and diuron metabolites and longer persistence in mercuric chloride-treated seawater confirmed that biodegradation contributed to the breakdown of herbicides. The shortest half-life recorded was 88 d for growth-regulating herbicide 2,4-D at 31°C in the dark, while the fatty acid-inhibitor metolachlor exhibited a minimum half-life of 281 d. The presence of moderate light and elevated temperatures affected the persistence of most of the herbicides; however, the scale and direction of the differences were not predictable and were likely due to changes in microbial community composition. The persistence estimates here represent some of the first appropriate data for application in risk assessments for herbicide exposure in tropical marine systems. The long persistence of herbicides identified in the present study helps explain detection of herbicides in nearshore waters of the GBR year round. Little degradation of these herbicides would be expected during the wet season with runoff and associated flood plumes

  1. Understanding Interdependencies between Heterogeneous Earth Observation Systems When Applied to Federal Objectives

    NASA Astrophysics Data System (ADS)

    Gallo, J.; Sylak-Glassman, E.

    2017-12-01

    We will present a method for assessing interdependencies between heterogeneous Earth observation (EO) systems when applied to key Federal objectives. Using data from the National Earth Observation Assessment (EOA), we present a case study that examines the frequency that measurements from each of the Landsat 8 sensors are used in conjunction with heterogeneous measurements from other Earth observation sensors to develop data and information products. This EOA data allows us to map the most frequent interactions between Landsat measurements and measurements from other sensors, identify high-impact data and information products where these interdependencies occur, and identify where these combined measurements contribute most to meeting a key Federal objective within one of the 13 Societal Benefit Areas used in the EOA study. Using a value-tree framework to trace the application of data from EO systems to weighted key Federal objectives within the EOA study, we are able to estimate relative contribution of individual EO systems to meeting those objectives, as well as the interdependencies between measurements from all EO systems within the EOA study. The analysis relies on a modified Delphi method to elicit relative levels of reliance on individual measurements from EO systems, including combinations of measurements, from subject matter experts. This results in the identification of a representative portfolio of all EO systems used to meet key Federal objectives. Understanding the interdependencies among a heterogeneous set of measurements that modify the impact of any one individual measurement on meeting a key Federal objective, especially if the measurements originate from multiple agencies or state/local/tribal, international, academic, and commercial sources, can impact agency decision-making regarding mission requirements and inform understanding of user needs.

  2. Early Limits on the Verbal Updating of an Object's Location

    ERIC Educational Resources Information Center

    Ganea, Patricia A.; Harris, Paul L.

    2013-01-01

    Recent research has shown that by 30 months of age, children can successfully update their representation of an absent object's location on the basis of new verbal information, whereas 23-month-olds often return to the object's prior location. The current results show that this updating failure persisted even when (a) toddlers received visual and…

  3. Measles virus, immune control and persistence

    PubMed Central

    Griffin, Diane E.; Lin, Wen-Hsuan; Pan, Chien-Hsiung

    2012-01-01

    Measles remains one of the most important causes of child morbidity and mortality worldwide with the greatest burden in the youngest children. Most acute measles deaths are due to secondary infections that result from a poorly understood measles-induced suppression of immune responses. Young children are also vulnerable to late development of subacute sclerosing panencephalitis, a progressive, uniformly fatal neurologic disease caused by persistent measles virus (MeV) infection. During acute infection, the rash marks the appearance of the adaptive immune response and CD8+ T cell-mediated clearance of infectious virus. However, after clearance of infectious virus, MeV RNA persists and can be detected in blood, respiratory secretions, urine and lymphoid tissue for many weeks to months. This prolonged period of virus clearance may help to explain measles immunosuppression and the development of lifelong immunity to re-infection, as well as occasional infection of the nervous system. Once MeV infects neurons, the virus can spread transynaptically and the envelope proteins needed to form infectious virus are unnecessary, accumulate mutations and can establish persistent infection. Identification of the immune mechanisms required for clearance of MeV RNA from multiple sites will enlighten our understanding of the development of disease due to persistent infection. PMID:22316382

  4. Non-contact transportation system of small objects using Ultrasonic Waveguides

    NASA Astrophysics Data System (ADS)

    Nakamura, K.; Koyama, D.

    2012-12-01

    A transportation system for small object or fluid without contact is investigated being based on ultrasonic levitation. Small objects are suspended against gravity at the nodal points in ultrasonic pressure field due to the sound radiation force generated as the gradient of the energy density of the field. In this study, the trapped object is transported in the horizontal plane by introducing the spatial shift of the standing waves by the switching the lateral modes or travelling waves. The goal of the study is to establish a technology which can provide a total system with the flexibility in composing various transportation paths. Methods for linear/rotary stepping motions and continuous linear transportation are explained in this report. All the transportation tracks are composed of a bending vibrator and a reflector. The design for these acoustic cavity/waveguide is discussed.

  5. Factor analysis of persistent postconcussive symptoms within a military sample with blast exposure.

    PubMed

    Franke, Laura M; Czarnota, Jenna N; Ketchum, Jessica M; Walker, William C

    2015-01-01

    To determine the factor structure of persistent postconcussive syndrome symptoms in a blast-exposed military sample and validate factors against objective and symptom measures. Veterans Affairs medical center and military bases. One hundred eighty-one service members and veterans with at least 1 significant exposure to blast during deployment within the 2 years prior to study enrollment. Confirmatory and exploratory factor analyses of the Rivermead Postconcussion Questionnaire. Rivermead Postconcussion Questionnaire, PTSD (posttraumatic stress disorder) Symptom Checklist-Civilian, Center for Epidemiological Studies Depression scale, Sensory Organization Test, Paced Auditory Serial Addition Test, California Verbal Learning Test, and Delis-Kaplan Executive Function System subtests. The 3-factor structure of persistent postconcussive syndrome was not confirmed. A 4-factor structure was extracted, and factors were interpreted as reflecting emotional, cognitive, visual, and vestibular functions. All factors were associated with scores on psychological symptom inventories; visual and vestibular factors were also associated with balance performance. There was no significant association between the cognitive factor and neuropsychological performance or between a history of mild traumatic brain injury and factor scores. Persistent postconcussive symptoms observed months after blast exposure seem to be related to 4 distinct forms of distress, but not to mild traumatic brain injury per se, with vestibular and visual factors possibly related to injury of sensory organs by blast.

  6. NASA TSRV essential flight control system requirements via object oriented analysis

    NASA Technical Reports Server (NTRS)

    Duffy, Keith S.; Hoza, Bradley J.

    1992-01-01

    The objective was to analyze the baseline flight control system of the Transport Systems Research Vehicle (TSRV) and to develop a system specification that offers high visibility of the essential system requirements in order to facilitate the future development of alternate, more advanced software architectures. The flight control system is defined to be the baseline software for the TSRV research flight deck, including all navigation, guidance, and control functions, and primary pilot displays. The Object Oriented Analysis (OOA) methodology developed is used to develop a system requirement definition. The scope of the requirements definition contained herein is limited to a portion of the Flight Management/Flight Control computer functionality. The development of a partial system requirements definition is documented, and includes a discussion of the tasks required to increase the scope of the requirements definition and recommendations for follow-on research.

  7. Prefetching Simulation Objects in a Persistent Simulation Environment

    DTIC Science & Technology

    1989-11-01

    i th to montrminte DBMS, POSTGRES [Stonebraker and Rowe 1985). In our parameters (described in section 5) to help determine theimlementatio P o f E...erpaed P Rowe w9.ith our amount of speedup we can attain. Nonetheless, factors suchimplementation of PSE, we replaced POSTGRES with our own file...tihe sophisti- a uniprocessor system, and therefore we would like to even- cated DBMS facilities offered by POSTGRES . tually test prefetching

  8. Antiphospholipid Antibodies and Recurrent Thrombotic Events: Persistence and Portfolio

    PubMed Central

    Amory, Colum F.; Levine, Steve R.; Brey, Robin L.; Gebregziabher, Mulugeta; Tuhrim, Stanley; Tilley, Barbara C.; Simpson, Ann-Catherin N.; Sacco, Ralph L.; Mohr, J.P.

    2015-01-01

    Background There are very limited prospective data on the significance of persistent of antiphospholipid antibodies (aPL) and recurrent thrombo-occlusive events (TOEs). We investigated the prognostic value of (1) two newer aPL assays, (2) an aPL portfolio, and (3) persistent aPL positivity following stroke. Methods 1,770 subjects from the APASS-WARSS study underwent further aPL testing for antibodies to phosphatidylserine (aPS) and β2-glycoprotein-I (anti-β2GPI) from stored sera. Follow-up aPL status was also tested in a subset of subjects. Primary analysis was based on time to any TOE (ischemic stroke, MI, TIA, DVT, PE, or systemic arterial occlusion)/death at 2 years. Cox proportional hazard analyses assessed whether aPL independently related to outcome. Results Persistent anti-β2GPI decreased the time to TOE/death after adjustment for potential confounders (HR=2.86, CI 1.21-6.76, p=0.017). When persistent anti-β2GPI was combined with another persistently positive aPL, time to TOE/death was also reduced (HR=3.79, CI 1.18-12.14, p=0.025). Neither persistent aCL, persistent aPS alone, nor a single positive anti-β2GPI or aPS was associated with decreased time to TOE/death. No single positive aPL, portfolio of baseline aPL, or any persistent aPL increased the rate of TOE/death. Conclusions Rates of TOE/death were not influenced by aPL results at baseline or follow-up. Persistent anti-β2GPI alone and with persistent second aPL were independently associated with decreased time to TOE/death. Persistent aPL, an aPL portfolio, and newer aPL in ischemic stroke patients are not helpful in predicting an increased rate of recurrent TOEs. PMID:26513489

  9. Optimization of Thermal Object Nonlinear Control Systems by Energy Efficiency Criterion.

    NASA Astrophysics Data System (ADS)

    Velichkin, Vladimir A.; Zavyalov, Vladimir A.

    2018-03-01

    This article presents the results of thermal object functioning control analysis (heat exchanger, dryer, heat treatment chamber, etc.). The results were used to determine a mathematical model of the generalized thermal control object. The appropriate optimality criterion was chosen to make the control more energy-efficient. The mathematical programming task was formulated based on the chosen optimality criterion, control object mathematical model and technological constraints. The “maximum energy efficiency” criterion helped avoid solving a system of nonlinear differential equations and solve the formulated problem of mathematical programming in an analytical way. It should be noted that in the case under review the search for optimal control and optimal trajectory reduces to solving an algebraic system of equations. In addition, it is shown that the optimal trajectory does not depend on the dynamic characteristics of the control object.

  10. Persistent non-union of the humeral shaft treated by plating and autologous bone grafting.

    PubMed

    Pollon, Tristan; Reina, Nicolas; Delclaux, Stéphanie; Bonnevialle, Paul; Mansat, Pierre; Bonnevialle, Nicolas

    2017-02-01

    Surgical treatment of persistent non-union of the humeral shaft is a complex situation because of the risk of failure and surgery-related complications. The primary objective of this study was to evaluate clinical and radiological results of a continuous series of persistent non-union treated with plating and bone grafting. The secondary objective was to expose factors contributing to the failure of prior bone union attempts. Sixteen patients (average age of 52 years) were treated for persistent non-union of the humeral shaft in our department; six of these patients had predisposing comorbidities or addictions. The persistent non-union was treated by plating with autologous bone graft from the iliac crest in a single-stage procedure in 12 cases and a two-stage procedure in three cases; one case was treated with plating and vascularized fibula graft. At a minimum follow-up of 12 months (average 78 months), four (25 %) failed to heal. The 12 other patients had bone union after an average of eight months. The average QuickDASH score was 48 points (18-72). A retrospective analysis of the prior attempts to treat the non-union revealed three cases of unstable fixation, four cases with no osteogenic supply and seven cases of positive microbiological cultures at the non-union site. Plating and autologous bone grafting resulted in union in only 75 % of persistent non-union of the humeral shaft. The persistent nature of the humeral shaft non-union could be attributed to deviating from validated rules for surgical treatment and/or the presence of a surgical site infection.

  11. a Low-Cost and Portable System for 3d Reconstruction of Texture-Less Objects

    NASA Astrophysics Data System (ADS)

    Hosseininaveh, A.; Yazdan, R.; Karami, A.; Moradi, M.; Ghorbani, F.

    2015-12-01

    The optical methods for 3D modelling of objects can be classified into two categories including image-based and range-based methods. Structure from Motion is one of the image-based methods implemented in commercial software. In this paper, a low-cost and portable system for 3D modelling of texture-less objects is proposed. This system includes a rotating table designed and developed by using a stepper motor and a very light rotation plate. The system also has eight laser light sources with very dense and strong beams which provide a relatively appropriate pattern on texture-less objects. In this system, regarding to the step of stepper motor, images are semi automatically taken by a camera. The images can be used in structure from motion procedures implemented in Agisoft software.To evaluate the performance of the system, two dark objects were used. The point clouds of these objects were obtained by spraying a light powders on the objects and exploiting a GOM laser scanner. Then these objects were placed on the proposed turntable. Several convergent images were taken from each object while the laser light sources were projecting the pattern on the objects. Afterward, the images were imported in VisualSFM as a fully automatic software package for generating an accurate and complete point cloud. Finally, the obtained point clouds were compared to the point clouds generated by the GOM laser scanner. The results showed the ability of the proposed system to produce a complete 3D model from texture-less objects.

  12. Natural flow regimes, nonnative fishes, and native fish persistence in arid-land river systems.

    PubMed

    Propst, David L; Gido, Keith B; Stefferud, Jerome A

    2008-07-01

    Escalating demands for water have led to substantial modifications of river systems in arid regions, which coupled with the widespread invasion of nonnative organisms, have increased the vulnerability of native aquatic species to extirpation. Whereas a number of studies have evaluated the role of modified flow regimes and nonnative species on native aquatic assemblages, few have been conducted where the compounding effects of modified flow regimes and established nonnatives do not confound interpretations, particularly at spatial and temporal scales that are relevant to conservation of species at a range-wide level. By evaluating a 19-year data set across six sites in the relatively unaltered upper Gila River basin, New Mexico, USA, we tested how natural flow regimes and presence of nonnative species affected long-term stability of native fish assemblages. Overall, we found that native fish density was greatest during a wet period at the beginning of our study and declined during a dry period near the end of the study. Nonnative fishes, particularly predators, generally responded in opposite directions to these climatic cycles. Our data suggested that chronic presence of nonnative fishes, coupled with naturally low flows reduced abundance of individual species and compromised persistence of native fish assemblages. We also found that a natural flow regime alone was unlikely to ensure persistence of native fish assemblages. Rather, active management that maintains natural flow regimes while concurrently suppressing or excluding nonnative fishes from remaining native fish strongholds is critical to conservation of native fish assemblages in a system, such as the upper Gila River drainage, with comparatively little anthropogenic modification.

  13. Persistent frenulum of the epiglottis in four foals.

    PubMed

    Yarbrough, T B; Voss, E; Herrgesell, E J; Shaw, M

    1999-01-01

    To report the clinical signs and management of 4 foals with persistent frenulum of the epiglottis. Case report. Four newborn foals. Foals were admitted with a complaint of oronasal reflux after nursing. Variable systemic signs of aspiration pneumonia were evident. Nasal endoscopy confirmed persistent dorsal displacement of the soft palate. Persistent frenulum of the epiglottis, confirmed by oral endoscopic examination, was transected. After surgery, all foals had the epiglottis positioned normally, dorsal to the soft palate. Clinical signs of oronasal reflux resolved by the second nursing attempt in 3 foals, whereas this was difficult to assess in one foal that was nursed intermittently because of the mares behavior. This foal died 2 days later. The other 3 foals have had normal epiglottic function for 2-4 years. Persistent frenulum of the epiglottis should be considered in foals with oronasal reflux from birth. With appropriate medical and surgical management the prognosis for resolution should be good.

  14. Central role of a bacterial two-component gene regulatory system of previously unknown function in pathogen persistence in human saliva.

    PubMed

    Shelburne, Samuel A; Sumby, Paul; Sitkiewicz, Izabela; Granville, Chanel; DeLeo, Frank R; Musser, James M

    2005-11-01

    The molecular genetic mechanisms used by bacteria to persist in humans are poorly understood. Group A Streptococcus (GAS) causes the majority of bacterial pharyngitis cases in humans and is prone to persistently inhabit the upper respiratory tract. To gain information about how GAS survives in and infects the oropharynx, we analyzed the transcriptome of a serotype M1 strain grown in saliva. The dynamic pattern of changes in transcripts of genes [spy0874/0875, herein named sptR and sptS (sptR/S), for saliva persistence] encoding a two-component gene regulatory system of unknown function suggested that SptR/S contributed to persistence of GAS in saliva. Consistent with this idea, an isogenic nonpolar mutant strain (DeltasptR) was dramatically less able to survive in saliva compared with the parental strain. Iterative expression microarray analysis of bacteria grown in saliva revealed that transcripts of several known and putative GAS virulence factor genes were decreased significantly in the DeltasptR mutant strain. Compared with the parental strain, the isogenic mutant strain also had altered transcripts of multiple genes encoding proteins involved in complex carbohydrate acquisition and utilization pathways. Western immunoblot analysis and real-time PCR analysis of GAS in throat swabs taken from humans with pharyngitis confirmed the findings. We conclude that SptR/S optimizes persistence of GAS in human saliva, apparently by strategically influencing metabolic pathways and virulence factor production. The discovery of a genetic program that significantly increased persistence of a major human pathogen in saliva enhances understanding of how bacteria survive in the host and suggests new therapeutic strategies.

  15. Searching for Ultra-cool Objects at the Limits of Large-scale Surveys

    NASA Astrophysics Data System (ADS)

    Pinfield, D. J.; Patel, K.; Zhang, Z.; Gomes, J.; Burningham, B.; Day-Jones, A. C.; Jenkins, J.

    2011-12-01

    We have made a search (to Y=19.6) of the UKIDSS Large Area Survey (LAS DR7) for objects detected only in the Y-band. We have identified and removed contamination due to solar system objects, dust specs in the WFCAM optical path, persistence in the WFCAM detectors, and other sources of spurious single source Y-detections in the UKIDSS LAS data-base. In addition to our automated selection procedure we have visually inspected the ˜600 automatically selected candidates to provide an additional level of quality filtering. This has resulted in 55 good candidates that await follow-up observations to confirm their nature. Ultra-cool LAS Y-only objects would have blue Y-J colours combined with very red optical-NIR SEDs - characteristics shared by Jupiter, and suggested by an extrapolation of the Y-J colour trend seen for the latest T dwarfs currently known.

  16. [Mexico health care system's objectives: importance to its population and determining factors].

    PubMed

    Tapia-Cruz, José Antonio

    2006-01-01

    To document the importance to Mexico's population of the five intrinsic objectives of Mexico's present health care system (SS) and describe some of the determinants of its evaluation; the purpose is to contribute elements for defining priorities and to support the fulfillment of said objectives. This is a cross-sectional study to the importance for Mexican population of the five objectives of SS, considered intrinsic or final in the National Evaluation and Performance Survey. The dependent variable was the ranking given by the population surveyed to each one of the objectives, based on the question: Which SS objective do you believe is most important? The independent variables (nominal and categorical) were: state of residence, type of locality, gender, age, education, present employment, quality of present state of health, last occurrence when medical assistance was needed but not received, grade of satisfaction with the operation of the country's medical care system and satisfaction with one's own health. A univaried analysis was conducted and summarized using percentages. The chi square test was used to validate or reject the hypothesis according to whether the rank assigned by the population to the SS objectives is the same, regardless of which variables were used in the comparison. A multinomial (politomic) logistical regression model was also developed to correlate the effect of the independent variables employed in the study with the importance assigned by the population to the SS objectives. The reference category of the model was the objective of improving the health of the population. The analysis was conducted using the statistical package STATA version 7.0. From the population studied, 31.8% reported that the most important objective is to improve treatment within the health care system. In rural areas, 31.46% of the population thinks the most important objective is to improve health, a result related with the self-perception of one's present state of

  17. Factor Analysis of Persistent Post-Concussive Symptoms within a Military Sample with Blast Exposure

    PubMed Central

    Franke, L.M.; Czarnota, J.N.; Ketchum, J.M.; Walker, W.C.

    2014-01-01

    Objective To determine the factor structure of persistent post-concussive syndrome (PPCS) symptoms in a blast-exposed military sample and validate factors against objective and symptom measures. Setting Veterans Affairs medical center and military bases. Participants One hundred eighty-one service members and veterans with at least one significant exposure to blast during deployment within the two years prior to study enrollment. Design Confirmatory and exploratory factor analysis of the Rivermead Post-concussion Questionnaire (RPQ). Main Measures RPQ, PTSD Symptom Checklist-Civilian, Center for Epidemiologic Studies Depression inventory, Sensory Organization Test, Paced Auditory Serial Addition Test, California Verbal Learning Test, Delis-Kaplan Executive Function System subtests. Results The three-factor structure of PPCS was not confirmed. A four-factor structure was extracted, and factors were interpreted as reflecting emotional, cognitive, visual, and vestibular functions. All factors were associated with scores on psychological symptom inventories; visual and vestibular factors were also associated with balance performance. There was no significant association between the cognitive factor and neuropsychological performance, nor between a history of mTBI and factor scores. Conclusion Persistent post-concussive symptoms observed months after blast exposure seem to be related to four distinct forms of distress, but not to mTBI per se, with vestibular and visual factors possibly related to injury of sensory organs by blast. PMID:24695267

  18. Mobile system for in-situ imaging of cultural objects

    NASA Astrophysics Data System (ADS)

    Zemlicka, J.; Jakubek, J.; Krejci, F.; Hradil, D.; Hradilova, J.; Mislerova, H.

    2012-01-01

    Non-invasive analytical techniques recently developed with the Timepix pixel detector have shown great potential for the inspection of objects of cultural heritage. We have developed new instrumentation and methodology for in-situ X-ray transmission radiography and X-ray fluorescence imaging and successfully tested and evaluated a mobile system for remote terrain tasks. The prototype portable imaging device comprises the radiation source tube and the spectral sensitive X-ray camera. Both components can be moreover mounted on independent motorized positioning systems allowing adaptation of irradiation geometry to the object shape. Both parts are placed onto a pair of universal portable holders (tripods). The detector is placed in a shielded box with exchangeable entrance window (beam filters and pinhole collimator). This adjustable setup allows performing in-situ measurements for both transmission and emission (XRF) radiography. The assembled system has been successfully tested in our laboratory with phantoms and real samples. The obtained and evaluated results are presented in this paper. Future work will include successive adaptation of the current system for real in-situ utilization and preparation of software allowing semi-automatic remote control of measurements.

  19. Genomic analysis of lactation persistency in four breeds of dairy cattle

    USDA-ARS?s Scientific Manuscript database

    The objectives of this study were to determine gains in reliability from the addition of genomic information to genetic evaluations for best predictions of lactation persistency in US Ayrshire (AY), Brown Swiss (BS), Holstein (HO), and Jersey (JE) cattle, and to identify genomic regions with large e...

  20. Persistently Obese Youth: Interactions Between Parenting Styles and Feeding Practices With Child Temperament

    PubMed Central

    Boles, Richard E.; Reiter-Purtill, Jennifer; Zeller, Meg H.

    2013-01-01

    Objective To assess the interaction of parent and child characteristics with feeding practices and mealtime functioning. Design Longitudinal, predictive study comparing baseline characteristics with follow-up assessments. Participants The caregivers of 52 persistently obese youth and 32 nonoverweight comparison youth completed measurements of child temperament, parental feeding practices, parenting styles, and interactions during mealtimes. Results Adolescents with persistent obesity were significantly more likely to be parented using problematic feeding practices when parents also reported difficult child temperaments. Additionally, adolescents with persistent obesity and difficult temperaments were significantly more likely to have lower levels of positive mealtime interactions. Conclusion Persistently obese youth are at increased risk for problematic parental feeding practices and mealtime functioning, particularly when youth are described as having difficult temperaments. These results indicate that further investigations are needed to better understand the mechanisms linking parent and child characteristics with health-related behaviors for adolescents with obesity. PMID:23884967

  1. A bio-inspired method and system for visual object-based attention and segmentation

    NASA Astrophysics Data System (ADS)

    Huber, David J.; Khosla, Deepak

    2010-04-01

    This paper describes a method and system of human-like attention and object segmentation in visual scenes that (1) attends to regions in a scene in their rank of saliency in the image, (2) extracts the boundary of an attended proto-object based on feature contours, and (3) can be biased to boost the attention paid to specific features in a scene, such as those of a desired target object in static and video imagery. The purpose of the system is to identify regions of a scene of potential importance and extract the region data for processing by an object recognition and classification algorithm. The attention process can be performed in a default, bottom-up manner or a directed, top-down manner which will assign a preference to certain features over others. One can apply this system to any static scene, whether that is a still photograph or imagery captured from video. We employ algorithms that are motivated by findings in neuroscience, psychology, and cognitive science to construct a system that is novel in its modular and stepwise approach to the problems of attention and region extraction, its application of a flooding algorithm to break apart an image into smaller proto-objects based on feature density, and its ability to join smaller regions of similar features into larger proto-objects. This approach allows many complicated operations to be carried out by the system in a very short time, approaching real-time. A researcher can use this system as a robust front-end to a larger system that includes object recognition and scene understanding modules; it is engineered to function over a broad range of situations and can be applied to any scene with minimal tuning from the user.

  2. Plasticity in neuromagnetic cortical responses suggests enhanced auditory object representation

    PubMed Central

    2013-01-01

    Background Auditory perceptual learning persistently modifies neural networks in the central nervous system. Central auditory processing comprises a hierarchy of sound analysis and integration, which transforms an acoustical signal into a meaningful object for perception. Based on latencies and source locations of auditory evoked responses, we investigated which stage of central processing undergoes neuroplastic changes when gaining auditory experience during passive listening and active perceptual training. Young healthy volunteers participated in a five-day training program to identify two pre-voiced versions of the stop-consonant syllable ‘ba’, which is an unusual speech sound to English listeners. Magnetoencephalographic (MEG) brain responses were recorded during two pre-training and one post-training sessions. Underlying cortical sources were localized, and the temporal dynamics of auditory evoked responses were analyzed. Results After both passive listening and active training, the amplitude of the P2m wave with latency of 200 ms increased considerably. By this latency, the integration of stimulus features into an auditory object for further conscious perception is considered to be complete. Therefore the P2m changes were discussed in the light of auditory object representation. Moreover, P2m sources were localized in anterior auditory association cortex, which is part of the antero-ventral pathway for object identification. The amplitude of the earlier N1m wave, which is related to processing of sensory information, did not change over the time course of the study. Conclusion The P2m amplitude increase and its persistence over time constitute a neuroplastic change. The P2m gain likely reflects enhanced object representation after stimulus experience and training, which enables listeners to improve their ability for scrutinizing fine differences in pre-voicing time. Different trajectories of brain and behaviour changes suggest that the preceding effect

  3. Numeric invariants from multidimensional persistence

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

    Skryzalin, Jacek; Carlsson, Gunnar

    2017-05-19

    In this paper, we analyze the space of multidimensional persistence modules from the perspectives of algebraic geometry. We first build a moduli space of a certain subclass of easily analyzed multidimensional persistence modules, which we construct specifically to capture much of the information which can be gained by using multidimensional persistence over one-dimensional persistence. We argue that the global sections of this space provide interesting numeric invariants when evaluated against our subclass of multidimensional persistence modules. Lastly, we extend these global sections to the space of all multidimensional persistence modules and discuss how the resulting numeric invariants might be usedmore » to study data.« less

  4. A New Tool for Classifying Small Solar System Objects

    NASA Astrophysics Data System (ADS)

    Desfosses, Ryan; Arel, D.; Walker, M. E.; Ziffer, J.; Harvell, T.; Campins, H.; Fernandez, Y. R.

    2011-05-01

    An artificial intelligence program, AutoClass, which was developed by NASA's Artificial Intelligence Branch, uses Bayesian classification theory to automatically choose the most probable classification distribution to describe a dataset. To investigate its usefulness to the Planetary Science community, we tested its ability to reproduce the taxonomic classes as defined by Tholen and Barucci (1989). Of the 406 asteroids from the Eight Color Asteroid Survey (ECAS) we chose for our test, 346 were firmly classified and all but 3 (<1%) were classified by Autoclass as they had been in the previous classification system (Walker et al., 2011). We are now applying it to larger datasets to improve the taxonomy of currently unclassified objects. Having demonstrated AutoClass's ability to recreate existing classification effectively, we extended this work to investigations of albedo-based classification systems. To determine how predictive albedo can be, we used data from the Infrared Astronomical Satellite (IRAS) database in conjunction with the large Sloan Digital Sky Survey (SDSS), which contains color and position data for over 200,000 classified and unclassified asteroids (Ivesic et al., 2001). To judge our success we compared our results with a similar approach to classifying objects using IRAS albedo and asteroid color by Tedesco et al. (1989). Understanding the distribution of the taxonomic classes is important to understanding the history and evolution of our Solar System. AutoClass's success in categorizing ECAS, IRAS and SDSS asteroidal data highlights its potential to scan large domains for natural classes in small solar system objects. Based upon our AutoClass results, we intend to make testable predictions about asteroids observed with the Wide-field Infrared Survey Explorer (WISE).

  5. Object representation in the human auditory system

    PubMed Central

    Winkler, István; van Zuijen, Titia L.; Sussman, Elyse; Horváth, János; Näätänen, Risto

    2010-01-01

    One important principle of object processing is exclusive allocation. Any part of the sensory input, including the border between two objects, can only belong to one object at a time. We tested whether tones forming a spectro-temporal border between two sound patterns can belong to both patterns at the same time. Sequences were composed of low-, intermediate- and high-pitched tones. Tones were delivered with short onset-to-onset intervals causing the high and low tones to automatically form separate low and high sound streams. The intermediate-pitch tones could be perceived as part of either one or the other stream, but not both streams at the same time. Thus these tones formed a pitch ’border’ between the two streams. The tones were presented in a fixed, cyclically repeating order. Linking the intermediate-pitch tones with the high or the low tones resulted in the perception of two different repeating tonal patterns. Participants were instructed to maintain perception of one of the two tone patterns throughout the stimulus sequences. Occasional changes violated either the selected or the alternative tone pattern, but not both at the same time. We found that only violations of the selected pattern elicited the mismatch negativity event-related potential, indicating that only this pattern was represented in the auditory system. This result suggests that individual sounds are processed as part of only one auditory pattern at a time. Thus tones forming a spectro-temporal border are exclusively assigned to one sound object at any given time, as are spatio-temporal borders in vision. PMID:16836636

  6. Object view in spatial system dynamics: a grassland farming example

    PubMed Central

    Neuwirth, Christian; Hofer, Barbara; Schaumberger, Andreas

    2016-01-01

    Abstract Spatial system dynamics (SSD) models are typically implemented by linking stock variables to raster grids while the use of object representations of human artefacts such as buildings or ownership has been limited. This limitation is addressed by this article, which demonstrates the use of object representations in SSD. The objects are parcels of land that are attributed to grassland farms. The model simulates structural change in agriculture, i.e., change in the size of farms. The aim of the model is to reveal relations between structural change, farmland fragmentation and variable farmland quality. Results show that fragmented farms tend to become consolidated by structural change, whereas consolidated initial conditions result in a significant increase of fragmentation. Consolidation is reinforced by a dynamic land market and high transportation costs. The example demonstrates the capabilities of the object-based approach for integrating object geometries (parcel shapes) and relations between objects (distances between parcels) dynamically in SSD. PMID:28190972

  7. A Case Study: Developing Learning Objects with an Explicit Learning Design

    ERIC Educational Resources Information Center

    Watson, Julie

    2010-01-01

    In learning object design an emphasis on visual attractiveness and high technological impact has seemed to persist while content frequently reflects a lack of clear pedagogical basis for the application of learning objects for online learning. Most apparent is the absence of supportive scaffolding for the student user; interactivity built on an…

  8. Object-oriented technologies in a multi-mission data system

    NASA Technical Reports Server (NTRS)

    Murphy, Susan C.; Miller, Kevin J.; Louie, John J.

    1993-01-01

    The Operations Engineering Laboratory (OEL) at JPL is developing new technologies that can provide more efficient and productive ways of doing business in flight operations. Over the past three years, we have worked closely with the Multi-Mission Control Team to develop automation tools, providing technology transfer into operations and resulting in substantial cost savings and error reduction. The OEL development philosophy is characterized by object-oriented design, extensive reusability of code, and an iterative development model with active participation of the end users. Through our work, the benefits of object-oriented design became apparent for use in mission control data systems. Object-oriented technologies and how they can be used in a mission control center to improve efficiency and productivity are explained. The current research and development efforts in the JPL Operations Engineering Laboratory are also discussed to architect and prototype a new paradigm for mission control operations based on object-oriented concepts.

  9. Money Matters: The Influence of Financial Factors on Graduate Student Persistence

    ERIC Educational Resources Information Center

    Strayhorn, Terrell L.

    2010-01-01

    National statistics indicate that approximately 50 percent of all graduate students fail to complete their degree; thus, understanding the factors that influence their persistence is an important research objective. Using data from a nationally representative sample of bachelor's degree recipients, the study aimed to answer three questions: What…

  10. Persistence of mild to moderate Atopic Dermatitis

    PubMed Central

    Margolis, Jacob S; Abuabara, Katrina; Bilker, Warren; Hoffstad, Ole; Margolis, David J

    2015-01-01

    Importance Atopic dermatitis (AD) is a common illness of childhood Objective The goal of this study was to evaluate the natural history of AD and determine the persistence of symptoms over time. Design A cross-sectional and cohort study. Setting A nation-wide long-term registry of children with AD. Participants Children enrolled in the Pediatric Eczema Elective Registry (PEER). Main outcome Self-reported outcome of whether or not a child’s skin was AD symptom-free for 6 months at 6 month intervals. Results 7,157 subjects were enrolled in the PEER study for a total of 22, 550 person-years. At least 2 years of follow-up was observed for 4,248 and at least 5 years of follow-up was observed for 2,416 children. Multiple demographic and exposure variables were associated with more persistent AD. At every age (i.e. 2 to 26 years), more than 80% of PEER subjects had symptoms of AD and/or were using medication to treat their AD. It was not until age 20 years that 50% of subjects had at least one lifetime six-month symptom and treatment free period. Conclusions and Relevance Based on this large longitudinal cohort study, symptoms associated with AD appear to persist well into the second decade of a child’s life and likely longer. AD is likely a life-long illness. PMID:24696036

  11. Program Directors' Perceptions of Programmatic Attributes Contributing to Athletic Training Student Persistence

    ERIC Educational Resources Information Center

    Bowman, Thomas G.; Dodge, Thomas M.; Mazerolle, Stephanie M.

    2015-01-01

    Context: Graduates of athletic training programs (ATPs) have identified factors contributing to their persistence through professional education. However, program directors have yet to elaborate on programmatic attributes that might contribute to athletic training student retention in their respective ATPs. Objective: To determine program…

  12. Detecting impossible changes in infancy: a three-system account

    PubMed Central

    Wang, Su-hua; Baillargeon, Renée

    2012-01-01

    Can infants detect that an object has magically disappeared, broken apart or changed color while briefly hidden? Recent research suggests that infants detect some but not other ‘impossible’ changes; and that various contextual manipulations can induce infants to detect changes they would not otherwise detect. We present an account that includes three systems: a physical-reasoning, an object-tracking, and an object-representation system. What impossible changes infants detect depends on what object information is included in the physical-reasoning system; this information becomes subject to a principle of persistence, which states that objects can undergo no spontaneous or uncaused change. What contextual manipulations induce infants to detect impossible changes depends on complex interplays between the physical-reasoning system and the object-tracking and object-representation systems. PMID:18078778

  13. Repeated Δ9-Tetrahydrocannabinol Exposure in Adolescent Monkeys: Persistent Effects Selective for Spatial Working Memory

    PubMed Central

    Verrico, Christopher D.; Gu, Hong; Peterson, Melanie L.; Sampson, Allan R.; Lewis, David A.

    2014-01-01

    Objective Epidemiological findings suggest that, relative to adults, adolescents are more vulnerable to the adverse persistent effects of cannabis on working memory. However, the potential confounds inherent in human studies preclude direct determination of a cause-and-effect relationship between adolescent cannabis use and heightened susceptibility to persistent working memory impairments. Consequently, the authors examined the effects of repeated exposure to Δ9-tetrahydrocannabinol (THC) on performance of spatial and object working memory tasks in adolescent monkeys. Method Seven pairs of male adolescent rhesus monkeys, matched for baseline cognitive performance, received vehicle or THC intravenously 5 days/week for 6 months. Performance on spatial and object memory tasks was assessed 23 or 71 hours after drug administration throughout the study. In addition, acute effects on working memory were also assessed at the beginning and end of the 6-month period. Results Relative to the vehicle-exposed control animals, those with repeated THC exposure had a blunted trajectory of accuracy improvements on the spatial working memory task in a delay-dependent manner. Accuracy improvements on the object working memory task did not differ between groups. Relative to the acute effects of THC on working memory at the beginning of the study, neither sensitivity nor tolerance was evident after 6 months of THC exposure. Conclusions Because maturation of performance is later for spatial than for object working memory, these findings suggest that persistent effects of THC on cognitive abilities are more evident when exposure coincides with the developmental stage during which the underlying neural circuits are actively maturing. PMID:24577206

  14. Rethinking modeling framework design: object modeling system 3.0

    USDA-ARS?s Scientific Manuscript database

    The Object Modeling System (OMS) is a framework for environmental model development, data provisioning, testing, validation, and deployment. It provides a bridge for transferring technology from the research organization to the program delivery agency. The framework provides a consistent and efficie...

  15. Decoding information about dynamically occluded objects in visual cortex

    PubMed Central

    Erlikhman, Gennady; Caplovitz, Gideon P.

    2016-01-01

    During dynamic occlusion, an object passes behind an occluding surface and then later reappears. Even when completely occluded from view, such objects are experienced as continuing to exist or persist behind the occluder, even though they are no longer visible. The contents and neural basis of this persistent representation remain poorly understood. Questions remain as to whether there is information maintained about the object itself (i.e. its shape or identity) or, non-object-specific information such as its position or velocity as it is tracked behind an occluder as well as which areas of visual cortex represent such information. Recent studies have found that early visual cortex is activated by “invisible” objects during visual imagery and by unstimulated regions along the path of apparent motion, suggesting that some properties of dynamically occluded objects may also be neurally represented in early visual cortex. We applied functional magnetic resonance imaging in human subjects to examine the representation of information within visual cortex during dynamic occlusion. For gradually occluded, but not for instantly disappearing objects, there was an increase in activity in early visual cortex (V1, V2, and V3). This activity was spatially-specific, corresponding to the occluded location in the visual field. However, the activity did not encode enough information about object identity to discriminate between different kinds of occluded objects (circles vs. stars) using MVPA. In contrast, object identity could be decoded in spatially-specific subregions of higher-order, topographically organized areas such as ventral, lateral, and temporal occipital areas (VO, LO, and TO) as well as the functionally defined LOC and hMT+. These results suggest that early visual cortex may represent the dynamically occluded object’s position or motion path, while later visual areas represent object-specific information. PMID:27663987

  16. Method for determining the weight of functional objectives on manufacturing system.

    PubMed

    Zhang, Qingshan; Xu, Wei; Zhang, Jiekun

    2014-01-01

    We propose a three-dimensional integrated weight determination to solve manufacturing system functional objectives, where consumers are weighted by triangular fuzzy numbers to determine the enterprises. The weights, subjective parts are determined by the expert scoring method, the objective parts are determined by the entropy method with the competitive advantage of determining. Based on the integration of three methods and comprehensive weight, we provide some suggestions for the manufacturing system. This paper provides the numerical example analysis to illustrate the feasibility of this method.

  17. Method for Determining the Weight of Functional Objectives on Manufacturing System

    PubMed Central

    Zhang, Qingshan; Xu, Wei; Zhang, Jiekun

    2014-01-01

    We propose a three-dimensional integrated weight determination to solve manufacturing system functional objectives, where consumers are weighted by triangular fuzzy numbers to determine the enterprises. The weights, subjective parts are determined by the expert scoring method, the objective parts are determined by the entropy method with the competitive advantage of determining. Based on the integration of three methods and comprehensive weight, we provide some suggestions for the manufacturing system. This paper provides the numerical example analysis to illustrate the feasibility of this method. PMID:25243203

  18. Bacterial persistence by RNA endonucleases

    PubMed Central

    Maisonneuve, Etienne; Shakespeare, Lana J.; Jørgensen, Mikkel Girke; Gerdes, Kenn

    2011-01-01

    Bacteria form persisters, individual cells that are highly tolerant to different types of antibiotics. Persister cells are genetically identical to nontolerant kin but have entered a dormant state in which they are recalcitrant to the killing activity of the antibiotics. The molecular mechanisms underlying bacterial persistence are unknown. Here, we show that the ubiquitous Lon (Long Form Filament) protease and mRNA endonucleases (mRNases) encoded by toxin-antitoxin (TA) loci are required for persistence in Escherichia coli. Successive deletion of the 10 mRNase-encoding TA loci of E. coli progressively reduced the level of persisters, showing that persistence is a phenotype common to TA loci. In all cases tested, the antitoxins, which control the activities of the mRNases, are Lon substrates. Consistently, cells lacking lon generated a highly reduced level of persisters. Moreover, Lon overproduction dramatically increased the levels of persisters in wild-type cells but not in cells lacking the 10 mRNases. These results support a simple model according to which mRNases encoded by TA loci are activated in a small fraction of growing cells by Lon-mediated degradation of the antitoxins. Activation of the mRNases, in turn, inhibits global cellular translation, and thereby induces dormancy and persistence. Many pathogenic bacteria known to enter dormant states have a plethora of TA genes. Therefore, in the future, the discoveries described here may lead to a mechanistic understanding of the persistence phenomenon in pathogenic bacteria. PMID:21788497

  19. Real-time system for imaging and object detection with a multistatic GPR array

    DOEpatents

    Paglieroni, David W; Beer, N Reginald; Bond, Steven W; Top, Philip L; Chambers, David H; Mast, Jeffrey E; Donetti, John G; Mason, Blake C; Jones, Steven M

    2014-10-07

    A method and system for detecting the presence of subsurface objects within a medium is provided. In some embodiments, the imaging and detection system operates in a multistatic mode to collect radar return signals generated by an array of transceiver antenna pairs that is positioned across the surface and that travels down the surface. The imaging and detection system pre-processes the return signal to suppress certain undesirable effects. The imaging and detection system then generates synthetic aperture radar images from real aperture radar images generated from the pre-processed return signal. The imaging and detection system then post-processes the synthetic aperture radar images to improve detection of subsurface objects. The imaging and detection system identifies peaks in the energy levels of the post-processed image frame, which indicates the presence of a subsurface object.

  20. Understanding the causes and consequences of measles virus persistence

    PubMed Central

    Griffin, Diane E.; Lin, Wen-Hsuan W.; Nelson, Ashley N.

    2018-01-01

    Measles is an acute systemic viral disease with initial amplification of infection in lymphoid tissue and subsequent spread over 10–14 days to multiple organs. Failure of the innate response to control initial measles virus (MeV) replication is associated with the ability of MeV to inhibit the induction of type I interferon and interferon-stimulated antiviral genes. Rather, the innate response is characterized by the expression of proteins regulated by nuclear factor kappa B and the inflammasome. With eventual development of the adaptive response, the rash appears with immune cell infiltration into sites of virus replication to initiate the clearance of infectious virus. However, MeV RNA is cleared much more slowly than recoverable infectious virus and remains present in lymphoid tissue for at least 6 months after infection. Persistence of viral RNA and protein suggests persistent low-level replication in lymphoid tissue that may facilitate maturation of the immune response, resulting in lifelong protection from reinfection, while persistence in other tissues (for example, the nervous system) may predispose to development of late disease such as subacute sclerosing panencephalitis. Further studies are needed to identify mechanisms of viral clearance and to understand the relationship between persistence and development of lifelong immunity. PMID:29560260

  1. Understanding the causes and consequences of measles virus persistence.

    PubMed

    Griffin, Diane E; Lin, Wen-Hsuan W; Nelson, Ashley N

    2018-01-01

    Measles is an acute systemic viral disease with initial amplification of infection in lymphoid tissue and subsequent spread over 10-14 days to multiple organs. Failure of the innate response to control initial measles virus (MeV) replication is associated with the ability of MeV to inhibit the induction of type I interferon and interferon-stimulated antiviral genes. Rather, the innate response is characterized by the expression of proteins regulated by nuclear factor kappa B and the inflammasome. With eventual development of the adaptive response, the rash appears with immune cell infiltration into sites of virus replication to initiate the clearance of infectious virus. However, MeV RNA is cleared much more slowly than recoverable infectious virus and remains present in lymphoid tissue for at least 6 months after infection. Persistence of viral RNA and protein suggests persistent low-level replication in lymphoid tissue that may facilitate maturation of the immune response, resulting in lifelong protection from reinfection, while persistence in other tissues (for example, the nervous system) may predispose to development of late disease such as subacute sclerosing panencephalitis. Further studies are needed to identify mechanisms of viral clearance and to understand the relationship between persistence and development of lifelong immunity.

  2. Systems for detecting charged particles in object inspection

    DOEpatents

    Morris, Christopher L.; Makela, Mark F.

    2013-08-20

    Techniques, apparatus and systems for detecting particles such as muons. In one implementation, a monitoring system has a cosmic ray-produced charged particle tracker with a plurality of drift cells. The drift cells, which can be for example aluminum drift tubes, can be arranged at least above and below a volume to be scanned to thereby track incoming and outgoing charged particles, such as cosmic ray-produced muons, while also detecting gamma rays. The system can selectively detect devices or materials, such as iron, lead, gold and/or tungsten, occupying the volume from multiple scattering of the charged particles passing through the volume and can also detect any radioactive sources occupying the volume from gamma rays emitted therefrom. If necessary, the drift tubes can be sealed to eliminate the need for a gas handling system. The system can be employed to inspect occupied vehicles at border crossings for nuclear threat objects.

  3. Adding intelligent services to an object oriented system

    NASA Technical Reports Server (NTRS)

    Robideaux, Bret R.; Metzler, Theodore A.

    1994-01-01

    As today's software becomes increasingly complex, the need grows for intelligence of one sort or another to becomes part of the application, often an intelligence that does not readily fit the paradigm of one's software development. There are many methods of developing software, but at this time, the most promising is the object oriented (OO) method. This method involves an analysis to abstract the problem into separate 'objects' that are unique in the data that describe them and the behavior that they exhibit, and eventually to convert this analysis into computer code using a programming language that was designed (or retrofitted) for OO implementation. This paper discusses the creation of three different applications that are analyzed, designed, and programmed using the Shlaer/Mellor method of OO development and C++ as the programming language. All three, however, require the use of an expert system to provide an intelligence that C++ (or any other 'traditional' language) is not directly suited to supply. The flexibility of CLIPS permitted us to make modifications to it that allow seamless integration with any of our applications that require an expert system. We illustrate this integration with the following applications: (1) an after action review (AAR) station that assists a reviewer in watching a simulated tank battle and developing an AAR to critique the performance of the participants in the battle; (2) an embedded training system and over-the-shoulder coach for howitzer crewmen; and (3) a system to identify various chemical compounds from their infrared absorption spectra.

  4. Antiphospholipid Antibodies and Recurrent Thrombotic Events: Persistence and Portfolio.

    PubMed

    Amory, Colum F; Levine, Steven R; Brey, Robin L; Gebregziabher, Mulugeta; Tuhrim, Stanley; Tilley, Barbara C; Simpson, Ann-Catherin C; Sacco, Ralph L; Mohr, Jay P

    2015-01-01

    There are very limited prospective data on the significance of persistent antiphospholipid antibodies (aPL) and recurrent thrombo-occlusive events (TOEs). We investigated the prognostic value of (1) 2 newer aPL assays, (2) an aPL portfolio and (3) persistent aPL positivity following stroke. A total of 1,770 subjects from the APASS-WARSS study underwent further aPL testing for antibodies to phosphatidylserine (aPS) and anti-β2-glycoprotein-I (anti-β2GPI) from stored sera. Follow-up aPL status was also tested in a subset of subjects. Primary analysis was based on time to any TOE (ischemic stroke, myocardial infarction, transient ischemic attack, deep vein thrombosis, pulmonary embolism or systemic arterial occlusion)/death at 2 years. Cox proportional hazard analyses assessed whether aPL independently related to outcome. Persistent anti-β2GPI decreased the time to TOE/death after adjustment for potential confounders (hazards ratio (HR) 2.86, 95% CI 1.21-6.76, p = 0.017). When persistent anti-β2GPI was combined with another persistently positive aPL, time to TOE/death was also reduced (HR 3.79, 95% CI 1.18-12.14, p = 0.025). Neither persistent anticardiolipin antibodies nor persistent aPS alone nor a single positive anti-β2GPI nor aPS was associated with decreased time to TOE/death. No single positive aPL, portfolio of baseline aPL or any persistent aPL increased the rate of TOE/death. Rates of TOE/death were not influenced by aPL results at baseline or follow-up. Persistent anti-β2GPI alone, and with persistent second aPL, was independently associated with decreased time to TOE/death. Persistent aPL, an aPL portfolio and newer aPL in ischemic stroke patients are not helpful in predicting an increased rate of recurrent TOEs. © 2015 S. Karger AG, Basel.

  5. How Reuse Influences Productivity in Object-Oriented Systems

    NASA Technical Reports Server (NTRS)

    Basili, Victor R.; Briand, Lionel C.; Melo, Walcelio L.

    1997-01-01

    Although reuse is assumed to be especially valuable in building high quality software as well as in Object Oriented (OO) development, limited empirical evidence connects reuse with productivity and quality gains. The author's eight system study begins to define such benefits in an OO framework, most notably in terms of reduce defect density and rework as well as in increased productivity.

  6. A metadata schema for data objects in clinical research.

    PubMed

    Canham, Steve; Ohmann, Christian

    2016-11-24

    A large number of stakeholders have accepted the need for greater transparency in clinical research and, in the context of various initiatives and systems, have developed a diverse and expanding number of repositories for storing the data and documents created by clinical studies (collectively known as data objects). To make the best use of such resources, we assert that it is also necessary for stakeholders to agree and deploy a simple, consistent metadata scheme. The relevant data objects and their likely storage are described, and the requirements for metadata to support data sharing in clinical research are identified. Issues concerning persistent identifiers, for both studies and data objects, are explored. A scheme is proposed that is based on the DataCite standard, with extensions to cover the needs of clinical researchers, specifically to provide (a) study identification data, including links to clinical trial registries; (b) data object characteristics and identifiers; and (c) data covering location, ownership and access to the data object. The components of the metadata scheme are described. The metadata schema is proposed as a natural extension of a widely agreed standard to fill a gap not tackled by other standards related to clinical research (e.g., Clinical Data Interchange Standards Consortium, Biomedical Research Integrated Domain Group). The proposal could be integrated with, but is not dependent on, other moves to better structure data in clinical research.

  7. Persistence and Subtype Stability of ADHD Among Substance Use Disorder Treatment Seekers

    PubMed Central

    Kaye, Sharlene; Ramos-Quiroga, Josep Antoni; van de Glind, Geurt; Levin, Frances R.; Faraone, Stephen V.; Allsop, Steve; Degenhardt, Louisa; Moggi, Franz; Barta, Csaba; Konstenius, Maija; Franck, Johan; Skutle, Arvid; Bu, Eli-Torild; Koeter, Maarten W. J.; Demetrovics, Zsolt; Kapitány-Fövény, Máté; Schoevers, Robert A.; van Emmerik-van Oortmerssen, Katelijne; Carpentier, Pieter-Jan; Dom, Geert; Verspreet, Sofie; Crunelle, Cleo L.; Young, Jesse T.; Carruthers, Susan; Cassar, Joanne; Fatséas, Melina; Auriacombe, Marc; Johnson, Brian; Dunn, Matthew; Slobodin, Ortal; van den Brink, Wim

    2016-01-01

    Objective To examine ADHD symptom persistence and subtype stability among substance use disorder (SUD) treatment seekers. Method In all, 1,276 adult SUD treatment seekers were assessed for childhood and adult ADHD using Conners’ Adult ADHD Diagnostic Interview for Diagnostic and Statistical Manual of Mental Disorders (4th ed.; DSM-IV; CAADID). A total of 290 (22.7%) participants met CAADID criteria for childhood ADHD and comprise the current study sample. Results Childhood ADHD persisted into adulthood in 72.8% (n = 211) of cases. ADHD persistence was significantly associated with a family history of ADHD, and the presence of conduct disorder and antisocial personality disorder. The combined subtype was the most stable into adulthood (78.6%) and this stability was significantly associated with conduct disorder and past treatment of ADHD. Conclusion ADHD is highly prevalent and persistent among SUD treatment seekers and is associated with the more severe phenotype that is also less likely to remit. Routine screening and follow-up assessment for ADHD is indicated to enhance treatment management and outcomes. PMID:26922805

  8. Unaware Processing of Tools in the Neural System for Object-Directed Action Representation.

    PubMed

    Tettamanti, Marco; Conca, Francesca; Falini, Andrea; Perani, Daniela

    2017-11-01

    The hypothesis that the brain constitutively encodes observed manipulable objects for the actions they afford is still debated. Yet, crucial evidence demonstrating that, even in the absence of perceptual awareness, the mere visual appearance of a manipulable object triggers a visuomotor coding in the action representation system including the premotor cortex, has hitherto not been provided. In this fMRI study, we instantiated reliable unaware visual perception conditions by means of continuous flash suppression, and we tested in 24 healthy human participants (13 females) whether the visuomotor object-directed action representation system that includes left-hemispheric premotor, parietal, and posterior temporal cortices is activated even under subliminal perceptual conditions. We found consistent activation in the target visuomotor cortices, both with and without perceptual awareness, specifically for pictures of manipulable versus non-manipulable objects. By means of a multivariate searchlight analysis, we also found that the brain activation patterns in this visuomotor network enabled the decoding of manipulable versus non-manipulable object picture processing, both with and without awareness. These findings demonstrate the intimate neural coupling between visual perception and motor representation that underlies manipulable object processing: manipulable object stimuli specifically engage the visuomotor object-directed action representation system, in a constitutive manner that is independent from perceptual awareness. This perceptuo-motor coupling endows the brain with an efficient mechanism for monitoring and planning reactions to external stimuli in the absence of awareness. SIGNIFICANCE STATEMENT Our brain constantly encodes the visual information that hits the retina, leading to a stimulus-specific activation of sensory and semantic representations, even for objects that we do not consciously perceive. Do these unconscious representations encompass the motor

  9. Geoscience Australia's enterprise application of provenance standards and systems for physical and digital objects

    NASA Astrophysics Data System (ADS)

    Kemp, C.; Car, N. J.

    2016-12-01

    Geoscience Australia (GA) is a government agency that provides advice on the geology and geography of Australia. It is the custodian of many digital and physical datasets of national significance. For several years GA has been implementing an enterprise approach to provenance management. The goal for transparency and reproducibility for all of GA's information products; an objective supported at the highest levels and explicitly listed in its Science Principles. Currently GA is finalising a set of enterprise tools to assist with provenance management and rolling out provenance reporting to different science areas. GA has adopted or developed: provenance storage systems; provenance collection code libraries (for use within automated systems); reporting interfaces (for manual use) and provenance representation capability within legacy catalogues. Using these tools within GA's science areas involves modelling the scenario first and then assessing whether the area has its data managed in such a way that allows links to data within provenance to be resolvable in perpetuity. We don't just want to represent provenance (demonstrating transparency), we want to access data via provenance (allowing for reproducibility). A subtask of GA's current work is to link physical samples to information products (datasets, reports, papers) by uniquely and persistently identifying samples using International GeoSample Numbers and then modelling automated & manual laboratory workflows and associated tasks, such as data delivery to corporate databases using the W3C's PROV Data Model. We use PROV DM throughout our modelling and systems. We are also moving to deliver all sample and digital dataset metadata across the agency in the Web Ontology Language (OWL) and exposing it via Linked Data methods in order to allow Semantic Web querying of multiple systems allowing provenance to be leveraged using as a single method and query point. Through the Science First Transformation Program GA is

  10. Multi-objective optimization of GENIE Earth system models.

    PubMed

    Price, Andrew R; Myerscough, Richard J; Voutchkov, Ivan I; Marsh, Robert; Cox, Simon J

    2009-07-13

    The tuning of parameters in climate models is essential to provide reliable long-term forecasts of Earth system behaviour. We apply a multi-objective optimization algorithm to the problem of parameter estimation in climate models. This optimization process involves the iterative evaluation of response surface models (RSMs), followed by the execution of multiple Earth system simulations. These computations require an infrastructure that provides high-performance computing for building and searching the RSMs and high-throughput computing for the concurrent evaluation of a large number of models. Grid computing technology is therefore essential to make this algorithm practical for members of the GENIE project.

  11. PAQ: Persistent Adaptive Query Middleware for Dynamic Environments

    NASA Astrophysics Data System (ADS)

    Rajamani, Vasanth; Julien, Christine; Payton, Jamie; Roman, Gruia-Catalin

    Pervasive computing applications often entail continuous monitoring tasks, issuing persistent queries that return continuously updated views of the operational environment. We present PAQ, a middleware that supports applications' needs by approximating a persistent query as a sequence of one-time queries. PAQ introduces an integration strategy abstraction that allows composition of one-time query responses into streams representing sophisticated spatio-temporal phenomena of interest. A distinguishing feature of our middleware is the realization that the suitability of a persistent query's result is a function of the application's tolerance for accuracy weighed against the associated overhead costs. In PAQ, programmers can specify an inquiry strategy that dictates how information is gathered. Since network dynamics impact the suitability of a particular inquiry strategy, PAQ associates an introspection strategy with a persistent query, that evaluates the quality of the query's results. The result of introspection can trigger application-defined adaptation strategies that alter the nature of the query. PAQ's simple API makes developing adaptive querying systems easily realizable. We present the key abstractions, describe their implementations, and demonstrate the middleware's usefulness through application examples and evaluation.

  12. Immune Evasion Strategies and Persistence of Helicobacter pylori.

    PubMed

    Mejías-Luque, Raquel; Gerhard, Markus

    Helicobacter pylori infection is commonly acquired during childhood, can persist lifelong if not treated, and can cause different gastric pathologies, including chronic gastritis, peptic ulcer disease, and eventually gastric cancer. H. pylori has developed a number of strategies in order to cope with the hostile conditions found in the human stomach as well as successful mechanisms to evade the strong innate and adaptive immune responses elicited upon infection. Thus, by manipulating innate immune receptors and related signaling pathways, inducing tolerogenic dendritic cells and inhibiting effector T cell responses, H. pylori ensures low recognition by the host immune system as well as its persistence in the gastric epithelium. Bacterial virulence factors such as cytotoxin-associated gene A, vacuolating cytotoxin A, or gamma-glutamyltranspeptidase have been extensively studied in the context of bacterial immune escape and persistence. Further, the bacterium possesses other factors that contribute to immune evasion. In this chapter, we discuss in detail the main evasion and persistence strategies evolved by the bacterium as well as the specific bacterial virulence factors involved.

  13. Applications of fuzzy theories to multi-objective system optimization

    NASA Technical Reports Server (NTRS)

    Rao, S. S.; Dhingra, A. K.

    1991-01-01

    Most of the computer aided design techniques developed so far deal with the optimization of a single objective function over the feasible design space. However, there often exist several engineering design problems which require a simultaneous consideration of several objective functions. This work presents several techniques of multiobjective optimization. In addition, a new formulation, based on fuzzy theories, is also introduced for the solution of multiobjective system optimization problems. The fuzzy formulation is useful in dealing with systems which are described imprecisely using fuzzy terms such as, 'sufficiently large', 'very strong', or 'satisfactory'. The proposed theory translates the imprecise linguistic statements and multiple objectives into equivalent crisp mathematical statements using fuzzy logic. The effectiveness of all the methodologies and theories presented is illustrated by formulating and solving two different engineering design problems. The first one involves the flight trajectory optimization and the main rotor design of helicopters. The second one is concerned with the integrated kinematic-dynamic synthesis of planar mechanisms. The use and effectiveness of nonlinear membership functions in fuzzy formulation is also demonstrated. The numerical results indicate that the fuzzy formulation could yield results which are qualitatively different from those provided by the crisp formulation. It is felt that the fuzzy formulation will handle real life design problems on a more rational basis.

  14. Budgeting by Objectives--How Goals and Objectives, Operational Activities, and Resource Allocation Are Integrated in a Planning System. AIR 1984 Annual Forum Paper.

    ERIC Educational Resources Information Center

    Capoor, Madan

    The Objective-Based Assessment, Planning, and Resource Allocation System (OAPRAS) that was developed and implemented at Middlesex County College is described. The integrated self-assessment planning and budgeting system was developed in 1981. The central purpose of OAPRAS was to link resource allocation decisions to the prioritized objectives that…

  15. Persistent toxic substances: sources, fates and effects.

    PubMed

    Wong, Ming H; Armour, Margaret-Ann; Naidu, Ravi; Man, Ming

    2012-01-01

    Persistent toxic substances (PTS) include the Stockholm persistent organic pollutants, like dichlorodiphenyltrichloroethane, polychlorinated biphenyls, dioxin/furan, etc., and organometallic compounds, like organomercury, organotin, and organolead, which all share the same characteristics of being persistent, toxic, bioaccumulative, and able to travel long distances through different media. The adverse health effects of some of the emerging chemicals like pentabromodiphenyl ether, bisphenol A, and di(2-ethylhexyl)phthalate, which are widely used in daily appliances (e.g., TVs, computers, mobile phones, plastic baby bottles), have become a public health concern due to more evidence now available showing their adverse effects like disturbance of the endocrine system and cancer. This article is an attempt to review the current status of PTS in our environment, citing case studies in China and North America, and whether our existing drinking water treatment and wastewater treatment processes are adequate in removing them from water. Some management issues of these emerging chemicals of concern are also discussed.

  16. Joint Composable Object Model and LVC Methodology

    NASA Technical Reports Server (NTRS)

    Rheinsmith, Richard; Wallace, Jeffrey; Bizub, Warren; Ceranowicz, Andy; Cutts, Dannie; Powell, Edward T.; Gustavson, Paul; Lutz, Robert; McCloud, Terrell

    2010-01-01

    Within the Department of Defense, multiple architectures are created to serve and fulfill one or several specific service or mission related LVC training goals. Multiple Object Models exist across and within those architectures and it is there that those disparate object models are a major source of interoperability problems when developing and constructing the training scenarios. The two most commonly used architectures are; HLA and TENA, with DIS and CTIA following close behind in terms of the number of users. Although these multiple architectures can share and exchange data the underlying meta-models for runtime data exchange are quite different, requiring gateways/translators to bridge between the different object model representations; while the Department of Defense's use of gateways are generally effective in performing these functions, as the LVC environment increases so too does the cost and complexity of these gateways. Coupled with the wide range of different object models across the various user communities we increase the propensity for run time errors, increased programmer stop gap measures during coordinated exercises, or failure of the system as a whole due to unknown or unforeseen incompatibilities. The Joint Composable Object Model (JCOM) project was established under an M&S Steering Committee (MSSC)-sponsored effort with oversight and control placed under the Joint Forces Command J7 Advanced Concepts Program Directorate. The purpose of this paper is to address the initial and the current progress that has been made in the following areas; the Conceptual Model Development Format, the Common Object Model, the Architecture Neutral Data Exchange Model (ANDEM), and the association methodology to allow the re-use of multiple architecture object models and the development of the prototype persistent reusable library.

  17. Ecological Complexity in a Coffee Agroecosystem: Spatial Heterogeneity, Population Persistence and Biological Control

    PubMed Central

    Liere, Heidi; Jackson, Doug; Vandermeer, John

    2012-01-01

    Background Spatial heterogeneity is essential for the persistence of many inherently unstable systems such as predator-prey and parasitoid-host interactions. Since biological interactions themselves can create heterogeneity in space, the heterogeneity necessary for the persistence of an unstable system could be the result of local interactions involving elements of the unstable system itself. Methodology/Principal Findings Here we report on a predatory ladybird beetle whose natural history suggests that the beetle requires the patchy distribution of the mutualism between its prey, the green coffee scale, and the arboreal ant, Azteca instabilis. Based on known ecological interactions and the natural history of the system, we constructed a spatially-explicit model and showed that the clustered spatial pattern of ant nests facilitates the persistence of the beetle populations. Furthermore, we show that the dynamics of the beetle consuming the scale insects can cause the clustered distribution of the mutualistic ants in the first place. Conclusions/Significance From a theoretical point of view, our model represents a novel situation in which a predator indirectly causes a spatial pattern of an organism other than its prey, and in doing so facilitates its own persistence. From a practical point of view, it is noteworthy that one of the elements in the system is a persistent pest of coffee, an important world commodity. This pest, we argue, is kept within limits of control through a complex web of ecological interactions that involves the emergent spatial pattern. PMID:23029061

  18. A knowledge-based object recognition system for applications in the space station

    NASA Technical Reports Server (NTRS)

    Dhawan, Atam P.

    1988-01-01

    A knowledge-based three-dimensional (3D) object recognition system is being developed. The system uses primitive-based hierarchical relational and structural matching for the recognition of 3D objects in the two-dimensional (2D) image for interpretation of the 3D scene. At present, the pre-processing, low-level preliminary segmentation, rule-based segmentation, and the feature extraction are completed. The data structure of the primitive viewing knowledge-base (PVKB) is also completed. Algorithms and programs based on attribute-trees matching for decomposing the segmented data into valid primitives were developed. The frame-based structural and relational descriptions of some objects were created and stored in a knowledge-base. This knowledge-base of the frame-based descriptions were developed on the MICROVAX-AI microcomputer in LISP environment. The simulated 3D scene of simple non-overlapping objects as well as real camera data of images of 3D objects of low-complexity have been successfully interpreted.

  19. Radar system components to detect small and fast objects

    NASA Astrophysics Data System (ADS)

    Hülsmann, Axel; Zech, Christian; Klenner, Mathias; Tessmann, Axel; Leuther, Arnulf; Lopez-Diaz, Daniel; Schlechtweg, Michael; Ambacher, Oliver

    2015-05-01

    Small and fast objects, for example bullets of caliber 5 to 10 mm, fired from guns like AK-47, can cause serious problems to aircrafts in asymmetric warfare. Especially slow and big aircrafts, like heavy transport helicopters are an easy mark of small caliber hand fire weapons. These aircrafts produce so much noise, that the crew is not able to recognize an attack unless serious problems occur and important systems of the aircraft fail. This is just one of many scenarios, where the detection of fast and small objects is desirable. Another scenario is the collision of space debris particles with satellites.

  20. Parsing apart the persisters: Etiological mechanisms and criminal offense patterns of moderate- and high-level persistent offenders.

    PubMed

    Amemiya, Jamie; Vanderhei, Susan; Monahan, Kathryn C

    2017-08-01

    Longitudinal investigations that have applied Moffitt's dual taxonomic framework to criminal offending have provided support for the existence of adolescent-limited and life-course persistent antisocial individuals, but have also identified additional trajectories. For instance, rather than a single persistent trajectory, studies have found both high-level and moderate-level persistent offenders. To inform theory and progress our understanding of chronic antisocial behavior, the present study used a sample of serious adolescent offenders (N =1,088) followed from middle adolescence to early adulthood (14-25 years), and examined how moderate-level persistent offenders differed from low-rate, desisting, and high-level persistent offenders. Results indicated that moderate-level persisters' etiology and criminal offense patterns were most similar to high-level persisters, but there were notable differences. Specifically, increasing levels of contextual adversity characterized both moderate-level and high-level persisting trajectories, but moderate-level persisters reported consistently lower levels of environmental risk. While both high- and moderate-level persisters committed more drug-related offenses in early adulthood compared to adolescence, moderate-level persisters engaged in lower levels of antisocial behavior across all types of criminal offenses. Taken cumulatively, the findings of this study suggest that sociocontextual interventions may be powerful in reducing both moderate- and high-level persistence in crime.

  1. An Object-Oriented Architecture for a Web-Based CAI System.

    ERIC Educational Resources Information Center

    Nakabayashi, Kiyoshi; Hoshide, Takahide; Seshimo, Hitoshi; Fukuhara, Yoshimi

    This paper describes the design and implementation of an object-oriented World Wide Web-based CAI (Computer-Assisted Instruction) system. The goal of the design is to provide a flexible CAI/ITS (Intelligent Tutoring System) framework with full extendibility and reusability, as well as to exploit Web-based software technologies such as JAVA, ASP (a…

  2. Persistent and susceptible bacteria with individual deaths.

    PubMed

    Zucca, Fabio

    2014-02-21

    The aim of this paper is to study two models for a bacterial population subject to antibiotic treatments. It is known that some bacteria are not sensitive to antibiotics. These bacteria, called persisters, are in a state called persistence and each bacterium can switch from this state to a non-persistent (or susceptible) state and back (with rates b and a respectively). Our models extend those introduced in Garet et al. (2012) by adding a random natural life cycle for each bacterium and by allowing bacteria in the susceptible state to escape the action of the antibiotic with a fixed probability 1-p (while every bacterium in a persistent state survives with probability 1). This last mechanism of survival to the antibiotics differs from the persistent state one (where reproduction is forbidden) since in this case the bacterium can replicate. We study two different models. In the first model we "inject" the antibiotics in the system at fixed, deterministic times while in the second one the time intervals are random. We show that, in order to kill eventually the whole bacterial population, these time intervals cannot be "too large". The maximum admissible length is increasing with respect to p; we see that even when p is close to 1, this interval length can be significantly smaller than in the case p=1. While in the case p=1 switching back and forth to the persistent state is the only chance of surviving for bacteria, when p<1 and the death rate in the persistent state, say dr, is positive then the situation is more complex. In this case our model suggests that if dr and b are positive (and fixed) then for higher values of p there is an interval for the rate a, say (0,ap) where switching to the persistent state is a good strategy while for a>ap the situation is less favorable than a=0. On the other hand, for smaller values of p the best strategy is a=0, that is, not switching. Finally, when dr=0, switching to the susceptible state is always a better strategy, from the

  3. Design and Implementation of Replicated Object Layer

    NASA Technical Reports Server (NTRS)

    Koka, Sudhir

    1996-01-01

    One of the widely used techniques for construction of fault tolerant applications is the replication of resources so that if one copy fails sufficient copies may still remain operational to allow the application to continue to function. This thesis involves the design and implementation of an object oriented framework for replicating data on multiple sites and across different platforms. Our approach, called the Replicated Object Layer (ROL) provides a mechanism for consistent replication of data over dynamic networks. ROL uses the Reliable Multicast Protocol (RMP) as a communication protocol that provides for reliable delivery, serialization and fault tolerance. Besides providing type registration, this layer facilitates distributed atomic transactions on replicated data. A novel algorithm called the RMP Commit Protocol, which commits transactions efficiently in reliable multicast environment is presented. ROL provides recovery procedures to ensure that site and communication failures do not corrupt persistent data, and male the system fault tolerant to network partitions. ROL will facilitate building distributed fault tolerant applications by performing the burdensome details of replica consistency operations, and making it completely transparent to the application.Replicated databases are a major class of applications which could be built on top of ROL.

  4. Persistent Topology and Metastable State in Conformational Dynamics

    PubMed Central

    Chang, Huang-Wei; Bacallado, Sergio; Pande, Vijay S.; Carlsson, Gunnar E.

    2013-01-01

    The large amount of molecular dynamics simulation data produced by modern computational models brings big opportunities and challenges to researchers. Clustering algorithms play an important role in understanding biomolecular kinetics from the simulation data, especially under the Markov state model framework. However, the ruggedness of the free energy landscape in a biomolecular system makes common clustering algorithms very sensitive to perturbations of the data. Here, we introduce a data-exploratory tool which provides an overview of the clustering structure under different parameters. The proposed Multi-Persistent Clustering analysis combines insights from recent studies on the dynamics of systems with dominant metastable states with the concept of multi-dimensional persistence in computational topology. We propose to explore the clustering structure of the data based on its persistence on scale and density. The analysis provides a systematic way to discover clusters that are robust to perturbations of the data. The dominant states of the system can be chosen with confidence. For the clusters on the borderline, the user can choose to do more simulation or make a decision based on their structural characteristics. Furthermore, our multi-resolution analysis gives users information about the relative potential of the clusters and their hierarchical relationship. The effectiveness of the proposed method is illustrated in three biomolecules: alanine dipeptide, Villin headpiece, and the FiP35 WW domain. PMID:23565139

  5. Spreading of persistent infections in heterogeneous populations

    NASA Astrophysics Data System (ADS)

    Sanz, J.; Floría, L. M.; Moreno, Y.

    2010-05-01

    Up to now, the effects of having heterogeneous networks of contacts have been studied mostly for diseases which are not persistent in time, i.e., for diseases where the infectious period can be considered very small compared to the lifetime of an individual. Moreover, all these previous results have been obtained for closed populations, where the number of individuals does not change during the whole duration of the epidemics. Here, we go one step further and analyze, both analytically and numerically, a radically different kind of diseases: those that are persistent and can last for an individual’s lifetime. To be more specific, we particularize to the case of tuberculosis’ (TB) infection dynamics, where the infection remains latent for a period of time before showing up and spreading to other individuals. We introduce an epidemiological model for TB-like persistent infections taking into account the heterogeneity inherent to the population structure. This sort of dynamics introduces new analytical and numerical challenges that we are able to sort out. Our results show that also for persistent diseases the epidemic threshold depends on the ratio of the first two moments of the degree distribution so that it goes to zero in a class of scale-free networks when the system approaches the thermodynamic limit.

  6. Image BOSS: a biomedical object storage system

    NASA Astrophysics Data System (ADS)

    Stacy, Mahlon C.; Augustine, Kurt E.; Robb, Richard A.

    1997-05-01

    Researchers using biomedical images have data management needs which are oriented perpendicular to clinical PACS. The image BOSS system is designed to permit researchers to organize and select images based on research topic, image metadata, and a thumbnail of the image. Image information is captured from existing images in a Unix based filesystem, stored in an object oriented database, and presented to the user in a familiar laboratory notebook metaphor. In addition, the ImageBOSS is designed to provide an extensible infrastructure for future content-based queries directly on the images.

  7. Persistence of West Nile virus.

    PubMed

    Garcia, Melissa N; Hasbun, Rodrigo; Murray, Kristy O

    2015-02-01

    West Nile virus (WNV) is a widespread global pathogen that results in significant morbidity and mortality. Data from animal models provide evidence of persistent renal and neurological infection from WNV; however, the possibility of persistent infection in humans and long-term neurological and renal outcomes related to viral persistence remain largely unknown. In this paper, we provide a review of the literature related to persistent infection in parallel with the findings from cohorts of patients with a history of WNV infection. The next steps for enhancing our understanding of WNV as a persistent pathogen are discussed. Copyright © 2014 Institut Pasteur. Published by Elsevier Masson SAS. All rights reserved.

  8. Persistence of the Intuitive Conception That Heavier Objects Sink More: A Reaction Time Study with Different Levels of Interference

    ERIC Educational Resources Information Center

    Potvin, Patrice; Masson, Steve; Lafortune, Stéphanie; Cyr, Guillaume

    2015-01-01

    Recent research efforts have argued for the "persistence" of some of students' frequent scientific misconceptions, even after correct answers are produced. Some of these studies, based on the analysis of reaction times, have recorded latencies for counter-intuitive or incongruent stimuli compared to intuitive or congruent ones. The…

  9. High Risk Human Papillomavirus Persistence Among HIV-infected Young Women in South Africa

    PubMed Central

    Adler, David; Wallace, Melissa; Bennie, Thola; Abar, Beau; Sadeghi, Rokhsanna; Meiring, Tracy; Williamson, Anna-Lise; Bekker, Linda-Gail

    2015-01-01

    Objectives Persistence of infection with high-risk Human papillomaviruses (HR-HPV) increases the risk of incident and progressive precancerous lesions of the cervix. Rates of HR-HPV persistence have been shown to be increased among HIV-infected adult women, however there is a paucity of literature addressing HPV persistence in the young HIV-infected population. We compared rates of HR-HPV persistence between HIV-infected and HIV-uninfected young women. Methods We obtained self-collected vaginal swabs at six-month intervals from 50 HIV-uninfected and 33 HIV-infected young women recruited through a community youth center (age 17-21 years) and compared rates of HR-HPV persistence. HR-HPV testing was conducted using the Roche’s Linear Array® HPV Test. Results Eighty-three prevalent (upon baseline testing) and incident (upon subsequent testing) individual HR-HPV infections were identified among 43 members of the cohort (23 HIV-uninfected and 20 HIV-infected). At twelve months, 19% of baseline HR-HPV infections continued to be present with a statistically significant difference between HIV-uninfected and HIV-infected participants (4% versus 31%; p=0.01). Conclusions HIV-infected young women in our cohort had a seven-fold increased rate of persistence of HR-HPV overall at 12 months indicating an increased risk for incident and progressive precancerous lesions. Identification of persistent infection with HR-HPV may complement cytological findings in determining the need for colposcopy. PMID:25697074

  10. An Object Oriented Analysis Method for Ada and Embedded Systems

    DTIC Science & Technology

    1989-12-01

    expansion of the paradligm from the coding anld desiningactivities into the earlier activity of reurmnsalyi.Ts hpl, begins by discussing the application of...response time: 0.1 seconds.I Step le: Identify Known Restrictions on the Software.I " The cruise control system object code must fit within 16K of mem- orv...application of object-oriented techniques to the coding and desigll phases of the life cycle, as well as various approaches to requirements analysis. 3

  11. Implementation of Multi-Agent Object Attention System Based on Biologically Inspired Attractor Selection

    NASA Astrophysics Data System (ADS)

    Hashimoto, Ryoji; Matsumura, Tomoya; Nozato, Yoshihiro; Watanabe, Kenji; Onoye, Takao

    A multi-agent object attention system is proposed, which is based on biologically inspired attractor selection model. Object attention is facilitated by using a video sequence and a depth map obtained through a compound-eye image sensor TOMBO. Robustness of the multi-agent system over environmental changes is enhanced by utilizing the biological model of adaptive response by attractor selection. To implement the proposed system, an efficient VLSI architecture is employed with reducing enormous computational costs and memory accesses required for depth map processing and multi-agent attractor selection process. According to the FPGA implementation result of the proposed object attention system, which is accomplished by using 7,063 slices, 640×512 pixel input images can be processed in real-time with three agents at a rate of 9fps in 48MHz operation.

  12. Object detection and tracking system

    DOEpatents

    Ma, Tian J.

    2017-05-30

    Methods and apparatuses for analyzing a sequence of images for an object are disclosed herein. In a general embodiment, the method identifies a region of interest in the sequence of images. The object is likely to move within the region of interest. The method divides the region of interest in the sequence of images into sections and calculates signal-to-noise ratios for a section in the sections. A signal-to-noise ratio for the section is calculated using the section in the image, a prior section in a prior image to the image, and a subsequent section in a subsequent image to the image. The signal-to-noise ratios are for potential velocities of the object in the section. The method also selects a velocity from the potential velocities for the object in the section using a potential velocity in the potential velocities having a highest signal-to-noise ratio in the signal-to-noise ratios.

  13. Validity evidence for the Simulated Colonoscopy Objective Performance Evaluation scoring system.

    PubMed

    Trinca, Kristen D; Cox, Tiffany C; Pearl, Jonathan P; Ritter, E Matthew

    2014-02-01

    Low-cost, objective systems to assess and train endoscopy skills are needed. The aim of this study was to evaluate the ability of Simulated Colonoscopy Objective Performance Evaluation to assess the skills required to perform endoscopy. Thirty-eight subjects were included in this study, all of whom performed 4 tasks. The scoring system measured performance by calculating precision and efficiency. Data analysis assessed the relationship between colonoscopy experience and performance on each task and the overall score. Endoscopic trainees' Simulated Colonoscopy Objective Performance Evaluation scores correlated significantly with total colonoscopy experience (r = .61, P = .003) and experience in the past 12 months (r = .63, P = .002). Significant differences were seen among practicing endoscopists, nonendoscopic surgeons, and trainees (P < .0001). When the 4 tasks were analyzed, each showed significant correlation with colonoscopy experience (scope manipulation, r = .44, P = .044; tool targeting, r = .45, P = .04; loop management, r = .47, P = .032; mucosal inspection, r = .65, P = .001) and significant differences in performance between the endoscopist groups, except for mucosal inspection (scope manipulation, P < .0001; tool targeting, P = .002; loop management, P = .0008; mucosal inspection, P = .27). Simulated Colonoscopy Objective Performance Evaluation objectively assesses the technical skills required to perform endoscopy and shows promise as a platform for proficiency-based skills training. Published by Elsevier Inc.

  14. Risk factors for persistent Aspergillus respiratory isolation in cystic fibrosis.

    PubMed

    Hong, Gina; Psoter, Kevin J; Jennings, Mark T; Merlo, Christian A; Boyle, Michael P; Hadjiliadis, Denis; Kawut, Steven M; Lechtzin, Noah

    2018-02-12

    Aspergillus species are increasingly detected in the respiratory tracts of individuals with cystic fibrosis (CF), and chronic Aspergillus fumigatus is associated with more frequent hospitalizations for pulmonary exacerbations. However, patient and clinical factors that may contribute to the acquisition of persistent Aspergillus infection have yet to be identified. The objective of this study was to identify risk factors for development of Aspergillus respiratory isolation in CF. A retrospective cohort study of participants in the CF Foundation Patient Registry between 2006 and 2012 was conducted. Generalized estimating equation models were used to evaluate the association between the development of persistent Aspergillus respiratory isolation and individual level demographic and clinical characteristics. Among 16,095 individuals with CF followed from 2006 to 2012, 1541 (9.6%) subjects developed persistent Aspergillus isolation. White race (Odds Ratio [OR] 1.74, 95% confidence interval 1.23, 2.48, p<0.001) and pancreatic insufficiency (OR 1.50, 95% CI 1.09, 2.06, p<0.001) were found to be risk factors for persistent Aspergillus isolation. Chronic therapies, including inhaled antibiotics (OR 1.33; 95% CI 1.21, 1.46), macrolides (OR 1.23, 95% CI 1.14, 1.32, p<0.001), and inhaled corticosteroids (OR 1.13, 95% CI 1.04, 1.20, p<0.001) were also independently associated with an increased risk for persistent Aspergillus isolation. We identified macrolides and inhaled antibiotics, which individually have been shown to improve CF outcomes, and inhaled corticosteroids as risk factors for developing persistent Aspergillus isolation. Further work is needed to determine whether these associations are causal or due to confounding by other factors. Copyright © 2018 European Cystic Fibrosis Society. Published by Elsevier B.V. All rights reserved.

  15. Objective tests for forward looking pedestrian crash avoidance/mitigation systems.

    DOT National Transportation Integrated Search

    2014-06-01

    This report documents the work completed by the Crash Avoidance Metrics Partnership (CAMP) Crash Imminent Braking : (CIB) Consortium during the project titled Objective Tests for Forward Looking Pedestrian Crash Avoidance/Mitigation : Systems. ...

  16. Persistence of artificial sweeteners in a 15-year-old septic system plume

    NASA Astrophysics Data System (ADS)

    Robertson, W. D.; Van Stempvoort, D. R.; Solomon, D. K.; Homewood, J.; Brown, S. J.; Spoelstra, J.; Schiff, S. L.

    2013-01-01

    SummaryGroundwater contamination from constituents such as NO3-, often occurs where multiple sources are present making source identification difficult. This study examines a suite of major ions and trace organic constituents within a well defined septic system plume in southern Ontario, Canada (Long Point site) for their potential use as wastewater tracers. The septic system has been operating for 20 years servicing a large, seasonal-use campground and tritium/helium age dating indicates that the 200 m long monitored section of the plume is about 15 years old. Four parameters are elevated along the entire length of the plume as follows; the mean electrical conductivity value (EC) in the distal plume zone is 926 μS/cm which is 74% of the mean value below the tile bed, Na+ (14.7 mg/L) is 43%, an artificial sweetener, acesulfame (12.1 μg/L) is 23% and Cl- (71.5 mg/L) is 137%. EC and Cl- appear to be affected by dispersive dilution with overlying background groundwater that has lower EC but has locally higher Cl- as result of the use of a dust suppressant (CaCl2) in the campground. Na+, in addition to advective dilution, could be depleted by weak adsorption. Acesulfame, in addition to the above processes could be influenced by increasing consumer use in recent years. Nonetheless, both Na+ and acesulfame remain elevated throughout the plume by factors of more than 100 and 1000 respectively compared to background levels, and are strong indicators of wastewater impact at this site. EC and Cl- are less useful because their contrast with background values is much less (EC) or because other sources are present (Cl-). Nutrients (NO3-, NH4+, PO43-, K+) and pathogens (Escherichia coli) do not persist in the distal plume zone and are less useful as wastewater indicators here. The artificial sweetener, acesulfame, has persisted at high concentrations in the Long Point plume for at least 15 years (and this timing agrees with tritium/helium-3 dating) and this compound likely

  17. What is a missing link among wireless persistent surveillance?

    NASA Astrophysics Data System (ADS)

    Hsu, Charles; Szu, Harold

    2011-06-01

    The next generation surveillance system will equip with versatile sensor devices and information focus capable of conducting regular and irregular surveillance and security environments worldwide. The community of the persistent surveillance must invest the limited energy and money effectively into researching enabling technologies such as nanotechnology, wireless networks, and micro-electromechanical systems (MEMS) to develop persistent surveillance applications for the future. Wireless sensor networks can be used by the military for a number of purposes such as monitoring militant activity in remote areas and force protection. Being equipped with appropriate sensors these networks can enable detection of enemy movement, identification of enemy force and analysis of their movement and progress. Among these sensor network technologies, covert communication is one of the challenging tasks in the persistent surveillance because it is highly demanded to provide secured sensor nodes and linkage for fear of deliberate sabotage. Due to the matured VLSI/DSP technologies, affordable COTS of UWB technology with noise-like direct sequence (DS) time-domain pulses is a potential solution to support low probability of intercept and low probability of detection (LPI/LPD) data communication and transmission. This paper will describe a number of technical challenges in wireless persistent surveillance development include covert communication, network control and routing, collaborating signal and information processing, and etc. The paper concludes by presenting Hermitian Wavelets to enhance SNR in support of secured communication.

  18. Hydroxychloroquine use is associated with lower odds of persistently positive antiphospholipid antibodies and/or lupus anticoagulant in systemic lupus erythematosus.

    PubMed

    Broder, Anna; Putterman, Chaim

    2013-01-01

    Antiphospholipid antibodies (aPL) play an active role in the pathogenesis of the antiphospholipid syndrome (APS). Primary prevention in APS may be aimed at decreasing existing elevated aPL levels, or preventing high aPL titers and/or lupus anticoagulant (LAC) from developing in the first place. Hydroxychloroquine (HCQ) has been shown in retrospective studies to decrease aPL titers in laboratory studies, and to decrease thrombosis risk in patients with systemic lupus erythematosus (SLE). We investigated an association between HCQ use and persistent aPL and/or LAC in SLE. We identified all patients over 21 years old with SLE from an urban tertiary care center who had aPL and LAC measured on at least 2 occasions at least 12 weeks apart. We defined the presence of persistent LAC+ and/or at least 1 aPL ≥ 40 U [immunoglobulin A (IgA), IgG, or IgM] as the main outcome variable. Among 90 patients included in the study, 17 (19%) had persistent LAC+ and/or at least 1 aPL ≥ 40 U. HCQ use was associated with significantly lower odds of having persistent LAC+ and/or aPL ≥ 40 U (OR 0.21, 95% CI 0.05, 0.79, p = 0.02), adjusted for age, ethnicity, and sex. This is the first study to show that HCQ use is associated with lower odds of having persistently positive LAC and/or aPL. Data from this study provide a basis for the design of future prospective studies investigating the role of HCQ in primary and secondary prevention of APS.

  19. Real-time multiple-objective path search for in-vehicle route guidance systems

    DOT National Transportation Integrated Search

    1997-01-01

    The application of multiple-objective route choice for in-vehicle route guidance systems is discussed. A bi-objective path search algorithm is presented and its use demonstrated. A concept of trip quality is introduced that is composed of two objecti...

  20. Photometric Data from Non-Resolved Objects for Space Object Characterization and Improved Atmospheric Modeling

    NASA Astrophysics Data System (ADS)

    Linares, R.; Palmer, D.; Thompson, D.; Koller, J.

    2013-09-01

    Recent events in space, including the collision of Russia's Cosmos 2251 satellite with Iridium 33 and China's Feng Yun 1C anti-satellite demonstration, have stressed the capabilities of Space Surveillance Network (SSN) and its ability to provide accurate and actionable impact probability estimates. The SSN network has the unique challenge of tracking more than 18,000 resident space objects (RSOs) and providing critical collision avoidance warnings to military, NASA, and commercial systems. However, due to the large number of RSOs and the limited number of sensors available to track them, it is impossible to maintain persistent surveillance. Observation gaps result in large propagation intervals between measurements and close approaches. Coupled with nonlinear RSO dynamics this results in difficulty in modeling the probability distribution functions (pdfs) of the RSO. In particular low-Earth orbiting (LEO) satellites are heavily influenced by atmospheric drag, which is very difficult to model accurately. A number of atmospheric models exist which can be classified as either empirical or physics-based models. The current Air Force standard is the High Accuracy Satellite Drag Model (HASDM), which is an empirical model based on observation of calibration satellites. These satellite observations are used to determine model parameters based on their orbit determination solutions. Atmospheric orbits are perturbed by a number of factors including drag coefficient, attitude, and shape of the space object. The satellites used for the HASDM model calibration process are chosen because of their relatively simple shapes, to minimize errors introduced due to shape miss-modeling. Under this requirement the number of calibration satellites that can be used for calibrating the atmospheric models is limited. Los Alamos National Laboratory (LANL) has established a research effort, called IMPACT (Integrated Modeling of Perturbations in Atmospheres for Conjunction Tracking), to improve

  1. Secondary preventive medication persistence and adherence 1 year after stroke.

    PubMed

    Bushnell, C D; Olson, D M; Zhao, X; Pan, W; Zimmer, L O; Goldstein, L B; Alberts, M J; Fagan, S C; Fonarow, G C; Johnston, S C; Kidwell, C; Labresh, K A; Ovbiagele, B; Schwamm, L; Peterson, E D

    2011-09-20

    Data on long-term use of secondary prevention medications following stroke are limited. The Adherence eValuation After Ischemic stroke-Longitudinal (AVAIL) Registry assessed patient, provider, and system-level factors influencing continuation of prevention medications for 1 year following stroke hospitalization discharge. Patients with ischemic stroke or TIA discharged from 106 hospitals participating in the American Heart Association Get With The Guidelines-Stroke program were surveyed to determine their use of warfarin, antiplatelet, antihypertensive, lipid-lowering, and diabetes medications from discharge to 12 months. Reasons for stopping medications were ascertained. Persistence was defined as continuation of all secondary preventive medications prescribed at hospital discharge, and adherence as continuation of prescribed medications except those stopped according to health care provider instructions. Of the 2,880 patients enrolled in AVAIL, 88.4% (2,457 patients) completed 1-year interviews. Of these, 65.9% were regimen persistent and 86.6% were regimen adherent. Independent predictors of 1-year medication persistence included fewer medications prescribed at discharge, having an adequate income, having an appointment with a primary care provider, and greater understanding of why medications were prescribed and their side effects. Independent predictors of adherence were similar to those for persistence. Although up to one-third of stroke patients discontinued one or more secondary prevention medications within 1 year of hospital discharge, self-discontinuation of these medications is uncommon. Several potentially modifiable patient, provider, and system-level factors associated with persistence and adherence may be targets for future interventions.

  2. Coupled Low-thrust Trajectory and System Optimization via Multi-Objective Hybrid Optimal Control

    NASA Technical Reports Server (NTRS)

    Vavrina, Matthew A.; Englander, Jacob Aldo; Ghosh, Alexander R.

    2015-01-01

    The optimization of low-thrust trajectories is tightly coupled with the spacecraft hardware. Trading trajectory characteristics with system parameters ton identify viable solutions and determine mission sensitivities across discrete hardware configurations is labor intensive. Local independent optimization runs can sample the design space, but a global exploration that resolves the relationships between the system variables across multiple objectives enables a full mapping of the optimal solution space. A multi-objective, hybrid optimal control algorithm is formulated using a multi-objective genetic algorithm as an outer loop systems optimizer around a global trajectory optimizer. The coupled problem is solved simultaneously to generate Pareto-optimal solutions in a single execution. The automated approach is demonstrated on two boulder return missions.

  3. Object Substitution Masking: When Does Mask Preview Work?

    ERIC Educational Resources Information Center

    Lim, Stephen Wee Hun; Chua, Fook K.

    2008-01-01

    When a target is enclosed by a 4-dot mask that persists after the target disappears, target identification is worse than it is when the mask terminates with the target. This masking effect is attributed to object substitution masking (OSM). Previewing the mask, however, attenuates OSM. This study investigated specific conditions under which mask…

  4. Genetic evaluation of lactation persistency for five breeds of dairy cattle.

    PubMed

    Cole, J B; Null, D J

    2009-05-01

    Cows with high lactation persistency tend to produce less milk than expected at the beginning of lactation and more than expected at the end. Best prediction of lactation persistency is calculated as a function of trait-specific standard lactation curves and linear regressions of test-day deviations on days in milk. Because regression coefficients are deviations from a tipping point selected to make yield and lactation persistency phenotypically uncorrelated it should be possible to use 305-d actual yield and lactation persistency to predict yield for lactations with later endpoints. The objectives of this study were to calculate (co)variance components and breeding values for best predictions of lactation persistency of milk (PM), fat (PF), protein (PP), and somatic cell score (PSCS) in breeds other than Holstein, and to demonstrate the calculation of prediction equations for 400-d actual milk yield. Data included lactations from Ayrshire, Brown Swiss, Guernsey (GU), Jersey (JE), and Milking Shorthorn (MS) cows calving since 1997. The number of sires evaluated ranged from 86 (MS) to 3,192 (JE), and mean sire estimated breeding value for PM ranged from 0.001 (Ayrshire) to 0.10 (Brown Swiss); mean estimated breeding value for PSCS ranged from -0.01 (MS) to -0.043 (JE). Heritabilities were generally highest for PM (0.09 to 0.15) and lowest for PSCS (0.03 to 0.06), with PF and PP having intermediate values (0.07 to 0.13). Repeatabilities varied considerably between breeds, ranging from 0.08 (PSCS in GU, JE, and MS) to 0.28 (PM in GU). Genetic correlations of PM, PF, and PP with PSCS were moderate and favorable (negative), indicating that increasing lactation persistency of yield traits is associated with decreases in lactation persistency of SCS, as expected. Genetic correlations among yield and lactation persistency were low to moderate and ranged from -0.55 (PP in GU) to 0.40 (PP in MS). Prediction equations for 400-d milk yield were calculated for each breed by

  5. Earth Observing System: Science Objectives and Challenges

    NASA Technical Reports Server (NTRS)

    King, Michael D.

    1999-01-01

    The Earth Observing System (EOS) is a space-based observing system comprised of a series of satellite sensors by which scientists can monitor the Earth, a Data and Information System (EOSDIS) enabling researchers worldwide to access the satellite data, and an interdisciplinary science research program to interpret the satellite data. In this presentation we review the key areas of scientific uncertainty in understanding climate and global change, and follow that with a description of the EOS goals, objectives, and scientific research elements that comprise the program (instrument science teams and interdisciplinary investigations). Finally, I will describe how scientists and policy makers intend to use EOS data improve our understanding of key global change uncertainties, such as: (i) clouds and radiation, including fossil fuel and natural emissions of sulfate aerosol and its potential impact on cloud feedback, (ii) man's impact on ozone depletion, with examples of ClO and O3 obtained from the UARS satellite during the Austral Spring, and (iii) volcanic eruptions and their impact on climate, with examples from the eruption of Mt. Pinatubo.

  6. Earth Observing System: Science Objectives and Challenges

    NASA Technical Reports Server (NTRS)

    King, Michael D.

    1998-01-01

    The Earth Observing System (EOS) is a space-based observing system comprised of a series of satellite sensors by which scientists can monitor the Earth, a Data and Information System (EOSDIS) enabling researchers worldwide to access the satellite data, and an interdisciplinary science research program to interpret the satellite data. In this presentation I will describe the key areas of scientific uncertainty in understanding climate and global change, and follow that with a description of the EOS goals, objectives, and scientific research elements that comprise the program (instrument science teams and interdisciplinary investigations). Finally, I will describe how scientists and policy makers intend to use EOS data to improve our understanding of key global change uncertainties, such as: (i) clouds and radiation, including fossil fuel and natural emissions of sulfate aerosol and its potential impact on cloud feedback, (ii) man's impact on ozone depletion, with examples of ClO and O3 obtained from the UARS satellite during the Austral Spring, and (iii) volcanic eruptions and their impact on climate, with examples from the eruption of Mt. Pinatubo.

  7. Persistent arm pain is distinct from persistent breast pain following breast cancer surgery.

    PubMed

    Langford, Dale J; Paul, Steven M; West, Claudia; Abrams, Gary; Elboim, Charles; Levine, Jon D; Hamolsky, Deborah; Luce, Judith A; Kober, Kord M; Neuhaus, John M; Cooper, Bruce A; Aouizerat, Bradley E; Miaskowski, Christine

    2014-12-01

    Persistent pain following breast cancer surgery is well documented. However, it is not well characterized in terms of the anatomic site affected (ie, breast, arm). In 2 separate growth mixture modeling analyses, we identified subgroups of women (N = 398) with distinct breast pain and arm pain trajectories. The fact that these latent classes differed by anatomic site, types of tissue affected, and neural innervation patterns suggests the need for separate evaluations of these distinct persistent pain conditions. The purposes of this companion study were to identify demographic and clinical characteristics that differed between the 2 arm pain classes and determine if differences existed over time in sensitivity in the upper inner arm and axillary lymph node dissection sites, pain qualities, pain interference, and hand and arm function, as well as to compare findings with persistent breast pain. Higher occurrence rates for depression and lymphedema were found in the moderate arm pain class. Regardless of pain group membership, sensory loss was observed in the upper inner arm and axillary lymph node dissection site. Arm pain was described similarly to neuropathic pain and interfered with daily functioning. Persistent arm pain was associated with sustained impairments in shoulder mobility. For persistent breast and arm pain, changes in sensation following breast cancer surgery were notable. Persistent arm pain was associated with sustained interference with daily functioning and upper body mobility impairments. Long-term management of persistent pain following breast cancer surgery is warranted to improve the quality of survivorship for these women. Copyright © 2014 American Pain Society. Published by Elsevier Inc. All rights reserved.

  8. PERSISTENT ARM PAIN IS DISTINCT FROM PERSISTENT BREAST PAIN FOLLOWING BREAST CANCER SURGERY

    PubMed Central

    Langford, Dale J.; Paul, Steven M.; West, Claudia; Abrams, Gary; Elboim, Charles; Levine, Jon D.; Hamolsky, Deborah; Luce, Judith A.; Kober, Kord M.; Neuhaus, John M.; Cooper, Bruce A.; Aouizerat, Bradley E.; Miaskowski, Christine

    2014-01-01

    Persistent pain following breast cancer surgery is well-documented. However, it is not well characterized in terms of the anatomic site effected (i.e., breast, arm). In two separate growth mixture modeling analyses, we identified subgroups of women (n=398) with distinct breast pain and arm pain trajectories. Based on the fact that these latent classes differed by anatomic site, types if tissue affected, and neural innervation patterns suggests the need for separate evaluations of these distinct persistent pain conditions. Purposes of this companion study were to identify demographic and clinical characteristics that differed between the two arm pain classes and determine if differences existed over time in sensitivity in the upper inner arm and axillary lymph node dissection (ALND) sites, pain qualities, pain interference, and hand and arm function; as well as to compare findings with persistent breast pain. Higher occurrence rates for depression and lymphedema were found in the Moderate Arm pain class. Regardless of pain group membership, sensory loss was observed in the upper inner arm and ALND site. Arm pain was described similarly to neuropathic pain and interfered with daily functioning. Persistent arm pain was associated with sustained impairments in shoulder mobility. Perspective: For persistent breast and arm pain, changes in sensation following breast cancer surgery were notable. Persistent arm pain was associated with sustained interference with daily functioning and upper body mobility impairments. Long-term management of persistent pain following breast cancer surgery is warranted to improve the quality of survivorship for these women. PMID:25439319

  9. Object-Oriented Control System Design Using On-Line Training of Artificial Neural Networks

    NASA Technical Reports Server (NTRS)

    Rubaai, Ahmed

    1997-01-01

    This report deals with the object-oriented model development of a neuro-controller design for permanent magnet (PM) dc motor drives. The system under study is described as a collection of interacting objects. Each object module describes the object behaviors, called methods. The characteristics of the object are included in its variables. The knowledge of the object exists within its variables, and the performance is determined by its methods. This structure maps well to the real world objects that comprise the system being modeled. A dynamic learning architecture that possesses the capabilities of simultaneous on-line identification and control is incorporated to enforce constraints on connections and control the dynamics of the motor. The control action is implemented "on-line", in "real time" in such a way that the predicted trajectory follows a specified reference model. A design example of controlling a PM dc motor drive on-line shows the effectiveness of the design tool. This will therefore be very useful in aerospace applications. It is expected to provide an innovative and noval software model for the rocket engine numerical simulator executive.

  10. DISCO: An object-oriented system for music composition and sound design

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

    Kaper, H. G.; Tipei, S.; Wright, J. M.

    2000-09-05

    This paper describes an object-oriented approach to music composition and sound design. The approach unifies the processes of music making and instrument building by using similar logic, objects, and procedures. The composition modules use an abstract representation of musical data, which can be easily mapped onto different synthesis languages or a traditionally notated score. An abstract base class is used to derive classes on different time scales. Objects can be related to act across time scales, as well as across an entire piece, and relationships between similar objects can replicate traditional music operations or introduce new ones. The DISCO (Digitalmore » Instrument for Sonification and Composition) system is an open-ended work in progress.« less

  11. Repeated Δ9-tetrahydrocannabinol exposure in adolescent monkeys: persistent effects selective for spatial working memory.

    PubMed

    Verrico, Christopher D; Gu, Hong; Peterson, Melanie L; Sampson, Allan R; Lewis, David A

    2014-04-01

    Epidemiological findings suggest that, relative to adults, adolescents are more vulnerable to the adverse persistent effects of cannabis on working memory. However, the potential confounds inherent in human studies preclude direct determination of a cause-and-effect relationship between adolescent cannabis use and heightened susceptibility to persistent working memory impairments. Consequently, the authors examined the effects of repeated exposure to Δ9-tetrahydrocannabinol (THC) on performance of spatial and object working memory tasks in adolescent monkeys. Seven pairs of male adolescent rhesus monkeys, matched for baseline cognitive performance, received vehicle or THC intravenously 5 days/week for 6 months. Performance on spatial and object memory tasks was assessed 23 or 71 hours after drug administration throughout the study. In addition, acute effects on working memory were also assessed at the beginning and end of the 6-month period. Relative to the vehicle-exposed control animals, those with repeated THC exposure had a blunted trajectory of accuracy improvements on the spatial working memory task in a delay-dependent manner. Accuracy improvements on the object working memory task did not differ between groups. Relative to the acute effects of THC on working memory at the beginning of the study, neither sensitivity nor tolerance was evident after 6 months of THC exposure. Because maturation of performance is later for spatial than for object working memory, these findings suggest that persistent effects of THC on cognitive abilities are more evident when exposure coincides with the developmental stage during which the underlying neural circuits are actively maturing.

  12. Effect of cessation of beef cattle pasture-feedlot type backgrounding operation on the persistence of antibiotic resistance genes in the environment

    USDA-ARS?s Scientific Manuscript database

    Introduction It is not known how removal of cattle from a backgrounding operation will affect the persistence of antibiotic resistance genes (ARGs) in the environment. Our objective was to investigate the effect of destocking on the persistence and distribution of ARGs in the backgrounding environm...

  13. The Bordetella bronchiseptica Type III Secretion System Is Required for Persistence and Disease Severity but Not Transmission in Swine

    PubMed Central

    Brockmeier, Susan L.; Loving, Crystal L.; Register, Karen B.; Kehrli, Marcus E.; Shore, Sarah M.

    2014-01-01

    Bordetella bronchiseptica is pervasive in swine populations and plays multiple roles in respiratory disease. Most studies addressing virulence factors of B. bronchiseptica utilize isolates derived from hosts other than pigs in conjunction with rodent infection models. Based on previous in vivo mouse studies, we hypothesized that the B. bronchiseptica type III secretion system (T3SS) would be required for maximal disease severity and persistence in the swine lower respiratory tract. To examine the contribution of the T3SS to the pathogenesis of B. bronchiseptica in swine, we compared the abilities of a virulent swine isolate and an isogenic T3SS mutant to colonize, cause disease, and be transmitted from host to host. We found that the T3SS is required for maximal persistence throughout the lower swine respiratory tract and contributed significantly to the development of nasal lesions and pneumonia. However, the T3SS mutant and the wild-type parent are equally capable of transmission among swine by both direct and indirect routes, demonstrating that transmission can occur even with attenuated disease. Our data further suggest that the T3SS skews the adaptive immune response in swine by hindering the development of serum anti-Bordetella antibody levels and inducing an interleukin-10 (IL-10) cell-mediated response, likely contributing to the persistence of B. bronchiseptica in the respiratory tract. Overall, our results demonstrate that the Bordetella T3SS is required for maximal persistence and disease severity in pigs, but not for transmission. PMID:24366249

  14. 2012 DR30, The Most Distant Solar System Object

    NASA Astrophysics Data System (ADS)

    Kiss, Csaba; Szabó, G.; Pál, A.; Kiss, L.; Sárneczky, K.; Müller, T.; Vilenius, E.; Santos-Sanz, P.; Lellouch, E.; Conn, B.; Ortiz, J.; Duffard, R.; Morales, N.; Horner, J.; Bannister, M.; Stansberry, J.

    2012-10-01

    2012 DR30, the most distant TNO in the Solar System (a=1103 AU) has recently been observed with the Herschel Space Observatory. Radiometric model results using the far-infrared fluxes and visual range data show a dark and cratered surface (p_V = 6%) and provide a diameter of 200km. If considered as a Centaur, this is the fifth largest object known in this dynamical class. Recent visual range measurements indicate the presence of methane ice on the surface, a feature that has been seen previously for objects with diameters of >=1000km only (like Eris, Makemake and Pluto). The presence of methane ice can be explained assuming that the object spent most of its lifetime in a very cold environment and has been recently placed to its present orbit. This scenario is in agreement with the results of a dynamical study of the object's orbit, also suggesting an Oort-cloud origin. This research has been supported by the following grants: (1) The PECS program of the European Space Agency (ESA) and the Hungarian Space Office, PECS-98073; (2) C.K. and A.P. acknowledges the support of the Bolyai Research Fellowship of the Hungarian Academy of Sciences.

  15. Colors of Outer Solar System Objects Measured with VATT

    NASA Astrophysics Data System (ADS)

    Romanishin, William; Tegler, S. C.; Consolmagno, G. J.

    2010-10-01

    Over the past 7 years, we have measured optical B-V and V-R colors for about 40 minor outer solar system objects using the 1.8-m Vatican Advanced Technology Telescope (VATT) located on Mt. Graham in southeast Arizona. We will present these colors and use them to update the discussion of colors of minor bodies in the outer solar system. We gratefully acknowledge funding from the NASA Planetary Astronomy Program to Northern Arizona University and the U. of Oklahoma which helped support this work.

  16. Integrative model of caregiving: how macro and micro factors affect caregivers of adults with severe and persistent mental illness.

    PubMed

    Mak, Winnie W S

    2005-01-01

    The study tested an integrative model of caregiving by examining the effects of sociocultural characteristics, interpersonal relations, mental health service structure, consumers' symptoms, objective burden, and evaluation of service systems on the subjective experiences of caregivers. The sample consisted of 428 caregivers of adults with severe and persistent mental illness. Results from multiple regression analyses indicated that ethnicity was the most significant sociocultural factor on caregivers' worry, personal growth, and benefits. Caregivers enrolled in managed care plans worried more about their consumers' welfare and felt less gratified by their experiences than their counterparts from fee-for-service plans. Implications to and partnerships among caregivers and mental health service systems were discussed.

  17. The Network Configuration of an Object Relational Database Management System

    NASA Technical Reports Server (NTRS)

    Diaz, Philip; Harris, W. C.

    2000-01-01

    The networking and implementation of the Oracle Database Management System (ODBMS) requires developers to have knowledge of the UNIX operating system as well as all the features of the Oracle Server. The server is an object relational database management system (DBMS). By using distributed processing, processes are split up between the database server and client application programs. The DBMS handles all the responsibilities of the server. The workstations running the database application concentrate on the interpretation and display of data.

  18. Column Testing and 1D Reactive Transport Modeling to Evaluate Uranium Plume Persistence Processes

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

    Johnson, Raymond H.; Morrison, Stan; Morris, Sarah

    Motivation for Study: Natural flushing of contaminants at various U.S. Department of Energy Office of Legacy Management sites is not proceeding as quickly as predicted (plume persistence) Objectives: Help determine natural flushing rates using column tests. Use 1D reactive transport modeling to better understand the major processes that are creating plume persistence Approach: Core samples from under a former mill tailings area Tailings have been removed. Column leaching using lab-prepared water similar to nearby Gunnison River water. 1D reactive transport modeling to evaluate processes

  19. Chemical sensing system for classification of minelike objects by explosives detection

    NASA Astrophysics Data System (ADS)

    Chambers, William B.; Rodacy, Philip J.; Jones, Edwin E.; Gomez, Bernard J.; Woodfin, Ronald L.

    1998-09-01

    Sandia National Laboratories has conducted research in chemical sensing and analysis of explosives for many years. Recently, that experience has been directed towards detecting mines and unexploded ordnance (UXO) by sensing the low-level explosive signatures associated with these objects. Our focus has been on the classification of UXO in shallow water and anti-personnel/anti tank mines on land. The objective of this work is to develop a field portable chemical sensing system which can be used to examine mine-like objects (MLO) to determine whether there are explosive molecules associated with the MLO. Two sampling subsystems have been designed, one for water collection and one for soil/vapor sampling. The water sampler utilizes a flow-through chemical adsorbent canister to extract and concentrate the explosive molecules. Explosive molecules are thermally desorbed from the concentrator and trapped in a focusing stage for rapid desorption into an ion-mobility spectrometer (IMS). We will describe a prototype system which consists of a sampler, concentrator-focuser, and detector. The soil sampler employs a light-weight probe for extracting and concentrating explosive vapor from the soil in the vicinity of an MLO. The chemical sensing system is capable of sub-part-per-billion detection of TNT and related explosive munition compounds. We will present the results of field and laboratory tests on buried landmines, which demonstrate our ability to detect the explosive signatures associated with these objects.

  20. Multi-objective optimal control of vibratory energy harvesting systems

    NASA Astrophysics Data System (ADS)

    Scruggs, J. T.

    2008-03-01

    This paper presents a new approach, based on H II optimal control theory, for the maximization of power generation in energy harvesting systems. The theory determines the optimal harvested power attainable through the use of power electronics to effect linear feedback control of transducer current. In contrast to most of the prior work in this area, which has assumed harmonic response, the theory proposed here applies to stochastically-excited systems in broadband response, and can be used to harvest power simultaneously from multiple significant vibratory modes. It is also applicable to coupled networks of many transducers. The theory accounts for the impact of energy harvesting on the dynamics of the vibrating system in which the transducers are embedded. It also accounts for resistive and semiconductor dissipation in the power-electronic network interfacing the transducers with energy storage. Thus, losses in the electronics are addressed in the formulation of the optimal control law. Finally, the H II-optimal control formulation of the problem naturally allows for harvested power to be systematically balanced against other response objectives. Here, this is illustrated by showing how the harvesting objective can be maximized, subject to the constraint that the transducer voltages be maintained below that of the power-electronic bus; a condition which is required for the power-electronic control system to be fully operational. Although the theory is applicable across a broad range of applications, it is presented in the context of a piezoelectric bimorph example.

  1. Mechanisms of HIV persistence in HIV reservoirs.

    PubMed

    Mzingwane, Mayibongwe L; Tiemessen, Caroline T

    2017-03-01

    The establishment and maintenance of HIV reservoirs that lead to persistent viremia in patients on antiretroviral drugs remains the greatest challenge of the highly active antiretroviral therapy era. Cellular reservoirs include resting memory CD4+ T lymphocytes, implicated as the major HIV reservoir, having a half-life of approximately 44 months while this is less than 6 hours for HIV in plasma. In some individuals, persistent viremia consists of invariant HIV clones not detected in circulating resting CD4+ T lymphocytes suggesting other possible sources of residual viremia. Some anatomical reservoirs that may harbor such cells include the brain and the central nervous system, the gastrointestinal tract and the gut-associated lymphoid tissue and other lymphoid organs, and the genital tract. The presence of immune cells and other HIV susceptible cells, occurring in differing compositions in anatomical reservoirs, coupled with variable and poor drug penetration that results in suboptimal drug concentrations in some sites, are all likely factors that fuel the continued low-level replication and persistent viremia during treatment. Latently, HIV-infected CD4+ T cells harboring replication-competent virus, HIV cell-to-cell spread, and HIV-infected T cell homeostatic proliferation due to chronic immune activation represent further drivers of this persistent HIV viremia during highly active antiretroviral therapy. Copyright © 2017 John Wiley & Sons, Ltd.

  2. Research in Presistent Simulation: Development of the Persistent ModSim Object-Oriented Programming Language

    DTIC Science & Technology

    1993-07-01

    version tree is formed that permits users to go back to any previous version. There are methods for traversing the version tree of a particular...workspace. Workspace objects are linked (or nested) hierarchically into a workspace tree . Applications can set the access privileges to parts of this...workspace tree to control access (and hence change). There must be a default global workspace. Workspace objects are then allocated within the context

  3. Characteristics of Men Who Report Persistent Sexual Symptoms After Finasteride Use for Hair Loss

    PubMed Central

    Basaria, Shehzad; Jasuja, Ravi; Huang, Grace; Wharton, Whitney; Pan, Hong; Pencina, Karol; Li, Zhuoying; Travison, Thomas G.; Bhawan, Jag; Gonthier, Renaud; Labrie, Fernand; Dury, Alain Y.; Serra, Carlo; Papazian, Allen; O'Leary, Michael; Amr, Sami; Storer, Thomas W.; Stern, Emily

    2016-01-01

    Context: Some men who use finasteride for hair loss report persistent sexual and other symptoms after discontinuing finasteride therapy. Objective: To determine whether these persistent symptoms after discontinuation of finasteride use are due to androgen deficiency, decreased peripheral androgen action, or persistent inhibition of steroid 5α-reductase (SRD5A) enzymes. Participants: Finasteride users, who reported persistent sexual symptoms after discontinuing finasteride (group 1); age-matched finasteride users who did not report sexual symptoms (group 2); and healthy men who had never used finasteride (group 3). Outcomes: Sexual function, mood, affect, cognition, hormone levels, body composition, functional magnetic resonance imaging (fMRI) response to sexually and affectively valenced stimuli, nucleotide sequences of androgen receptor (AR), SRD5A1, and SRD5A2; expression levels of androgen-dependent genes in skin. Setting: Academic medical center. Results: Symptomatic finasteride users were similar in body composition, strength, and nucleotide sequences of AR, SRD5A1, and SRD5A2 genes to asymptomatic finasteride users and nonusers. Symptomatic finasteride users had impaired sexual function, higher depression scores, a more negative affectivity balance, and more cognitive complaints than men in groups 2 and 3 but had normal objectively assessed cognitive function. Testosterone, dihydrotestosterone, 5α-androstane-3α,17β-diol-glucuronide, testosterone to dihydrotestosterone and androsterone glucuronide to etiocholanolone glucuronide ratios, and markers of peripheral androgen action and expression levels of AR-dependent genes in skin did not differ among groups. fMRI blood oxygen level-dependent responses to erotic and nonerotic stimuli revealed abnormal function in brain circuitry linked to sexual arousal and major depression. Conclusions: We found no evidence of androgen deficiency, decreased peripheral androgen action, or persistent peripheral inhibition of

  4. Persistent fluctuations in stride intervals under fractal auditory stimulation.

    PubMed

    Marmelat, Vivien; Torre, Kjerstin; Beek, Peter J; Daffertshofer, Andreas

    2014-01-01

    Stride sequences of healthy gait are characterized by persistent long-range correlations, which become anti-persistent in the presence of an isochronous metronome. The latter phenomenon is of particular interest because auditory cueing is generally considered to reduce stride variability and may hence be beneficial for stabilizing gait. Complex systems tend to match their correlation structure when synchronizing. In gait training, can one capitalize on this tendency by using a fractal metronome rather than an isochronous one? We examined whether auditory cues with fractal variations in inter-beat intervals yield similar fractal inter-stride interval variability as isochronous auditory cueing in two complementary experiments. In Experiment 1, participants walked on a treadmill while being paced by either an isochronous or a fractal metronome with different variation strengths between beats in order to test whether participants managed to synchronize with a fractal metronome and to determine the necessary amount of variability for participants to switch from anti-persistent to persistent inter-stride intervals. Participants did synchronize with the metronome despite its fractal randomness. The corresponding coefficient of variation of inter-beat intervals was fixed in Experiment 2, in which participants walked on a treadmill while being paced by non-isochronous metronomes with different scaling exponents. As expected, inter-stride intervals showed persistent correlations similar to self-paced walking only when cueing contained persistent correlations. Our results open up a new window to optimize rhythmic auditory cueing for gait stabilization by integrating fractal fluctuations in the inter-beat intervals.

  5. Environmental Management System Objectives & Targets Results Summary - FY 2015.

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

    Vetter, Douglas W.

    2016-02-01

    Sandia National Laboratories (SNL) Environmental Management System is the integrated approach for members of the workforce to identify and manage environmental risks. Each Fiscal Year (FY) SNL performs an analysis to identify environmental aspects, and the environmental programs associated with them are charged with the task of routinely monitoring and measuring the objectives and targets that are established to mitigate potential impacts of SNL's operations on the environment. An annual summary of the results achieved towards meeting established Sandia Corporation and SNL Site-specific objectives and targets provides a connection to, and rational for, annually revised environmental aspects. The purpose ofmore » this document is to summarize the results achieved and documented in FY 2015.« less

  6. Topological characterization and early detection of bifurcations and chaos in complex systems using persistent homology.

    PubMed

    Mittal, Khushboo; Gupta, Shalabh

    2017-05-01

    Early detection of bifurcations and chaos and understanding their topological characteristics are essential for safe and reliable operation of various electrical, chemical, physical, and industrial processes. However, the presence of non-linearity and high-dimensionality in system behavior makes this analysis a challenging task. The existing methods for dynamical system analysis provide useful tools for anomaly detection (e.g., Bendixson-Dulac and Poincare-Bendixson criteria can detect the presence of limit cycles); however, they do not provide a detailed topological understanding about system evolution during bifurcations and chaos, such as the changes in the number of subcycles and their positions, lifetimes, and sizes. This paper addresses this research gap by using topological data analysis as a tool to study system evolution and develop a mathematical framework for detecting the topological changes in the underlying system using persistent homology. Using the proposed technique, topological features (e.g., number of relevant k-dimensional holes, etc.) are extracted from nonlinear time series data which are useful for deeper analysis of the system behavior and early detection of bifurcations and chaos. When applied to a Logistic map, a Duffing oscillator, and a real life Op-amp based Jerk circuit, these features are shown to accurately characterize the system dynamics and detect the onset of chaos.

  7. How to Sync to the Beat of a Persistent Fractal Metronome without Falling Off the Treadmill?

    PubMed Central

    Roerdink, Melvyn; Daffertshofer, Andreas; Marmelat, Vivien; Beek, Peter J.

    2015-01-01

    In rehabilitation, rhythmic acoustic cues are often used to improve gait. However, stride-time fluctuations become anti-persistent with such pacing, thereby deviating from the characteristic persistent long-range correlations in stride times of self-paced walking healthy adults. Recent studies therefore experimented with metronomes with persistence in interbeat intervals and successfully evoked persistent stride-time fluctuations. The objective of this study was to examine how participants couple their gait to a persistent metronome, evoking persistently longer or shorter stride times over multiple consecutive strides, without wandering off the treadmill. Twelve healthy participants walked on a treadmill in self-paced, isochronously paced and non-isochronously paced conditions, the latter with anti-persistent, uncorrelated and persistent correlations in interbeat intervals. Stride-to-stride fluctuations of stride times, stride lengths and stride speeds were assessed with detrended fluctuation analysis, in conjunction with an examination of the coupling between stride times and stride lengths. Stride-speed fluctuations were anti-persistent for all conditions. Stride-time and stride-length fluctuations were persistent for self-paced walking and anti-persistent for isochronous pacing. Both stride times and stride lengths changed from anti-persistence to persistence over the four non-isochronous metronome conditions, accompanied by an increasingly stronger coupling between these gait parameters, with peak values for the persistent metronomes. These results revealed that participants were able to follow the beat of a persistent metronome without falling off the treadmill by strongly coupling stride-length fluctuations to the stride-time fluctuations elicited by persistent metronomes, so as to prevent large positional displacements along the treadmill. For self-paced walking, in contrast, this coupling was very weak. In combination, these results challenge the premise

  8. How to Sync to the Beat of a Persistent Fractal Metronome without Falling Off the Treadmill?

    PubMed

    Roerdink, Melvyn; Daffertshofer, Andreas; Marmelat, Vivien; Beek, Peter J

    2015-01-01

    In rehabilitation, rhythmic acoustic cues are often used to improve gait. However, stride-time fluctuations become anti-persistent with such pacing, thereby deviating from the characteristic persistent long-range correlations in stride times of self-paced walking healthy adults. Recent studies therefore experimented with metronomes with persistence in interbeat intervals and successfully evoked persistent stride-time fluctuations. The objective of this study was to examine how participants couple their gait to a persistent metronome, evoking persistently longer or shorter stride times over multiple consecutive strides, without wandering off the treadmill. Twelve healthy participants walked on a treadmill in self-paced, isochronously paced and non-isochronously paced conditions, the latter with anti-persistent, uncorrelated and persistent correlations in interbeat intervals. Stride-to-stride fluctuations of stride times, stride lengths and stride speeds were assessed with detrended fluctuation analysis, in conjunction with an examination of the coupling between stride times and stride lengths. Stride-speed fluctuations were anti-persistent for all conditions. Stride-time and stride-length fluctuations were persistent for self-paced walking and anti-persistent for isochronous pacing. Both stride times and stride lengths changed from anti-persistence to persistence over the four non-isochronous metronome conditions, accompanied by an increasingly stronger coupling between these gait parameters, with peak values for the persistent metronomes. These results revealed that participants were able to follow the beat of a persistent metronome without falling off the treadmill by strongly coupling stride-length fluctuations to the stride-time fluctuations elicited by persistent metronomes, so as to prevent large positional displacements along the treadmill. For self-paced walking, in contrast, this coupling was very weak. In combination, these results challenge the premise

  9. Drought Persistence in Models and Observations

    NASA Astrophysics Data System (ADS)

    Moon, Heewon; Gudmundsson, Lukas; Seneviratne, Sonia

    2017-04-01

    Many regions of the world have experienced drought events that persisted several years and caused substantial economic and ecological impacts in the 20th century. However, it remains unclear whether there are significant trends in the frequency or severity of these prolonged drought events. In particular, an important issue is linked to systematic biases in the representation of persistent drought events in climate models, which impedes analysis related to the detection and attribution of drought trends. This study assesses drought persistence errors in global climate model (GCM) simulations from the 5th phase of Coupled Model Intercomparison Project (CMIP5), in the period of 1901-2010. The model simulations are compared with five gridded observational data products. The analysis focuses on two aspects: the identification of systematic biases in the models and the partitioning of the spread of drought-persistence-error into four possible sources of uncertainty: model uncertainty, observation uncertainty, internal climate variability and the estimation error of drought persistence. We use monthly and yearly dry-to-dry transition probabilities as estimates for drought persistence with drought conditions defined as negative precipitation anomalies. For both time scales we find that most model simulations consistently underestimated drought persistence except in a few regions such as India and Eastern South America. Partitioning the spread of the drought-persistence-error shows that at the monthly time scale model uncertainty and observation uncertainty are dominant, while the contribution from internal variability does play a minor role in most cases. At the yearly scale, the spread of the drought-persistence-error is dominated by the estimation error, indicating that the partitioning is not statistically significant, due to a limited number of considered time steps. These findings reveal systematic errors in the representation of drought persistence in current

  10. Robotic system for non-destructive testing of complex shaped objects

    NASA Astrophysics Data System (ADS)

    Kavalerov, B. V.; Fayzrakhmanov, R. A.; Murzakaev, R. T.; Polyakov, A. N.; Artemev, V. V.

    2018-03-01

    This article describes the positioning system of defectoscopic equipment for nondestructive examination of complex shaped parts made of polymer composite materials. The purpose of the system and features of the investigated objects are described. The rationale for the development of the system and the range of problems it solves are presented. The solution of the kinematics problem for a 5-DOF manipulator is considered. The original algorithms for solving the kinematics problem are demonstrated. Methods for resolving collisions for a manipulator system are described. The results obtained in the course of experiments and studies are presented.

  11. A sustainable manufacturing system design: A fuzzy multi-objective optimization model.

    PubMed

    Nujoom, Reda; Mohammed, Ahmed; Wang, Qian

    2017-08-10

    In the past decade, there has been a growing concern about the environmental protection in public society as governments almost all over the world have initiated certain rules and regulations to promote energy saving and minimize the production of carbon dioxide (CO 2 ) emissions in many manufacturing industries. The development of sustainable manufacturing systems is considered as one of the effective solutions to minimize the environmental impact. Lean approach is also considered as a proper method for achieving sustainability as it can reduce manufacturing wastes and increase the system efficiency and productivity. However, the lean approach does not include environmental waste of such as energy consumption and CO 2 emissions when designing a lean manufacturing system. This paper addresses these issues by evaluating a sustainable manufacturing system design considering a measurement of energy consumption and CO 2 emissions using different sources of energy (oil as direct energy source to generate thermal energy and oil or solar as indirect energy source to generate electricity). To this aim, a multi-objective mathematical model is developed incorporating the economic and ecological constraints aimed for minimization of the total cost, energy consumption, and CO 2 emissions for a manufacturing system design. For the real world scenario, the uncertainty in a number of input parameters was handled through the development of a fuzzy multi-objective model. The study also addresses decision-making in the number of machines, the number of air-conditioning units, and the number of bulbs involved in each process of a manufacturing system in conjunction with a quantity of material flow for processed products. A real case study was used for examining the validation and applicability of the developed sustainable manufacturing system model using the fuzzy multi-objective approach.

  12. Inactivation of the Mismatch Repair System in Pseudomonas aeruginosa Attenuates Virulence but Favors Persistence of Oropharyngeal Colonization in Cystic Fibrosis Mice▿

    PubMed Central

    Mena, Ana; Maciá, María D.; Borrell, Nuria; Moya, Bartolomé; de Francisco, Teresa; Pérez, José L.; Oliver, Antonio

    2007-01-01

    The inactivation of the mismatch repair (MMR) system of Pseudomonas aeruginosa modestly reduced in vitro fitness, attenuated virulence in murine models of acute systemic and respiratory infections, and decreased the initial oropharyngeal colonization potential. In contrast, the inactivation of the MMR system favored long-term persistence of oropharyngeal colonization in cystic fibrosis mice. These results may help in understanding the reasons for the low and high prevalences, respectively, of hypermutable P. aeruginosa strains in acute and chronic infections. PMID:17307847

  13. Nora virus persistent infections are not affected by the RNAi machinery.

    PubMed

    Habayeb, Mazen S; Ekström, Jens-Ola; Hultmark, Dan

    2009-05-29

    Drosophila melanogaster is widely used to decipher the innate immune system in response to various pathogens. The innate immune response towards persistent virus infections is among the least studied in this model system. We recently discovered a picorna-like virus, the Nora virus which gives rise to persistent and essentially symptom-free infections in Drosophila melanogaster. Here, we have used this virus to study the interaction with its host and with some of the known Drosophila antiviral immune pathways. First, we find a striking variability in the course of the infection, even between flies of the same inbred stock. Some flies are able to clear the Nora virus but not others. This phenomenon seems to be threshold-dependent; flies with a high-titer infection establish stable persistent infections, whereas flies with a lower level of infection are able to clear the virus. Surprisingly, we find that both the clearance of low-level Nora virus infections and the stability of persistent infections are unaffected by mutations in the RNAi pathways. Nora virus infections are also unaffected by mutations in the Toll and Jak-Stat pathways. In these respects, the Nora virus differs from other studied Drosophila RNA viruses.

  14. Program Directors' Perceptions of Reasons Professional Master's Athletic Training Students Persist and Depart

    ERIC Educational Resources Information Center

    Bowman, Thomas G.; Pitney, William A.; Mazerolle, Stephanie M.; Dodge, Thomas M.

    2015-01-01

    Context: Student retention is a key issue in higher education. With the increasing number of professional master's (PM) athletic training programs (ATPs), understanding student retention is necessary to maintain viable programs. Objective: Explore program directors' perceptions of the reasons athletic training students persist and depart from PM…

  15. Systemic reactive angioendotheliomatosis-like syndrome in a steer presumed to be persistently infected with bovine viral diarrhea virus.

    PubMed

    Breshears, M A; Johnson, B J

    2008-09-01

    Unusual proliferative intravascular lesions were seen in multiple organs of a 2-year-old Corriente steer presumed to be persistently infected with bovine viral diarrhea virus (BVDV), based on widespread immunohistochemical detection of BVDV antigen. Proliferations of spindle cells, which were immunohistochemically positive for von Willebrand factor-related antigen, partially-to-completely occluded vessel lumens and were supported by cells that were immunohistochemically positive for smooth muscle actin. Distribution and character of the intraluminal proliferations are strikingly similar to those described in feline systemic reactive angioendotheliomatosis, a rare entity of unknown cause. The presence of occasional intravascular thrombi suggests that the proliferative vasculopathy was associated with an underlying thrombotic process with immunohistochemical similarities to thrombotic thrombocytopenic purpura of humans. Death of the steer was due to hemorrhage from a castration wound, which may indicate thrombocytopenia or platelet dysfunction. The role of persistent BVDV infection in the formation of the intravascular lesions is unknown.

  16. Persistent luminescence nanothermometers

    NASA Astrophysics Data System (ADS)

    Martín Rodríguez, Emma; López-Peña, Gabriel; Montes, Eduardo; Lifante, Ginés; García Solé, José; Jaque, Daniel; Diaz-Torres, Luis Armando; Salas, Pedro

    2017-08-01

    Persistent phosphorescence nanoparticles emitting in the red and near-infrared spectral regions are strongly demanded as contrast nanoprobes for autofluorescence free bioimaging and biosensing. In this work, we have developed Sr4Al14O25:Eu2+, Cr3+, Nd3+ nanopowders that produce persistent red phosphorescence peaking at 694 nm generated by Cr3+ ions. This emission displays temperature sensitivity in the physiological temperature range (20-60 °C), which makes these nanoparticles potentially useful as fluorescence (contactless) nanothermometers operating without requiring optical excitation. Nd3+ ions, which act as shallow electron traps for the red Cr3+ persistent emission, also display infrared emission bands, extending the fluorescence imaging capability to the second biological window. This unique combination of properties makes these nanoparticles multifunctional luminescent probes with great potential applications in nanomedicine.

  17. STEM Field Persistence: The Impact of Engagement on Postsecondary STEM Persistence for Underrepresented Minority Students

    ERIC Educational Resources Information Center

    Flynn, Daniel T.

    2016-01-01

    Persistence studies in science, technology, engineering, and math (STEM) fields indicate that the pipeline to degree attainment is "leaky" and underrepresented minorities are not persisting in the STEM fields. Those students who do not persist in the STEM fields either migrate to other fields of study or drop out of higher education…

  18. Alterations in adaptive immunity persist during long-duration spaceflight.

    PubMed

    Crucian, Brian; Stowe, Raymond P; Mehta, Satish; Quiriarte, Heather; Pierson, Duane; Sams, Clarence

    2015-01-01

    It is currently unknown whether immune system alterations persist during long-duration spaceflight. In this study various adaptive immune parameters were assessed in astronauts at three intervals during 6-month spaceflight on board the International Space Station (ISS). To assess phenotypic and functional immune system alterations in astronauts participating in 6-month orbital spaceflight. Blood was collected before, during, and after flight from 23 astronauts participating in 6-month ISS expeditions. In-flight samples were returned to Earth within 48 h of collection for immediate analysis. Assays included peripheral leukocyte distribution, T-cell function, virus-specific immunity, and mitogen-stimulated cytokine production profiles. Redistribution of leukocyte subsets occurred during flight, including an elevated white blood cell (WBC) count and alterations in CD8 + T-cell maturation. A reduction in general T-cell function (both CD4 + and CD8 + ) persisted for the duration of the 6-month spaceflights, with differential responses between mitogens suggesting an activation threshold shift. The percentage of CD4 + T cells capable of producing IL-2 was depressed after landing. Significant reductions in mitogen-stimulated production of IFNγ, IL-10, IL-5, TNFα, and IL-6 persisted during spaceflight. Following lipopolysaccharide (LPS) stimulation, production of IL-10 was reduced, whereas IL-8 production was increased during flight. The data indicated that immune alterations persist during long-duration spaceflight. This phenomenon, in the absence of appropriate countermeasures, has the potential to increase specific clinical risks for crewmembers during exploration-class deep space missions.

  19. Persistent luminescence in powdered and ceramic polycrystalline Gd3Al2Ga3O12:Ce

    NASA Astrophysics Data System (ADS)

    Dosovitskiy, G.; Fedorov, A.; Mechinsky, V.; Borisevich, A.; Dosovitskiy, A.; Tret'jak, E.; Korjik, M.

    2017-02-01

    This paper studies powders of Gd3Ga3Al2O12:Ce, a promising scintillator composition, as a possible object for express pre-characterization of scintillation kinetics and level of persistent luminescence. Garnet phase powders with uniform microstructure, consisting of 1-2 μm grains, were obtained by co-precipitation approach. It was shown, that both scintillation decay time and presence of persistent luminescence are influenced by both powder thermal treatment temperature and strong Ga deficit.

  20. Complications with the MICRA TPS Pacemaker System: Persistent Complete Heart Block and Late Capture Failure.

    PubMed

    Holm, Niels; Müller, Andreas; Zbinden, Rainer

    2017-04-01

    A Medtronic MICRA transcatheter pacing system (Medtronic, Minneapolis, MN, USA) was implanted in an 86-year-old patient with sick sinus syndrome and left bundle branch block after transfemoral aortic valve implantation. During implantation she developed a persistent complete heart block due to manipulation with the large-bore delivery catheter. Two weeks later, acute pacemaker dysfunction occurred due to massive increase of pacing threshold and impedance without obvious pacemaker dislocation or myocardial perforation. Recurrent capture failure was seen with pacing output set at 5 V/1.0 ms. Hence, microdislocation or fixation of the tines in the right ventricular trabeculae has to be assumed. © 2016 Wiley Periodicals, Inc.

  1. Implementing system simulation of C3 systems using autonomous objects

    NASA Technical Reports Server (NTRS)

    Rogers, Ralph V.

    1987-01-01

    The basis of all conflict recognition in simulation is a common frame of reference. Synchronous discrete-event simulation relies on the fixed points in time as the basic frame of reference. Asynchronous discrete-event simulation relies on fixed-points in the model space as the basic frame of reference. Neither approach provides sufficient support for autonomous objects. The use of a spatial template as a frame of reference is proposed to address these insufficiencies. The concept of a spatial template is defined and an implementation approach offered. Discussed are the uses of this approach to analyze the integration of sensor data associated with Command, Control, and Communication systems.

  2. Nouns referring to tools and natural objects differentially modulate the motor system.

    PubMed

    Gough, Patricia M; Riggio, Lucia; Chersi, Fabian; Sato, Marc; Fogassi, Leonardo; Buccino, Giovanni

    2012-01-01

    While increasing evidence points to a critical role for the motor system in language processing, the focus of previous work has been on the linguistic category of verbs. Here we tested whether nouns are effective in modulating the motor system and further whether different kinds of nouns - those referring to artifacts or natural items, and items that are graspable or ungraspable - would differentially modulate the system. A Transcranial Magnetic Stimulation (TMS) study was carried out to compare modulation of the motor system when subjects read nouns referring to objects which are Artificial or Natural and which are Graspable or Ungraspable. TMS was applied to the primary motor cortex representation of the first dorsal interosseous (FDI) muscle of the right hand at 150 ms after noun presentation. Analyses of Motor Evoked Potentials (MEPs) revealed that across the duration of the task, nouns referring to graspable artifacts (tools) were associated with significantly greater MEP areas. Analyses of the initial presentation of items revealed a main effect of graspability. The findings are in line with an embodied view of nouns, with MEP measures modulated according to whether nouns referred to natural objects or artifacts (tools), confirming tools as a special class of items in motor terms. Additionally our data support a difference for graspable versus non graspable objects, an effect which for natural objects is restricted to initial presentation of items. Copyright © 2011 Elsevier Ltd. All rights reserved.

  3. Exchanging large data object in multi-agent systems

    NASA Astrophysics Data System (ADS)

    Al-Yaseen, Wathiq Laftah; Othman, Zulaiha Ali; Nazri, Mohd Zakree Ahmad

    2016-08-01

    One of the Business Intelligent solutions that is currently in use is the Multi-Agent System (MAS). Communication is one of the most important elements in MAS, especially for exchanging large low level data between distributed agents (physically). The Agent Communication Language in JADE has been offered as a secure method for sending data, whereby the data is defined as an object. However, the object cannot be used to send data to another agent in a different location. Therefore, the aim of this paper was to propose a method for the exchange of large low level data as an object by creating a proxy agent known as a Delivery Agent, which temporarily imitates the Receiver Agent. The results showed that the proposed method is able to send large-sized data. The experiments were conducted using 16 datasets ranging from 100,000 to 7 million instances. However, for the proposed method, the RAM and the CPU machine had to be slightly increased for the Receiver Agent, but the latency time was not significantly different compared to the use of the Java Socket method (non-agent and less secure). With such results, it was concluded that the proposed method can be used to securely send large data between agents.

  4. Speckle interferometry applied to asteroids and other solar system objects

    NASA Technical Reports Server (NTRS)

    Drummond, J. D.; Hege, E. K.

    1985-01-01

    The application of speckle interferometry to asteroids and other solar system objects is discussed. The assumption of a triaxial ellipsoid rotating about its shortest axis is the standard model. Binary asteroids, 433 Eros, 532 Herculina, 511 Davida, and Pallas are discussed.

  5. Come together, right now: dynamic overwriting of an object's history through common fate.

    PubMed

    Luria, Roy; Vogel, Edward K

    2014-08-01

    The objects around us constantly move and interact, and the perceptual system needs to monitor on-line these interactions and to update the object's status accordingly. Gestalt grouping principles, such as proximity and common fate, play a fundamental role in how we perceive and group these objects. Here, we investigated situations in which the initial object representation as a separate item was updated by a subsequent Gestalt grouping cue (i.e., proximity or common fate). We used a version of the color change detection paradigm, in which the objects started to move separately, then met and stayed stationary, or moved separately, met, and then continued to move together. We monitored the object representations on-line using the contralateral delay activity (CDA; an ERP component indicative of the number of maintained objects), during their movement, and after the objects disappeared and became working memory representations. The results demonstrated that the objects' representations (as indicated by the CDA amplitude) persisted as being separate, even after a Gestalt proximity cue (when the objects "met" and remained stationary on the same position). Only a strong common fate Gestalt cue (when the objects not just met but also moved together) was able to override the objects' initial separate status, creating an integrated representation. These results challenge the view that Gestalt principles cause reflexive grouping. Instead, the object initial representation plays an important role that can override even powerful grouping cues.

  6. 33 CFR 96.230 - What objectives must a safety management system meet?

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... management system meet? 96.230 Section 96.230 Navigation and Navigable Waters COAST GUARD, DEPARTMENT OF HOMELAND SECURITY VESSEL OPERATING REGULATIONS RULES FOR THE SAFE OPERATION OF VESSELS AND SAFETY MANAGEMENT SYSTEMS Company and Vessel Safety Management Systems § 96.230 What objectives must a safety...

  7. Using object-oriented analysis to design a multi-mission ground data system

    NASA Technical Reports Server (NTRS)

    Shames, Peter

    1995-01-01

    This paper describes an analytical approach and descriptive methodology that is adapted from Object-Oriented Analysis (OOA) techniques. The technique is described and then used to communicate key issues of system logical architecture. The essence of the approach is to limit the analysis to only service objects, with the idea of providing a direct mapping from the design to a client-server implementation. Key perspectives on the system, such as user interaction, data flow and management, service interfaces, hardware configuration, and system and data integrity are covered. A significant advantage of this service-oriented approach is that it permits mapping all of these different perspectives on the system onto a single common substrate. This services substrate is readily represented diagramatically, thus making details of the overall design much more accessible.

  8. [Persistence of the primordial vitreous body and buphthalmos].

    PubMed

    Cernea, P; Simionescu, C; Bosun, I

    1995-01-01

    Persistence of the hyperplasic primordial vitreous body is determined by a deletion of embryonal development of the vitreous body and of the hyaloid vascular system. Infant aged 3.5 years presents persistence of primordial vitreous body with crystalline dislocation in the camera aquosa and secondary buphthalmos of the left eye and microphthalmos with dislocation of the crystalline in the vitreous body of the right eye. At the back of the right eye we noticed a whitish mass, richly vascularized with vestiges from the hyaloid artery, but the posterior half of the vitreous cavity is filled with microscopic blood; the fibrovascular membrane is made of conjunctive tissue set in parallel layers and vessels with macrolipophagic degeneration. Microscopic investigation of retina reveals glial hyperplasia zones in the neighbourhood of the vitreous body. In the present paper the authors show the persistence of the primordial vitreous body in the left eye and bilateral dislocation of the crystalline, revealing multiple ocular malformations.

  9. Actionable, long-term stable and semantic web compatible identifiers for access to biological collection objects

    PubMed Central

    Hyam, Roger; Hagedorn, Gregor; Chagnoux, Simon; Röpert, Dominik; Casino, Ana; Droege, Gabi; Glöckler, Falko; Gödderz, Karsten; Groom, Quentin; Hoffmann, Jana; Holleman, Ayco; Kempa, Matúš; Koivula, Hanna; Marhold, Karol; Nicolson, Nicky; Smith, Vincent S.; Triebel, Dagmar

    2017-01-01

    With biodiversity research activities being increasingly shifted to the web, the need for a system of persistent and stable identifiers for physical collection objects becomes increasingly pressing. The Consortium of European Taxonomic Facilities agreed on a common system of HTTP-URI-based stable identifiers which is now rolled out to its member organizations. The system follows Linked Open Data principles and implements redirection mechanisms to human-readable and machine-readable representations of specimens facilitating seamless integration into the growing semantic web. The implementation of stable identifiers across collection organizations is supported with open source provider software scripts, best practices documentations and recommendations for RDF metadata elements facilitating harmonized access to collection information in web portals. Database URL: http://cetaf.org/cetaf-stable-identifiers PMID:28365724

  10. The challenge of compliance and persistence: focus on ulcerative colitis.

    PubMed

    Kane, Sunanda V; Brixner, Diana; Rubin, David T; Sewitch, Maida J

    2008-01-01

    Non-adherence to therapy is a widespread problem, with typical adherence rates for prescribed medications being approximately 50%. An estimated 20% to 50% of patients with ulcerative colitis (UC) do not take their medications as prescribed, resulting in higher disease-recurrence rates and potentially higher health care costs. To characterize the problem of non-adherence in UC, to review the many factors affecting compliance and persistence in this population, and to discuss practical strategies to improve adherence in these patients. Adherence to and persistence with medication are complex and multifactorial behaviors. Factors shown to affect adherence in UC patients include disease extent and duration, cost of medications, fear of adverse effects, individual psychosocial variables, and the patient-physician relationship. In contrast, recent data do not support an important role for treatment-related factors such as daily dose, regimen, and formulation in influencing adherence in this population, particularly with longer duration of use. Strategies to improve adherence should involve the patient, the provider, and the health care delivery system. For UC patients, knowledge and discussion of the rationale for supporting persistence, such as recent data regarding agents that have a potential chemoprotective benefit, may encourage persistence, even during periods of quiescence. The patient-physician relationship is critical in encouraging adherence, particularly with respect to education, open communication, and agreement regarding the value of the assigned treatment. Health care delivery systems can improve adherence by encouraging the participation of multidisciplinary teams, providing reporting and tracking systems, and eliminating financial barriers where possible.

  11. Object-oriented analysis and design of an ECG storage and retrieval system integrated with an HIS.

    PubMed

    Wang, C; Ohe, K; Sakurai, T; Nagase, T; Kaihara, S

    1996-03-01

    For a hospital information system, object-oriented methodology plays an increasingly important role, especially for the management of digitized data, e.g., the electrocardiogram, electroencephalogram, electromyogram, spirogram, X-ray, CT and histopathological images, which are not yet computerized in most hospitals. As a first step in an object-oriented approach to hospital information management and storing medical data in an object-oriented database, we connected electrocardiographs to a hospital network and established the integration of ECG storage and retrieval systems with a hospital information system. In this paper, the object-oriented analysis and design of the ECG storage and retrieval systems is reported.

  12. 41 CFR 102-80.100 - What performance objective should an automatic sprinkler system be capable of meeting?

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... objective should an automatic sprinkler system be capable of meeting? 102-80.100 Section 102-80.100 Public... Automatic Sprinkler Systems § 102-80.100 What performance objective should an automatic sprinkler system be capable of meeting? The performance objective of the automatic sprinkler system is that it must be capable...

  13. 41 CFR 102-80.100 - What performance objective should an automatic sprinkler system be capable of meeting?

    Code of Federal Regulations, 2013 CFR

    2013-07-01

    ... objective should an automatic sprinkler system be capable of meeting? 102-80.100 Section 102-80.100 Public... Automatic Sprinkler Systems § 102-80.100 What performance objective should an automatic sprinkler system be capable of meeting? The performance objective of the automatic sprinkler system is that it must be capable...

  14. 41 CFR 102-80.100 - What performance objective should an automatic sprinkler system be capable of meeting?

    Code of Federal Regulations, 2014 CFR

    2014-01-01

    ... objective should an automatic sprinkler system be capable of meeting? 102-80.100 Section 102-80.100 Public... Automatic Sprinkler Systems § 102-80.100 What performance objective should an automatic sprinkler system be capable of meeting? The performance objective of the automatic sprinkler system is that it must be capable...

  15. 41 CFR 102-80.100 - What performance objective should an automatic sprinkler system be capable of meeting?

    Code of Federal Regulations, 2012 CFR

    2012-01-01

    ... objective should an automatic sprinkler system be capable of meeting? 102-80.100 Section 102-80.100 Public... Automatic Sprinkler Systems § 102-80.100 What performance objective should an automatic sprinkler system be capable of meeting? The performance objective of the automatic sprinkler system is that it must be capable...

  16. 41 CFR 102-80.100 - What performance objective should an automatic sprinkler system be capable of meeting?

    Code of Federal Regulations, 2011 CFR

    2011-01-01

    ... objective should an automatic sprinkler system be capable of meeting? 102-80.100 Section 102-80.100 Public... Automatic Sprinkler Systems § 102-80.100 What performance objective should an automatic sprinkler system be capable of meeting? The performance objective of the automatic sprinkler system is that it must be capable...

  17. OSFA Goals and Objectives System: Strategies for Improved Program Planning and Management.

    ERIC Educational Resources Information Center

    Advanced Technology, Inc., Reston, VA.

    The purpose and function of the Goals and Objectives System of the U.S. Office of Student Financial Assistance (OSFA) are discussed. Results of a review of the system, policy issues, and a strategy for improving the system in OSFA program planning and management are also addressed. The system identifies a structure for work activities in OSFA and…

  18. Visual Debugging of Object-Oriented Systems With the Unified Modeling Language

    DTIC Science & Technology

    2004-03-01

    to be “the systematic and imaginative use of the technology of interactive computer graphics and the disciplines of graphic design , typography ... Graphics volume 23 no 6, pp893-901, 1999. [SHN98] Shneiderman, B. Designing the User Interface. Strategies for Effective Human-Computer Interaction...System Design Objectives ................................................................................ 44 3.3 System Architecture

  19. NMDA Receptors Subserve Persistent Neuronal Firing During Working Memory In Dorsolateral Prefrontal Cortex

    PubMed Central

    Wang, Min; Yang, Yang; Wang, Ching-Jung; Gamo, Nao J.; Jin, Lu E.; Mazer, James A.; Morrison, John H.; Wang, Xiao-Jing; Arnsten, Amy F.T.

    2013-01-01

    Summary Neurons in the primate dorsolateral prefrontal cortex (dlPFC) generate persistent firing in the absence of sensory stimulation, the foundation of mental representation. Persistent firing arises from recurrent excitation within a network of pyramidal Delay cells. Here, we examined glutamate receptor influences underlying persistent firing in primate dlPFC during a spatial working memory task. Computational models predicted dependence on NMDA receptor (NMDAR) NR2B stimulation, and Delay cell persistent firing was abolished by local NR2B NMDAR blockade or by systemic ketamine administration. AMPA receptors (AMPAR) contributed background depolarization to sustain network firing. In contrast, many Response cells -which likely predominate in rodent PFC- were sensitive to AMPAR blockade and increased firing following systemic ketamine, indicating that models of ketamine actions should be refined to reflect neuronal heterogeneity. The reliance of Delay cells on NMDAR may explain why insults to NMDARs in schizophrenia or Alzheimer’s Disease profoundly impair cognition. PMID:23439125

  20. STUDIES OF PRESCHOOL CHILDREN'S EXPOSURES TO PERSISTENT PESTICIDES

    EPA Science Inventory

    Young children may have greater exposures than do older children or adults to some persistent organic pesticides, because of differences in their diet and activities. The physical impact of those exposures may also be increased by their small body size, immature body systems, ...

  1. Persistent homology and non-Gaussianity

    NASA Astrophysics Data System (ADS)

    Cole, Alex; Shiu, Gary

    2018-03-01

    In this paper, we introduce the topological persistence diagram as a statistic for Cosmic Microwave Background (CMB) temperature anisotropy maps. A central concept in 'Topological Data Analysis' (TDA), the idea of persistence is to represent a data set by a family of topological spaces. One then examines how long topological features 'persist' as the family of spaces is traversed. We compute persistence diagrams for simulated CMB temperature anisotropy maps featuring various levels of primordial non-Gaussianity of local type. Postponing the analysis of observational effects, we show that persistence diagrams are more sensitive to local non-Gaussianity than previous topological statistics including the genus and Betti number curves, and can constrain Δ fNLloc= 35.8 at the 68% confidence level on the simulation set, compared to Δ fNLloc= 60.6 for the Betti number curves. Given the resolution of our simulations, we expect applying persistence diagrams to observational data will give constraints competitive with those of the Minkowski Functionals. This is the first in a series of papers where we plan to apply TDA to different shapes of non-Gaussianity in the CMB and Large Scale Structure.

  2. Persistent Distress after Water Contamination.

    PubMed

    Schade, Charles P; Gupta, Rahul; Jha, Ayan; Wright, Nasandra

    2016-01-01

    A chemical spill contaminated the public water supply of Charleston, West Virginia in January 2014 for at least a week. Psychological distress is common after disasters. We surveyed the exposed population to assess psychological distress during and three months after the incident. We inquired about stressors that might predict distress, adequacy of communication from public officials, and use of the water supply and perceptions of its safety three months after the incident. Twenty six percent of interviewees had persistent symptoms of distress. Female sex, negative household experiences during the episode (especially having someone sick), and poor perception of communication increased odds of persistent distress. Households of respondents without persistent distress were significantly more likely to report drinking tap water (RR=1.95) than those with persistent distress. Distress in Charleston area residents persisted and may have resulted in continuing mistrust of the water supply.

  3. Use of Persistent Identifiers to link Heterogeneous Data Systems in the Integrated Earth Data Applications (IEDA) Facility

    NASA Astrophysics Data System (ADS)

    Hsu, L.; Lehnert, K. A.; Carbotte, S. M.; Arko, R. A.; Ferrini, V.; O'hara, S. H.; Walker, J. D.

    2012-12-01

    The Integrated Earth Data Applications (IEDA) facility maintains multiple data systems with a wide range of solid earth data types from the marine, terrestrial, and polar environments. Examples of the different data types include syntheses of ultra-high resolution seafloor bathymetry collected on large collaborative cruises and analytical geochemistry measurements collected by single investigators in small, unique projects. These different data types have historically been channeled into separate, discipline-specific databases with search and retrieval tailored for the specific data type. However, a current major goal is to integrate data from different systems to allow interdisciplinary data discovery and scientific analysis. To increase discovery and access across these heterogeneous systems, IEDA employs several unique IDs, including sample IDs (International Geo Sample Number, IGSN), person IDs (GeoPass ID), funding award IDs (NSF Award Number), cruise IDs (from the Marine Geoscience Data System Expedition Metadata Catalog), dataset IDs (DOIs), and publication IDs (DOIs). These IDs allow linking of a sample registry (System for Earth SAmple Registration), data libraries and repositories (e.g. Geochemical Research Library, Marine Geoscience Data System), integrated synthesis databases (e.g. EarthChem Portal, PetDB), and investigator services (IEDA Data Compliance Tool). The linked systems allow efficient discovery of related data across different levels of granularity. In addition, IEDA data systems maintain links with several external data systems, including digital journal publishers. Links have been established between the EarthChem Portal and ScienceDirect through publication DOIs, returning sample-level objects and geochemical analyses for a particular publication. Linking IEDA-hosted data to digital publications with IGSNs at the sample level and with IEDA-allocated dataset DOIs are under development. As an example, an individual investigator could sign up

  4. Toward a Persistent Object Base.

    DTIC Science & Technology

    1986-07-01

    would eliminate the user burden of explicitly invoking a decompressing program before each use of the compresed file. Another kind of flexible...joined to Source .version. It Is not the case, however, that I two relations have attributes with the same types that It always makes sense to join them...25 V V V~ ~ . - .. ~ " - IPE-~w Fam .rf rw vqrf wwp IECURITY CLASSIFICATION OF THIS PAGE REPORT DOCUMENTATION PAGE Is. REPORT SECURITY CLASSIFICATION

  5. Tuberculosis treatment discontinuation and symptom persistence: an observational study of Bihar, India’s public care system covering >100,000,000 inhabitants

    PubMed Central

    2014-01-01

    Background The effectiveness of India’s TB control programs depend critically on patients completing appropriate treatment. Discontinuing treatment prior to completion can leave patients infectious and symptomatic. Developing strategies to reduce early discontinuation requires characterizing its patterns and their link to symptom persistence. Methods The 2011 BEST-TB survey (360 clusters, 11 districts) sampled patients (n = 1007) from Bihar’s public healthcare system who had initiated treatment >6 months prior to being interviewed, administering questionnaires to patients about TB treatment duration and symptoms, prior treatment, and sociodemographic characteristics. Multivariate logistic regression models estimated the risk of treatment discontinuation for these characteristics. Similar models estimated probabilities of symptom persistence to 25 weeks post-treatment initiation adjusting for the same predictors and treatment duration. All models included district fixed effects, robust standard errors, and adjustments for the survey sampling design. Treatment default timing and symptom persistence relied solely on self-report. Results 24% of patients discontinued treatment prior to 25 weeks. Higher likelihood of discontinuation occurred in those who had failed to complete previous TB treatment episodes (aOR: 4.77 [95% CI: 1.98 – 11.53]) and those seeing multiple providers (3.67 per provider [1.94 – 6.95]). Symptoms persisted in 42% of patients discontinuing treatment within 5 weeks versus 28% for completing 25 weeks of treatment. Symptom persistence was more likely for those with prior TB treatment (aOR: 5.05 [1.90 – 13.38]); poorer patients (2.94 [1.51 – 5.72]); and women (1.79 [1.07 – 2.99]). Predictors for treatment discontinuation prior to 16 weeks were similar. Conclusions Premature TB treatment discontinuation and symptom persistence is particularly high among individuals who have failed to complete treatment for a prior episode

  6. OBJECT REPRESENTATION, IDENTITY, AND THE PARADOX OF EARLY PERMANENCE: Steps Toward a New Framework.

    PubMed

    Meltzoff, Andrew N; Moore, M Keith

    1998-01-01

    The sensorimotor theory of infancy has been overthrown, but there is little consensus on a replacement. We hypothesize that a capacity for representation is the starting point for infant development, not its culmination. Logical distinctions are drawn between object representation, identity, and permanence. Modern experiments on early object permanence and deferred imitation suggest: (a) even for young infants, representations persist over breaks in sensory contact, (b) numerical identity of objects ( O s) is initially specified by spatiotemporal criteria (place and trajectory), (c) featural and functional identity criteria develop, (d) events are analyzed by comparing representations to current perception, and (e) representation operates both prospectively, anticipating future contacts with an O , and retrospectively, reidentifying an O as the "same one again." A model of the architecture and functioning of the early representational system is proposed. It accounts for young infants' behavior toward absent people and things in terms of their efforts to determine the identity of objects. Our proposal is developmental without denying innate structure and elevates the power of perception and representation while being cautious about attributing complex concepts to young infants.

  7. Persistent Fluctuations in Stride Intervals under Fractal Auditory Stimulation

    PubMed Central

    Marmelat, Vivien; Torre, Kjerstin; Beek, Peter J.; Daffertshofer, Andreas

    2014-01-01

    Stride sequences of healthy gait are characterized by persistent long-range correlations, which become anti-persistent in the presence of an isochronous metronome. The latter phenomenon is of particular interest because auditory cueing is generally considered to reduce stride variability and may hence be beneficial for stabilizing gait. Complex systems tend to match their correlation structure when synchronizing. In gait training, can one capitalize on this tendency by using a fractal metronome rather than an isochronous one? We examined whether auditory cues with fractal variations in inter-beat intervals yield similar fractal inter-stride interval variability as isochronous auditory cueing in two complementary experiments. In Experiment 1, participants walked on a treadmill while being paced by either an isochronous or a fractal metronome with different variation strengths between beats in order to test whether participants managed to synchronize with a fractal metronome and to determine the necessary amount of variability for participants to switch from anti-persistent to persistent inter-stride intervals. Participants did synchronize with the metronome despite its fractal randomness. The corresponding coefficient of variation of inter-beat intervals was fixed in Experiment 2, in which participants walked on a treadmill while being paced by non-isochronous metronomes with different scaling exponents. As expected, inter-stride intervals showed persistent correlations similar to self-paced walking only when cueing contained persistent correlations. Our results open up a new window to optimize rhythmic auditory cueing for gait stabilization by integrating fractal fluctuations in the inter-beat intervals. PMID:24651455

  8. Method and System for Object Recognition Search

    NASA Technical Reports Server (NTRS)

    Duong, Tuan A. (Inventor); Duong, Vu A. (Inventor); Stubberud, Allen R. (Inventor)

    2012-01-01

    A method for object recognition using shape and color features of the object to be recognized. An adaptive architecture is used to recognize and adapt the shape and color features for moving objects to enable object recognition.

  9. Top-level modeling of an als system utilizing object-oriented techniques

    NASA Astrophysics Data System (ADS)

    Rodriguez, L. F.; Kang, S.; Ting, K. C.

    The possible configuration of an Advanced Life Support (ALS) System capable of supporting human life for long-term space missions continues to evolve as researchers investigate potential technologies and configurations. To facilitate the decision process the development of acceptable, flexible, and dynamic mathematical computer modeling tools capable of system level analysis is desirable. Object-oriented techniques have been adopted to develop a dynamic top-level model of an ALS system.This approach has several advantages; among these, object-oriented abstractions of systems are inherently modular in architecture. Thus, models can initially be somewhat simplistic, while allowing for adjustments and improvements. In addition, by coding the model in Java, the model can be implemented via the World Wide Web, greatly encouraging the utilization of the model. Systems analysis is further enabled with the utilization of a readily available backend database containing information supporting the model. The subsystem models of the ALS system model include Crew, Biomass Production, Waste Processing and Resource Recovery, Food Processing and Nutrition, and the Interconnecting Space. Each subsystem model and an overall model have been developed. Presented here is the procedure utilized to develop the modeling tool, the vision of the modeling tool, and the current focus for each of the subsystem models.

  10. Program Directors' Perceptions of Professional Bachelor's Athletic Training Student Decisions to Persist and Depart

    ERIC Educational Resources Information Center

    Bowman, Thomas G.; Hertel, Jay; Mazerolle, Stephanie M.; Dodge, Thomas M.; Wathington, Heather D.

    2016-01-01

    Context: Recent literature has focused on reasons for athletic training student persistence and departure. However, accredited professional bachelor's athletic training program (ATP) directors' opinions regarding student retention have yet to be studied, to our knowledge. Objective: To determine reasons for athletic training student persistence…

  11. Building MapObjects attribute field in cadastral database based on the method of Jackson system development

    NASA Astrophysics Data System (ADS)

    Chen, Zhu-an; Zhang, Li-ting; Liu, Lu

    2009-10-01

    ESRI's GIS components MapObjects are applied in many cadastral information system because of its miniaturization and flexibility. Some cadastral information was saved in cadastral database directly by MapObjects's Shape file format in this cadastral information system. However, MapObjects didn't provide the function of building attribute field for map layer's attribute data file in cadastral database and user cann't save the result of analysis. This present paper designed and realized the function of building attribute field in MapObjects based on the method of Jackson's system development.

  12. Clinical metric and medication persistency effects: evidence from a Medicaid care management program.

    PubMed

    Berg, Gregory D; Leary, Fredric; Medina, Wendie; Donnelly, Shawn; Warnick, Kathleen

    2015-02-01

    The objective was to estimate clinical metric and medication persistency impacts of a care management program. The data sources were Medicaid administrative claims for a sample population of 32,334 noninstitutionalized Medicaid-only aged, blind, or disabled patients with diagnosed conditions of asthma, coronary artery disease, chronic obstructive pulmonary disease, diabetes, or heart failure between 2005 and 2009. Multivariate regression analysis was used to test the hypothesis that exposure to a care management intervention increased the likelihood of having the appropriate medication or procedures performed, as well as increased medication persistency. Statistically significant clinical metric improvements occurred in each of the 5 conditions studied. Increased medication persistency was found for beta-blocker medication for members with coronary artery disease, angiotensin-converting enzyme inhibitor/angiotensin receptor blocker and diuretic medications for members with heart failure, bronchodilator and corticosteroid medications for members with chronic obstructive pulmonary disease, and aspirin/antiplatelet medications for members with diabetes. This study demonstrates that a care management program increases the likelihood of having an appropriate medication dispensed and/or an appropriate clinical test performed, as well as increased likelihood of medication persistency, in people with chronic conditions.

  13. A diagnosis system using object-oriented fault tree models

    NASA Technical Reports Server (NTRS)

    Iverson, David L.; Patterson-Hine, F. A.

    1990-01-01

    Spaceborne computing systems must provide reliable, continuous operation for extended periods. Due to weight, power, and volume constraints, these systems must manage resources very effectively. A fault diagnosis algorithm is described which enables fast and flexible diagnoses in the dynamic distributed computing environments planned for future space missions. The algorithm uses a knowledge base that is easily changed and updated to reflect current system status. Augmented fault trees represented in an object-oriented form provide deep system knowledge that is easy to access and revise as a system changes. Given such a fault tree, a set of failure events that have occurred, and a set of failure events that have not occurred, this diagnosis system uses forward and backward chaining to propagate causal and temporal information about other failure events in the system being diagnosed. Once the system has established temporal and causal constraints, it reasons backward from heuristically selected failure events to find a set of basic failure events which are a likely cause of the occurrence of the top failure event in the fault tree. The diagnosis system has been implemented in common LISP using Flavors.

  14. Detection technique for artificially illuminated objects in the outer solar system and beyond.

    PubMed

    Loeb, Abraham; Turner, Edwin L

    2012-04-01

    Existing and planned optical telescopes and surveys can detect artificially illuminated objects, comparable in total brightness to a major terrestrial city, at the outskirts of the Solar System. Orbital parameters of Kuiper belt objects (KBOs) are routinely measured to exquisite precisions of<10(-3). Here, we propose to measure the variation of the observed flux F from such objects as a function of their changing orbital distances D. Sunlight-illuminated objects will show a logarithmic slope α ≡ (d log F/d log D)=-4, whereas artificially illuminated objects should exhibit α=-2. The proposed Large Synoptic Survey Telescope (LSST) and other planned surveys will provide superb data and allow measurement of α for thousands of KBOs. If objects with α=-2 are found, follow-up observations could measure their spectra to determine whether they are illuminated by artificial lighting. The search can be extended beyond the Solar System with future generations of telescopes on the ground and in space that would have the capacity to detect phase modulation due to very strong artificial illumination on the nightside of planets as they orbit their parent stars.

  15. Does the sensorimotor system minimize prediction error or select the most likely prediction during object lifting?

    PubMed Central

    McGregor, Heather R.; Pun, Henry C. H.; Buckingham, Gavin; Gribble, Paul L.

    2016-01-01

    The human sensorimotor system is routinely capable of making accurate predictions about an object's weight, which allows for energetically efficient lifts and prevents objects from being dropped. Often, however, poor predictions arise when the weight of an object can vary and sensory cues about object weight are sparse (e.g., picking up an opaque water bottle). The question arises, what strategies does the sensorimotor system use to make weight predictions when one is dealing with an object whose weight may vary? For example, does the sensorimotor system use a strategy that minimizes prediction error (minimal squared error) or one that selects the weight that is most likely to be correct (maximum a posteriori)? In this study we dissociated the predictions of these two strategies by having participants lift an object whose weight varied according to a skewed probability distribution. We found, using a small range of weight uncertainty, that four indexes of sensorimotor prediction (grip force rate, grip force, load force rate, and load force) were consistent with a feedforward strategy that minimizes the square of prediction errors. These findings match research in the visuomotor system, suggesting parallels in underlying processes. We interpret our findings within a Bayesian framework and discuss the potential benefits of using a minimal squared error strategy. NEW & NOTEWORTHY Using a novel experimental model of object lifting, we tested whether the sensorimotor system models the weight of objects by minimizing lifting errors or by selecting the statistically most likely weight. We found that the sensorimotor system minimizes the square of prediction errors for object lifting. This parallels the results of studies that investigated visually guided reaching, suggesting an overlap in the underlying mechanisms between tasks that involve different sensory systems. PMID:27760821

  16. Short temporal asynchrony disrupts visual object recognition

    PubMed Central

    Singer, Jedediah M.; Kreiman, Gabriel

    2014-01-01

    Humans can recognize objects and scenes in a small fraction of a second. The cascade of signals underlying rapid recognition might be disrupted by temporally jittering different parts of complex objects. Here we investigated the time course over which shape information can be integrated to allow for recognition of complex objects. We presented fragments of object images in an asynchronous fashion and behaviorally evaluated categorization performance. We observed that visual recognition was significantly disrupted by asynchronies of approximately 30 ms, suggesting that spatiotemporal integration begins to break down with even small deviations from simultaneity. However, moderate temporal asynchrony did not completely obliterate recognition; in fact, integration of visual shape information persisted even with an asynchrony of 100 ms. We describe the data with a concise model based on the dynamic reduction of uncertainty about what image was presented. These results emphasize the importance of timing in visual processing and provide strong constraints for the development of dynamical models of visual shape recognition. PMID:24819738

  17. Polarization of cells and soft objects driven by mechanical interactions: consequences for migration and chemotaxis.

    PubMed

    Leoni, M; Sens, P

    2015-02-01

    We study a generic model for the polarization and motility of self-propelled soft objects, biological cells, or biomimetic systems, interacting with a viscous substrate. The active forces generated by the cell on the substrate are modeled by means of oscillating force multipoles at the cell-substrate interface. Symmetry breaking and cell polarization for a range of cell sizes naturally "emerge" from long range mechanical interactions between oscillating units, mediated both by the intracellular medium and the substrate. However, the harnessing of cell polarization for motility requires substrate-mediated interactions. Motility can be optimized by adapting the oscillation frequency to the relaxation time of the system or when the substrate and cell viscosities match. Cellular noise can destroy mechanical coordination between force-generating elements within the cell, resulting in sudden changes of polarization. The persistence of the cell's motion is found to depend on the cell size and the substrate viscosity. Within such a model, chemotactic guidance of cell motion is obtained by directionally modulating the persistence of motion, rather than by modulating the instantaneous cell velocity, in a way that resembles the run and tumble chemotaxis of bacteria.

  18. Modeling a terminology-based electronic nursing record system: an object-oriented approach.

    PubMed

    Park, Hyeoun-Ae; Cho, InSook; Byeun, NamSoo

    2007-10-01

    The aim of this study was to present our perspectives on healthcare information analysis at a conceptual level and the lessons learned from our experience with the development of a terminology-based enterprise electronic nursing record system - which was one of components in an EMR system at a tertiary teaching hospital in Korea - using an object-oriented system analysis and design concept. To ensure a systematic approach and effective collaboration, the department of nursing constituted a system modeling team comprising a project manager, systems analysts, user representatives, an object-oriented methodology expert, and healthcare informaticists (including the authors). A rational unified process (RUP) and the Unified Modeling Language were used as a development process and for modeling notation, respectively. From the scenario and RUP approach, user requirements were formulated into use case sets and the sequence of activities in the scenario was depicted in an activity diagram. The structure of the system was presented in a class diagram. This approach allowed us to identify clearly the structural and behavioral states and important factors of a terminology-based ENR system (e.g., business concerns and system design concerns) according to the viewpoints of both domain and technical experts.

  19. Mobility-induced persistent chimera states

    NASA Astrophysics Data System (ADS)

    Petrungaro, Gabriela; Uriu, Koichiro; Morelli, Luis G.

    2017-12-01

    We study the dynamics of mobile, locally coupled identical oscillators in the presence of coupling delays. We find different kinds of chimera states in which coherent in-phase and antiphase domains coexist with incoherent domains. These chimera states are dynamic and can persist for long times for intermediate mobility values. We discuss the mechanisms leading to the formation of these chimera states in different mobility regimes. This finding could be relevant for natural and technological systems composed of mobile communicating agents.

  20. An Efficient Objective Analysis System for Parallel Computers

    NASA Technical Reports Server (NTRS)

    Stobie, J.

    1999-01-01

    A new atmospheric objective analysis system designed for parallel computers will be described. The system can produce a global analysis (on a 1 X 1 lat-lon grid with 18 levels of heights and winds and 10 levels of moisture) using 120,000 observations in 17 minutes on 32 CPUs (SGI Origin 2000). No special parallel code is needed (e.g. MPI or multitasking) and the 32 CPUs do not have to be on the same platform. The system is totally portable and can run on several different architectures at once. In addition, the system can easily scale up to 100 or more CPUS. This will allow for much higher resolution and significant increases in input data. The system scales linearly as the number of observations and the number of grid points. The cost overhead in going from 1 to 32 CPUs is 18%. In addition, the analysis results are identical regardless of the number of processors used. This system has all the characteristics of optimal interpolation, combining detailed instrument and first guess error statistics to produce the best estimate of the atmospheric state. Static tests with a 2 X 2.5 resolution version of this system showed it's analysis increments are comparable to the latest NASA operational system including maintenance of mass-wind balance. Results from several months of cycling test in the Goddard EOS Data Assimilation System (GEOS DAS) show this new analysis retains the same level of agreement between the first guess and observations (O-F statistics) as the current operational system.

  1. An Efficient Objective Analysis System for Parallel Computers

    NASA Technical Reports Server (NTRS)

    Stobie, James G.

    1999-01-01

    A new objective analysis system designed for parallel computers will be described. The system can produce a global analysis (on a 2 x 2.5 lat-lon grid with 20 levels of heights and winds and 10 levels of moisture) using 120,000 observations in less than 3 minutes on 32 CPUs (SGI Origin 2000). No special parallel code is needed (e.g. MPI or multitasking) and the 32 CPUs do not have to be on the same platform. The system Ls totally portable and can run on -several different architectures at once. In addition, the system can easily scale up to 100 or more CPUS. This will allow for much higher resolution and significant increases in input data. The system scales linearly as the number of observations and the number of grid points. The cost overhead in going from I to 32 CPus is 18%. in addition, the analysis results are identical regardless of the number of processors used. T'his system has all the characteristics of optimal interpolation, combining detailed instrument and first guess error statistics to produce the best estimate of the atmospheric state. It also includes a new quality control (buddy check) system. Static tests with the system showed it's analysis increments are comparable to the latest NASA operational system including maintenance of mass-wind balance. Results from a 2-month cycling test in the Goddard EOS Data Assimilation System (GEOS DAS) show this new analysis retains the same level of agreement between the first guess and observations (0-F statistics) throughout the entire two months.

  2. Alterations in adaptive immunity persist during long-duration spaceflight

    PubMed Central

    Crucian, Brian; Stowe, Raymond P; Mehta, Satish; Quiriarte, Heather; Pierson, Duane; Sams, Clarence

    2015-01-01

    Background: It is currently unknown whether immune system alterations persist during long-duration spaceflight. In this study various adaptive immune parameters were assessed in astronauts at three intervals during 6-month spaceflight on board the International Space Station (ISS). AIMS: To assess phenotypic and functional immune system alterations in astronauts participating in 6-month orbital spaceflight. Methods: Blood was collected before, during, and after flight from 23 astronauts participating in 6-month ISS expeditions. In-flight samples were returned to Earth within 48 h of collection for immediate analysis. Assays included peripheral leukocyte distribution, T-cell function, virus-specific immunity, and mitogen-stimulated cytokine production profiles. Results: Redistribution of leukocyte subsets occurred during flight, including an elevated white blood cell (WBC) count and alterations in CD8+ T-cell maturation. A reduction in general T-cell function (both CD4+ and CD8+) persisted for the duration of the 6-month spaceflights, with differential responses between mitogens suggesting an activation threshold shift. The percentage of CD4+ T cells capable of producing IL-2 was depressed after landing. Significant reductions in mitogen-stimulated production of IFNγ, IL-10, IL-5, TNFα, and IL-6 persisted during spaceflight. Following lipopolysaccharide (LPS) stimulation, production of IL-10 was reduced, whereas IL-8 production was increased during flight. Conclusions: The data indicated that immune alterations persist during long-duration spaceflight. This phenomenon, in the absence of appropriate countermeasures, has the potential to increase specific clinical risks for crewmembers during exploration-class deep space missions. PMID:28725716

  3. Interaction of Staphylococcus aureus persister cells with the host when in a persister state and following awakening.

    PubMed

    Mina, Elin G; Marques, Cláudia N H

    2016-08-10

    Persister cells, a tolerant cell sub-population, are commonly associated with chronic and recurrent infections. However, little is known about their ability to actually initiate or establish an infection, become virulent and cause pathogenicity within a host. Here we investigated whether Staphylococcus aureus persister cells initiate an infection and are recognized by macrophages, while in a persister cell status, and upon awakening due to exposure to cis-2-decenoic acid (cis-DA). Our results show that S. aureus persister cells are not able to initiate infections in A. thaliana and present significantly reduced virulence towards C. elegans compared to total populations. In contrast, awakened S. aureus persister cells are able to initiate infections in A. thaliana and in C. elegans albeit, with lower mortality than total population. Furthermore, exposure of S. aureus persister cells to cis-DA led to a loss of tolerance to ciprofloxacin, and an increase of the bacterial fluorescence to levels found in total population. In addition, macrophage engulfment of persister cells was significantly lower than engulfment of total population, both before and following awakening. Overall our findings indicate that upon awakening of a persister population the cells regain their ability to infect hosts despite the absence of an increased immune response.

  4. Multiscale Persistent Functions for Biomolecular Structure Characterization

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

    Xia, Kelin; Li, Zhiming; Mu, Lin

    Here in this paper, we introduce multiscale persistent functions for biomolecular structure characterization. The essential idea is to combine our multiscale rigidity functions (MRFs) with persistent homology analysis, so as to construct a series of multiscale persistent functions, particularly multiscale persistent entropies, for structure characterization. To clarify the fundamental idea of our method, the multiscale persistent entropy (MPE) model is discussed in great detail. Mathematically, unlike the previous persistent entropy (Chintakunta et al. in Pattern Recognit 48(2):391–401, 2015; Merelli et al. in Entropy 17(10):6872–6892, 2015; Rucco et al. in: Proceedings of ECCS 2014, Springer, pp 117–128, 2016), a special resolutionmore » parameter is incorporated into our model. Various scales can be achieved by tuning its value. Physically, our MPE can be used in conformational entropy evaluation. More specifically, it is found that our method incorporates in it a natural classification scheme. This is achieved through a density filtration of an MRF built from angular distributions. To further validate our model, a systematical comparison with the traditional entropy evaluation model is done. Additionally, it is found that our model is able to preserve the intrinsic topological features of biomolecular data much better than traditional approaches, particularly for resolutions in the intermediate range. Moreover, by comparing with traditional entropies from various grid sizes, bond angle-based methods and a persistent homology-based support vector machine method (Cang et al. in Mol Based Math Biol 3:140–162, 2015), we find that our MPE method gives the best results in terms of average true positive rate in a classic protein structure classification test. More interestingly, all-alpha and all-beta protein classes can be clearly separated from each other with zero error only in our model. Finally, a special protein structure index (PSI) is proposed, for

  5. Persistent Short-Term Memory Defects Following Sleep Deprivation in a Drosophila Model of Parkinson Disease

    PubMed Central

    Seugnet, Laurent; Galvin, James E.; Suzuki, Yasuko; Gottschalk, Laura; Shaw, Paul J.

    2009-01-01

    Study Objectives: Parkinson disease (PD) is the second most common neurodegenerative disorder in the United States. It is associated with motor deficits, sleep disturbances, and cognitive impairment. The pathology associated with PD and the effects of sleep deprivation impinge, in part, upon common molecular pathways suggesting that sleep loss may be particularly deleterious to the degenerating brain. Thus we investigated the long-term consequences of sleep deprivation on short-term memory using a Drosophila model of Parkinson disease. Participants: Transgenic strains of Drosophila melanogaster. Design: Using the GAL4-UAS system, human α-synuclein was expressed throughout the nervous system of adult flies. α-Synuclein expressing flies (αS flies) and the corresponding genetic background controls were sleep deprived for 12 h at age 16 days and allowed to recover undisturbed for at least 3 days. Short-term memory was evaluated using aversive phototaxis suppression. Dopaminergic systems were assessed using mRNA profiling and immunohistochemistry. Measurments and Results: When sleep deprived at an intermediate stage of the pathology, αS flies showed persistent short-term memory deficits that lasted ≥ 3 days. Cognitive deficits were not observed in younger αS flies nor in genetic background controls. Long-term impairments were not associated with accelerated loss of dopaminergic neurons. However mRNA expression of the dopamine receptors dDA1 and DAMB were significantly increased in sleep deprived αS flies. Blocking D1-like receptors during sleep deprivation prevented persistent short-term memory deficits. Importantly, feeding flies the polyphenolic compound curcumin blocked long-term learning deficits. Conclusions: These data emphasize the importance of sleep in a degenerating/reorganizing brain and shows that pathological processes induced by sleep deprivation can be dissected at the molecular and cellular level using Drosophila genetics. Citation: Seugnet L

  6. A novel lobster-eye imaging system based on Schmidt-type objective for X-ray-backscattering inspection

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

    Xu, Jie; Wang, Xin, E-mail: wangx@tongji.edu.cn, E-mail: mubz@tongji.edu.cn; Zhan, Qi

    This paper presents a novel lobster-eye imaging system for X-ray-backscattering inspection. The system was designed by modifying the Schmidt geometry into a treble-lens structure in order to reduce the resolution difference between the vertical and horizontal directions, as indicated by ray-tracing simulations. The lobster-eye X-ray imaging system is capable of operating over a wide range of photon energies up to 100 keV. In addition, the optics of the lobster-eye X-ray imaging system was tested to verify that they meet the requirements. X-ray-backscattering imaging experiments were performed in which T-shaped polymethyl-methacrylate objects were imaged by the lobster-eye X-ray imaging system basedmore » on both the double-lens and treble-lens Schmidt objectives. The results show similar resolution of the treble-lens Schmidt objective in both the vertical and horizontal directions. Moreover, imaging experiments were performed using a second treble-lens Schmidt objective with higher resolution. The results show that for a field of view of over 200 mm and with a 500 mm object distance, this lobster-eye X-ray imaging system based on a treble-lens Schmidt objective offers a spatial resolution of approximately 3 mm.« less

  7. A novel lobster-eye imaging system based on Schmidt-type objective for X-ray-backscattering inspection

    NASA Astrophysics Data System (ADS)

    Xu, Jie; Wang, Xin; Zhan, Qi; Huang, Shengling; Chen, Yifan; Mu, Baozhong

    2016-07-01

    This paper presents a novel lobster-eye imaging system for X-ray-backscattering inspection. The system was designed by modifying the Schmidt geometry into a treble-lens structure in order to reduce the resolution difference between the vertical and horizontal directions, as indicated by ray-tracing simulations. The lobster-eye X-ray imaging system is capable of operating over a wide range of photon energies up to 100 keV. In addition, the optics of the lobster-eye X-ray imaging system was tested to verify that they meet the requirements. X-ray-backscattering imaging experiments were performed in which T-shaped polymethyl-methacrylate objects were imaged by the lobster-eye X-ray imaging system based on both the double-lens and treble-lens Schmidt objectives. The results show similar resolution of the treble-lens Schmidt objective in both the vertical and horizontal directions. Moreover, imaging experiments were performed using a second treble-lens Schmidt objective with higher resolution. The results show that for a field of view of over 200 mm and with a 500 mm object distance, this lobster-eye X-ray imaging system based on a treble-lens Schmidt objective offers a spatial resolution of approximately 3 mm.

  8. Examining database persistence of ISO/EN 13606 standardized electronic health record extracts: relational vs. NoSQL approaches.

    PubMed

    Sánchez-de-Madariaga, Ricardo; Muñoz, Adolfo; Lozano-Rubí, Raimundo; Serrano-Balazote, Pablo; Castro, Antonio L; Moreno, Oscar; Pascual, Mario

    2017-08-18

    The objective of this research is to compare the relational and non-relational (NoSQL) database systems approaches in order to store, recover, query and persist standardized medical information in the form of ISO/EN 13606 normalized Electronic Health Record XML extracts, both in isolation and concurrently. NoSQL database systems have recently attracted much attention, but few studies in the literature address their direct comparison with relational databases when applied to build the persistence layer of a standardized medical information system. One relational and two NoSQL databases (one document-based and one native XML database) of three different sizes have been created in order to evaluate and compare the response times (algorithmic complexity) of six different complexity growing queries, which have been performed on them. Similar appropriate results available in the literature have also been considered. Relational and non-relational NoSQL database systems show almost linear algorithmic complexity query execution. However, they show very different linear slopes, the former being much steeper than the two latter. Document-based NoSQL databases perform better in concurrency than in isolation, and also better than relational databases in concurrency. Non-relational NoSQL databases seem to be more appropriate than standard relational SQL databases when database size is extremely high (secondary use, research applications). Document-based NoSQL databases perform in general better than native XML NoSQL databases. EHR extracts visualization and edition are also document-based tasks more appropriate to NoSQL database systems. However, the appropriate database solution much depends on each particular situation and specific problem.

  9. Object Occlusion Detection Using Automatic Camera Calibration for a Wide-Area Video Surveillance System

    PubMed Central

    Jung, Jaehoon; Yoon, Inhye; Paik, Joonki

    2016-01-01

    This paper presents an object occlusion detection algorithm using object depth information that is estimated by automatic camera calibration. The object occlusion problem is a major factor to degrade the performance of object tracking and recognition. To detect an object occlusion, the proposed algorithm consists of three steps: (i) automatic camera calibration using both moving objects and a background structure; (ii) object depth estimation; and (iii) detection of occluded regions. The proposed algorithm estimates the depth of the object without extra sensors but with a generic red, green and blue (RGB) camera. As a result, the proposed algorithm can be applied to improve the performance of object tracking and object recognition algorithms for video surveillance systems. PMID:27347978

  10. Stress within a Restricted Time Window Selectively Affects the Persistence of Long-Term Memory

    PubMed Central

    Fang, Qin; Chai, Ning; Zhao, Li-Yan; Xue, Yan-Xue; Luo, Yi-Xiao; Jian, Min; Han, Ying; Shi, Hai-Shui; Lu, Lin; Wu, Ping; Wang, Ji-Shi

    2013-01-01

    The effects of stress on emotional memory are distinct and depend on the stages of memory. Memory undergoes consolidation and reconsolidation after acquisition and retrieval, respectively. Stress facilitates the consolidation but disrupts the reconsolidation of emotional memory. Previous research on the effects of stress on memory have focused on long-term memory (LTM) formation (tested 24 h later), but the effects of stress on the persistence of LTM (tested at least 1 week later) are unclear. Recent findings indicated that the persistence of LTM requires late-phase protein synthesis in the dorsal hippocampus. The present study investigated the effect of stress (i.e., cold water stress) during the late phase after the acquisition and retrieval of contextual fear memory in rats. We found that stress and corticosterone administration during the late phase (12 h) after acquisition, referred to as late consolidation, selectively enhanced the persistence of LTM, whereas stress during the late phase (12 h) after retrieval, referred to as late reconsolidation, selectively disrupted the restabilized persistence of LTM. Moreover, the effects of stress on the persistence of LTM were blocked by the corticosterone synthesis inhibitor metyrapone, which was administered before stress, suggesting that the glucocorticoid system is involved in the effects of stress on the persistence of LTM. We conclude that stress within a restricted time window after acquisition or retrieval selectively affects the persistence of LTM and depends on the glucocorticoid system. PMID:23544051

  11. Assembly of one-dimensional supramolecular objects: From monomers to networks

    NASA Astrophysics Data System (ADS)

    Sayar, Mehmet; Stupp, Samuel I.

    2005-07-01

    One-dimensional supramolecular aggregates can form networks at exceedingly low concentrations. Recent experiments in several laboratories, including our own, have demonstrated the formation of gels by these systems at concentrations well under 1% by weight. The systems of interest in our laboratory form either cylindrical nanofibers or ribbons as a result of strong noncovalent interactions among monomers. The stiffness and interaction energies among these thread-like objects can vary significantly depending on the chemical structure of the monomers used. We have used Monte Carlo simulations to study the structure of the threads and their ability to form networks through bundle formation. The persistence length of the threads was found to be strongly affected not only by stiffness, but also by the strength of attractive two-body interactions among thread segments. The relative values of stiffness and attractive two-body interaction strength determine if threads collapse or create bundles. Only in the presence of sufficiently long threads and bundle formation can these systems assemble into networks of high connectivity.

  12. Factors associated with persistent hypertension after puerperium among women with pre-eclampsia/eclampsia in Mulago hospital, Uganda.

    PubMed

    Ndayambagye, Emmanuel B; Nakalembe, Miriam; Kaye, Dan K

    2010-03-12

    Women with severe pre-eclampsia/eclampsia are at risk of developing chronic hypertension in future. Chronic hypertension may manifest initially as persistent hypertension at the end of the puerperium. The objective was to determine the incidence and maternal biochemical, hematological and socio-demographic risk factors for persistent hypertension in patients with pre-eclampsia/eclampsia. This was a prospective cohort study conducted from November 2008 to May 2009 at Mulago hospital labor ward and postnatal clinic. Participants were 200 women managed for pre-eclampsia/eclampsia and followed up to the end of the puerperium. Data was collected through using pre-coded interviewer-administered questionnaires, checking medical records and laboratory investigations. STATA (release 9) software was used for data analysis. At bivariate analysis, the relative risk of persistent hypertension was estimated at the 95% confidence level. Using multivariate logistic regression analysis, factors that were independently associated with persistent hypertension were evaluated. Fifty four (27.7%) out of the total 195 women had persistent hypertension after puerperium. Serum creatinine and the age of the patient were the only factors associated with persistence of hypertension after puerperium. Nearly every one in four mothers with pre-eclampsia/eclampsia are at risk of persistent hypertension after the puerperium. Serum creatinine, serum uric acid and participants' age were the only factors independently associated with persistence of hypertension after the puerperium.

  13. Vision System for Coarsely Estimating Motion Parameters for Unknown Fast Moving Objects in Space

    PubMed Central

    Chen, Min; Hashimoto, Koichi

    2017-01-01

    Motivated by biological interests in analyzing navigation behaviors of flying animals, we attempt to build a system measuring their motion states. To do this, in this paper, we build a vision system to detect unknown fast moving objects within a given space, calculating their motion parameters represented by positions and poses. We proposed a novel method to detect reliable interest points from images of moving objects, which can be hardly detected by general purpose interest point detectors. 3D points reconstructed using these interest points are then grouped and maintained for detected objects, according to a careful schedule, considering appearance and perspective changes. In the estimation step, a method is introduced to adapt the robust estimation procedure used for dense point set to the case for sparse set, reducing the potential risk of greatly biased estimation. Experiments are conducted against real scenes, showing the capability of the system of detecting multiple unknown moving objects and estimating their positions and poses. PMID:29206189

  14. Resolving human object recognition in space and time

    PubMed Central

    Cichy, Radoslaw Martin; Pantazis, Dimitrios; Oliva, Aude

    2014-01-01

    A comprehensive picture of object processing in the human brain requires combining both spatial and temporal information about brain activity. Here, we acquired human magnetoencephalography (MEG) and functional magnetic resonance imaging (fMRI) responses to 92 object images. Multivariate pattern classification applied to MEG revealed the time course of object processing: whereas individual images were discriminated by visual representations early, ordinate and superordinate category levels emerged relatively later. Using representational similarity analysis, we combine human fMRI and MEG to show content-specific correspondence between early MEG responses and primary visual cortex (V1), and later MEG responses and inferior temporal (IT) cortex. We identified transient and persistent neural activities during object processing, with sources in V1 and IT., Finally, human MEG signals were correlated to single-unit responses in monkey IT. Together, our findings provide an integrated space- and time-resolved view of human object categorization during the first few hundred milliseconds of vision. PMID:24464044

  15. Persistent Data/Knowledge Base

    DTIC Science & Technology

    1991-06-01

    systems, the most powerful and representative one is probably POSTGRES [20], from the Univer- sity of California at Berkeley. POSTGRES is so named...The POSTGRES system provides objects, Ob- ject IDentifiers (OIDs), compound objects, multiple inheritance, versions, historical data, procedures, and...Stonebreaker and L. Rowe, 1986: The Design of POSTGRES . Pro- ceedings of SIGMOD Conference, Washington DC. [21] U. Dayal and J. Smith, 1985: PROBES: A

  16. Image-based tracking system for vibration measurement of a rotating object using a laser scanning vibrometer

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

    Kim, Dongkyu, E-mail: akein@gist.ac.kr; Khalil, Hossam; Jo, Youngjoon

    2016-06-28

    An image-based tracking system using laser scanning vibrometer is developed for vibration measurement of a rotating object. The proposed system unlike a conventional one can be used where the position or velocity sensor such as an encoder cannot be attached to an object. An image processing algorithm is introduced to detect a landmark and laser beam based on their colors. Then, through using feedback control system, the laser beam can track a rotating object.

  17. Responsive Persistence Part II. Practices of Postmodern Therapists.

    PubMed

    Sutherland, Olga; Dienhart, Anna; Turner, Jean

    2013-10-01

    This article, a companion to Part I of this series of articles, discusses how therapists informed by social constructionist and postmodern ideas enact persistence in their work with families. Transcripts and video-recordings of therapy interaction facilitated by selected major champions for three postmodern (collaborative) therapies: Michael White (narrative therapy), Harlene Anderson (collaborative language systems approach), and Bill O'Hanlon (solution-oriented therapy) were examined for persistence practices. The article offers a range of possible ways in which postmodern therapists may enact their influence in facilitating generative and helpful conversations with families and remain responsive to clients' preferences and understandings. Implications for family therapy practice, training, and supervision are discussed. © 2013 American Association for Marriage and Family Therapy.

  18. An object-oriented mobile health system with usability features.

    PubMed

    Escarfullet, Krystle; Moore, Cantera; Tucker, Shari; Wei, June

    2012-01-01

    Mobile health (m-health) comprises the concept of utilising mobile devices to carry out the task of viewing electronic medical records, reserving medical appointments with a patient's medical provider and electronically refilling prescriptions. This paper aims at developing a m-health system to improve usability from a user's perspective. Specifically, it first developed a m-health model by logically linking characteristics of the m-health system together based on information flows. Then, the system requirements were collected by using a developed questionnaire. These requirements were structured and further in-depth analysis was conducted by using an object-oriented approach based on unified modelling language, such as use-case, sequence and analysis class diagrams. This research will be beneficial to decision makers and developers in the mobile healthcare industry.

  19. Monitoring Coastal Marshes for Persistent Flooding and Salinity Stress

    NASA Technical Reports Server (NTRS)

    Kalcic, Maria

    2010-01-01

    Our objective is to provide NASA remote sensing products that provide inundation and salinity information on an ecosystem level to support habitat switching models. Project born out of need by the Coastal Restoration Monitoring System (CRMS), joint effort by Louisiana Department of Natural Resources and the U.S. Geological Survey, for information on persistence of flooding by storm surge and other flood waters. The results of the this work support the habitat-switching modules in the Coastal Louisiana Ecosystem Assessment and Restoration (CLEAR) model, which provides scientific evaluation for restoration management. CLEAR is a collaborative effort between the Louisiana Board of Regents, the Louisiana Department of Natural Resources (LDNR), the U.S. Geological Survey (USGS), and the U.S. Army Corps of Engineers (USACE). Anticipated results will use: a) Resolution enhanced time series data combining spatial resolution of Landsat with temporal resolution of MODIS for inundation estimates. b) Potential salinity products from radar and multispectral modeling. c) Combined inundation and salinity inputs to habitat switching module to produce habitat switching maps (shown at left)

  20. Interactions between social structure, demography, and transmission determine disease persistence in primates.

    PubMed

    Ryan, Sadie J; Jones, James H; Dobson, Andrew P

    2013-01-01

    Catastrophic declines in African great ape populations due to disease outbreaks have been reported in recent years, yet we rarely hear of similar disease impacts for the more solitary Asian great apes, or for smaller primates. We used an age-structured model of different primate social systems to illustrate that interactions between social structure and demography create 'dynamic constraints' on the pathogens that can establish and persist in primate host species with different social systems. We showed that this varies by disease transmission mode. Sexually transmitted infections (STIs) require high rates of transmissibility to persist within a primate population. In particular, for a unimale social system, STIs require extremely high rates of transmissibility for persistence, and remain at extremely low prevalence in small primates, but this is less constrained in longer-lived, larger-bodied primates. In contrast, aerosol transmitted infections (ATIs) spread and persist at high prevalence in medium and large primates with moderate transmissibility;, establishment and persistence in small-bodied primates require higher relative rates of transmissibility. Intragroup contact structure - the social network - creates different constraints for different transmission modes, and our model underscores the importance of intragroup contacts on infection prior to intergroup movement in a structured population. When alpha males dominate sexual encounters, the resulting disease transmission dynamics differ from when social interactions are dominated by mother-infant grooming events, for example. This has important repercussions for pathogen spread across populations. Our framework reveals essential social and demographic characteristics of primates that predispose them to different disease risks that will be important for disease management and conservation planning for protected primate populations.

  1. A physical zero-knowledge object-comparison system for nuclear warhead verification

    PubMed Central

    Philippe, Sébastien; Goldston, Robert J.; Glaser, Alexander; d'Errico, Francesco

    2016-01-01

    Zero-knowledge proofs are mathematical cryptographic methods to demonstrate the validity of a claim while providing no further information beyond the claim itself. The possibility of using such proofs to process classified and other sensitive physical data has attracted attention, especially in the field of nuclear arms control. Here we demonstrate a non-electronic fast neutron differential radiography technique using superheated emulsion detectors that can confirm that two objects are identical without revealing their geometry or composition. Such a technique could form the basis of a verification system that could confirm the authenticity of nuclear weapons without sharing any secret design information. More broadly, by demonstrating a physical zero-knowledge proof that can compare physical properties of objects, this experiment opens the door to developing other such secure proof-systems for other applications. PMID:27649477

  2. A physical zero-knowledge object-comparison system for nuclear warhead verification.

    PubMed

    Philippe, Sébastien; Goldston, Robert J; Glaser, Alexander; d'Errico, Francesco

    2016-09-20

    Zero-knowledge proofs are mathematical cryptographic methods to demonstrate the validity of a claim while providing no further information beyond the claim itself. The possibility of using such proofs to process classified and other sensitive physical data has attracted attention, especially in the field of nuclear arms control. Here we demonstrate a non-electronic fast neutron differential radiography technique using superheated emulsion detectors that can confirm that two objects are identical without revealing their geometry or composition. Such a technique could form the basis of a verification system that could confirm the authenticity of nuclear weapons without sharing any secret design information. More broadly, by demonstrating a physical zero-knowledge proof that can compare physical properties of objects, this experiment opens the door to developing other such secure proof-systems for other applications.

  3. A physical zero-knowledge object-comparison system for nuclear warhead verification

    NASA Astrophysics Data System (ADS)

    Philippe, Sébastien; Goldston, Robert J.; Glaser, Alexander; D'Errico, Francesco

    2016-09-01

    Zero-knowledge proofs are mathematical cryptographic methods to demonstrate the validity of a claim while providing no further information beyond the claim itself. The possibility of using such proofs to process classified and other sensitive physical data has attracted attention, especially in the field of nuclear arms control. Here we demonstrate a non-electronic fast neutron differential radiography technique using superheated emulsion detectors that can confirm that two objects are identical without revealing their geometry or composition. Such a technique could form the basis of a verification system that could confirm the authenticity of nuclear weapons without sharing any secret design information. More broadly, by demonstrating a physical zero-knowledge proof that can compare physical properties of objects, this experiment opens the door to developing other such secure proof-systems for other applications.

  4. Epigenetic regulation of persistent pain

    PubMed Central

    Bai, Guang; Ren, Ke; Dubner, Ronald

    2014-01-01

    Persistent or chronic pain is tightly associated with various environmental changes and linked to abnormal gene expression within cells processing nociceptive signaling. Epigenetic regulation governs gene expression in response to environmental cues. Recent animal model and clinical studies indicate that epigenetic regulation plays an important role in the development/maintenance of persistent pain and, possibly the transition of acute pain to chronic pain, thus shedding light in a direction for development of new therapeutics for persistent pain. PMID:24948399

  5. Tracker: Image-Processing and Object-Tracking System Developed

    NASA Technical Reports Server (NTRS)

    Klimek, Robert B.; Wright, Theodore W.

    1999-01-01

    Tracker is an object-tracking and image-processing program designed and developed at the NASA Lewis Research Center to help with the analysis of images generated by microgravity combustion and fluid physics experiments. Experiments are often recorded on film or videotape for analysis later. Tracker automates the process of examining each frame of the recorded experiment, performing image-processing operations to bring out the desired detail, and recording the positions of the objects of interest. It can load sequences of images from disk files or acquire images (via a frame grabber) from film transports, videotape, laser disks, or a live camera. Tracker controls the image source to automatically advance to the next frame. It can employ a large array of image-processing operations to enhance the detail of the acquired images and can analyze an arbitrarily large number of objects simultaneously. Several different tracking algorithms are available, including conventional threshold and correlation-based techniques, and more esoteric procedures such as "snake" tracking and automated recognition of character data in the image. The Tracker software was written to be operated by researchers, thus every attempt was made to make the software as user friendly and self-explanatory as possible. Tracker is used by most of the microgravity combustion and fluid physics experiments performed by Lewis, and by visiting researchers. This includes experiments performed on the space shuttles, Mir, sounding rockets, zero-g research airplanes, drop towers, and ground-based laboratories. This software automates the analysis of the flame or liquid s physical parameters such as position, velocity, acceleration, size, shape, intensity characteristics, color, and centroid, as well as a number of other measurements. It can perform these operations on multiple objects simultaneously. Another key feature of Tracker is that it performs optical character recognition (OCR). This feature is useful in

  6. Environmental Persistence Influences Infection Dynamics for a Butterfly Pathogen

    PubMed Central

    Altizer, Sonia; Williams, Mary-Kate; Hall, Richard J.

    2017-01-01

    Many pathogens, including those infecting insects, are transmitted via dormant stages shed into the environment, where they must persist until encountering a susceptible host. Understanding how abiotic conditions influence environmental persistence and how these factors influence pathogen spread are crucial for predicting patterns of infection risk. Here, we explored the consequences of environmental transmission for infection dynamics of a debilitating protozoan parasite (Ophryocystis elektroscirrha) that infects monarch butterflies (Danaus plexippus). We first conducted an experiment to observe the persistence of protozoan spores exposed to natural conditions. Experimental results showed that, contrary to our expectations, pathogen doses maintained high infectivity even after 16 days in the environment, although pathogens did yield infections with lower parasite loads after environmental exposure. Because pathogen longevity exceeded the time span of our experiment, we developed a mechanistic model to better explore environmental persistence for this host-pathogen system. Model analysis showed that, in general, longer spore persistence led to higher infection prevalence and slightly smaller monarch population sizes. The model indicated that typical parasite doses shed onto milkweed plants must remain viable for a minimum of 3 weeks for prevalence to increase during the summer-breeding season, and for 11 weeks or longer to match levels of infection commonly reported from the wild, assuming moderate values for parasite shedding rate. Our findings showed that transmission stages of this butterfly pathogen are long-lived and indicated that this is a necessary condition for the protozoan to persist in local monarch populations. This study provides a modeling framework for future work examining the dynamics of an ecologically important pathogen in an iconic insect. PMID:28099501

  7. Object Tracking Vision System for Mapping the UCN τ Apparatus Volume

    NASA Astrophysics Data System (ADS)

    Lumb, Rowan; UCNtau Collaboration

    2016-09-01

    The UCN τ collaboration has an immediate goal to measure the lifetime of the free neutron to within 0.1%, i.e. about 1 s. The UCN τ apparatus is a magneto-gravitational ``bottle'' system. This system holds low energy, or ultracold, neutrons in the apparatus with the constraint of gravity, and keeps these low energy neutrons from interacting with the bottle via a strong 1 T surface magnetic field created by a bowl-shaped array of permanent magnets. The apparatus is wrapped with energized coils to supply a magnetic field throughout the ''bottle'' volume to prevent depolarization of the neutrons. An object-tracking stereo-vision system will be presented that precisely tracks a Hall probe and allows a mapping of the magnetic field throughout the volume of the UCN τ bottle. The stereo-vision system utilizes two cameras and open source openCV software to track an object's 3-d position in space in real time. The desired resolution is +/-1 mm resolution along each axis. The vision system is being used as part of an even larger system to map the magnetic field of the UCN τ apparatus and expose any possible systematic effects due to field cancellation or low field points which could allow neutrons to depolarize and possibly escape from the apparatus undetected. Tennessee Technological University.

  8. Laser cutting of irregular shape object based on stereo vision laser galvanometric scanning system

    NASA Astrophysics Data System (ADS)

    Qi, Li; Zhang, Yixin; Wang, Shun; Tang, Zhiqiang; Yang, Huan; Zhang, Xuping

    2015-05-01

    Irregular shape objects with different 3-dimensional (3D) appearances are difficult to be shaped into customized uniform pattern by current laser machining approaches. A laser galvanometric scanning system (LGS) could be a potential candidate since it can easily achieve path-adjustable laser shaping. However, without knowing the actual 3D topography of the object, the processing result may still suffer from 3D shape distortion. It is desirable to have a versatile auxiliary tool that is capable of generating 3D-adjusted laser processing path by measuring the 3D geometry of those irregular shape objects. This paper proposed the stereo vision laser galvanometric scanning system (SLGS), which takes the advantages of both the stereo vision solution and conventional LGS system. The 3D geometry of the object obtained by the stereo cameras is used to guide the scanning galvanometers for 3D-shape-adjusted laser processing. In order to achieve precise visual-servoed laser fabrication, these two independent components are integrated through a system calibration method using plastic thin film target. The flexibility of SLGS has been experimentally demonstrated by cutting duck feathers for badminton shuttle manufacture.

  9. Borrelia burgdorferi protein interactions critical for microbial persistence in mammals.

    PubMed

    Bernard, Quentin; Thakur, Meghna; Smith, Alexis A; Kitsou, Chrysoula; Yang, Xiuli; Pal, Utpal

    2018-06-22

    Borrelia burgdorferi is the causative agent of Lyme disease that persists in a complex enzootic life cycle, involving Ixodes ticks and vertebrate hosts. The microbe invades ticks and vertebrate hosts in spite of active immune surveillance and potent microbicidal responses, and establishes long-term infection utilizing mechanisms that are yet to be unraveled. The pathogen can cause multi-system disorders when transmitted to susceptible mammalian hosts, including in humans. In the past decades, several studies identified a limited number of B. burgdorferi gene-products critical for pathogen persistence, transmission between the vectors and the host, and host-pathogen interactions. This review will focus on the interactions between B. burgdorferi proteins, as well between microbial proteins and host components, protein and non-protein components, highlighting their roles in pathogen persistence in the mammalian host. A better understanding of the contributions of protein interactions in the microbial virulence and persistence of B. burgdorferi would support development of novel therapeutics against the infection. This article is protected by copyright. All rights reserved.

  10. Increased Mortality Risk in Older Adults with Persistently Low or Declining Feelings of Usefulness to Others

    PubMed Central

    Gruenewald, Tara L.; Karlamangla, Arun S.; Greendale, Gail A.; Singer, Burton H.; Seeman, Teresa E.

    2009-01-01

    Objectives To determine if persistently low or declining feelings of usefulness to others in later life predicts increased mortality hazard in older adults. Methods Data on change in perceptions of usefulness, health, behavioral and psychosocial covariate factors, and mortality originate from the MacArthur Study of Successful Aging, a prospective study of 1,189 older adults (age 70–79 years). Results Older adults with persistently low feelings of usefulness or who experienced a decline to low feelings of usefulness over the first 3-years of the study experienced a greater hazard of mortality (sociodemographic adjusted HR = 1.75 (95% CI = 1.22 to 2.51)) over a subsequent 9-year follow-up as compared to older adults with persistently high feelings of usefulness. Discussion Older adults with persistently low perceived usefulness or feelings of usefulness that decline to a low level may be a vulnerable group with increased risk for poor health outcomes in later life. PMID:19104034

  11. Can patients at risk for persistent negative symptoms be identified during their first episode of psychosis?

    PubMed

    Malla, Ashok K; Norman, Ross M G; Takhar, Jatinder; Manchanda, Rahul; Townsend, Laurel; Scholten, Derek; Haricharan, Raj

    2004-07-01

    Patients with schizophrenia who show persistent negative symptoms are an important subgroup, but they are difficult to identify early in the course of illness. The objective of this study was to examine characteristics that discriminate between first-episode psychosis (FEP) patients in whom primary negative symptoms did or did not persist after 1 year of treatment. Patients with a DSM-IV diagnosis of FEP whose primary negative symptoms did (N = 36) or did not (N = 35) persist at 1 year were contrasted on their baseline and 1-year characteristics. Results showed that patients with persistent primary negative symptoms (N = 36) had a significantly longer duration of untreated psychosis (p < .005), worse premorbid adjustment during early (p < .001) and late adolescence (p < .01), and a higher level of affective flattening (p < .01) at initial presentation compared with patients with transitory primary negative symptoms. The former group also showed significantly lower remission rates at 1 year (p < .001). Multiple regression analysis confirmed the independent contribution of duration of untreated psychosis, premorbid adjustment, and affective flattening at baseline to the patients' likelihood of developing persistent negative symptoms. It may therefore be possible to distinguish a subgroup of FEP patients whose primary negative symptoms are likely to persist on the basis of characteristics shown at initial presentation for treatment.

  12. The influence of the Bible geographic objects peculiarities on the concept of the spatiotemporal geoinformation system

    NASA Astrophysics Data System (ADS)

    Linsebarth, A.; Moscicka, A.

    2010-01-01

    The article describes the infl uence of the Bible geographic object peculiarities on the spatiotemporal geoinformation system of the Bible events. In the proposed concept of this system the special attention was concentrated to the Bible geographic objects and interrelations between the names of these objects and their location in the geospace. In the Bible, both in the Old and New Testament, there are hundreds of geographical names, but the selection of these names from the Bible text is not so easy. The same names are applied for the persons and geographic objects. The next problem which arises is the classification of the geographical object, because in several cases the same name is used for the towns, mountains, hills, valleys etc. Also very serious problem is related to the time-changes of the names. The interrelation between the object name and its location is also complicated. The geographic object of this same name is located in various places which should be properly correlated with the Bible text. Above mentioned peculiarities of Bible geographic objects infl uenced the concept of the proposed system which consists of three databases: reference, geographic object, and subject/thematic. The crucial component of this system is proper architecture of the geographic object database. In the paper very detailed description of this database is presented. The interrelation between the databases allows to the Bible readers to connect the Bible text with the geography of the terrain on which the Bible events occurred and additionally to have access to the other geographical and historical information related to the geographic objects.

  13. [From persistence to symbiosis of microorganisms].

    PubMed

    Bukharin, O V

    2012-01-01

    Primary results of study of problem of microorganism persistence over the last 2 decades on 7 all-Russian conferences in Orenburg are examined in the article. Milestones of both fundamental research and practically significant studies are designated, the role of persistent potential of microorganisms in infectious pathology is evaluated. The emerging turn of studies from persistence to symbiosis is consonant with the idea of international project "Human microbiom" and allows to use the persistent potential of microorganisms as one of the instruments of resolving issues of infectology.

  14. Methods, systems and devices for detecting threatening objects and for classifying magnetic data

    DOEpatents

    Kotter, Dale K [Shelley, ID; Roybal, Lyle G [Idaho Falls, ID; Rohrbaugh, David T [Idaho Falls, ID; Spencer, David F [Idaho Falls, ID

    2012-01-24

    A method for detecting threatening objects in a security screening system. The method includes a step of classifying unique features of magnetic data as representing a threatening object. Another step includes acquiring magnetic data. Another step includes determining if the acquired magnetic data comprises a unique feature.

  15. Detection Technique for Artificially Illuminated Objects in the Outer Solar System and Beyond

    PubMed Central

    Loeb, Abraham

    2012-01-01

    Abstract Existing and planned optical telescopes and surveys can detect artificially illuminated objects, comparable in total brightness to a major terrestrial city, at the outskirts of the Solar System. Orbital parameters of Kuiper belt objects (KBOs) are routinely measured to exquisite precisions of<10−3. Here, we propose to measure the variation of the observed flux F from such objects as a function of their changing orbital distances D. Sunlight-illuminated objects will show a logarithmic slope α ≡ (d log F/d log D)=−4, whereas artificially illuminated objects should exhibit α=−2. The proposed Large Synoptic Survey Telescope (LSST) and other planned surveys will provide superb data and allow measurement of α for thousands of KBOs. If objects with α=−2 are found, follow-up observations could measure their spectra to determine whether they are illuminated by artificial lighting. The search can be extended beyond the Solar System with future generations of telescopes on the ground and in space that would have the capacity to detect phase modulation due to very strong artificial illumination on the nightside of planets as they orbit their parent stars. Key Words: Astrobiology—SETI—Kuiper belt objects—Artificial illumination. Astrobiology 12, 290–294. PMID:22490065

  16. Carbon and nitrogen mineralization and persistence of organic residues under conservation and conventional tillage

    USDA-ARS?s Scientific Manuscript database

    A combination of high biomass cover crops with organic mulches may be an option for no-till vegetable production, but mineralization rates from these residues is lacking. The objective of this study was to assess nutrient release rates and persistence from mimosa, lespedeza, oat straw, and soybean r...

  17. A review of underwater acoustic systems and methods for locating objects lost at sea

    NASA Technical Reports Server (NTRS)

    Lovelady, R. W.; Ferguson, R. L.

    1983-01-01

    Information related to the location of objects lost at sea is presented. Acoustic devices attached to an object prior to being transported is recommended as a homing beacon. Minimum requirements and some environmental constraints are defined. Methods and procedures for search and recovery are also discussed. Both an interim system and a more advanced system are outlined. Controlled acoustic emission to enhance security is the theme followed.

  18. Directed and persistent movement arises from mechanochemistry of the ParA/ParB system

    NASA Astrophysics Data System (ADS)

    Hu, Longhua; Vecchiarelli, Anthony G.; Mizuuchi, Kiyoshi; Neuman, Keir C.; Liu, Jian

    The segregation of DNA prior to cell division is essential for faithful genetic inheritance. In many bacteria, segregation of the low-copy-number plasmids involves an active partition system composed of ParA ATPase and its stimulator protein ParB. Recent experiments suggest that ParA/ParB system motility is driven by a diffusion-ratchet mechanism in which ParB-coated plasmid both creates and follows a ParA gradient on the nucleoid surface. However, the detailed mechanism of ParA/ParB-mediated directed and persistent movement remains unknown. We develop a theoretical model describing ParA/ParB-mediated motility. We show that the ParA/ParB system can work as a Brownian ratchet, which effectively couples the ATPase-dependent cycling of ParA-nucleoid affinity to the motion of the ParB bound cargo. Paradoxically, the resulting processive motion relies on quenching diffusive plasmid motion through a large number of transient ParA/ParB-mediated tethers to the nucleoid surface. Our work sheds light on a new emergent phenomenon in which non-motor proteins work collectively via mechanochemical coupling to propel cargos -- an ingenious solution shaped by evolution to cope with the lack of processive motor proteins in bacteria.

  19. Persistence-Retention. Snapshot™ Report, Spring 2014

    ERIC Educational Resources Information Center

    National Student Clearinghouse, 2014

    2014-01-01

    This snapshot report provides information on student persistence and retention rates for Spring 2014. Data is presented in tabular format on the following: (1) First-Year Persistence and Retention Rates by Starting Enrollment Intensity (all institutional sectors); (2) First-Year Persistence and Retention Rates by Age at College Entry (all…

  20. Suzaku Observations of Charge Exchange Emission from Solar System Objects

    NASA Technical Reports Server (NTRS)

    Ezoe, Y.; Fujimoto, R.; Yamasaki, N. Y.; Mitsuda, K.; Ohashi, T.; Ishikawa, K.; Oishi, S.; Miyoshi, Y; Terada, N.; Futaana, Y.; hide

    2012-01-01

    Recent results of charge exchange emission from solar system objects observed with the Japanese Suzaku satellite are reviewed. Suzaku is of great importance to investigate diffuse X-ray emission like the charge exchange from planetary exospheres and comets. The Suzaku studies of Earth's exosphere, Martian exosphere, Jupiter's aurorae, and comets are overviewed.

  1. Defending Against Advanced Persistent Threats Using Game-Theory.

    PubMed

    Rass, Stefan; König, Sandra; Schauer, Stefan

    2017-01-01

    Advanced persistent threats (APT) combine a variety of different attack forms ranging from social engineering to technical exploits. The diversity and usual stealthiness of APT turns them into a central problem of contemporary practical system security, since information on attacks, the current system status or the attacker's incentives is often vague, uncertain and in many cases even unavailable. Game theory is a natural approach to model the conflict between the attacker and the defender, and this work investigates a generalized class of matrix games as a risk mitigation tool for an advanced persistent threat (APT) defense. Unlike standard game and decision theory, our model is tailored to capture and handle the full uncertainty that is immanent to APTs, such as disagreement among qualitative expert risk assessments, unknown adversarial incentives and uncertainty about the current system state (in terms of how deeply the attacker may have penetrated into the system's protective shells already). Practically, game-theoretic APT models can be derived straightforwardly from topological vulnerability analysis, together with risk assessments as they are done in common risk management standards like the ISO 31000 family. Theoretically, these models come with different properties than classical game theoretic models, whose technical solution presented in this work may be of independent interest.

  2. Persistence of interest in science, technology, engineering and mathematics: An analysis of persisting and non-persisting students

    NASA Astrophysics Data System (ADS)

    White, Jeffry L.

    While there has been an increase in enrollment, interest in science, technology, engineering, and mathematics (STEM) has been declining on college campuses since 1967. Higher enrollment does not transfer to an increase in the number of minorities in the STEM fields. The majority-minority enrollment ratio is nearly 2:1 but the gap widens to 4:1 when it comes to graduation. In fact, underrepresented minorities (URM) earned only 12% of the STEM degrees awarded in 1998. When the higher attrition and lower graduation rates of URM are scrutinized, upwards of 60% changed majors or dropped out of STEM. Further investigation reveals the most frequently cited reasons for departure were loss of initial interest, developed a greater interest in another field, or were turned off by the STEM disciplines. A primarily exploratory study was conducted into the conditions necessary for academic interest in the STEM fields to persist. A model based on student engagement (Astin, 1977) and interest operations (Prenzel, 1988a) theories was used with a random sample of URM at universities participating in the Ohio Science and Engineering Alliance. Survey research was employed to investigate interest development and the effect of student retention programs and activities on such interest. The latter part of the study could not be fully examined when 95% reported not utilizing retention services. For the section on interest, an online survey using a 5-point Likert scale was validated using principal components analysis. A binominal logistic regression was used to predict membership in one of two possible groups: persisters and students at-risk for not persisting. The major conclusions are: (1) While 3 variables (feelings, learning and difficulty) were statistically significant only one, feelings was substantively significant. (2) Persistence increased 80.9% for each 1-unit increase in feelings and 9.9% for learning. (3) Persistence decreased 19.8% for each one-unit increase in difficulty

  3. Persistent Identifiers for Field Expeditions: A Next Step for the US Oceanographic Research Fleet

    NASA Astrophysics Data System (ADS)

    Arko, Robert; Carbotte, Suzanne; Chandler, Cynthia; Smith, Shawn; Stocks, Karen

    2016-04-01

    Oceanographic research cruises are complex affairs, typically requiring an extensive effort to secure the funding, plan the experiment, and mobilize the field party. Yet cruises are not typically published online as first-class digital objects with persistent, citable identifiers linked to the scientific literature. The Rolling Deck to Repository (R2R; info@rvdata.us) program maintains a master catalog of oceanographic cruises for the United States research fleet, currently documenting over 6,000 expeditions on 37 active and retired vessels. In 2015, R2R started routinely publishing a Digital Object Identifier (DOI) for each completed cruise. Cruise DOIs, in turn, are linked to related persistent identifiers where available including the Open Researcher and Contributor ID (ORCID) for members of the science party, the International Geo Sample Number (IGSN) for physical specimens collected during the cruise, the Open Funder Registry (FundRef) codes that supported the experiment, and additional DOIs for datasets, journal articles, and other products resulting from the cruise. Publishing a persistent identifier for each field expedition will facilitate interoperability between the many different repositories that hold research products from cruises; will provide credit to the investigators who secured the funding and carried out the experiment; and will facilitate the gathering of fleet-wide altmetrics that demonstrate the broad impact of oceanographic research.

  4. Discerning Technological Systems Related to Everyday Objects: Mapping the Variation in Pupils' Experience

    ERIC Educational Resources Information Center

    Svensson, Maria; Ingerman, Ake

    2010-01-01

    Understanding technology today implies more than being able to use the technological objects present in our everyday lives. Our society is increasingly integrated with technological systems, of which technological objects, and their function, form a part. Technological literacy in that context implies understanding how knowledge is constituted in…

  5. Mean wind speed persistence over China

    NASA Astrophysics Data System (ADS)

    Jiang, Lei

    2018-07-01

    The wind speed persistence is an important factor in the assessment of wind energy potential. In this paper, we explore the persistence of Mean Wind Speed (MWS) with many years of record using Detrended Fluctuation Analysis (DFA) over China. The results illustrate that there exist irregular high-frequency fluctuations for daily MWS anomaly records. Long-term persistence of MWS is found for all meteorological observed sites. We also make some numerical tests in order to verify the significance of long-term persistence by shuffling the data records many times. These facts prove that the MWS anomaly records have long-term persistence over all the stations in China. The mean value 0.64 in DFA-exponents for all stations over China is also obviously higher than the value 0.53 according to interval threshold of 95% confidence level after shuffling the MWS records many times. In addition, the values of scaling exponent vary from station to station over China. Long-term persistence of MWS in spatial distributions seems to be downward trends from east to west China. Many factors may affect long-term persistence of MWS such as southwest monsoon, Tibetan Plateau landform and atmosphere-ocean-land interaction and so on. Possible physical mechanism need further analysis in the future.

  6. Persistence-Retention. Snapshot™ Report, Spring 2015

    ERIC Educational Resources Information Center

    National Student Clearinghouse, 2015

    2015-01-01

    This Snapshot Report offers information on student persistence and retention rates for 2009-2013. It offers data on the following: (1) First-Year Persistence and Retention Rates for Students Who Start College at Four-Year Private Nonprofit Institutions; (2) First-Year Persistence and Retention Rates for Students Who Start College at Four-Year…

  7. Image system for three dimensional, 360{degree}, time sequence surface mapping of moving objects

    DOEpatents

    Lu, S.Y.

    1998-12-22

    A three-dimensional motion camera system comprises a light projector placed between two synchronous video cameras all focused on an object-of-interest. The light projector shines a sharp pattern of vertical lines (Ronchi ruling) on the object-of-interest that appear to be bent differently to each camera by virtue of the surface shape of the object-of-interest and the relative geometry of the cameras, light projector and object-of-interest. Each video frame is captured in a computer memory and analyzed. Since the relative geometry is known and the system pre-calibrated, the unknown three-dimensional shape of the object-of-interest can be solved for by matching the intersections of the projected light lines with orthogonal epipolar lines corresponding to horizontal rows in the video camera frames. A surface reconstruction is made and displayed on a monitor screen. For 360{degree} all around coverage of the object-of-interest, two additional sets of light projectors and corresponding cameras are distributed about 120{degree} apart from one another. 20 figs.

  8. Persistence Characteristics of Australian Rainfall Anomalies

    NASA Astrophysics Data System (ADS)

    Simmonds, Ian; Hope, Pandora

    1997-05-01

    Using 79 years (1913-1991) of Australian monthly precipitation data we examined the nature of the persistence of rainfall anomalies. Analyses were performed for four climate regions covering the country, as well as for the entire Australian continent. We show that rainfall over these regions has high temporal variability and that annual rainfall amounts over all five sectors vary in phase and are, with the exception of the north-west region, significantly correlated with the Southern Oscillation Index (SOI). These relationships were particularly strong during the spring season.It is demonstrated that Australian rainfall exhibits statistically significant persistence on monthly, seasonal, and (to a limited extent) annual time-scales, up to lags of 3 months and one season and 1 year. The persistence showed strong seasonal dependence, with each of the five regions showing memory out to 4 or 5 months from winter and spring. Many aspects of climate in the Australasian region are known to have undergone considerable changes about 1950. We show this to be true for persistence also; its characteristics identified for the entire record were present during the 1951--1980 period, but virtually disappeared in the previous 30-year period.Much of the seasonal distribution of rainfall persistence on monthly time-scales, particularly in the east, is due to the influence of the SOI. However, most of the persistence identified in winter and spring in the north-west is independent of the ENSO phenomenon.Rainfall anomalies following extreme dry and wet months, seasons and years (lowest and highest two deciles) persisted more than would be expected by chance. For monthly extreme events this was more marked in the winter semester for the wet events, except in the south-east region. In general, less persistence was found for the extreme seasons. Although the persistence of dry years was less than would have been expected by chance, the wet years appear to display persistence.

  9. Space Telecommunications Radio System (STRS) Architecture Goals/Objectives and Level 1 Requirements

    NASA Technical Reports Server (NTRS)

    Briones, Janette C.; Johnson, Sandra K.; VanDerAar, Lisa

    2007-01-01

    The Space Telecommunications Radio System (STRS) Architecture Requirements Document provides the basis for the development of an open architecture for NASA Software Defined Radios (SDRs) for space use. The main objective of this document is to evaluate the goals and objectives and high level (Level 1) requirements that have bearing on the design of the architecture. The goals and objectives will provide broad, fundamental direction and purpose. The high level requirements (Level 1) intend to guide the broader and longer term aspects aspects of the SDR Architecture and provide guidance for the development of level 2 requirements.

  10. The association between automatic generic substitution and treatment persistence with oral bisphosphonates.

    PubMed

    Ström, O; Landfeldt, E

    2012-08-01

    Automatic generic substitution of alendronate products, used to reduce drug costs, and medication persistence was studied retrospectively between 2006 and 2009. During this period the number of, and the rate of substitution between, alendronate products increased while persistence decreased. Patient preferences should be considered when designing and evaluating generic policies. Automatic generic substitution (AGS) was implemented in Sweden in 2002. The objective of this study was to investigate the association between AGS and persistence with alendronate treatment of primary osteoporosis in Sweden. An open historical cohort of women and men (n = 36,433) was identified in the Swedish Prescribed Drug Register through filled prescriptions for alendronate or risedronate between 2005 and 2009. Co-morbidity data was extracted from the National Patient Register. The association between AGS and medication persistence was investigated using non-parametric and parametric survival analysis. Between 2006 and 2009, the number of alendronate products increased from 15 to 25, the proportion of prescriptions constituting a substitution increased from 10.8% to 45.2%, and the proportion of patients persisting with alendronate treatment for 12 months fell from 66.9% to 51.7%. Patients starting alendronate treatment in 2006 had lower risk of stopping treatment compared with those starting in 2007 (HR 1.34, 95% CI 1.29-1.39), 2008 (HR 1.49, 95% CI 1.43-1.55), and 2009 (HR 1.50, 95% CI 1.40-1.60). No difference was observed in persistence with proprietary risedronate during the same period. Individuals who had their alendronate product substituted at the first prescription refill had significantly higher probability of discontinuation (HR 1.25, 95% CI 1.20-1.30). AGS causes increased product substitution which appears to be associated with reduced treatment persistence. Poor health outcomes and associated costs due to forgone drug exposure should be taken into account in the

  11. Design and verification of the miniature optical system for small object surface profile fast scanning

    NASA Astrophysics Data System (ADS)

    Chi, Sheng; Lee, Shu-Sheng; Huang, Jen, Jen-Yu; Lai, Ti-Yu; Jan, Chia-Ming; Hu, Po-Chi

    2016-04-01

    As the progress of optical technologies, different commercial 3D surface contour scanners are on the market nowadays. Most of them are used for reconstructing the surface profile of mold or mechanical objects which are larger than 50 mm×50 mm× 50 mm, and the scanning system size is about 300 mm×300 mm×100 mm. There are seldom optical systems commercialized for surface profile fast scanning for small object size less than 10 mm×10 mm×10 mm. Therefore, a miniature optical system has been designed and developed in this research work for this purpose. Since the most used scanning method of such system is line scan technology, we have developed pseudo-phase shifting digital projection technology by adopting projecting fringes and phase reconstruction method. A projector was used to project a digital fringe patterns on the object, and the fringes intensity images of the reference plane and of the sample object were recorded by a CMOS camera. The phase difference between the plane and object can be calculated from the fringes images, and the surface profile of the object was reconstructed by using the phase differences. The traditional phase shifting method was accomplished by using PZT actuator or precisely controlled motor to adjust the light source or grating and this is one of the limitations for high speed scanning. Compared with the traditional optical setup, we utilized a micro projector to project the digital fringe patterns on the sample. This diminished the phase shifting processing time and the controlled phase differences between the shifted phases become more precise. Besides, the optical path design based on a portable device scanning system was used to minimize the size and reduce the number of the system components. A screwdriver section about 7mm×5mm×5mm has been scanned and its surface profile was successfully restored. The experimental results showed that the measurement area of our system can be smaller than 10mm×10mm, the precision reached to

  12. Science Identity's Influence on Community College Students' Engagement, Persistence, and Performance in Biology

    NASA Astrophysics Data System (ADS)

    Riccitelli, Melinda

    In the United States (U.S.), student engagement, persistence, and academic performance levels in college science, technology, engineering, and mathematics (STEM) programs have been unsatisfactory over the last decade. Low student engagement, persistence, and academic performance in STEM disciplines have been identified as major obstacles to U.S. economic goals and U.S. science education objectives. The central and salient science identity a college student claims can influence his engagement, persistence, and academic achievement in college science. While science identity studies have been conducted on four-year college populations there is a gap in the literature concerning community college students' science identity and science performance. The purpose of this quantitative correlational study was to examine the relationship between community college students claimed science identities and engagement, persistence, and academic performance. A census sample of 264 community college students enrolled in biology during the summer of 2015 was used to study this relationship. Science identity and engagement levels were calculated using the Science Identity Centrality Scale and the Biology Motivation Questionnaire II, respectively. Persistence and final grade data were collected from institutional and instructor records. Engagement significantly correlated to, r =.534, p = .01, and varied by science identity, p < .001. Percent final grade also varied by science identity (p < .005), but this relationship was weaker (r = .208, p = .01). Results for science identity and engagement and final grade were consistent with the identity literature. Persistence did not vary by science identity in this student sample (chi2 =2.815, p = .421). This result was inconsistent with the literature on science identity and persistence. Quantitative results from this study present a mixed picture of science identity status at the community college level. It is suggested, based on the findings

  13. A physical zero-knowledge object-comparison system for nuclear warhead verification

    DOE PAGES

    Philippe, Sébastien; Goldston, Robert J.; Glaser, Alexander; ...

    2016-09-20

    Zero-knowledge proofs are mathematical cryptographic methods to demonstrate the validity of a claim while providing no further information beyond the claim itself. The possibility of using such proofs to process classified and other sensitive physical data has attracted attention, especially in the field of nuclear arms control. Here we demonstrate a non-electronic fast neutron differential radiography technique using superheated emulsion detectors that can confirm that two objects are identical without revealing their geometry or composition. Such a technique could form the basis of a verification system that could confirm the authenticity of nuclear weapons without sharing any secret design information.more » More broadly, by demonstrating a physical zero-knowledge proof that can compare physical properties of objects, this experiment opens the door to developing other such secure proof-systems for other applications.« less

  14. A physical zero-knowledge object-comparison system for nuclear warhead verification

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

    Philippe, Sébastien; Goldston, Robert J.; Glaser, Alexander

    Zero-knowledge proofs are mathematical cryptographic methods to demonstrate the validity of a claim while providing no further information beyond the claim itself. The possibility of using such proofs to process classified and other sensitive physical data has attracted attention, especially in the field of nuclear arms control. Here we demonstrate a non-electronic fast neutron differential radiography technique using superheated emulsion detectors that can confirm that two objects are identical without revealing their geometry or composition. Such a technique could form the basis of a verification system that could confirm the authenticity of nuclear weapons without sharing any secret design information.more » More broadly, by demonstrating a physical zero-knowledge proof that can compare physical properties of objects, this experiment opens the door to developing other such secure proof-systems for other applications.« less

  15. Local tests of gravitation with Gaia observations of Solar System Objects

    NASA Astrophysics Data System (ADS)

    Hees, Aurélien; Le Poncin-Lafitte, Christophe; Hestroffer, Daniel; David, Pedro

    2018-04-01

    In this proceeding, we show how observations of Solar System Objects with Gaia can be used to test General Relativity and to constrain modified gravitational theories. The high number of Solar System objects observed and the variety of their orbital parameters associated with the impressive astrometric accuracy will allow us to perform local tests of General Relativity. In this communication, we present a preliminary sensitivity study of the Gaia observations on dynamical parameters such as the Sun quadrupolar moment and on various extensions to general relativity such as the parametrized post-Newtonian parameters, the fifth force formalism and a violation of Lorentz symmetry parametrized by the Standard-Model extension framework. We take into account the time sequences and the geometry of the observations that are particular to Gaia for its nominal mission (5 years) and for an extended mission (10 years).

  16. Evaluation of the Association between Persistent Organic ...

    EPA Pesticide Factsheets

    Background: Diabetes is a major threat to public health in the United States and worldwide. Understanding the role of environmental chemicals in the development or progression of diabetes is an emerging issue in environmental health.Objective: We assessed the epidemiologic literature for evidence of associations between persistent organic pollutants (POPs) and type 2 diabetes.Methods: Using a PubMed search and reference lists from relevant studies or review articles, we identified 72 epidemiological studies that investigated associations of persistent organic pollutants (POPs) with diabetes. We evaluated these studies for consistency, strengths and weaknesses of study design (including power and statistical methods), clinical diagnosis, exposure assessment, study population characteristics, and identification of data gaps and areas for future research.Conclusions: Heterogeneity of the studies precluded conducting a meta-analysis, but the overall evidence is sufficient for a positive association of some organochlorine POPs with type 2 diabetes. Collectively, these data are not sufficient to establish causality. Initial data mining revealed that the strongest positive correlation of diabetes with POPs occurred with organochlorine compounds, such as trans-nonachlor, dichlorodiphenyldichloroethylene (DDE), polychlorinated biphenyls (PCBs), and dioxins and dioxin-like chemicals. There is less indication of an association between other nonorganochlorine POPs, such as

  17. A Cortical Network for the Encoding of Object Change

    PubMed Central

    Hindy, Nicholas C.; Solomon, Sarah H.; Altmann, Gerry T.M.; Thompson-Schill, Sharon L.

    2015-01-01

    Understanding events often requires recognizing unique stimuli as alternative, mutually exclusive states of the same persisting object. Using fMRI, we examined the neural mechanisms underlying the representation of object states and object-state changes. We found that subjective ratings of visual dissimilarity between a depicted object and an unseen alternative state of that object predicted the corresponding multivoxel pattern dissimilarity in early visual cortex during an imagery task, while late visual cortex patterns tracked dissimilarity among distinct objects. Early visual cortex pattern dissimilarity for object states in turn predicted the level of activation in an area of left posterior ventrolateral prefrontal cortex (pVLPFC) most responsive to conflict in a separate Stroop color-word interference task, and an area of left ventral posterior parietal cortex (vPPC) implicated in the relational binding of semantic features. We suggest that when visualizing object states, representational content instantiated across early and late visual cortex is modulated by processes in left pVLPFC and left vPPC that support selection and binding, and ultimately event comprehension. PMID:24127425

  18. Perceived Stress and an Elaborated Structural Model of Adult Student Persistence: An Examination of Financial Aid, Financial Satisfaction, Intent To Persist and Persistence.

    ERIC Educational Resources Information Center

    Sandler, Martin E.

    Researchers used cross-sectional survey research to reexamine the problem of adult persistence within undergraduate degree programs. They identified a variable--perceived stress--that permitted a richer explanation of the process of student persistence. A model was presented that examined the attitudinal and behavioral impacts of unmet need,…

  19. A Brief Program Improves Counseling of Mothers with Children Who Have Persistent Aggression

    ERIC Educational Resources Information Center

    Scholer, Seth J.; Reich, Stephanie M.; Boshers, Robyn B.; Bickman, Len

    2012-01-01

    Objective: To assess whether a multimedia program can affect counseling behavior related to one of the strongest risk factors for violence later in life, persistent early childhood aggression. Method: The design was a controlled trial with unobtrusive measurement in a clinic setting. A researcher, pretending to be the mother of a 2 1/2 year old…

  20. Dynamics of chinook salmon populations within Idaho's Frank Church Wilderness: implications for persistence

    Treesearch

    Russell F. Thurow

    2000-01-01

    Research was begun in 1995 to describe factors influencing the spatial dynamics and persistence of federally listed chinook salmon within the Frank Church River of No Return Wilderness. Results addressed two objectives: 1) description of chinook salmon redd distributions, and 2) comparison of index and total redd counts. Annual redd counts ranged from 20 to 661, and 99...

  1. Persistent Nonmedical Use of Prescription Stimulants among College Students: Possible Association with ADHD Symptoms

    ERIC Educational Resources Information Center

    Arria, Amelia M.; Garnier-Dykstra, Laura M.; Caldeira, Kimberly M.; Vincent, Kathryn B.; O'Grady, Kevin E.; Wish, Eric D.

    2011-01-01

    Objective: To investigate the possible association between untreated ADHD symptoms (as measured by the Adult ADHD Self-Report Scale) and persistent nonmedical use of prescription stimulants. Method: Multinomial regression modeling was used to compare ADHD symptoms among three groups of college students enrolled in a longitudinal study over 4…

  2. Where does human plague still persist in Latin America?

    PubMed

    Schneider, Maria Cristina; Najera, Patricia; Aldighieri, Sylvain; Galan, Deise I; Bertherat, Eric; Ruiz, Alfonso; Dumit, Elsy; Gabastou, Jean Marc; Espinal, Marcos A

    2014-02-01

    Plague is an epidemic-prone disease with a potential impact on public health, international trade, and tourism. It may emerge and re-emerge after decades of epidemiological silence. Today, in Latin America, human cases and foci are present in Bolivia, Brazil, Ecuador, and Peru. The objective of this study is to identify where cases of human plague still persist in Latin America and map areas that may be at risk for emergence or re-emergence. This analysis will provide evidence-based information for countries to prioritize areas for intervention. Evidence of the presence of plague was demonstrated using existing official information from WHO, PAHO, and Ministries of Health. A geo-referenced database was created to map the historical presence of plague by country between the first registered case in 1899 and 2012. Areas where plague still persists were mapped at the second level of the political/administrative divisions (counties). Selected demographic, socioeconomic, and environmental variables were described. Plague was found to be present for one or more years in 14 out of 25 countries in Latin America (1899-2012). Foci persisted in six countries, two of which have no report of current cases. There is evidence that human cases of plague still persist in 18 counties. Demographic and poverty patterns were observed in 11/18 counties. Four types of biomes are most commonly found. 12/18 have an average altitude higher than 1,300 meters above sea level. Even though human plague cases are very localized, the risk is present, and unexpected outbreaks could occur. Countries need to make the final push to eliminate plague as a public health problem for the Americas. A further disaggregated risk evaluation is recommended, including identification of foci and possible interactions among areas where plague could emerge or re-emerge. A closer geographical approach and environmental characterization are suggested.

  3. Strategies used by helicobacter pylori to establish persistent infection

    PubMed Central

    Abadi, Amin Talebi Bezmin

    2017-01-01

    persist in relation to the immune system and the many unfavorable features of living in the gastric microniche. PMID:28522905

  4. Survival time with pacemaker implantation for dogs diagnosed with persistent atrial standstill.

    PubMed

    Cervenec, R M; Stauthammer, C D; Fine, D M; Kellihan, H B; Scansen, B A

    2017-06-01

    To evaluate survival time in dogs with persistent atrial standstill after pacemaker implantation and to compare the survival times for cardiac-related vs. non-cardiac deaths. Secondary objectives were to evaluate the effects of breed and the presence of congestive heart failure (CHF) at the time of diagnosis on survival time. Twenty dogs with persistent atrial standstill and pacemaker implantation. Medical records were searched to identify dogs diagnosed with persistent atrial standstill based on electrocardiogram that underwent pacemaker implantation. Survival after pacemaker implantation was analyzed using the Kaplan-Meier method. The median survival time after pacemaker implantation for all-cause mortality was 866 days. There was no significant difference (p=0.573) in median survival time for cardiac (506 days) vs. non-cardiac deaths (400 days). The presence of CHF at the time of diagnosis did not affect the survival time (P=0.854). No difference in median survival time was noted between breeds (P=0.126). Dogs with persistent atrial standstill have a median survival time of 866 days with pacemaker implantation, though a wide range of survival times was observed. There was no difference in the median survival time for dogs with cardiac-related deaths and those without. Patient breed and the presence of CHF before pacemaker implantation did not affect median survival time. Copyright © 2017 Elsevier B.V. All rights reserved.

  5. Using Bayesian Population Viability Analysis to Define Relevant Conservation Objectives.

    PubMed

    Green, Adam W; Bailey, Larissa L

    2015-01-01

    Adaptive management provides a useful framework for managing natural resources in the face of uncertainty. An important component of adaptive management is identifying clear, measurable conservation objectives that reflect the desired outcomes of stakeholders. A common objective is to have a sustainable population, or metapopulation, but it can be difficult to quantify a threshold above which such a population is likely to persist. We performed a Bayesian metapopulation viability analysis (BMPVA) using a dynamic occupancy model to quantify the characteristics of two wood frog (Lithobates sylvatica) metapopulations resulting in sustainable populations, and we demonstrate how the results could be used to define meaningful objectives that serve as the basis of adaptive management. We explored scenarios involving metapopulations with different numbers of patches (pools) using estimates of breeding occurrence and successful metamorphosis from two study areas to estimate the probability of quasi-extinction and calculate the proportion of vernal pools producing metamorphs. Our results suggest that ≥50 pools are required to ensure long-term persistence with approximately 16% of pools producing metamorphs in stable metapopulations. We demonstrate one way to incorporate the BMPVA results into a utility function that balances the trade-offs between ecological and financial objectives, which can be used in an adaptive management framework to make optimal, transparent decisions. Our approach provides a framework for using a standard method (i.e., PVA) and available information to inform a formal decision process to determine optimal and timely management policies.

  6. Mining the Kilo-Degree Survey for solar system objects

    NASA Astrophysics Data System (ADS)

    Mahlke, M.; Bouy, H.; Altieri, B.; Verdoes Kleijn, G.; Carry, B.; Bertin, E.; de Jong, J. T. A.; Kuijken, K.; McFarland, J.; Valentijn, E.

    2018-02-01

    Context. The search for minor bodies in the solar system promises insights into its formation history. Wide imaging surveys offer the opportunity to serendipitously discover and identify these traces of planetary formation and evolution. Aim. We aim to present a method to acquire position, photometry, and proper motion measurements of solar system objects (SSOs) in surveys using dithered image sequences. The application of this method on the Kilo-Degree Survey (KiDS) is demonstrated. Methods: Optical images of 346 deg2 fields of the sky are searched in up to four filters using the AstrOmatic software suite to reduce the pixel to catalog data. The SSOs within the acquired sources are selected based on a set of criteria depending on their number of observation, motion, and size. The Virtual Observatory SkyBoT tool is used to identify known objects. Results: We observed 20 221 SSO candidates, with an estimated false-positive content of less than 0.05%. Of these SSO candidates, 53.4% are identified by SkyBoT. KiDS can detect previously unknown SSOs because of its depth and coverage at high ecliptic latitude, including parts of the Southern Hemisphere. Thus we expect the large fraction of the 46.6% of unidentified objects to be truly new SSOs. Conclusions: Our method is applicable to a variety of dithered surveys such as DES, LSST, and Euclid. It offers a quick and easy-to-implement search for SSOs. SkyBoT can then be used to estimate the completeness of the recovered sample. The tables of raw data are only available at the CDS via anonymous ftp to http://cdsarc.u-strasbg.fr (http://130.79.128.5) or via http://cdsarc.u-strasbg.fr/viz-bin/qcat?J/A+A/610/A21

  7. A survey of commercial object-oriented database management systems

    NASA Technical Reports Server (NTRS)

    Atkins, John

    1992-01-01

    The object-oriented data model is the culmination of over thirty years of database research. Initially, database research focused on the need to provide information in a consistent and efficient manner to the business community. Early data models such as the hierarchical model and the network model met the goal of consistent and efficient access to data and were substantial improvements over simple file mechanisms for storing and accessing data. However, these models required highly skilled programmers to provide access to the data. Consequently, in the early 70's E.F. Codd, an IBM research computer scientists, proposed a new data model based on the simple mathematical notion of the relation. This model is known as the Relational Model. In the relational model, data is represented in flat tables (or relations) which have no physical or internal links between them. The simplicity of this model fostered the development of powerful but relatively simple query languages that now made data directly accessible to the general database user. Except for large, multi-user database systems, a database professional was in general no longer necessary. Database professionals found that traditional data in the form of character data, dates, and numeric data were easily represented and managed via the relational model. Commercial relational database management systems proliferated and performance of relational databases improved dramatically. However, there was a growing community of potential database users whose needs were not met by the relational model. These users needed to store data with data types not available in the relational model and who required a far richer modelling environment than that provided by the relational model. Indeed, the complexity of the objects to be represented in the model mandated a new approach to database technology. The Object-Oriented Model was the result.

  8. Persistent Macular Thickening After Ranibizumab Treatment for Diabetic Macular Edema With Vision Impairment

    PubMed Central

    Bressler, Susan B.; Ayala, Allison R.; Bressler, Neil M.; Melia, Michele; Qin, Haijing; Ferris, Frederick L.; Flaxel, Christina J.; Friedman, Scott M.; Glassman, Adam R.; Jampol, Lee M.; Rauser, Michael E.

    2016-01-01

    IMPORTANCE The prevalence of persistent diabetic macular edema (DME) after months of anti–vascular endothelial growth factor therapy and its effect on visual acuity are unknown. OBJECTIVE To assess subsequent outcomes of eyes with DME persisting for 24 weeks after initiating treatment with 0.5 mg of ranibizumab. DESIGN, SETTING, AND PARTICIPANTS We performed post hoc, exploratory analyses of a randomized clinical trial from March 20, 2007, through January 29, 2014, from 117 of 296 eyes (39.5%) randomly assigned to receive ranibizumab with persistent DME (central subfield thickness ≥250 μm on time domain optical coherence tomography) through the 24-week visit. INTERVENTIONS Four monthly intravitreous injections of ranibizumab and then as needed per protocol. MAIN OUTCOMES AND MEASURES Cumulative 3-year probabilities of chronic persistent DME (failure to achieve a central subfield thickness <250 μm and at least a 10% reduction from the 24-week visit on at least 2 consecutive study visits) determined by life-table analyses, and at least 10 letter (≥2 line) gain or loss of visual acuity among those eyes. RESULTS The probability of chronic persistent DME among eyes with persistent DME at the 24-week visit decreased from 100% at the 32-week visit to 81.1% (99% CI, 69.6%-88.6%), 55.8% (99% CI, 42.9%-66.9%), and 40.1% (99% CI, 27.4%-52.4%) at the 1-, 2-, and 3-year visits, respectively. At 3 years, visual acuity improved in eyes with and without chronic persistent DME through the follow-up period, respectively, by a mean of 7 letters and 13 letters from baseline. Among 40 eyes with chronic persistent edema through 3 years, 17 (42.5%) (99% CI, 23.1%-63.7%) gained 10 letters or more from baseline, whereas 5 (12.5%) (99% CI, 2.8%-31.5%) lost 10 letters or more from baseline. CONCLUSIONS AND RELEVANCE These data suggest less than half of eyes treated for DME with intravitreous ranibizumab have persistent central-involved DME through 24 weeks after initiating treatment

  9. Laser scanning system for object monitoring

    DOEpatents

    McIntyre, Timothy James [Knoxville, TN; Maxey, Lonnie Curtis [Powell, TN; Chiaro, Jr; John, Peter [Clinton, TN

    2008-04-22

    A laser scanner is located in a fixed position to have line-of-sight access to key features of monitored objects. The scanner rapidly scans pre-programmed points corresponding to the positions of retroreflecting targets affixed to the key features of the objects. The scanner is capable of making highly detailed scans of any portion of the field of view, permitting the exact location and identity of targets to be confirmed. The security of an object is verified by determining that the cooperative target is still present and that its position has not changed. The retroreflecting targets also modulate the reflected light for purposes of returning additional information back to the location of the scanner.

  10. Real-time optical multiple object recognition and tracking system and method

    NASA Technical Reports Server (NTRS)

    Chao, Tien-Hsin (Inventor); Liu, Hua-Kuang (Inventor)

    1990-01-01

    System for optically recognizing and tracking a plurality of objects within a field of vision. Laser (46) produces a coherent beam (48). Beam splitter (24) splits the beam into object (26) and reference (28) beams. Beam expanders (50) and collimators (52) transform the beams (26, 28) into coherent collimated light beams (26', 28'). A two-dimensional SLM (54), disposed in the object beam (26'), modulates the object beam with optical information as a function of signals from a first camera (16) which develops X and Y signals reflecting the contents of its field of vision. A hololens (38), positioned in the object beam (26') subsequent to the modulator (54), focuses the object beam at a plurality of focal points (42). A planar transparency-forming film (32), disposed with the focal points on an exposable surface, forms a multiple position interference filter (62) upon exposure of the surface and development processing of the film (32). A reflector (53) directing the reference beam (28') onto the film (32), exposes the surface, with images focused by the hololens (38), to form interference patterns on the surface. There is apparatus (16', 64) for sensing and indicating light passage through respective ones of the positions of the filter (62), whereby recognition of objects corresponding to respective ones of the positions of the filter (62) is affected. For tracking, apparatus (64) focuses light passing through the filter (62) onto a matrix of CCD's in a second camera (16') to form a two-dimensional display of the recognized objects.

  11. Persistent producer-scrounger relationships in bats.

    PubMed

    Harten, Lee; Matalon, Yasmin; Galli, Naama; Navon, Hagit; Dor, Roi; Yovel, Yossi

    2018-02-01

    Social foraging theory suggests that group-living animals gain from persistent social bonds, which lead to increased tolerance in competitive foraging and information sharing. Bats are among the most social mammals, often living in colonies of tens to thousands of individuals for dozens of years, yet little is known about their social foraging dynamics. We observed three captive bat colonies for over a year, quantifying >13,000 social foraging interactions. We found that individuals consistently used one of two foraging strategies, either producing (collecting) food themselves or scrounging it directly from the mouth of other individuals. Individual foraging types were consistent over at least 16 months except during the lactation period when females shifted toward producing. Scroungers intentionally selected whom to interact with when socially foraging, thus generating persistent nonrandom social relationships with two to three specific producers. These persistent producer-scrounger relationships seem to reduce aggression over time. Finally, scrounging was highly correlated with vigilance, and we hypothesize that vigilant-prone individuals turn to scrounging in the wild to mitigate the risk of landing on a potentially unsafe fruit tree. We find the bat colony to be a rich and dynamic social system, which can serve as a model to study the role that social foraging plays in the evolution of mammalian sociality. Our results highlight the importance of considering individual tendencies when exploring social behavior patterns of group-living animals. These tendencies further emphasize the necessity of studying social networks over time.

  12. Persistent producer-scrounger relationships in bats

    PubMed Central

    Harten, Lee; Matalon, Yasmin; Galli, Naama; Navon, Hagit; Dor, Roi; Yovel, Yossi

    2018-01-01

    Social foraging theory suggests that group-living animals gain from persistent social bonds, which lead to increased tolerance in competitive foraging and information sharing. Bats are among the most social mammals, often living in colonies of tens to thousands of individuals for dozens of years, yet little is known about their social foraging dynamics. We observed three captive bat colonies for over a year, quantifying >13,000 social foraging interactions. We found that individuals consistently used one of two foraging strategies, either producing (collecting) food themselves or scrounging it directly from the mouth of other individuals. Individual foraging types were consistent over at least 16 months except during the lactation period when females shifted toward producing. Scroungers intentionally selected whom to interact with when socially foraging, thus generating persistent nonrandom social relationships with two to three specific producers. These persistent producer-scrounger relationships seem to reduce aggression over time. Finally, scrounging was highly correlated with vigilance, and we hypothesize that vigilant-prone individuals turn to scrounging in the wild to mitigate the risk of landing on a potentially unsafe fruit tree. We find the bat colony to be a rich and dynamic social system, which can serve as a model to study the role that social foraging plays in the evolution of mammalian sociality. Our results highlight the importance of considering individual tendencies when exploring social behavior patterns of group-living animals. These tendencies further emphasize the necessity of studying social networks over time. PMID:29441356

  13. Using Benchmarking To Strengthen the Assessment of Persistence.

    PubMed

    McLachlan, Michael S; Zou, Hongyan; Gouin, Todd

    2017-01-03

    Chemical persistence is a key property for assessing chemical risk and chemical hazard. Current methods for evaluating persistence are based on laboratory tests. The relationship between the laboratory based estimates and persistence in the environment is often unclear, in which case the current methods for evaluating persistence can be questioned. Chemical benchmarking opens new possibilities to measure persistence in the field. In this paper we explore how the benchmarking approach can be applied in both the laboratory and the field to deepen our understanding of chemical persistence in the environment and create a firmer scientific basis for laboratory to field extrapolation of persistence test results.

  14. Umbrella occlusion of persistent arterial duct in children under two years.

    PubMed Central

    Gatzoulis, M A; Rigby, M L; Redington, A N

    1994-01-01

    OBJECTIVE--To assess the use of trans-catheter occlusion of a persistent arterial duct in symptomatic children < 2 years of age. DESIGN--Descriptive study of selected, non-randomised infants with persistent arterial duct who underwent attempted umbrella occlusion. SETTING--Tertiary referral centre. PATIENTS--Between June 1990 and April 1993, 29 young children with a symptomatic persistent arterial duct underwent attempted transcatheter occlusion. Their age ranged from 1.5 to 23 months, with the youngest infant weighing 2.9 kg. The diagnosis was established before operation in all patients by cross sectional echocardiography. INTERVENTION--Transcatheter occlusion of a haemodynamically important persistent arterial duct was performed with the Rashkind ductal umbrella. In the past year the front loading technique has been used to place the 12 mm umbrella through a 6 F (French) sheath and the 17 mm device through a 8 F sheath so extending the indications for their use. RESULTS--Umbrellas were successfully placed in 25 (86.2%) infants and there was symptomatic improvement in all. There were no deaths or severe complications. The four failures occurred early in the series. They were caused by kinking of the 11 F sheath in two cases and embolisation into the left pulmonary artery in one case. The procedure was abandoned in the fourth case because of a large duct. Only three of the 25 patients had small residual shunts at one year follow up (all with 17 mm devices) but no stenosis or turbulence was noted in any of the patients. CONCLUSION--The transcatheter occlusion of persistent arterial duct in young children with symptoms is a safe alternative to surgery. The new front loading umbrella technique enables successful ductal closure in even smaller infants than earlier devices. Images PMID:7833196

  15. Cervical spine joint hypermobility: a possible predisposing factor for new daily persistent headache.

    PubMed

    Rozen, T D; Roth, J M; Denenberg, N

    2006-10-01

    The objective of this study was to suggest that joint hypermobility (specifically of the cervical spine) is a predisposing factor for the development of new daily persistent headache (NDPH). Twelve individuals (10 female, 2 male) with primary NDPH were evaluated by one of two physical therapists. Each patient was tested for active cervical range of motion and for the presence of excessive intersegmental vertebral motion in the cervical spine. All patients were screened utilizing the Beighton score, which determines degree of systemic hypermobility. Eleven of the 12 NDPH patients were found to have cervical spine joint hypermobility. Ten of the 12 NDPH patients had evidence of widespread joint hypermobility with the Beighton score. Based on our findings we suggest that joint hypermobility, specifically of the cervical spine, may be a predisposing factor for the development of NDPH.

  16. Orientation congruency effects for familiar objects: coordinate transformations in object recognition.

    PubMed

    Graf, M; Kaping, D; Bülthoff, H H

    2005-03-01

    How do observers recognize objects after spatial transformations? Recent neurocomputational models have proposed that object recognition is based on coordinate transformations that align memory and stimulus representations. If the recognition of a misoriented object is achieved by adjusting a coordinate system (or reference frame), then recognition should be facilitated when the object is preceded by a different object in the same orientation. In the two experiments reported here, two objects were presented in brief masked displays that were in close temporal contiguity; the objects were in either congruent or incongruent picture-plane orientations. Results showed that naming accuracy was higher for congruent than for incongruent orientations. The congruency effect was independent of superordinate category membership (Experiment 1) and was found for objects with different main axes of elongation (Experiment 2). The results indicate congruency effects for common familiar objects even when they have dissimilar shapes. These findings are compatible with models in which object recognition is achieved by an adjustment of a perceptual coordinate system.

  17. OBJECT REPRESENTATION, IDENTITY, AND THE PARADOX OF EARLY PERMANENCE: Steps Toward a New Framework

    PubMed Central

    Meltzoff, Andrew N.; Moore, M. Keith

    2013-01-01

    The sensorimotor theory of infancy has been overthrown, but there is little consensus on a replacement. We hypothesize that a capacity for representation is the starting point for infant development, not its culmination. Logical distinctions are drawn between object representation, identity, and permanence. Modern experiments on early object permanence and deferred imitation suggest: (a) even for young infants, representations persist over breaks in sensory contact, (b) numerical identity of objects (Os) is initially specified by spatiotemporal criteria (place and trajectory), (c) featural and functional identity criteria develop, (d) events are analyzed by comparing representations to current perception, and (e) representation operates both prospectively, anticipating future contacts with an O, and retrospectively, reidentifying an O as the “same one again.” A model of the architecture and functioning of the early representational system is proposed. It accounts for young infants’ behavior toward absent people and things in terms of their efforts to determine the identity of objects. Our proposal is developmental without denying innate structure and elevates the power of perception and representation while being cautious about attributing complex concepts to young infants. PMID:25147418

  18. Pregnancy persistently affects memory T cell populations.

    PubMed

    Kieffer, Tom E C; Faas, Marijke M; Scherjon, Sicco A; Prins, Jelmer R

    2017-02-01

    Pregnancy is an immune challenge to the maternal immune system. The effects of pregnancy on maternal immunity and particularly on memory T cells during and after pregnancy are not fully known. This observational study aims to show the short term and the long term effects of pregnancy on the constitution, size and activation status of peripheral human memory T-lymphocyte populations. Effector memory (EM) and central memory (CM) T-lymphocytes were analyzed using flow cytometry of peripheral blood from 14 nulligravid, 12 primigravid and 15 parous women that were on average 18 months postpartum. The short term effects were shown by the significantly higher CD4+ EM cell and activated CD4+ memory cell proportions in primigravid women compared to nulligravid women. The persistent effects found in this study were the significantly higher proportions of CD4+ EM, CD4+ CM and activated memory T cells in parous women compared to nulligravid women. In contrast to CD4+ cells, activation status of CD8+ memory cells did not differ between the groups. This study shows that pregnancy persistently affects the pre-pregnancy CD4+ memory cell pool in human peripheral blood. During pregnancy, CD4+ T-lymphocytes might differentiate into EM cells followed by persistent higher proportions of CD4+ CM and EM cells postpartum. The persistent effects of pregnancy on memory T cells found in this study support the hypothesis that memory T cells are generated during pregnancy and that these cells could be involved in the lower complication risks in multiparous pregnancies in humans. Copyright © 2016 The Authors. Published by Elsevier B.V. All rights reserved.

  19. The role of rewarding and novel events in facilitating memory persistence in a separate spatial memory task.

    PubMed

    Salvetti, Beatrice; Morris, Richard G M; Wang, Szu-Han

    2014-01-15

    Many insignificant events in our daily life are forgotten quickly but can be remembered for longer when other memory-modulating events occur before or after them. This phenomenon has been investigated in animal models in a protocol in which weak memories persist longer if exploration in a novel context is introduced around the time of memory encoding. This study aims to understand whether other types of rewarding or novel tasks, such as rewarded learning in a T-maze and novel object recognition, can also be effective memory-modulating events. Rats were trained in a delayed matching-to-place task to encode and retrieve food locations in an event arena. Weak encoding with only one food pellet at the sample location induced memory encoding but forgetting over 24 h. When this same weak encoding was followed by a rewarded task in a T-maze, the memory persisted for 24 h. Moreover, the same persistence of memory over 24 h could be achieved by exploration in a novel box or by a rewarded T-maze task after a "non-rewarded" weak encoding. When the one-pellet weak encoding was followed by novel object exploration, the memory did not persist at 24 h. Together, the results confirm that place encoding is possible without explicit reward, and that rewarded learning in a separate task lacking novelty can be an effective memory-modulating event. The behavioral and neurobiological implications are discussed.

  20. Biomorphic Multi-Agent Architecture for Persistent Computing

    NASA Technical Reports Server (NTRS)

    Lodding, Kenneth N.; Brewster, Paul

    2009-01-01

    A multi-agent software/hardware architecture, inspired by the multicellular nature of living organisms, has been proposed as the basis of design of a robust, reliable, persistent computing system. Just as a multicellular organism can adapt to changing environmental conditions and can survive despite the failure of individual cells, a multi-agent computing system, as envisioned, could adapt to changing hardware, software, and environmental conditions. In particular, the computing system could continue to function (perhaps at a reduced but still reasonable level of performance) if one or more component( s) of the system were to fail. One of the defining characteristics of a multicellular organism is unity of purpose. In biology, the purpose is survival of the organism. The purpose of the proposed multi-agent architecture is to provide a persistent computing environment in harsh conditions in which repair is difficult or impossible. A multi-agent, organism-like computing system would be a single entity built from agents or cells. Each agent or cell would be a discrete hardware processing unit that would include a data processor with local memory, an internal clock, and a suite of communication equipment capable of both local line-of-sight communications and global broadcast communications. Some cells, denoted specialist cells, could contain such additional hardware as sensors and emitters. Each cell would be independent in the sense that there would be no global clock, no global (shared) memory, no pre-assigned cell identifiers, no pre-defined network topology, and no centralized brain or control structure. Like each cell in a living organism, each agent or cell of the computing system would contain a full description of the system encoded as genes, but in this case, the genes would be components of a software genome.