Sample records for complex event extraction

  1. Extracting biomedical events from pairs of text entities

    PubMed Central

    2015-01-01

    Background Huge amounts of electronic biomedical documents, such as molecular biology reports or genomic papers are generated daily. Nowadays, these documents are mainly available in the form of unstructured free texts, which require heavy processing for their registration into organized databases. This organization is instrumental for information retrieval, enabling to answer the advanced queries of researchers and practitioners in biology, medicine, and related fields. Hence, the massive data flow calls for efficient automatic methods of text-mining that extract high-level information, such as biomedical events, from biomedical text. The usual computational tools of Natural Language Processing cannot be readily applied to extract these biomedical events, due to the peculiarities of the domain. Indeed, biomedical documents contain highly domain-specific jargon and syntax. These documents also describe distinctive dependencies, making text-mining in molecular biology a specific discipline. Results We address biomedical event extraction as the classification of pairs of text entities into the classes corresponding to event types. The candidate pairs of text entities are recursively provided to a multiclass classifier relying on Support Vector Machines. This recursive process extracts events involving other events as arguments. Compared to joint models based on Markov Random Fields, our model simplifies inference and hence requires shorter training and prediction times along with lower memory capacity. Compared to usual pipeline approaches, our model passes over a complex intermediate problem, while making a more extensive usage of sophisticated joint features between text entities. Our method focuses on the core event extraction of the Genia task of BioNLP challenges yielding the best result reported so far on the 2013 edition. PMID:26201478

  2. Complex Event Recognition Architecture

    NASA Technical Reports Server (NTRS)

    Fitzgerald, William A.; Firby, R. James

    2009-01-01

    Complex Event Recognition Architecture (CERA) is the name of a computational architecture, and software that implements the architecture, for recognizing complex event patterns that may be spread across multiple streams of input data. One of the main components of CERA is an intuitive event pattern language that simplifies what would otherwise be the complex, difficult tasks of creating logical descriptions of combinations of temporal events and defining rules for combining information from different sources over time. In this language, recognition patterns are defined in simple, declarative statements that combine point events from given input streams with those from other streams, using conjunction, disjunction, and negation. Patterns can be built on one another recursively to describe very rich, temporally extended combinations of events. Thereafter, a run-time matching algorithm in CERA efficiently matches these patterns against input data and signals when patterns are recognized. CERA can be used to monitor complex systems and to signal operators or initiate corrective actions when anomalous conditions are recognized. CERA can be run as a stand-alone monitoring system, or it can be integrated into a larger system to automatically trigger responses to changing environments or problematic situations.

  3. TEES 2.2: Biomedical Event Extraction for Diverse Corpora

    PubMed Central

    2015-01-01

    Background The Turku Event Extraction System (TEES) is a text mining program developed for the extraction of events, complex biomedical relationships, from scientific literature. Based on a graph-generation approach, the system detects events with the use of a rich feature set built via dependency parsing. The TEES system has achieved record performance in several of the shared tasks of its domain, and continues to be used in a variety of biomedical text mining tasks. Results The TEES system was quickly adapted to the BioNLP'13 Shared Task in order to provide a public baseline for derived systems. An automated approach was developed for learning the underlying annotation rules of event type, allowing immediate adaptation to the various subtasks, and leading to a first place in four out of eight tasks. The system for the automated learning of annotation rules is further enhanced in this paper to the point of requiring no manual adaptation to any of the BioNLP'13 tasks. Further, the scikit-learn machine learning library is integrated into the system, bringing a wide variety of machine learning methods usable with TEES in addition to the default SVM. A scikit-learn ensemble method is also used to analyze the importances of the features in the TEES feature sets. Conclusions The TEES system was introduced for the BioNLP'09 Shared Task and has since then demonstrated good performance in several other shared tasks. By applying the current TEES 2.2 system to multiple corpora from these past shared tasks an overarching analysis of the most promising methods and possible pitfalls in the evolving field of biomedical event extraction are presented. PMID:26551925

  4. TEES 2.2: Biomedical Event Extraction for Diverse Corpora.

    PubMed

    Björne, Jari; Salakoski, Tapio

    2015-01-01

    The Turku Event Extraction System (TEES) is a text mining program developed for the extraction of events, complex biomedical relationships, from scientific literature. Based on a graph-generation approach, the system detects events with the use of a rich feature set built via dependency parsing. The TEES system has achieved record performance in several of the shared tasks of its domain, and continues to be used in a variety of biomedical text mining tasks. The TEES system was quickly adapted to the BioNLP'13 Shared Task in order to provide a public baseline for derived systems. An automated approach was developed for learning the underlying annotation rules of event type, allowing immediate adaptation to the various subtasks, and leading to a first place in four out of eight tasks. The system for the automated learning of annotation rules is further enhanced in this paper to the point of requiring no manual adaptation to any of the BioNLP'13 tasks. Further, the scikit-learn machine learning library is integrated into the system, bringing a wide variety of machine learning methods usable with TEES in addition to the default SVM. A scikit-learn ensemble method is also used to analyze the importances of the features in the TEES feature sets. The TEES system was introduced for the BioNLP'09 Shared Task and has since then demonstrated good performance in several other shared tasks. By applying the current TEES 2.2 system to multiple corpora from these past shared tasks an overarching analysis of the most promising methods and possible pitfalls in the evolving field of biomedical event extraction are presented.

  5. Making adjustments to event annotations for improved biological event extraction.

    PubMed

    Baek, Seung-Cheol; Park, Jong C

    2016-09-16

    Current state-of-the-art approaches to biological event extraction train statistical models in a supervised manner on corpora annotated with event triggers and event-argument relations. Inspecting such corpora, we observe that there is ambiguity in the span of event triggers (e.g., "transcriptional activity" vs. 'transcriptional'), leading to inconsistencies across event trigger annotations. Such inconsistencies make it quite likely that similar phrases are annotated with different spans of event triggers, suggesting the possibility that a statistical learning algorithm misses an opportunity for generalizing from such event triggers. We anticipate that adjustments to the span of event triggers to reduce these inconsistencies would meaningfully improve the present performance of event extraction systems. In this study, we look into this possibility with the corpora provided by the 2009 BioNLP shared task as a proof of concept. We propose an Informed Expectation-Maximization (EM) algorithm, which trains models using the EM algorithm with a posterior regularization technique, which consults the gold-standard event trigger annotations in a form of constraints. We further propose four constraints on the possible event trigger annotations to be explored by the EM algorithm. The algorithm is shown to outperform the state-of-the-art algorithm on the development corpus in a statistically significant manner and on the test corpus by a narrow margin. The analysis of the annotations generated by the algorithm shows that there are various types of ambiguity in event annotations, even though they could be small in number.

  6. An Overview of Biomolecular Event Extraction from Scientific Documents

    PubMed Central

    Vanegas, Jorge A.; Matos, Sérgio; González, Fabio; Oliveira, José L.

    2015-01-01

    This paper presents a review of state-of-the-art approaches to automatic extraction of biomolecular events from scientific texts. Events involving biomolecules such as genes, transcription factors, or enzymes, for example, have a central role in biological processes and functions and provide valuable information for describing physiological and pathogenesis mechanisms. Event extraction from biomedical literature has a broad range of applications, including support for information retrieval, knowledge summarization, and information extraction and discovery. However, automatic event extraction is a challenging task due to the ambiguity and diversity of natural language and higher-level linguistic phenomena, such as speculations and negations, which occur in biological texts and can lead to misunderstanding or incorrect interpretation. Many strategies have been proposed in the last decade, originating from different research areas such as natural language processing, machine learning, and statistics. This review summarizes the most representative approaches in biomolecular event extraction and presents an analysis of the current state of the art and of commonly used methods, features, and tools. Finally, current research trends and future perspectives are also discussed. PMID:26587051

  7. Knowledge-Driven Event Extraction in Russian: Corpus-Based Linguistic Resources

    PubMed Central

    Solovyev, Valery; Ivanov, Vladimir

    2016-01-01

    Automatic event extraction form text is an important step in knowledge acquisition and knowledge base population. Manual work in development of extraction system is indispensable either in corpus annotation or in vocabularies and pattern creation for a knowledge-based system. Recent works have been focused on adaptation of existing system (for extraction from English texts) to new domains. Event extraction in other languages was not studied due to the lack of resources and algorithms necessary for natural language processing. In this paper we define a set of linguistic resources that are necessary in development of a knowledge-based event extraction system in Russian: a vocabulary of subordination models, a vocabulary of event triggers, and a vocabulary of Frame Elements that are basic building blocks for semantic patterns. We propose a set of methods for creation of such vocabularies in Russian and other languages using Google Books NGram Corpus. The methods are evaluated in development of event extraction system for Russian. PMID:26955386

  8. Wide coverage biomedical event extraction using multiple partially overlapping corpora

    PubMed Central

    2013-01-01

    Background Biomedical events are key to understanding physiological processes and disease, and wide coverage extraction is required for comprehensive automatic analysis of statements describing biomedical systems in the literature. In turn, the training and evaluation of extraction methods requires manually annotated corpora. However, as manual annotation is time-consuming and expensive, any single event-annotated corpus can only cover a limited number of semantic types. Although combined use of several such corpora could potentially allow an extraction system to achieve broad semantic coverage, there has been little research into learning from multiple corpora with partially overlapping semantic annotation scopes. Results We propose a method for learning from multiple corpora with partial semantic annotation overlap, and implement this method to improve our existing event extraction system, EventMine. An evaluation using seven event annotated corpora, including 65 event types in total, shows that learning from overlapping corpora can produce a single, corpus-independent, wide coverage extraction system that outperforms systems trained on single corpora and exceeds previously reported results on two established event extraction tasks from the BioNLP Shared Task 2011. Conclusions The proposed method allows the training of a wide-coverage, state-of-the-art event extraction system from multiple corpora with partial semantic annotation overlap. The resulting single model makes broad-coverage extraction straightforward in practice by removing the need to either select a subset of compatible corpora or semantic types, or to merge results from several models trained on different individual corpora. Multi-corpus learning also allows annotation efforts to focus on covering additional semantic types, rather than aiming for exhaustive coverage in any single annotation effort, or extending the coverage of semantic types annotated in existing corpora. PMID:23731785

  9. Extracting semantically enriched events from biomedical literature

    PubMed Central

    2012-01-01

    Background Research into event-based text mining from the biomedical literature has been growing in popularity to facilitate the development of advanced biomedical text mining systems. Such technology permits advanced search, which goes beyond document or sentence-based retrieval. However, existing event-based systems typically ignore additional information within the textual context of events that can determine, amongst other things, whether an event represents a fact, hypothesis, experimental result or analysis of results, whether it describes new or previously reported knowledge, and whether it is speculated or negated. We refer to such contextual information as meta-knowledge. The automatic recognition of such information can permit the training of systems allowing finer-grained searching of events according to the meta-knowledge that is associated with them. Results Based on a corpus of 1,000 MEDLINE abstracts, fully manually annotated with both events and associated meta-knowledge, we have constructed a machine learning-based system that automatically assigns meta-knowledge information to events. This system has been integrated into EventMine, a state-of-the-art event extraction system, in order to create a more advanced system (EventMine-MK) that not only extracts events from text automatically, but also assigns five different types of meta-knowledge to these events. The meta-knowledge assignment module of EventMine-MK performs with macro-averaged F-scores in the range of 57-87% on the BioNLP’09 Shared Task corpus. EventMine-MK has been evaluated on the BioNLP’09 Shared Task subtask of detecting negated and speculated events. Our results show that EventMine-MK can outperform other state-of-the-art systems that participated in this task. Conclusions We have constructed the first practical system that extracts both events and associated, detailed meta-knowledge information from biomedical literature. The automatically assigned meta-knowledge information

  10. Extracting semantically enriched events from biomedical literature.

    PubMed

    Miwa, Makoto; Thompson, Paul; McNaught, John; Kell, Douglas B; Ananiadou, Sophia

    2012-05-23

    Research into event-based text mining from the biomedical literature has been growing in popularity to facilitate the development of advanced biomedical text mining systems. Such technology permits advanced search, which goes beyond document or sentence-based retrieval. However, existing event-based systems typically ignore additional information within the textual context of events that can determine, amongst other things, whether an event represents a fact, hypothesis, experimental result or analysis of results, whether it describes new or previously reported knowledge, and whether it is speculated or negated. We refer to such contextual information as meta-knowledge. The automatic recognition of such information can permit the training of systems allowing finer-grained searching of events according to the meta-knowledge that is associated with them. Based on a corpus of 1,000 MEDLINE abstracts, fully manually annotated with both events and associated meta-knowledge, we have constructed a machine learning-based system that automatically assigns meta-knowledge information to events. This system has been integrated into EventMine, a state-of-the-art event extraction system, in order to create a more advanced system (EventMine-MK) that not only extracts events from text automatically, but also assigns five different types of meta-knowledge to these events. The meta-knowledge assignment module of EventMine-MK performs with macro-averaged F-scores in the range of 57-87% on the BioNLP'09 Shared Task corpus. EventMine-MK has been evaluated on the BioNLP'09 Shared Task subtask of detecting negated and speculated events. Our results show that EventMine-MK can outperform other state-of-the-art systems that participated in this task. We have constructed the first practical system that extracts both events and associated, detailed meta-knowledge information from biomedical literature. The automatically assigned meta-knowledge information can be used to refine search systems

  11. Combining joint models for biomedical event extraction

    PubMed Central

    2012-01-01

    Background We explore techniques for performing model combination between the UMass and Stanford biomedical event extraction systems. Both sub-components address event extraction as a structured prediction problem, and use dual decomposition (UMass) and parsing algorithms (Stanford) to find the best scoring event structure. Our primary focus is on stacking where the predictions from the Stanford system are used as features in the UMass system. For comparison, we look at simpler model combination techniques such as intersection and union which require only the outputs from each system and combine them directly. Results First, we find that stacking substantially improves performance while intersection and union provide no significant benefits. Second, we investigate the graph properties of event structures and their impact on the combination of our systems. Finally, we trace the origins of events proposed by the stacked model to determine the role each system plays in different components of the output. We learn that, while stacking can propose novel event structures not seen in either base model, these events have extremely low precision. Removing these novel events improves our already state-of-the-art F1 to 56.6% on the test set of Genia (Task 1). Overall, the combined system formed via stacking ("FAUST") performed well in the BioNLP 2011 shared task. The FAUST system obtained 1st place in three out of four tasks: 1st place in Genia Task 1 (56.0% F1) and Task 2 (53.9%), 2nd place in the Epigenetics and Post-translational Modifications track (35.0%), and 1st place in the Infectious Diseases track (55.6%). Conclusion We present a state-of-the-art event extraction system that relies on the strengths of structured prediction and model combination through stacking. Akin to results on other tasks, stacking outperforms intersection and union and leads to very strong results. The utility of model combination hinges on complementary views of the data, and we show that our

  12. Uranium extraction by complexation with siderophores

    NASA Astrophysics Data System (ADS)

    Bahamonde Castro, Cristina

    One of the major concerns of energy production is the environmental impact associated with the extraction of natural resources. Nuclear energy fuel is obtained from uranium, an abundant and naturally occurring element in the environment, but the currently used techniques for uranium extraction leave either a significant fingerprint (open pit mines) or a chemical residue that alters the pH of the environment (acid or alkali leaching). It is therefore clear that a new and greener approach to uranium extraction is needed. Bioleaching is one potential alternative. In bioleaching, complexants naturally produced from fungi or bacteria may be used to extract the uranium. In the following research, the siderophore enterobactin, which is naturally produced by bacteria to extract and solubilize iron from the environment, is evaluated to determine its potential for complexing with uranium. To determine whether enterobactin could be used for uranium extraction, its acid dissociation and its binding strength with the metal of interest must be determined. Due to the complexity of working with radioactive materials, lanthanides were used as analogs for uranium. In addition, polyprotic acids were used as structural and chemical analogs for the siderophore during method development. To evaluate the acid dissociation of enterobactin and the subsequent binding constants with lanthanides, three different analytical techniques were studied including: potentiometric titration, UltraViolet Visible (UV-Vis) spectrophotometry and Isothermal Titration Calorimetry (ITC). After evaluation of three techniques, a combination of ITC and potentiometric titrations was deemed to be the most viable way for studying the siderophore of interest. The results obtained from these studies corroborate the ideal pH range for enterobactin complexation to the lanthanide of interest and pave the way for determining the strength of complexation relative to other naturally occurring metals. Ultimately, this

  13. Controlling extreme events on complex networks

    NASA Astrophysics Data System (ADS)

    Chen, Yu-Zhong; Huang, Zi-Gang; Lai, Ying-Cheng

    2014-08-01

    Extreme events, a type of collective behavior in complex networked dynamical systems, often can have catastrophic consequences. To develop effective strategies to control extreme events is of fundamental importance and practical interest. Utilizing transportation dynamics on complex networks as a prototypical setting, we find that making the network ``mobile'' can effectively suppress extreme events. A striking, resonance-like phenomenon is uncovered, where an optimal degree of mobility exists for which the probability of extreme events is minimized. We derive an analytic theory to understand the mechanism of control at a detailed and quantitative level, and validate the theory numerically. Implications of our finding to current areas such as cybersecurity are discussed.

  14. Adaptable, high recall, event extraction system with minimal configuration

    PubMed Central

    2015-01-01

    Background Biomedical event extraction has been a major focus of biomedical natural language processing (BioNLP) research since the first BioNLP shared task was held in 2009. Accordingly, a large number of event extraction systems have been developed. Most such systems, however, have been developed for specific tasks and/or incorporated task specific settings, making their application to new corpora and tasks problematic without modification of the systems themselves. There is thus a need for event extraction systems that can achieve high levels of accuracy when applied to corpora in new domains, without the need for exhaustive tuning or modification, whilst retaining competitive levels of performance. Results We have enhanced our state-of-the-art event extraction system, EventMine, to alleviate the need for task-specific tuning. Task-specific details are specified in a configuration file, while extensive task-specific parameter tuning is avoided through the integration of a weighting method, a covariate shift method, and their combination. The task-specific configuration and weighting method have been employed within the context of two different sub-tasks of BioNLP shared task 2013, i.e. Cancer Genetics (CG) and Pathway Curation (PC), removing the need to modify the system specifically for each task. With minimal task specific configuration and tuning, EventMine achieved the 1st place in the PC task, and 2nd in the CG, achieving the highest recall for both tasks. The system has been further enhanced following the shared task by incorporating the covariate shift method and entity generalisations based on the task definitions, leading to further performance improvements. Conclusions We have shown that it is possible to apply a state-of-the-art event extraction system to new tasks with high levels of performance, without having to modify the system internally. Both covariate shift and weighting methods are useful in facilitating the production of high recall systems

  15. Adaptable, high recall, event extraction system with minimal configuration.

    PubMed

    Miwa, Makoto; Ananiadou, Sophia

    2015-01-01

    Biomedical event extraction has been a major focus of biomedical natural language processing (BioNLP) research since the first BioNLP shared task was held in 2009. Accordingly, a large number of event extraction systems have been developed. Most such systems, however, have been developed for specific tasks and/or incorporated task specific settings, making their application to new corpora and tasks problematic without modification of the systems themselves. There is thus a need for event extraction systems that can achieve high levels of accuracy when applied to corpora in new domains, without the need for exhaustive tuning or modification, whilst retaining competitive levels of performance. We have enhanced our state-of-the-art event extraction system, EventMine, to alleviate the need for task-specific tuning. Task-specific details are specified in a configuration file, while extensive task-specific parameter tuning is avoided through the integration of a weighting method, a covariate shift method, and their combination. The task-specific configuration and weighting method have been employed within the context of two different sub-tasks of BioNLP shared task 2013, i.e. Cancer Genetics (CG) and Pathway Curation (PC), removing the need to modify the system specifically for each task. With minimal task specific configuration and tuning, EventMine achieved the 1st place in the PC task, and 2nd in the CG, achieving the highest recall for both tasks. The system has been further enhanced following the shared task by incorporating the covariate shift method and entity generalisations based on the task definitions, leading to further performance improvements. We have shown that it is possible to apply a state-of-the-art event extraction system to new tasks with high levels of performance, without having to modify the system internally. Both covariate shift and weighting methods are useful in facilitating the production of high recall systems. These methods and their

  16. A Risk Assessment System with Automatic Extraction of Event Types

    NASA Astrophysics Data System (ADS)

    Capet, Philippe; Delavallade, Thomas; Nakamura, Takuya; Sandor, Agnes; Tarsitano, Cedric; Voyatzi, Stavroula

    In this article we describe the joint effort of experts in linguistics, information extraction and risk assessment to integrate EventSpotter, an automatic event extraction engine, into ADAC, an automated early warning system. By detecting as early as possible weak signals of emerging risks ADAC provides a dynamic synthetic picture of situations involving risk. The ADAC system calculates risk on the basis of fuzzy logic rules operated on a template graph whose leaves are event types. EventSpotter is based on a general purpose natural language dependency parser, XIP, enhanced with domain-specific lexical resources (Lexicon-Grammar). Its role is to automatically feed the leaves with input data.

  17. Optimizing graph-based patterns to extract biomedical events from the literature

    PubMed Central

    2015-01-01

    In BioNLP-ST 2013 We participated in the BioNLP 2013 shared tasks on event extraction. Our extraction method is based on the search for an approximate subgraph isomorphism between key context dependencies of events and graphs of input sentences. Our system was able to address both the GENIA (GE) task focusing on 13 molecular biology related event types and the Cancer Genetics (CG) task targeting a challenging group of 40 cancer biology related event types with varying arguments concerning 18 kinds of biological entities. In addition to adapting our system to the two tasks, we also attempted to integrate semantics into the graph matching scheme using a distributional similarity model for more events, and evaluated the event extraction impact of using paths of all possible lengths as key context dependencies beyond using only the shortest paths in our system. We achieved a 46.38% F-score in the CG task (ranking 3rd) and a 48.93% F-score in the GE task (ranking 4th). After BioNLP-ST 2013 We explored three ways to further extend our event extraction system in our previously published work: (1) We allow non-essential nodes to be skipped, and incorporated a node skipping penalty into the subgraph distance function of our approximate subgraph matching algorithm. (2) Instead of assigning a unified subgraph distance threshold to all patterns of an event type, we learned a customized threshold for each pattern. (3) We implemented the well-known Empirical Risk Minimization (ERM) principle to optimize the event pattern set by balancing prediction errors on training data against regularization. When evaluated on the official GE task test data, these extensions help to improve the extraction precision from 62% to 65%. However, the overall F-score stays equivalent to the previous performance due to a 1% drop in recall. PMID:26551594

  18. A multiple distributed representation method based on neural network for biomedical event extraction.

    PubMed

    Wang, Anran; Wang, Jian; Lin, Hongfei; Zhang, Jianhai; Yang, Zhihao; Xu, Kan

    2017-12-20

    Biomedical event extraction is one of the most frontier domains in biomedical research. The two main subtasks of biomedical event extraction are trigger identification and arguments detection which can both be considered as classification problems. However, traditional state-of-the-art methods are based on support vector machine (SVM) with massive manually designed one-hot represented features, which require enormous work but lack semantic relation among words. In this paper, we propose a multiple distributed representation method for biomedical event extraction. The method combines context consisting of dependency-based word embedding, and task-based features represented in a distributed way as the input of deep learning models to train deep learning models. Finally, we used softmax classifier to label the example candidates. The experimental results on Multi-Level Event Extraction (MLEE) corpus show higher F-scores of 77.97% in trigger identification and 58.31% in overall compared to the state-of-the-art SVM method. Our distributed representation method for biomedical event extraction avoids the problems of semantic gap and dimension disaster from traditional one-hot representation methods. The promising results demonstrate that our proposed method is effective for biomedical event extraction.

  19. Foundations for Streaming Model Transformations by Complex Event Processing.

    PubMed

    Dávid, István; Ráth, István; Varró, Dániel

    2018-01-01

    Streaming model transformations represent a novel class of transformations to manipulate models whose elements are continuously produced or modified in high volume and with rapid rate of change. Executing streaming transformations requires efficient techniques to recognize activated transformation rules over a live model and a potentially infinite stream of events. In this paper, we propose foundations of streaming model transformations by innovatively integrating incremental model query, complex event processing (CEP) and reactive (event-driven) transformation techniques. Complex event processing allows to identify relevant patterns and sequences of events over an event stream. Our approach enables event streams to include model change events which are automatically and continuously populated by incremental model queries. Furthermore, a reactive rule engine carries out transformations on identified complex event patterns. We provide an integrated domain-specific language with precise semantics for capturing complex event patterns and streaming transformations together with an execution engine, all of which is now part of the Viatra reactive transformation framework. We demonstrate the feasibility of our approach with two case studies: one in an advanced model engineering workflow; and one in the context of on-the-fly gesture recognition.

  20. Finding the Cause: Verbal Framing Helps Children Extract Causal Evidence Embedded in a Complex Scene

    ERIC Educational Resources Information Center

    Butler, Lucas P.; Markman, Ellen M.

    2012-01-01

    In making causal inferences, children must both identify a causal problem and selectively attend to meaningful evidence. Four experiments demonstrate that verbally framing an event ("Which animals make Lion laugh?") helps 4-year-olds extract evidence from a complex scene to make accurate causal inferences. Whereas framing was unnecessary when…

  1. Waves associated to COMPLEX EVENTS observed by STEREO

    NASA Astrophysics Data System (ADS)

    Siu Tapia, A. L.; Blanco-Cano, X.; Kajdic, P.; Aguilar-Rodriguez, E.; Russell, C. T.; Jian, L. K.; Luhmann, J. G.

    2012-12-01

    Complex Events are formed by two or more large-scale solar wind structures which interact in space. Typical cases are interactions of: (i) a Magnetic Cloud/Interplanetary Coronal Mass Ejection (MC/ICME) with another MC/ICME transient; and (ii) an ICME followed by a Stream Interaction Region (SIR). Complex Events are of importance for space weather studies and studying them can enhance our understanding of collisionless plasma physics. Some of these structures can produce or enhance southward magnetic fields, a key factor in geomagnetic storm generation. Using data from the STEREO mission during the years 2006-2011, we found 17 Complex Events preceded by a shock wave. We use magnetic field and plasma data to study the micro-scale structure of the shocks, and the waves associated to these shocks and within Complex Events structures. To determine wave characteristics we perform Power Spectra and Minimum Variance Analysis. We also use PLASTIC WAP protons data to study foreshock extensions and the relationship between Complex Regions and particle acceleration to suprathermal energies.

  2. Multilingual event extraction for epidemic detection.

    PubMed

    Lejeune, Gaël; Brixtel, Romain; Doucet, Antoine; Lucas, Nadine

    2015-10-01

    This paper presents a multilingual news surveillance system applied to tele-epidemiology. It has been shown that multilingual approaches improve timeliness in detection of epidemic events across the globe, eliminating the wait for local news to be translated into major languages. We present here a system to extract epidemic events in potentially any language, provided a Wikipedia seed for common disease names exists. The Daniel system presented herein relies on properties that are common to news writing (the journalistic genre), the most useful being repetition and saliency. Wikipedia is used to screen common disease names to be matched with repeated characters strings. Language variations, such as declensions, are handled by processing text at the character-level, rather than at the word level. This additionally makes it possible to handle various writing systems in a similar fashion. As no multilingual ground truth existed to evaluate the Daniel system, we built a multilingual corpus from the Web, and collected annotations from native speakers of Chinese, English, Greek, Polish and Russian, with no connection or interest in the Daniel system. This data set is available online freely, and can be used for the evaluation of other event extraction systems. Experiments for 5 languages out of 17 tested are detailed in this paper: Chinese, English, Greek, Polish and Russian. The Daniel system achieves an average F-measure of 82% in these 5 languages. It reaches 87% on BEcorpus, the state-of-the-art corpus in English, slightly below top-performing systems, which are tailored with numerous language-specific resources. The consistent performance of Daniel on multiple languages is an important contribution to the reactivity and the coverage of epidemiological event detection systems. Most event extraction systems rely on extensive resources that are language-specific. While their sophistication induces excellent results (over 90% precision and recall), it restricts their

  3. Research on Crowdsourcing Emergency Information Extraction of Based on Events' Frame

    NASA Astrophysics Data System (ADS)

    Yang, Bo; Wang, Jizhou; Ma, Weijun; Mao, Xi

    2018-01-01

    At present, the common information extraction method cannot extract the structured emergency event information accurately; the general information retrieval tool cannot completely identify the emergency geographic information; these ways also do not have an accurate assessment of these results of distilling. So, this paper proposes an emergency information collection technology based on event framework. This technique is to solve the problem of emergency information picking. It mainly includes emergency information extraction model (EIEM), complete address recognition method (CARM) and the accuracy evaluation model of emergency information (AEMEI). EIEM can be structured to extract emergency information and complements the lack of network data acquisition in emergency mapping. CARM uses a hierarchical model and the shortest path algorithm and allows the toponomy pieces to be joined as a full address. AEMEI analyzes the results of the emergency event and summarizes the advantages and disadvantages of the event framework. Experiments show that event frame technology can solve the problem of emergency information drawing and provides reference cases for other applications. When the emergency disaster is about to occur, the relevant departments query emergency's data that has occurred in the past. They can make arrangements ahead of schedule which defense and reducing disaster. The technology decreases the number of casualties and property damage in the country and world. This is of great significance to the state and society.

  4. A semi-supervised learning framework for biomedical event extraction based on hidden topics.

    PubMed

    Zhou, Deyu; Zhong, Dayou

    2015-05-01

    Scientists have devoted decades of efforts to understanding the interaction between proteins or RNA production. The information might empower the current knowledge on drug reactions or the development of certain diseases. Nevertheless, due to the lack of explicit structure, literature in life science, one of the most important sources of this information, prevents computer-based systems from accessing. Therefore, biomedical event extraction, automatically acquiring knowledge of molecular events in research articles, has attracted community-wide efforts recently. Most approaches are based on statistical models, requiring large-scale annotated corpora to precisely estimate models' parameters. However, it is usually difficult to obtain in practice. Therefore, employing un-annotated data based on semi-supervised learning for biomedical event extraction is a feasible solution and attracts more interests. In this paper, a semi-supervised learning framework based on hidden topics for biomedical event extraction is presented. In this framework, sentences in the un-annotated corpus are elaborately and automatically assigned with event annotations based on their distances to these sentences in the annotated corpus. More specifically, not only the structures of the sentences, but also the hidden topics embedded in the sentences are used for describing the distance. The sentences and newly assigned event annotations, together with the annotated corpus, are employed for training. Experiments were conducted on the multi-level event extraction corpus, a golden standard corpus. Experimental results show that more than 2.2% improvement on F-score on biomedical event extraction is achieved by the proposed framework when compared to the state-of-the-art approach. The results suggest that by incorporating un-annotated data, the proposed framework indeed improves the performance of the state-of-the-art event extraction system and the similarity between sentences might be precisely

  5. Extracting, Tracking, and Visualizing Magnetic Flux Vortices in 3D Complex-Valued Superconductor Simulation Data.

    PubMed

    Guo, Hanqi; Phillips, Carolyn L; Peterka, Tom; Karpeyev, Dmitry; Glatz, Andreas

    2016-01-01

    We propose a method for the vortex extraction and tracking of superconducting magnetic flux vortices for both structured and unstructured mesh data. In the Ginzburg-Landau theory, magnetic flux vortices are well-defined features in a complex-valued order parameter field, and their dynamics determine electromagnetic properties in type-II superconductors. Our method represents each vortex line (a 1D curve embedded in 3D space) as a connected graph extracted from the discretized field in both space and time. For a time-varying discrete dataset, our vortex extraction and tracking method is as accurate as the data discretization. We then apply 3D visualization and 2D event diagrams to the extraction and tracking results to help scientists understand vortex dynamics and macroscale superconductor behavior in greater detail than previously possible.

  6. Observation of a Rare Earth Ion–Extractant Complex Arrested at the Oil–Water Interface During Solvent Extraction

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

    Bu, Wei; Yu, Hao; Luo, Guangming

    2014-09-11

    Selective extraction of metal ions from a complex aqueous mixture into an organic phase is used to separate toxic or radioactive metals from polluted environments and nuclear waste, as well as to produce industrially relevant metals, such as rare earth ions. Selectivity arises from the choice of an extractant amphiphile, dissolved in the organic phase, which interacts preferentially with the target metal ion. The extractant-mediated process of ion transport from an aqueous to an organic phase takes place at the aqueous–organic interface; nevertheless, little is known about the molecular mechanism of this process despite its importance. Although state-of-the-art X-ray scatteringmore » is uniquely capable of probing molecular ordering at a liquid–liquid interface with subnanometer spatial resolution, utilizing this capability to investigate interfacial dynamical processes of short temporal duration remains a challenge. We show that a temperature-driven adsorption transition can be used to turn the extraction on and off by controlling adsorption and desorption of extractants at the oil–water interface. Lowering the temperature through this transition immobilizes a supramolecular ion–extractant complex at the interface during the extraction of rare earth erbium ions. Under the conditions of these experiments, the ion–extractant complexes condense into a two-dimensional inverted bilayer, which is characterized on the molecular scale with synchrotron X-ray reflectivity and fluorescence measurements. Raising the temperature above the transition leads to Er ion extraction as a result of desorption of ion–extractant complexes from the interface into the bulk organic phase. XAFS measurements of the ion–extractant complexes in the bulk organic phase demonstrate that they are similar to the interfacial complexes.« less

  7. Active learning for ontological event extraction incorporating named entity recognition and unknown word handling.

    PubMed

    Han, Xu; Kim, Jung-jae; Kwoh, Chee Keong

    2016-01-01

    Biomedical text mining may target various kinds of valuable information embedded in the literature, but a critical obstacle to the extension of the mining targets is the cost of manual construction of labeled data, which are required for state-of-the-art supervised learning systems. Active learning is to choose the most informative documents for the supervised learning in order to reduce the amount of required manual annotations. Previous works of active learning, however, focused on the tasks of entity recognition and protein-protein interactions, but not on event extraction tasks for multiple event types. They also did not consider the evidence of event participants, which might be a clue for the presence of events in unlabeled documents. Moreover, the confidence scores of events produced by event extraction systems are not reliable for ranking documents in terms of informativity for supervised learning. We here propose a novel committee-based active learning method that supports multi-event extraction tasks and employs a new statistical method for informativity estimation instead of using the confidence scores from event extraction systems. Our method is based on a committee of two systems as follows: We first employ an event extraction system to filter potential false negatives among unlabeled documents, from which the system does not extract any event. We then develop a statistical method to rank the potential false negatives of unlabeled documents 1) by using a language model that measures the probabilities of the expression of multiple events in documents and 2) by using a named entity recognition system that locates the named entities that can be event arguments (e.g. proteins). The proposed method further deals with unknown words in test data by using word similarity measures. We also apply our active learning method for the task of named entity recognition. We evaluate the proposed method against the BioNLP Shared Tasks datasets, and show that our method

  8. Features extraction algorithm about typical railway perimeter intrusion event

    NASA Astrophysics Data System (ADS)

    Zhou, Jieyun; Wang, Chaodong; Liu, Lihai

    2017-10-01

    Research purposes: Optical fiber vibration sensing system has been widely used in the oil, gas, frontier defence, prison and power industries. But, there are few reports about the application in railway defence. That is because the surrounding environment is complicated and there are many challenges to be overcomed in the optical fiber vibration sensing system application. For example, how to eliminate the effects of vibration caused by train, the natural environments such as wind and rain and how to identify and classify the intrusion events. In order to solve these problems, the feature signals of these events should be extracted firstly. Research conclusions: (1) In optical fiber vibration sensing system based on Sagnac interferometer, the peak-to-peak value, peak-to-average ratio, standard deviation, zero-crossing rate, short-term energy and kurtosis may serve as feature signals. (2) The feature signals of resting state, climbing concrete fence, breaking barbed wire, knocking concrete fence and rainstorm have been extracted, which shows significant difference among each other. (3) The research conclusions can be used in the identification and classification of intrusion events.

  9. Extraction Behaviors of Heavy Rare Earths with Organophosphoric Extractants: The Contribution of Extractant Dimer Dissociation, Acid Ionization, and Complexation. A Quantum Chemistry Study.

    PubMed

    Jing, Yu; Chen, Ji; Chen, Li; Su, Wenrou; Liu, Yu; Li, Deqian

    2017-03-30

    Heavy rare earths (HREs), namely Ho 3+ , Er 3+ , Tm 3+ , Yb 3+ and Lu 3+ , are rarer and more exceptional than light rare earths, due to the stronger extraction capacity for 100 000 extractions. Therefore, their incomplete stripping and high acidity of stripping become problems for HRE separation by organophosphoric extractants. However, the theories of extractant structure-performance relationship and molecular design method of novel HRE extractants are still not perfect. Beyond the coordination chemistry of the HRE-extracted complex, the extractant dimer dissociation, acid ionization, and complexation behaviors can be crucial to HRE extraction and reactivity of ionic species for understanding and further improving the extraction performance. To address the above issues, three primary fundamental processes, including extractant dimer dissociation, acid ionization, and HRE complexation, were identified and investigated systematically. The intrinsic extraction performances of HRE cations with four acidic organophosphoric extractants (P507, P204, P227 and Cyanex 272) were studied by using relativistic energy-consistent 4f core pseudopotentials, combined with density functional theory and a solvation model. Four acidic organophosphoric extractants have been qualified quantitatively from microscopic structures to chemical properties. It has been found that the Gibbs free energy changes of the overall extraction process (sequence: P204 > P227 > P507 > Cyanex 272) and their differences as a function of HREs (sequence: Ho/Er > Er/Tm > Tm/Yb > Yb/Lu) are in good agreement with the experimental maximum extraction capacities and separation factors. These results could provide an important approach to evaluate HRE extractants by the comprehensive consideration of dimer dissociation, acid ionization, and complexation processes. This paper also demonstrates the importance of the P-O bond, the P-C bond, isomer substituent, and solvation effects on the structure

  10. Extreme events and natural hazards: The complexity perspective

    NASA Astrophysics Data System (ADS)

    Schultz, Colin

    2012-10-01

    Advanced societies have become quite proficient at defending against moderate-size earthquakes, hurricanes, floods, or other natural assaults. What still pose a significant threat, however, are the unknowns, the extremes, the natural phenomena encompassed by the upper tail of the probability distribution. Alongside the large or powerful events, truly extreme natural disasters are those that tie different systems together: an earthquake that causes a tsunami, which leads to flooding, which takes down a nuclear reactor. In the geophysical monograph Extreme Events and Natural Hazards: The Complexity Perspective, editors A. Surjalal Sharma, Armin Bunde, Vijay P. Dimro, and Daniel N. Baker present a lens through which such multidisciplinary phenomena can be understood. In this interview, Eos talks to Sharma about complexity science, predicting extreme events and natural hazards, and the push for "big data."

  11. PASBio: predicate-argument structures for event extraction in molecular biology

    PubMed Central

    Wattarujeekrit, Tuangthong; Shah, Parantu K; Collier, Nigel

    2004-01-01

    Background The exploitation of information extraction (IE), a technology aiming to provide instances of structured representations from free-form text, has been rapidly growing within the molecular biology (MB) research community to keep track of the latest results reported in literature. IE systems have traditionally used shallow syntactic patterns for matching facts in sentences but such approaches appear inadequate to achieve high accuracy in MB event extraction due to complex sentence structure. A consensus in the IE community is emerging on the necessity for exploiting deeper knowledge structures such as through the relations between a verb and its arguments shown by predicate-argument structure (PAS). PAS is of interest as structures typically correspond to events of interest and their participating entities. For this to be realized within IE a key knowledge component is the definition of PAS frames. PAS frames for non-technical domains such as newswire are already being constructed in several projects such as PropBank, VerbNet, and FrameNet. Knowledge from PAS should enable more accurate applications in several areas where sentence understanding is required like machine translation and text summarization. In this article, we explore the need to adapt PAS for the MB domain and specify PAS frames to support IE, as well as outlining the major issues that require consideration in their construction. Results We introduce PASBio by extending a model based on PropBank to the MB domain. The hypothesis we explore is that PAS holds the key for understanding relationships describing the roles of genes and gene products in mediating their biological functions. We chose predicates describing gene expression, molecular interactions and signal transduction events with the aim of covering a number of research areas in MB. Analysis was performed on sentences containing a set of verbal predicates from MEDLINE and full text journals. Results confirm the necessity to analyze

  12. Adverse Event extraction from Structured Product Labels using the Event-based Text-mining of Health Electronic Records (ETHER)system.

    PubMed

    Pandey, Abhishek; Kreimeyer, Kory; Foster, Matthew; Botsis, Taxiarchis; Dang, Oanh; Ly, Thomas; Wang, Wei; Forshee, Richard

    2018-01-01

    Structured Product Labels follow an XML-based document markup standard approved by the Health Level Seven organization and adopted by the US Food and Drug Administration as a mechanism for exchanging medical products information. Their current organization makes their secondary use rather challenging. We used the Side Effect Resource database and DailyMed to generate a comparison dataset of 1159 Structured Product Labels. We processed the Adverse Reaction section of these Structured Product Labels with the Event-based Text-mining of Health Electronic Records system and evaluated its ability to extract and encode Adverse Event terms to Medical Dictionary for Regulatory Activities Preferred Terms. A small sample of 100 labels was then selected for further analysis. Of the 100 labels, Event-based Text-mining of Health Electronic Records achieved a precision and recall of 81 percent and 92 percent, respectively. This study demonstrated Event-based Text-mining of Health Electronic Record's ability to extract and encode Adverse Event terms from Structured Product Labels which may potentially support multiple pharmacoepidemiological tasks.

  13. Local kernel nonparametric discriminant analysis for adaptive extraction of complex structures

    NASA Astrophysics Data System (ADS)

    Li, Quanbao; Wei, Fajie; Zhou, Shenghan

    2017-05-01

    The linear discriminant analysis (LDA) is one of popular means for linear feature extraction. It usually performs well when the global data structure is consistent with the local data structure. Other frequently-used approaches of feature extraction usually require linear, independence, or large sample condition. However, in real world applications, these assumptions are not always satisfied or cannot be tested. In this paper, we introduce an adaptive method, local kernel nonparametric discriminant analysis (LKNDA), which integrates conventional discriminant analysis with nonparametric statistics. LKNDA is adept in identifying both complex nonlinear structures and the ad hoc rule. Six simulation cases demonstrate that LKNDA have both parametric and nonparametric algorithm advantages and higher classification accuracy. Quartic unilateral kernel function may provide better robustness of prediction than other functions. LKNDA gives an alternative solution for discriminant cases of complex nonlinear feature extraction or unknown feature extraction. At last, the application of LKNDA in the complex feature extraction of financial market activities is proposed.

  14. The Connection between the Complexity of Perception of an Event and Judging Decisions in a Complex Situation

    ERIC Educational Resources Information Center

    Rauchberger, Nirit; Kaniel, Shlomo; Gross, Zehavit

    2017-01-01

    This study examines the process of judging complex real-life events in Israel: the disengagement from Gush Katif, Rabin's assassination and the Second Lebanon War. The process of judging is based on Weiner's attribution model, (Weiner, 2000, 2006); however, due to the complexity of the events studied, variables were added to characterize the…

  15. Extracting Communities from Complex Networks by the k-Dense Method

    NASA Astrophysics Data System (ADS)

    Saito, Kazumi; Yamada, Takeshi; Kazama, Kazuhiro

    To understand the structural and functional properties of large-scale complex networks, it is crucial to efficiently extract a set of cohesive subnetworks as communities. There have been proposed several such community extraction methods in the literature, including the classical k-core decomposition method and, more recently, the k-clique based community extraction method. The k-core method, although computationally efficient, is often not powerful enough for uncovering a detailed community structure and it produces only coarse-grained and loosely connected communities. The k-clique method, on the other hand, can extract fine-grained and tightly connected communities but requires a substantial amount of computational load for large-scale complex networks. In this paper, we present a new notion of a subnetwork called k-dense, and propose an efficient algorithm for extracting k-dense communities. We applied our method to the three different types of networks assembled from real data, namely, from blog trackbacks, word associations and Wikipedia references, and demonstrated that the k-dense method could extract communities almost as efficiently as the k-core method, while the qualities of the extracted communities are comparable to those obtained by the k-clique method.

  16. Complex Event Processing for Content-Based Text, Image, and Video Retrieval

    DTIC Science & Technology

    2016-06-01

    NY): Wiley- Interscience; 2000. Feldman R, Sanger J. The text mining handbook: advanced approaches in analyzing unstructured data. New York (NY...ARL-TR-7705 ● JUNE 2016 US Army Research Laboratory Complex Event Processing for Content-Based Text , Image, and Video Retrieval...ARL-TR-7705 ● JUNE 2016 US Army Research Laboratory Complex Event Processing for Content-Based Text , Image, and Video Retrieval

  17. Lipophilic ternary complexes in liquid-liquid extraction of trivalent lanthanides

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

    Lumetta, Gregg J.; Levitskaia, Tatiana G.; Latesky, Stanley

    2012-03-01

    The formation of ternary complexes between lanthanide ions [Nd(III) or Eu(III)], octyl(phenyl)-N,N-diisobutyl-carbamoylmethylphosphine oxide (CMPO), and bis-(2-ethylhexyl)phosphoric acid (HDEHP) was probed by liquid-liquid extraction and spectroscopic techniques. Equilibrium modeling of data for the extraction of Nd(III) or Eu(III) from lactic acid media into n-dodecane solutions of CMPO and HDEHP indicates the predominant extracted species are of the type [Ln(AHA){sub 2}(A)] and [Ln(CMPO)(AHA){sub 2}(A)], where Ln = Nd or Eu and A represents the DEHP{sup -} anion. FTIR (for both Eu and Nd) and visible spectrophotometry (in the case of Nd) indicate the formation of the [Ln(CMPO)(A){sup 3}] complexes when CMPO ismore » added to n-dodecane solutions of the LnA{sub 3} compounds. Both techniques indicate a stronger propensity of CMPO to complex Nd(III) versus Eu(III).« less

  18. Real-time monitoring of clinical processes using complex event processing and transition systems.

    PubMed

    Meinecke, Sebastian

    2014-01-01

    Dependencies between tasks in clinical processes are often complex and error-prone. Our aim is to describe a new approach for the automatic derivation of clinical events identified via the behaviour of IT systems using Complex Event Processing. Furthermore we map these events on transition systems to monitor crucial clinical processes in real-time for preventing and detecting erroneous situations.

  19. Cognitive complexity of the medical record is a risk factor for major adverse events.

    PubMed

    Roberson, David; Connell, Michael; Dillis, Shay; Gauvreau, Kimberlee; Gore, Rebecca; Heagerty, Elaina; Jenkins, Kathy; Ma, Lin; Maurer, Amy; Stephenson, Jessica; Schwartz, Margot

    2014-01-01

    Patients in tertiary care hospitals are more complex than in the past, but the implications of this are poorly understood as "patient complexity" has been difficult to quantify. We developed a tool, the Complexity Ruler, to quantify the amount of data (as bits) in the patient’s medical record. We designated the amount of data in the medical record as the cognitive complexity of the medical record (CCMR). We hypothesized that CCMR is a useful surrogate for true patient complexity and that higher CCMR correlates with risk of major adverse events. The Complexity Ruler was validated by comparing the measured CCMR with physician rankings of patient complexity on specific inpatient services. It was tested in a case-control model of all patients with major adverse events at a tertiary care pediatric hospital from 2005 to 2006. The main outcome measure was an externally reported major adverse event. We measured CCMR for 24 hours before the event, and we estimated lifetime CCMR. Above empirically derived cutoffs, 24-hour and lifetime CCMR were risk factors for major adverse events (odds ratios, 5.3 and 6.5, respectively). In a multivariate analysis, CCMR alone was essentially as predictive of risk as a model that started with 30-plus clinical factors. CCMR correlates with physician assessment of complexity and risk of adverse events. We hypothesize that increased CCMR increases the risk of physician cognitive overload. An automated version of the Complexity Ruler could allow identification of at-risk patients in real time.

  20. Cognitive Complexity of the Medical Record Is a Risk Factor for Major Adverse Events

    PubMed Central

    Roberson, David; Connell, Michael; Dillis, Shay; Gauvreau, Kimberlee; Gore, Rebecca; Heagerty, Elaina; Jenkins, Kathy; Ma, Lin; Maurer, Amy; Stephenson, Jessica; Schwartz, Margot

    2014-01-01

    Context: Patients in tertiary care hospitals are more complex than in the past, but the implications of this are poorly understood because “patient complexity” has been difficult to quantify. Objective: We developed a tool, the Complexity Ruler, to quantify the amount of data (as bits) in the patient’s medical record. We designated the amount of data in the medical record as the cognitive complexity of the medical record (CCMR). We hypothesized that CCMR is a useful surrogate for true patient complexity and that higher CCMR correlates with risk of major adverse events. Design: The Complexity Ruler was validated by comparing the measured CCMR with physician rankings of patient complexity on specific inpatient services. It was tested in a case-control model of all patients with major adverse events at a tertiary care pediatric hospital from 2005 to 2006. Main Outcome Measures: The main outcome measure was an externally reported major adverse event. We measured CCMR for 24 hours before the event, and we estimated lifetime CCMR. Results: Above empirically derived cutoffs, 24-hour and lifetime CCMR were risk factors for major adverse events (odds ratios, 5.3 and 6.5, respectively). In a multivariate analysis, CCMR alone was essentially as predictive of risk as a model that started with 30-plus clinical factors. Conclusions: CCMR correlates with physician assessment of complexity and risk of adverse events. We hypothesize that increased CCMR increases the risk of physician cognitive overload. An automated version of the Complexity Ruler could allow identification of at-risk patients in real time. PMID:24626065

  1. Event attribution using data assimilation in an intermediate complexity atmospheric model

    NASA Astrophysics Data System (ADS)

    Metref, Sammy; Hannart, Alexis; Ruiz, Juan; Carrassi, Alberto; Bocquet, Marc; Ghil, Michael

    2016-04-01

    A new approach, coined DADA (Data Assimilation for Detection and Attribution) has been recently introduced by Hannart et al. 2015, and is potentially useful for near real time, systematic causal attribution of weather and climate-related events The method is purposely designed to allow its operability at meteorological centers by synergizing causal attribution with Data Assimilation (DA) methods usually designed to deal with large nonlinear models. In Hannart et al. 2015, the DADA proposal is illustrated in the context of a low-order nonlinear model (forced three-variable Lorenz model) that is of course not realistic to represent the events considered. As a continuation of this stream of work, we therefore propose an implementation of the DADA approach in a realistic intermediate complexity atmospheric model (ICTP AGCM, nicknamed SPEEDY). The SPEEDY model is based on a spectral dynamical core developed at the Geophysical Fluid Dynamics Laboratory (see Held and Suarez 1994). It is a hydrostatic, r-coordinate, spectral-transform model in the vorticity-divergence form described by Bourke (1974). A synthetic dataset of observations of an extreme precipitation event over Southeastern South America is extracted from a long SPEEDY simulation under present climatic conditions (i.e. factual conditions). Then, following the DADA approach, observations of this event are assimilated twice in the SPEEDY model: first in the factual configuration of the model and second under its counterfactual, pre-industrial configuration. We show that attribution can be performed based on the likelihood ratio as in Hannart et al. 2015, but we further extend this result by showing that the likelihood can be split in space, time and variables in order to help identify the specific physical features of the event that bear the causal signature. References: Hannart A., A. Carrassi, M. Bocquet, M. Ghil, P. Naveau, M. Pulido, J. Ruiz, P. Tandeo (2015) DADA: Data assimilation for the detection and

  2. Data extraction for complex meta-analysis (DECiMAL) guide.

    PubMed

    Pedder, Hugo; Sarri, Grammati; Keeney, Edna; Nunes, Vanessa; Dias, Sofia

    2016-12-13

    As more complex meta-analytical techniques such as network and multivariate meta-analyses become increasingly common, further pressures are placed on reviewers to extract data in a systematic and consistent manner. Failing to do this appropriately wastes time, resources and jeopardises accuracy. This guide (data extraction for complex meta-analysis (DECiMAL)) suggests a number of points to consider when collecting data, primarily aimed at systematic reviewers preparing data for meta-analysis. Network meta-analysis (NMA), multiple outcomes analysis and analysis combining different types of data are considered in a manner that can be useful across a range of data collection programmes. The guide has been shown to be both easy to learn and useful in a small pilot study.

  3. Fractal Complexity-Based Feature Extraction Algorithm of Communication Signals

    NASA Astrophysics Data System (ADS)

    Wang, Hui; Li, Jingchao; Guo, Lili; Dou, Zheng; Lin, Yun; Zhou, Ruolin

    How to analyze and identify the characteristics of radiation sources and estimate the threat level by means of detecting, intercepting and locating has been the central issue of electronic support in the electronic warfare, and communication signal recognition is one of the key points to solve this issue. Aiming at accurately extracting the individual characteristics of the radiation source for the increasingly complex communication electromagnetic environment, a novel feature extraction algorithm for individual characteristics of the communication radiation source based on the fractal complexity of the signal is proposed. According to the complexity of the received signal and the situation of environmental noise, use the fractal dimension characteristics of different complexity to depict the subtle characteristics of the signal to establish the characteristic database, and then identify different broadcasting station by gray relation theory system. The simulation results demonstrate that the algorithm can achieve recognition rate of 94% even in the environment with SNR of -10dB, and this provides an important theoretical basis for the accurate identification of the subtle features of the signal at low SNR in the field of information confrontation.

  4. Complex Event Extraction using DRUM

    DTIC Science & Technology

    2015-10-01

    towards tackling these challenges . Figure 9. Evaluation results for eleven teams. The diamond ◆ represents the results of our system. The two topmost...Proceedings of the Joint SIGDAT Conference on Empirical Methods in Natural Language Processing and Very Large Corpora (EMNLP/ VLC -2000). The UniProt

  5. Vaccine adverse event text mining system for extracting features from vaccine safety reports.

    PubMed

    Botsis, Taxiarchis; Buttolph, Thomas; Nguyen, Michael D; Winiecki, Scott; Woo, Emily Jane; Ball, Robert

    2012-01-01

    To develop and evaluate a text mining system for extracting key clinical features from vaccine adverse event reporting system (VAERS) narratives to aid in the automated review of adverse event reports. Based upon clinical significance to VAERS reviewing physicians, we defined the primary (diagnosis and cause of death) and secondary features (eg, symptoms) for extraction. We built a novel vaccine adverse event text mining (VaeTM) system based on a semantic text mining strategy. The performance of VaeTM was evaluated using a total of 300 VAERS reports in three sequential evaluations of 100 reports each. Moreover, we evaluated the VaeTM contribution to case classification; an information retrieval-based approach was used for the identification of anaphylaxis cases in a set of reports and was compared with two other methods: a dedicated text classifier and an online tool. The performance metrics of VaeTM were text mining metrics: recall, precision and F-measure. We also conducted a qualitative difference analysis and calculated sensitivity and specificity for classification of anaphylaxis cases based on the above three approaches. VaeTM performed best in extracting diagnosis, second level diagnosis, drug, vaccine, and lot number features (lenient F-measure in the third evaluation: 0.897, 0.817, 0.858, 0.874, and 0.914, respectively). In terms of case classification, high sensitivity was achieved (83.1%); this was equal and better compared to the text classifier (83.1%) and the online tool (40.7%), respectively. Our VaeTM implementation of a semantic text mining strategy shows promise in providing accurate and efficient extraction of key features from VAERS narratives.

  6. Empirical support for the definition of a complex trauma event in children and adolescents.

    PubMed

    Wamser-Nanney, Rachel; Vandenberg, Brian R

    2013-12-01

    Complex trauma events have been defined as chronic, interpersonal traumas that begin early in life (Cook, Blaustein, Spinazzola, & van der Kolk, 2003). The complex trauma definition has been examined in adults, as indicated by the Diagnostic and Statistical Manual of Mental Disorders (4th ed.; DSM-IV) field trial; however, this research was lacking in child populations. The symptom presentations of complexly traumatized children were contrasted with those exposed to other, less severe trauma ecologies that met 1 or 2 features of the complex trauma definition. Included in this study were 346 treatment-seeking children and adolescents (ages 3–18 years) who had experienced atraumatic event. Results indicated that child survivors of complex trauma presented with higher levels of generalized behavior problems and trauma-related symptoms than those who experienced (a) acute noninterpersonal trauma, (b) chronic interpersonal trauma that begins later in life, and (c) acute interpersonal trauma. Greater levels of behavioral problems were observed in children exposed to complex trauma as compared to those who experienced a traumatic event that begins early in life. These results provide support for the complex trauma event definition and suggest the need for a complex trauma diagnostic construct for children and adolescents.

  7. Automatic signal extraction, prioritizing and filtering approaches in detecting post-marketing cardiovascular events associated with targeted cancer drugs from the FDA Adverse Event Reporting System (FAERS).

    PubMed

    Xu, Rong; Wang, Quanqiu

    2014-02-01

    Targeted drugs dramatically improve the treatment outcomes in cancer patients; however, these innovative drugs are often associated with unexpectedly high cardiovascular toxicity. Currently, cardiovascular safety represents both a challenging issue for drug developers, regulators, researchers, and clinicians and a concern for patients. While FDA drug labels have captured many of these events, spontaneous reporting systems are a main source for post-marketing drug safety surveillance in 'real-world' (outside of clinical trials) cancer patients. In this study, we present approaches to extracting, prioritizing, filtering, and confirming cardiovascular events associated with targeted cancer drugs from the FDA Adverse Event Reporting System (FAERS). The dataset includes records of 4,285,097 patients from FAERS. We first extracted drug-cardiovascular event (drug-CV) pairs from FAERS through named entity recognition and mapping processes. We then compared six ranking algorithms in prioritizing true positive signals among extracted pairs using known drug-CV pairs derived from FDA drug labels. We also developed three filtering algorithms to further improve precision. Finally, we manually validated extracted drug-CV pairs using 21 million published MEDLINE records. We extracted a total of 11,173 drug-CV pairs from FAERS. We showed that ranking by frequency is significantly more effective than by the five standard signal detection methods (246% improvement in precision for top-ranked pairs). The filtering algorithm we developed further improved overall precision by 91.3%. By manual curation using literature evidence, we show that about 51.9% of the 617 drug-CV pairs that appeared in both FAERS and MEDLINE sentences are true positives. In addition, 80.6% of these positive pairs have not been captured by FDA drug labeling. The unique drug-CV association dataset that we created based on FAERS could facilitate our understanding and prediction of cardiotoxic events associated with

  8. Large-Scale Event Extraction from Literature with Multi-Level Gene Normalization

    PubMed Central

    Wei, Chih-Hsuan; Hakala, Kai; Pyysalo, Sampo; Ananiadou, Sophia; Kao, Hung-Yu; Lu, Zhiyong; Salakoski, Tapio; Van de Peer, Yves; Ginter, Filip

    2013-01-01

    Text mining for the life sciences aims to aid database curation, knowledge summarization and information retrieval through the automated processing of biomedical texts. To provide comprehensive coverage and enable full integration with existing biomolecular database records, it is crucial that text mining tools scale up to millions of articles and that their analyses can be unambiguously linked to information recorded in resources such as UniProt, KEGG, BioGRID and NCBI databases. In this study, we investigate how fully automated text mining of complex biomolecular events can be augmented with a normalization strategy that identifies biological concepts in text, mapping them to identifiers at varying levels of granularity, ranging from canonicalized symbols to unique gene and proteins and broad gene families. To this end, we have combined two state-of-the-art text mining components, previously evaluated on two community-wide challenges, and have extended and improved upon these methods by exploiting their complementary nature. Using these systems, we perform normalization and event extraction to create a large-scale resource that is publicly available, unique in semantic scope, and covers all 21.9 million PubMed abstracts and 460 thousand PubMed Central open access full-text articles. This dataset contains 40 million biomolecular events involving 76 million gene/protein mentions, linked to 122 thousand distinct genes from 5032 species across the full taxonomic tree. Detailed evaluations and analyses reveal promising results for application of this data in database and pathway curation efforts. The main software components used in this study are released under an open-source license. Further, the resulting dataset is freely accessible through a novel API, providing programmatic and customized access (http://www.evexdb.org/api/v001/). Finally, to allow for large-scale bioinformatic analyses, the entire resource is available for bulk download from http

  9. Negated bio-events: analysis and identification

    PubMed Central

    2013-01-01

    Background Negation occurs frequently in scientific literature, especially in biomedical literature. It has previously been reported that around 13% of sentences found in biomedical research articles contain negation. Historically, the main motivation for identifying negated events has been to ensure their exclusion from lists of extracted interactions. However, recently, there has been a growing interest in negative results, which has resulted in negation detection being identified as a key challenge in biomedical relation extraction. In this article, we focus on the problem of identifying negated bio-events, given gold standard event annotations. Results We have conducted a detailed analysis of three open access bio-event corpora containing negation information (i.e., GENIA Event, BioInfer and BioNLP’09 ST), and have identified the main types of negated bio-events. We have analysed the key aspects of a machine learning solution to the problem of detecting negated events, including selection of negation cues, feature engineering and the choice of learning algorithm. Combining the best solutions for each aspect of the problem, we propose a novel framework for the identification of negated bio-events. We have evaluated our system on each of the three open access corpora mentioned above. The performance of the system significantly surpasses the best results previously reported on the BioNLP’09 ST corpus, and achieves even better results on the GENIA Event and BioInfer corpora, both of which contain more varied and complex events. Conclusions Recently, in the field of biomedical text mining, the development and enhancement of event-based systems has received significant interest. The ability to identify negated events is a key performance element for these systems. We have conducted the first detailed study on the analysis and identification of negated bio-events. Our proposed framework can be integrated with state-of-the-art event extraction systems. The

  10. Binding of immunoglobulins and immune complexes to cartilage derived extracts.

    PubMed Central

    Alomari, W R; Archer, J R; Brocklehurst, R; Currey, H L

    1983-01-01

    Cartilage extracts with affinity for heat aggregated immunoglobulins were prepared from human articular and bovine nasal cartilage. These extracts, containing predominantly collagen, also bound both to immune complexes (IC) prepared in vitro and to immunoglobulins from sera of many patients with rheumatoid arthritis (RA). Cryoprecipitation of rheumatoid sera removed material reacting with the extract and density gradient fractionation of a positive serum showed correlation between binding to the extract and to C1q. These results indicate that the binding materials in rheumatoid sera were likely to be IC. We suggest that some assays which apparently demonstrate anti-collagen autoantibodies in fact measure IC. These findings also have implications for models of the pathogenesis of RA. PMID:6606513

  11. Influence of generalized complexity of a musical event on subjective time estimation.

    PubMed

    Bueno, José Lino Oliveira; Firmino, Erico Artioli; Engelman, Arno

    2002-04-01

    This study examined the variations in the apparent duration of music events produced by differences in their generalized compositional complexity. Stimuli were the first 90 sec. of Gustav Mahler's 3rd Movement of Symphony No. 2 (low complexity) and the first 90 sec. of Luciano Bério's 3rd Movement of Symphony for Eight Voices and Orchestra (high complexity). Bério's symphony is another "reading" of Mahler's. On the compositional base of Mahler's symphony, Bério explored complexity in several musical elements--temporal (i.e., rhythm), nontemporal (i.e., pitch, orchestral and vocal timbre, texture, density), and verbal (i.e., text, words, phonemes). These two somewhat differently filled durations were reproduced by 10 women and 6 men with a stopwatch under the prospective paradigm. Analysis showed that the more generalized complexity of the musical event was followed by greater subjective estimation of the duration of this 90-sec. symphonic excerpt.

  12. The analysis of a complex fire event using multispaceborne observations

    NASA Astrophysics Data System (ADS)

    Andrei, Simona; Carstea, Emil; Marmureanu, Luminita; Ene, Dragos; Binietoglou, Ioannis; Nicolae, Doina; Konsta, Dimitra; Amiridis, Vassilis; Proestakis, Emmanouil

    2018-04-01

    This study documents a complex fire event that occurred on October 2016, in Middle East belligerent area. Two fire outbreaks were detected by different spacecraft monitoring instruments on board of TERRA, CALIPSO and AURA Earth Observation missions. Link with local weather conditions was examined using ERA Interim Reanalysis and CAMS datasets. The detection of the event by multiple sensors enabled a detailed characterization of fires and the comparison with different observational data.

  13. Consolidation of Complex Events via Reinstatement in Posterior Cingulate Cortex

    PubMed Central

    Keidel, James L.; Ing, Leslie P.; Horner, Aidan J.

    2015-01-01

    It is well-established that active rehearsal increases the efficacy of memory consolidation. It is also known that complex events are interpreted with reference to prior knowledge. However, comparatively little attention has been given to the neural underpinnings of these effects. In healthy adults humans, we investigated the impact of effortful, active rehearsal on memory for events by showing people several short video clips and then asking them to recall these clips, either aloud (Experiment 1) or silently while in an MRI scanner (Experiment 2). In both experiments, actively rehearsed clips were remembered in far greater detail than unrehearsed clips when tested a week later. In Experiment 1, highly similar descriptions of events were produced across retrieval trials, suggesting a degree of semanticization of the memories had taken place. In Experiment 2, spatial patterns of BOLD signal in medial temporal and posterior midline regions were correlated when encoding and rehearsing the same video. Moreover, the strength of this correlation in the posterior cingulate predicted the amount of information subsequently recalled. This is likely to reflect a strengthening of the representation of the video's content. We argue that these representations combine both new episodic information and stored semantic knowledge (or “schemas”). We therefore suggest that posterior midline structures aid consolidation by reinstating and strengthening the associations between episodic details and more generic schematic information. This leads to the creation of coherent memory representations of lifelike, complex events that are resistant to forgetting, but somewhat inflexible and semantic-like in nature. SIGNIFICANCE STATEMENT Memories are strengthened via consolidation. We investigated memory for lifelike events using video clips and showed that rehearsing their content dramatically boosts memory consolidation. Using MRI scanning, we measured patterns of brain activity while

  14. HIGH-PRECISION BIOLOGICAL EVENT EXTRACTION: EFFECTS OF SYSTEM AND OF DATA

    PubMed Central

    Cohen, K. Bretonnel; Verspoor, Karin; Johnson, Helen L.; Roeder, Chris; Ogren, Philip V.; Baumgartner, William A.; White, Elizabeth; Tipney, Hannah; Hunter, Lawrence

    2013-01-01

    We approached the problems of event detection, argument identification, and negation and speculation detection in the BioNLP’09 information extraction challenge through concept recognition and analysis. Our methodology involved using the OpenDMAP semantic parser with manually written rules. The original OpenDMAP system was updated for this challenge with a broad ontology defined for the events of interest, new linguistic patterns for those events, and specialized coordination handling. We achieved state-of-the-art precision for two of the three tasks, scoring the highest of 24 teams at precision of 71.81 on Task 1 and the highest of 6 teams at precision of 70.97 on Task 2. We provide a detailed analysis of the training data and show that a number of trigger words were ambiguous as to event type, even when their arguments are constrained by semantic class. The data is also shown to have a number of missing annotations. Analysis of a sampling of the comparatively small number of false positives returned by our system shows that major causes of this type of error were failing to recognize second themes in two-theme events, failing to recognize events when they were the arguments to other events, failure to recognize nontheme arguments, and sentence segmentation errors. We show that specifically handling coordination had a small but important impact on the overall performance of the system. The OpenDMAP system and the rule set are available at http://bionlp.sourceforge.net. PMID:25937701

  15. Regeneratory characteristics of complex extract and isolated diterpene alkaloids of Aconitum baikalense.

    PubMed

    Nesterova, Yu V; Povetieva, T N; Suslov, N I; Zhdanov, V V; Hrichkova, T Yu; Udut, E V; Chaykovskiy, A S; Gaydamovich, N N; Andreeva, T I; Dygai, A M

    2012-02-01

    The effects of complex extract from Aconitum baikalense on reparative regeneration of a plane dorsal skin wound were studied. Treatment with Aconitum baikalense tincture stimulated reparation and skin regeneration. The effects of the Aconitum baikalense alkaloids on functional activity of fibroblast precursors were studied in vitro by cultural methods. Mesaconitine, hypaconitine, songorine, napelline, and 12-epinapelline N-oxide significantly stimulated the growth of colonies from fibroblast precursors. This indicated direct stimulation of fibroblasts by aconite alkaloids, which could be a mechanism of reparative activity of the complex extract.

  16. Variations of trends of indicators describing complex systems: Change of scaling precursory to extreme events

    NASA Astrophysics Data System (ADS)

    Keilis-Borok, V. I.; Soloviev, A. A.

    2010-09-01

    Socioeconomic and natural complex systems persistently generate extreme events also known as disasters, crises, or critical transitions. Here we analyze patterns of background activity preceding extreme events in four complex systems: economic recessions, surges in homicides in a megacity, magnetic storms, and strong earthquakes. We use as a starting point the indicators describing the system's behavior and identify changes in an indicator's trend. Those changes constitute our background events (BEs). We demonstrate a premonitory pattern common to all four systems considered: relatively large magnitude BEs become more frequent before extreme event. A premonitory change of scaling has been found in various models and observations. Here we demonstrate this change in scaling of uniformly defined BEs in four real complex systems, their enormous differences notwithstanding.

  17. Single-trial event-related potential extraction through one-unit ICA-with-reference.

    PubMed

    Lee, Wee Lih; Tan, Tele; Falkmer, Torbjörn; Leung, Yee Hong

    2016-12-01

    In recent years, ICA has been one of the more popular methods for extracting event-related potential (ERP) at the single-trial level. It is a blind source separation technique that allows the extraction of an ERP without making strong assumptions on the temporal and spatial characteristics of an ERP. However, the problem with traditional ICA is that the extraction is not direct and is time-consuming due to the need for source selection processing. In this paper, the application of an one-unit ICA-with-Reference (ICA-R), a constrained ICA method, is proposed. In cases where the time-region of the desired ERP is known a priori, this time information is utilized to generate a reference signal, which is then used for guiding the one-unit ICA-R to extract the source signal of the desired ERP directly. Our results showed that, as compared to traditional ICA, ICA-R is a more effective method for analysing ERP because it avoids manual source selection and it requires less computation thus resulting in faster ERP extraction. In addition to that, since the method is automated, it reduces the risks of any subjective bias in the ERP analysis. It is also a potential tool for extracting the ERP in online application.

  18. Single-trial event-related potential extraction through one-unit ICA-with-reference

    NASA Astrophysics Data System (ADS)

    Lih Lee, Wee; Tan, Tele; Falkmer, Torbjörn; Leung, Yee Hong

    2016-12-01

    Objective. In recent years, ICA has been one of the more popular methods for extracting event-related potential (ERP) at the single-trial level. It is a blind source separation technique that allows the extraction of an ERP without making strong assumptions on the temporal and spatial characteristics of an ERP. However, the problem with traditional ICA is that the extraction is not direct and is time-consuming due to the need for source selection processing. In this paper, the application of an one-unit ICA-with-Reference (ICA-R), a constrained ICA method, is proposed. Approach. In cases where the time-region of the desired ERP is known a priori, this time information is utilized to generate a reference signal, which is then used for guiding the one-unit ICA-R to extract the source signal of the desired ERP directly. Main results. Our results showed that, as compared to traditional ICA, ICA-R is a more effective method for analysing ERP because it avoids manual source selection and it requires less computation thus resulting in faster ERP extraction. Significance. In addition to that, since the method is automated, it reduces the risks of any subjective bias in the ERP analysis. It is also a potential tool for extracting the ERP in online application.

  19. The behavior and importance of lactic acid complexation in Talspeak extraction systems

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

    Grimes, Travis S.; Nilsson, Mikael; Nash, Kenneth L.

    2008-07-01

    Advanced partitioning of spent nuclear fuel in the UREX +la process relies on the TALSPEAK process for separation of fission-product lanthanides from trivalent actinides. The classic TALSPEAK utilizes an aqueous medium of both lactic acid and diethylenetriaminepentaacetic acid and the extraction reagent di(2-ethylhexyl)phosphoric acid in an aromatic diluent. In this study, the specific role of lactic acid and the complexes involved in the extraction of the trivalent actinides and lanthanides have been investigated using {sup 14}C-labeled lactic acid. Our results show that lactic acid partitions between the phases in a complex fashion. (authors)

  20. Recovery and purification of cholesterol from cholesterol-β-cyclodextrin inclusion complex using ultrasound-assisted extraction.

    PubMed

    Li, Yong; Chen, Youliang; Li, Hua

    2017-01-01

    Response surface methodology was used to optimize ultrasound-assisted ethanol extraction (UAE) of cholesterol from cholesterol-β-cyclodextrin (C-β-CD) inclusion complex prepared from duck yolk oil. The best extraction conditions were solvent-solid ratio 10mL/g, ultrasonic power 251W, extraction temperature 56°C and sonication time 36min. Under these conditions, the highest cholesterol extraction yield and cholesterol content obtained 98.12±0.25% and 43.38±0.61mg/g inclusion complex, respectively. As compared with Reflux extraction and Soxhlet extraction, the UAE was more efficient and economical. To increase the purity of crude cholesterol extraction, silica gel column chromatography and crystallization were carried out. Finally, cholesterol was obtained at 95.1% purity, 71.7% recovery and 22.0% yield. Copyright © 2016 Elsevier B.V. All rights reserved.

  1. Rupture Complexities of Fluid Induced Microseismic Events at the Basel EGS Project

    NASA Astrophysics Data System (ADS)

    Folesky, Jonas; Kummerow, Jörn; Shapiro, Serge A.; Häring, Markus; Asanuma, Hiroshi

    2016-04-01

    Microseismic data sets of excellent quality, such as the seismicity recorded in the Basel-1 enhanced geothermal system, Switzerland, in 2006-2007, provide the opportunity to analyse induced seismic events in great detail. It is important to understand in how far seismological insights on e.g. source and rupture processes are scale dependent and how they can be transferred to fluid induced micro-seismicity. We applied the empirical Green's function (EGF) method in order to reconstruct the relative source time functions of 195 suitable microseismic events from the Basel-1 reservoir. We found 93 solutions with a clear and consistent directivity pattern. The remaining events display either no measurable directivity, are unfavourably oriented or exhibit non consistent or complex relative source time functions. In this work we focus on selected events of M ˜ 1 which show possible rupture complexities. It is demonstrated that the EGF method allows to resolve complex rupture behaviour even if it is not directly identifiable in the seismograms. We find clear evidence of rupture directivity and multi-phase rupturing in the analysed relative source time functions. The time delays between consecutive subevents lies in the order of 10ms. Amplitudes of the relative source time functions of the subevents do not always show the same azimuthal dependence, indicating dissimilarity in the rupture directivity of the subevents. Our observations support the assumption that heterogeneity on fault surfaces persists down to small scale (few tens of meters).

  2. Consolidation of Complex Events via Reinstatement in Posterior Cingulate Cortex.

    PubMed

    Bird, Chris M; Keidel, James L; Ing, Leslie P; Horner, Aidan J; Burgess, Neil

    2015-10-28

    It is well-established that active rehearsal increases the efficacy of memory consolidation. It is also known that complex events are interpreted with reference to prior knowledge. However, comparatively little attention has been given to the neural underpinnings of these effects. In healthy adults humans, we investigated the impact of effortful, active rehearsal on memory for events by showing people several short video clips and then asking them to recall these clips, either aloud (Experiment 1) or silently while in an MRI scanner (Experiment 2). In both experiments, actively rehearsed clips were remembered in far greater detail than unrehearsed clips when tested a week later. In Experiment 1, highly similar descriptions of events were produced across retrieval trials, suggesting a degree of semanticization of the memories had taken place. In Experiment 2, spatial patterns of BOLD signal in medial temporal and posterior midline regions were correlated when encoding and rehearsing the same video. Moreover, the strength of this correlation in the posterior cingulate predicted the amount of information subsequently recalled. This is likely to reflect a strengthening of the representation of the video's content. We argue that these representations combine both new episodic information and stored semantic knowledge (or "schemas"). We therefore suggest that posterior midline structures aid consolidation by reinstating and strengthening the associations between episodic details and more generic schematic information. This leads to the creation of coherent memory representations of lifelike, complex events that are resistant to forgetting, but somewhat inflexible and semantic-like in nature. Copyright © 2015 Bird, Keidel et al.

  3. Pre-trained D-CNN models for detecting complex events in unconstrained videos

    NASA Astrophysics Data System (ADS)

    Robinson, Joseph P.; Fu, Yun

    2016-05-01

    Rapid event detection faces an emergent need to process large videos collections; whether surveillance videos or unconstrained web videos, the ability to automatically recognize high-level, complex events is a challenging task. Motivated by pre-existing methods being complex, computationally demanding, and often non-replicable, we designed a simple system that is quick, effective and carries minimal overhead in terms of memory and storage. Our system is clearly described, modular in nature, replicable on any Desktop, and demonstrated with extensive experiments, backed by insightful analysis on different Convolutional Neural Networks (CNNs), as stand-alone and fused with others. With a large corpus of unconstrained, real-world video data, we examine the usefulness of different CNN models as features extractors for modeling high-level events, i.e., pre-trained CNNs that differ in architectures, training data, and number of outputs. For each CNN, we use 1-fps from all training exemplar to train one-vs-rest SVMs for each event. To represent videos, frame-level features were fused using a variety of techniques. The best being to max-pool between predetermined shot boundaries, then average-pool to form the final video-level descriptor. Through extensive analysis, several insights were found on using pre-trained CNNs as off-the-shelf feature extractors for the task of event detection. Fusing SVMs of different CNNs revealed some interesting facts, finding some combinations to be complimentary. It was concluded that no single CNN works best for all events, as some events are more object-driven while others are more scene-based. Our top performance resulted from learning event-dependent weights for different CNNs.

  4. Complexation-induced supramolecular assembly drives metal-ion extraction.

    PubMed

    Ellis, Ross J; Meridiano, Yannick; Muller, Julie; Berthon, Laurence; Guilbaud, Philippe; Zorz, Nicole; Antonio, Mark R; Demars, Thomas; Zemb, Thomas

    2014-09-26

    Combining experiment with theory reveals the role of self-assembly and complexation in metal-ion transfer through the water-oil interface. The coordinating metal salt Eu(NO3)3 was extracted from water into oil by a lipophilic neutral amphiphile. Molecular dynamics simulations were coupled to experimental spectroscopic and X-ray scattering techniques to investigate how local coordination interactions between the metal ion and ligands in the organic phase combine with long-range interactions to produce spontaneous changes in the solvent microstructure. Extraction of the Eu(3+)-3(NO3(-)) ion pairs involves incorporation of the "hard" metal complex into the core of "soft" aggregates. This seeds the formation of reverse micelles that draw the water and "free" amphiphile into nanoscale hydrophilic domains. The reverse micelles interact through attractive van der Waals interactions and coalesce into rod-shaped polynuclear Eu(III) -containing aggregates with metal centers bridged by nitrate. These preorganized hydrophilic domains, containing high densities of O-donor ligands and anions, provide improved Eu(III) solvation environments that help drive interfacial transfer, as is reflected by the increasing Eu(III) partitioning ratios (oil/aqueous) despite the organic phase approaching saturation. For the first time, this multiscale approach links metal-ion coordination with nanoscale structure to reveal the free-energy balance that drives the phase transfer of neutral metal salts. © 2014 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  5. Complex Dynamic Scene Perception: Effects of Attentional Set on Perceiving Single and Multiple Event Types

    ERIC Educational Resources Information Center

    Sanocki, Thomas; Sulman, Noah

    2013-01-01

    Three experiments measured the efficiency of monitoring complex scenes composed of changing objects, or events. All events lasted about 4 s, but in a given block of trials, could be of a single type (single task) or of multiple types (multitask, with a total of four event types). Overall accuracy of detecting target events amid distractors was…

  6. SSEL-ADE: A semi-supervised ensemble learning framework for extracting adverse drug events from social media.

    PubMed

    Liu, Jing; Zhao, Songzheng; Wang, Gang

    2018-01-01

    With the development of Web 2.0 technology, social media websites have become lucrative but under-explored data sources for extracting adverse drug events (ADEs), which is a serious health problem. Besides ADE, other semantic relation types (e.g., drug indication and beneficial effect) could hold between the drug and adverse event mentions, making ADE relation extraction - distinguishing ADE relationship from other relation types - necessary. However, conducting ADE relation extraction in social media environment is not a trivial task because of the expertise-dependent, time-consuming and costly annotation process, and the feature space's high-dimensionality attributed to intrinsic characteristics of social media data. This study aims to develop a framework for ADE relation extraction using patient-generated content in social media with better performance than that delivered by previous efforts. To achieve the objective, a general semi-supervised ensemble learning framework, SSEL-ADE, was developed. The framework exploited various lexical, semantic, and syntactic features, and integrated ensemble learning and semi-supervised learning. A series of experiments were conducted to verify the effectiveness of the proposed framework. Empirical results demonstrate the effectiveness of each component of SSEL-ADE and reveal that our proposed framework outperforms most of existing ADE relation extraction methods The SSEL-ADE can facilitate enhanced ADE relation extraction performance, thereby providing more reliable support for pharmacovigilance. Moreover, the proposed semi-supervised ensemble methods have the potential of being applied to effectively deal with other social media-based problems. Copyright © 2017 Elsevier B.V. All rights reserved.

  7. The complex frequencies of long-period seismic events as probes of fluid composition beneath volcanoes

    USGS Publications Warehouse

    Kumagai, H.; Chouet, B.A.

    1999-01-01

    Long-period (LP) events have been widely observed in relation to magmatic and hydrothermal activities in volcanic areas. LP waveforms characterized by their harmonic signature have been interpreted as oscillations of a fluid-filled resonator, and mixtures of liquid and gas in the form of bubbly liquids have been mainly assumed for the fluid. To investigate the characteristic properties of the resonator system, we analyse waveforms of LP events observed at four different volcanoes in Hawaii, Alaska, Colombia and Japan using a newly developed spectral method. This method allows an estimation of the complex frequencies of decaying sinusoids based on an autoregressive model. The results of our analysis show a wide variety of Q factors, ranging from tens to several hundred. We compare these complex frequencies with those predicted by the fluid-filled crack model for various mixtures of liquid, gas and ash. Although the oscillations of LP events with Q smaller than 50 can be explained by various combinations of liquids and gases, we find that ash-laden gases are required to explain long-lasting oscillations with Q larger than 100. The complex frequencies of LP events yield useful information on the types of fluids. Temporal and spatial variations of the complex frequencies can be used as probes of fluid composition beneath volcanoes.

  8. Remodeling of ribosomal genes in somatic cells by Xenopus egg extract

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

    Ostrup, Olga, E-mail: osvarcova@gmail.com; Stem Cell Epigenetics Laboratory, Institute of Basic Medical Sciences, Faculty of Medicine, University of Oslo, Oslo; Norwegian Center for Stem Cell Research, Oslo

    Highlights: {yields} Xenopus egg extract remodels nuclei and alter cell growth characteristics. {yields} Ribosomal genes are reprogrammed within 6 h after extract exposure. {yields} rDNA reprogramming involves promoter targeting of SNF2H remodeling complex. {yields} Xenopus egg extract does not initiate stress-related response in somatic cells. {yields} Aza-cytidine elicits a stress-induced response in reprogrammed cells. -- Abstract: Extracts from Xenopus eggs can reprogram gene expression in somatic nuclei, however little is known about the earliest processes associated with the switch in the transcriptional program. We show here that an early reprogramming event is the remodeling of ribosomal chromatin and gene expression.more » This occurs within hours of extract treatment and is distinct from a stress response. Egg extract elicits remodeling of the nuclear envelope, chromatin and nucleolus. Nucleolar remodeling involves a rapid and stable decrease in ribosomal gene transcription, and promoter targeting of the nucleolar remodeling complex component SNF2H without affecting occupancy of the transcription factor UBF and the stress silencers SUV39H1 and SIRT1. During this process, nucleolar localization of UBF and SIRT1 is not altered. On contrary, azacytidine pre-treatment has an adverse effect on rDNA remodeling induced by extract and elicits a stress-type nuclear response. Thus, an early event of Xenopus egg extract-mediated nuclear reprogramming is the remodeling of ribosomal genes involving nucleolar remodeling complex. Condition-specific and rapid silencing of ribosomal genes may serve as a sensitive marker for evaluation of various reprogramming methods.« less

  9. Complex Enzyme-Assisted Extraction Releases Antioxidative Phenolic Compositions from Guava Leaves.

    PubMed

    Wang, Lu; Wu, Yanan; Liu, Yan; Wu, Zhenqiang

    2017-09-30

    Phenolics in food and fruit tree leaves exist in free, soluble-conjugate, and insoluble-bound forms. In this study, in order to enhance the bioavailability of insoluble-bound phenolics from guava leaves (GL), the ability of enzyme-assisted extraction in improving the release of insoluble-bound phenolics was investigated. Compared to untreated GL, single xylanase-assisted extraction did not change the composition and yield of soluble phenolics, whereas single cellulase or β -glucosidase-assisted extraction significantly enhanced the soluble phenolics content of PGL. However, complex enzyme-assisted extraction (CEAE) greatly improved the soluble phenolics content, flavonoids content, ABTS, DPPH, and FRAP by 103.2%, 81.6%, 104.4%, 126.5%, and 90.3%, respectively. Interestingly, after CEAE, a major proportion of phenolics existed in the soluble form, and rarely in the insoluble-bound form. Especially, the contents of quercetin and kaempferol with higher bio-activity were enhanced by 3.5- and 2.2-fold, respectively. More importantly, total soluble phenolics extracts of GL following CEAE exhibited the highest antioxidant activity and protective effect against supercoiled DNA damage. This enzyme-assisted extraction technology can be useful for extracting biochemical components from plant matrix, and has good potential for use in the food and pharmaceutical industries.

  10. Extraction and characterization of ternary complexes between natural organic matter, cations, and oxyanions from a natural soil.

    PubMed

    Peel, Hannah R; Martin, David P; Bednar, Anthony J

    2017-06-01

    Natural organic matter (NOM) can have a significant influence on the mobility and fate of inorganic oxyanions, such as arsenic and selenium, in the environment. There is evidence to suggest that interactions between NOM and these oxyanions are facilitated by bridging cations (primarily Fe 3+ ) through the formation of ternary complexes. Building on previous work characterizing ternary complexes formed in the laboratory using purified NOM, this study describes the extraction and characterization of intact ternary complexes directly from a soil matrix. The complexes are stable to the basic extraction conditions (pH 12) and do not appear to change when the pH of the extract is adjusted back to neutral. The results suggest that ternary complexes between NOM, cations, and inorganic oxyanions exist in natural soils and could play a role in the speciation of inorganic oxyanions in environmental matrices. Published by Elsevier Ltd.

  11. Multiple biological complex of alkaline extract of the leaves of Sasa senanensis Rehder.

    PubMed

    Sakagami, Hiroshi; Zhou, Li; Kawano, Michiyo; Thet, May Maw; Tanaka, Shoji; Machino, Mamoru; Amano, Shigeru; Kuroshita, Reina; Watanabe, Shigeru; Chu, Qing; Wang, Qin-Tao; Kanamoto, Taisei; Terakubo, Shigemi; Nakashima, Hideki; Sekine, Keisuke; Shirataki, Yoshiaki; Zhang, Chang-Hao; Uesawa, Yoshihiro; Mohri, Kiminori; Kitajima, Madoka; Oizumi, Hiroshi; Oizumi, Takaaki

    2010-01-01

    Previous studies have shown anti-inflammatory potential of alkaline extract of the leaves of Sasa senanensis Rehder (SE). The aim of the present study was to clarity the molecular entity of SE, using various fractionation methods. SE inhibited the production of nitric oxide (NO), but not tumour necrosis factor-α by lipopolysaccharide (LPS)-stimulated mouse macrophage-like cells. Lignin carbohydrate complex prepared from SE inhibited the NO production to a comparable extent with SE, whereas chlorophyllin was more active. On successive extraction with organic solvents, nearly 90% of SE components, including chlorophyllin, were recovered from the aqueous layer. Anti-HIV activity of SE was comparable with that of lignin-carbohydrate complex, and much higher than that of chlorophyllin and n-butanol extract fractions. The CYP3A inhibitory activity of SE was significantly lower than that of grapefruit juice and chlorophyllin. Oral administration of SE slightly reduced the number of oral bacteria. When SE was applied to HPLC, nearly 70% of SE components were eluted as a single peak. These data suggest that multiple components of SE may be associated with each other in the native state or after extraction with alkaline solution.

  12. Answering Questions about Complex Events

    DTIC Science & Technology

    2008-12-19

    in their environment. To reason about events requires a means of describing, simulating, and analyzing their underlying dynamic processes . For our...that are relevant to our goal of connecting inference and reasoning about processes to answering questions about events. 11 We start with a...different event and process descriptions, ontologies, and models. 2.1.1 Logical AI In AI, formal approaches to model the ability to reason about

  13. Everyday Matters in Science and Mathematics: Studies of Complex Classroom Events

    ERIC Educational Resources Information Center

    Nemirovsky, Ricardo, Ed.; Rosebery, Ann S., Ed.; Solomon, Jesse, Ed.; Warren, Beth, Ed.

    2005-01-01

    This book re-examines the dichotomy between the everyday and the disciplinary in mathematics and science education, and explores alternatives to this opposition from points of view grounded in the close examination of complex classroom events. It makes the case that students' everyday experience and knowledge in their entire manifold forms matter…

  14. Complexation of furosemide with fulvic acid extracted from shilajit: a novel approach.

    PubMed

    Agarwal, Suraj Prakash; Anwer, Mohammad Khalid; Aqil, Mohammad

    2008-05-01

    The aim of the present work was to complex furosemide (FSM) with fulvic acid (FA) extracted from shilajit with the hope of having a better understanding of the complexation behavior. The effect of FA on the aqueous solubility, dissolution rate, and permeability of FSM was investigated. Different techniques, such as grinding, freeze drying, solvent evaporation, and so forth, were used for the preparation of the complex. The complexes were prepared in molar ratios of 1:1 and 1:2 FSM:FA and were evaluated for drug inclusion, solubility, differential scanning calorimetry, Fourier transform infrared spectroscopy, X-ray diffraction, scanning electron microscopy, dissolution study, and permeation study. These methods confirm the formation of an amorphous inclusion complex of FSM with FA.

  15. Event-triggered synchronization for reaction-diffusion complex networks via random sampling

    NASA Astrophysics Data System (ADS)

    Dong, Tao; Wang, Aijuan; Zhu, Huiyun; Liao, Xiaofeng

    2018-04-01

    In this paper, the synchronization problem of the reaction-diffusion complex networks (RDCNs) with Dirichlet boundary conditions is considered, where the data is sampled randomly. An event-triggered controller based on the sampled data is proposed, which can reduce the number of controller and the communication load. Under this strategy, the synchronization problem of the diffusion complex network is equivalently converted to the stability of a of reaction-diffusion complex dynamical systems with time delay. By using the matrix inequality technique and Lyapunov method, the synchronization conditions of the RDCNs are derived, which are dependent on the diffusion term. Moreover, it is found the proposed control strategy can get rid of the Zeno behavior naturally. Finally, a numerical example is given to verify the obtained results.

  16. A PDA-based system for online recording and analysis of concurrent events in complex behavioral processes.

    PubMed

    Held, Jürgen; Manser, Tanja

    2005-02-01

    This article outlines how a Palm- or Newton-based PDA (personal digital assistant) system for online event recording was used to record and analyze concurrent events. We describe the features of this PDA-based system, called the FIT-System (flexible interface technique), and its application to the analysis of concurrent events in complex behavioral processes--in this case, anesthesia work processes. The patented FIT-System has a unique user interface design allowing the user to design an interface template with a pencil and paper or using a transparency film. The template usually consists of a drawing or sketch that includes icons or symbols that depict the observer's representation of the situation to be observed. In this study, the FIT-System allowed us to create a design for fast, intuitive online recording of concurrent events using a set of 41 observation codes. An analysis of concurrent events leads to a description of action density, and our results revealed a characteristic distribution of action density during the administration of anesthesia in the operating room. This distribution indicated the central role of the overlapping operations in the action sequences of medical professionals as they deal with the varying requirements of this complex task. We believe that the FIT-System for online recording of concurrent events in complex behavioral processes has the potential to be useful across a broad spectrum of research areas.

  17. Investigating the Capability to Extract Impulse Response Functions From Ambient Seismic Noise Using a Mine Collapse Event

    NASA Astrophysics Data System (ADS)

    Kwak, Sangmin; Song, Seok Goo; Kim, Geunyoung; Cho, Chang Soo; Shin, Jin Soo

    2017-10-01

    Using recordings of a mine collapse event (Mw 4.2) in South Korea in January 2015, we demonstrated that the phase and amplitude information of impulse response functions (IRFs) can be effectively retrieved using seismic interferometry. This event is equivalent to a single downward force at shallow depth. Using quantitative metrics, we compared three different seismic interferometry techniques—deconvolution, coherency, and cross correlation—to extract the IRFs between two distant stations with ambient seismic noise data. The azimuthal dependency of the source distribution of the ambient noise was also evaluated. We found that deconvolution is the best method for extracting IRFs from ambient seismic noise within the period band of 2-10 s. The coherency method is also effective if appropriate spectral normalization or whitening schemes are applied during the data processing.

  18. Kurtosis-Based Blind Source Extraction of Complex Non-Circular Signals with Application in EEG Artifact Removal in Real-Time

    PubMed Central

    Javidi, Soroush; Mandic, Danilo P.; Took, Clive Cheong; Cichocki, Andrzej

    2011-01-01

    A new class of complex domain blind source extraction algorithms suitable for the extraction of both circular and non-circular complex signals is proposed. This is achieved through sequential extraction based on the degree of kurtosis and in the presence of non-circular measurement noise. The existence and uniqueness analysis of the solution is followed by a study of fast converging variants of the algorithm. The performance is first assessed through simulations on well understood benchmark signals, followed by a case study on real-time artifact removal from EEG signals, verified using both qualitative and quantitative metrics. The results illustrate the power of the proposed approach in real-time blind extraction of general complex-valued sources. PMID:22319461

  19. Predictability of Extreme Climate Events via a Complex Network Approach

    NASA Astrophysics Data System (ADS)

    Muhkin, D.; Kurths, J.

    2017-12-01

    We analyse climate dynamics from a complex network approach. This leads to an inverse problem: Is there a backbone-like structure underlying the climate system? For this we propose a method to reconstruct and analyze a complex network from data generated by a spatio-temporal dynamical system. This approach enables us to uncover relations to global circulation patterns in oceans and atmosphere. This concept is then applied to Monsoon data; in particular, we develop a general framework to predict extreme events by combining a non-linear synchronization technique with complex networks. Applying this method, we uncover a new mechanism of extreme floods in the eastern Central Andes which could be used for operational forecasts. Moreover, we analyze the Indian Summer Monsoon (ISM) and identify two regions of high importance. By estimating an underlying critical point, this leads to an improved prediction of the onset of the ISM; this scheme was successful in 2016 and 2017.

  20. Extraction of events and rules of land use/cover change from the policy text

    NASA Astrophysics Data System (ADS)

    Lin, Guangfa; Xia, Beicheng; Huang, Wangli; Jiang, Huixian; Chen, Youfei

    2007-06-01

    The database of recording the snapshots of land parcels history is the foundation for the most of the models on simulating land use/cover change (LUCC) process. But the sequences of temporal snapshots are not sufficient to deduce and describe the mechanism of LUCC process. The temporal relationship between scenarios of LUCC we recorded could not be transfer into causal relationship categorically, which was regarded as a key factor in spatial-temporal reasoning. The proprietor of land parcels adapted themselves to the policies from governments and the change of production market, and then made decisions in this or that way. The occurrence of each change of a land parcel in an urban area was often related with one or more decision texts when it was investigated on the local scale with high resolution of the background scene. These decision texts may come from different sections of a hierarchical government system on different levels, such as villages or communities, towns or counties, cities, provinces or even the paramount. All these texts were balance results between advantages and disadvantages of different interest groups. They are the essential forces of LUCC in human dimension. Up to now, a methodology is still wanted for on how to express these forces in a simulation system using GIS as a language. The presented paper was part of our initial research on this topic. The term "Event" is a very important concept in the frame of "Object-Oriented" theory in computer science. While in the domain of temporal GIS, the concept of event was developed in another category. The definitions of the event and their transformation relationship were discussed in this paper on three modeling levels as real world level, conceptual level and programming level. In this context, with a case study of LUCC in recent 30 years in Xiamen city of Fujian province, P. R. China, the paper focused on how to extract information of events and rules from the policy files collected and integrate

  1. Markov logic network based complex event detection under uncertainty

    NASA Astrophysics Data System (ADS)

    Lu, Jingyang; Jia, Bin; Chen, Genshe; Chen, Hua-mei; Sullivan, Nichole; Pham, Khanh; Blasch, Erik

    2018-05-01

    In a cognitive reasoning system, the four-stage Observe-Orient-Decision-Act (OODA) reasoning loop is of interest. The OODA loop is essential for the situational awareness especially in heterogeneous data fusion. Cognitive reasoning for making decisions can take advantage of different formats of information such as symbolic observations, various real-world sensor readings, or the relationship between intelligent modalities. Markov Logic Network (MLN) provides mathematically sound technique in presenting and fusing data at multiple levels of abstraction, and across multiple intelligent sensors to conduct complex decision-making tasks. In this paper, a scenario about vehicle interaction is investigated, in which uncertainty is taken into consideration as no systematic approaches can perfectly characterize the complex event scenario. MLNs are applied to the terrestrial domain where the dynamic features and relationships among vehicles are captured through multiple sensors and information sources regarding the data uncertainty.

  2. Extraction of an urease-active organo-complex from soil.

    NASA Technical Reports Server (NTRS)

    Burns, R. G.; El-Sayed, M. H.; Mclaren, A. D.

    1972-01-01

    Description of an extraction from a Dublin clay loam soil of a colloidal organic matter complex that is urease active and, by X-ray analysis, free of clays. Urease activity in the clay-free precipitates, as in the soil, was not destroyed by the activity of an added proteolytic enzyme, pronase. This is attributed to the circumstance that native soil urease resides in organic colloidal particles with pores large enough for water, urea, ammonia, and carbon dioxide to pass freely, but nevertheless small enough to exclude pronase.

  3. [Complex enzyme combined with ultrasound extraction technology, physicochemical properties and antioxidant activity of Hedysarum polysaccharides].

    PubMed

    Yang, Xiu-Yan; Xue, Zhi-Yuan; Yang, Ya-Fei; Fang, Yao-Yao; Zhou, Xiang-Lin; Zhao, Liang-Gong; Feng, Shi-Lan

    2018-06-01

    In this study, complex enzymes combined with ultrasonic extraction technology(MC) were used, to select optimal extraction combinations by single factor and orthogonal test, with Hedysarum polysaccharides yield and content as the comprehensive indexes. The components, physicochemical properties and antioxidant activity of Hedysarum polysaccharides from complex enzyme combined with ultrasonic extraction(HPS-MC)and the Hedysarum polysaccharides from hot water extraction(HPS-R)were analyzed. The results showed that:complex enzymes had significant effect on the yield and content of Hedysarum polysaccharides, and the ultrasonic power could significantly improve the content of Hedysarum polysaccharides. The optimum technological parameters were as follows: complex enzyme ratio 1:1, ultrasonic power 105 W, ultrasonic time 60 min, and enzymatic hydrolysis pH 5, achieving (14.01±0.64)% and (92.45±1.47)% respectively for the yield and content of Polysaccharides. As compared with HPS-R, the molecular weight, absolute viscosity and protein content of HPS-MC were decreased, while the content of uronic acid was increased. In the antioxidant system, the concentration of polysaccharide was within the range of 1-7 g·L⁻¹; the antioxidant activity of HPS-MC was higher than that of HPS-R, and HPS-MC (80%) with the lowest molecular weight showed a significant dose effect relationship with the increase of the experimental concentration. In conclusion, MC is a simple, convenient, economical and environmentally friendly extraction technology, and the Hedysarum polysaccharides extracted by this method have obvious antioxidant activity. Copyright© by the Chinese Pharmaceutical Association.

  4. Data-assisted reduced-order modeling of extreme events in complex dynamical systems

    PubMed Central

    Koumoutsakos, Petros

    2018-01-01

    The prediction of extreme events, from avalanches and droughts to tsunamis and epidemics, depends on the formulation and analysis of relevant, complex dynamical systems. Such dynamical systems are characterized by high intrinsic dimensionality with extreme events having the form of rare transitions that are several standard deviations away from the mean. Such systems are not amenable to classical order-reduction methods through projection of the governing equations due to the large intrinsic dimensionality of the underlying attractor as well as the complexity of the transient events. Alternatively, data-driven techniques aim to quantify the dynamics of specific, critical modes by utilizing data-streams and by expanding the dimensionality of the reduced-order model using delayed coordinates. In turn, these methods have major limitations in regions of the phase space with sparse data, which is the case for extreme events. In this work, we develop a novel hybrid framework that complements an imperfect reduced order model, with data-streams that are integrated though a recurrent neural network (RNN) architecture. The reduced order model has the form of projected equations into a low-dimensional subspace that still contains important dynamical information about the system and it is expanded by a long short-term memory (LSTM) regularization. The LSTM-RNN is trained by analyzing the mismatch between the imperfect model and the data-streams, projected to the reduced-order space. The data-driven model assists the imperfect model in regions where data is available, while for locations where data is sparse the imperfect model still provides a baseline for the prediction of the system state. We assess the developed framework on two challenging prototype systems exhibiting extreme events. We show that the blended approach has improved performance compared with methods that use either data streams or the imperfect model alone. Notably the improvement is more significant in

  5. Data-assisted reduced-order modeling of extreme events in complex dynamical systems.

    PubMed

    Wan, Zhong Yi; Vlachas, Pantelis; Koumoutsakos, Petros; Sapsis, Themistoklis

    2018-01-01

    The prediction of extreme events, from avalanches and droughts to tsunamis and epidemics, depends on the formulation and analysis of relevant, complex dynamical systems. Such dynamical systems are characterized by high intrinsic dimensionality with extreme events having the form of rare transitions that are several standard deviations away from the mean. Such systems are not amenable to classical order-reduction methods through projection of the governing equations due to the large intrinsic dimensionality of the underlying attractor as well as the complexity of the transient events. Alternatively, data-driven techniques aim to quantify the dynamics of specific, critical modes by utilizing data-streams and by expanding the dimensionality of the reduced-order model using delayed coordinates. In turn, these methods have major limitations in regions of the phase space with sparse data, which is the case for extreme events. In this work, we develop a novel hybrid framework that complements an imperfect reduced order model, with data-streams that are integrated though a recurrent neural network (RNN) architecture. The reduced order model has the form of projected equations into a low-dimensional subspace that still contains important dynamical information about the system and it is expanded by a long short-term memory (LSTM) regularization. The LSTM-RNN is trained by analyzing the mismatch between the imperfect model and the data-streams, projected to the reduced-order space. The data-driven model assists the imperfect model in regions where data is available, while for locations where data is sparse the imperfect model still provides a baseline for the prediction of the system state. We assess the developed framework on two challenging prototype systems exhibiting extreme events. We show that the blended approach has improved performance compared with methods that use either data streams or the imperfect model alone. Notably the improvement is more significant in

  6. Event extraction of bacteria biotopes: a knowledge-intensive NLP-based approach

    PubMed Central

    2012-01-01

    Background Bacteria biotopes cover a wide range of diverse habitats including animal and plant hosts, natural, medical and industrial environments. The high volume of publications in the microbiology domain provides a rich source of up-to-date information on bacteria biotopes. This information, as found in scientific articles, is expressed in natural language and is rarely available in a structured format, such as a database. This information is of great importance for fundamental research and microbiology applications (e.g., medicine, agronomy, food, bioenergy). The automatic extraction of this information from texts will provide a great benefit to the field. Methods We present a new method for extracting relationships between bacteria and their locations using the Alvis framework. Recognition of bacteria and their locations was achieved using a pattern-based approach and domain lexical resources. For the detection of environment locations, we propose a new approach that combines lexical information and the syntactic-semantic analysis of corpus terms to overcome the incompleteness of lexical resources. Bacteria location relations extend over sentence borders, and we developed domain-specific rules for dealing with bacteria anaphors. Results We participated in the BioNLP 2011 Bacteria Biotope (BB) task with the Alvis system. Official evaluation results show that it achieves the best performance of participating systems. New developments since then have increased the F-score by 4.1 points. Conclusions We have shown that the combination of semantic analysis and domain-adapted resources is both effective and efficient for event information extraction in the bacteria biotope domain. We plan to adapt the method to deal with a larger set of location types and a large-scale scientific article corpus to enable microbiologists to integrate and use the extracted knowledge in combination with experimental data. PMID:22759462

  7. Event extraction of bacteria biotopes: a knowledge-intensive NLP-based approach.

    PubMed

    Ratkovic, Zorana; Golik, Wiktoria; Warnier, Pierre

    2012-06-26

    Bacteria biotopes cover a wide range of diverse habitats including animal and plant hosts, natural, medical and industrial environments. The high volume of publications in the microbiology domain provides a rich source of up-to-date information on bacteria biotopes. This information, as found in scientific articles, is expressed in natural language and is rarely available in a structured format, such as a database. This information is of great importance for fundamental research and microbiology applications (e.g., medicine, agronomy, food, bioenergy). The automatic extraction of this information from texts will provide a great benefit to the field. We present a new method for extracting relationships between bacteria and their locations using the Alvis framework. Recognition of bacteria and their locations was achieved using a pattern-based approach and domain lexical resources. For the detection of environment locations, we propose a new approach that combines lexical information and the syntactic-semantic analysis of corpus terms to overcome the incompleteness of lexical resources. Bacteria location relations extend over sentence borders, and we developed domain-specific rules for dealing with bacteria anaphors. We participated in the BioNLP 2011 Bacteria Biotope (BB) task with the Alvis system. Official evaluation results show that it achieves the best performance of participating systems. New developments since then have increased the F-score by 4.1 points. We have shown that the combination of semantic analysis and domain-adapted resources is both effective and efficient for event information extraction in the bacteria biotope domain. We plan to adapt the method to deal with a larger set of location types and a large-scale scientific article corpus to enable microbiologists to integrate and use the extracted knowledge in combination with experimental data.

  8. Application of the EVEX resource to event extraction and network construction: Shared Task entry and result analysis

    PubMed Central

    2015-01-01

    Background Modern methods for mining biomolecular interactions from literature typically make predictions based solely on the immediate textual context, in effect a single sentence. No prior work has been published on extending this context to the information automatically gathered from the whole biomedical literature. Thus, our motivation for this study is to explore whether mutually supporting evidence, aggregated across several documents can be utilized to improve the performance of the state-of-the-art event extraction systems. In this paper, we describe our participation in the latest BioNLP Shared Task using the large-scale text mining resource EVEX. We participated in the Genia Event Extraction (GE) and Gene Regulation Network (GRN) tasks with two separate systems. In the GE task, we implemented a re-ranking approach to improve the precision of an existing event extraction system, incorporating features from the EVEX resource. In the GRN task, our system relied solely on the EVEX resource and utilized a rule-based conversion algorithm between the EVEX and GRN formats. Results In the GE task, our re-ranking approach led to a modest performance increase and resulted in the first rank of the official Shared Task results with 50.97% F-score. Additionally, in this paper we explore and evaluate the usage of distributed vector representations for this challenge. In the GRN task, we ranked fifth in the official results with a strict/relaxed SER score of 0.92/0.81 respectively. To try and improve upon these results, we have implemented a novel machine learning based conversion system and benchmarked its performance against the original rule-based system. Conclusions For the GRN task, we were able to produce a gene regulatory network from the EVEX data, warranting the use of such generic large-scale text mining data in network biology settings. A detailed performance and error analysis provides more insight into the relatively low recall rates. In the GE task we

  9. A botulinum neurotoxin-like function of Potentilla chinensis extract that inhibits neuronal SNARE complex formation, membrane fusion, neuroexocytosis, and muscle contraction.

    PubMed

    Jung, Chang-Hwa; Choi, Jin-Kyu; Yang, Yoosoo; Koh, Hyun-Ju; Heo, Paul; Yoon, Kee-Jung; Kim, Sehyun; Park, Won-Seok; Shing, Hong-Ju; Kweon, Dae-Hyuk

    2012-09-01

    Botulinum neurotoxins (BoNTs) are popularly used to treat various diseases and for cosmetic purposes. They act by blocking neurotransmission through specific cleavage of soluble N-ethylmaleimide-sensitive factor attachment protein receptor (SNARE) proteins. Recently, several polyphenols were shown to interfere with SNARE complex formation by wedging into the hydrophobic core interface, thereby leading to reduced neuroexocytosis. In order to find industrially-viable plant extract that functions like BoNT, 71 methanol extracts of flowers were screened and BoNT-like activity of selected extract was evaluated. After evaluating the inhibitory effect of 71 flower methanol extracts on SNARE complex formation, seven candidates were selected and they were subjected to SNARE-driven membrane fusion assay. Neurotransmitter release from neuronal PC12 cells and SNARE complex formation inside the cell was also evaluated. Finally, the effect of one selected extract on muscle contraction and digit abduction score was determined. The extract of Potentilla chinensis Ser. (Rosaceae)(Chinese cinquefoil) flower inhibited neurotransmitter release from neuronal PC12 cells by approximately 90% at a concentration of 10 μg/mL. The extract inhibited neuroexocytosis by interfering with SNARE complex formation inside cells. It reduced muscle contraction of phrenic nerve-hemidiaphragm by approximately 70% in 60 min, which is comparable to the action of the Ca²⁺-channel blocker verapamil and BoNT type A. While BoNT blocks neuroexocytosis by cleaving SNARE proteins, the Potentilla chinensis extract exhibited the same activity by inhibiting SNARE complex formation. The extract paralyzed muscle as efficiently as BoNT, suggesting the potential versatility in cosmetics and therapeutics.

  10. Complex eigenvalue extraction in NASTRAN by the tridiagonal reduction (FEER) method

    NASA Technical Reports Server (NTRS)

    Newman, M.; Mann, F. I.

    1977-01-01

    An extension of the Tridiagonal Reduction (FEER) method to complex eigenvalue analysis in NASTRAN is described. As in the case of real eigenvalue analysis, the eigensolutions closest to a selected point in the eigenspectrum are extracted from a reduced, symmetric, tridiagonal eigenmatrix whose order is much lower than that of the full size problem. The reduction process is effected automatically, and thus avoids the arbitrary lumping of masses and other physical quantities at selected grid points. The statement of the algebraic eigenvalue problem admits mass, damping and stiffness matrices which are unrestricted in character, i.e., they may be real, complex, symmetric or unsymmetric, singular or non-singular.

  11. Action of multi-enzyme complex on protein extraction to obtain a protein concentrate from okara.

    PubMed

    de Figueiredo, Vitória Ribeiro Garcia; Yamashita, Fábio; Vanzela, André Luis Laforga; Ida, Elza Iouko; Kurozawa, Louise Emy

    2018-04-01

    The objective of this study was to optimize the extraction of protein by applying a multi-enzymatic pretreatment to okara, a byproduct from soymilk processing. The multi-enzyme complex Viscozyme, containing a variety of carbohydrases, was used to hydrolyze the okara cell walls and facilitate extraction of proteins. Enzyme-assisted extraction was carried out under different temperatures (37-53 °C), enzyme concentrations (1.5-4%) and pH values (5.5-6.5) according to a central composite rotatable design. After extraction, the protein was concentrated by isoelectric precipitation. The optimal conditions for maximum protein content and recovery in protein concentrate were 53 °C, pH 6.2 and 4% of enzyme concentration. Under these conditions, protein content of 56% (dry weight basis) and a recovery of 28% were obtained, representing an increase of 17 and 86%, respectively, compared to the sample with no enzymatic pretreatment. The multi-enzyme complex Viscozyme hydrolyzed the structural cell wall polysaccharides, improving extraction and obtaining protein concentrate from the okara. An electrophoretic profile of the protein concentrate showed two distinct bands, corresponding to the acidic and basic subunits of the protein glycinin. There were no limiting amino acids in the protein concentrate, which had a greater content of arginine.

  12. An ensemble method for extracting adverse drug events from social media.

    PubMed

    Liu, Jing; Zhao, Songzheng; Zhang, Xiaodi

    2016-06-01

    Because adverse drug events (ADEs) are a serious health problem and a leading cause of death, it is of vital importance to identify them correctly and in a timely manner. With the development of Web 2.0, social media has become a large data source for information on ADEs. The objective of this study is to develop a relation extraction system that uses natural language processing techniques to effectively distinguish between ADEs and non-ADEs in informal text on social media. We develop a feature-based approach that utilizes various lexical, syntactic, and semantic features. Information-gain-based feature selection is performed to address high-dimensional features. Then, we evaluate the effectiveness of four well-known kernel-based approaches (i.e., subset tree kernel, tree kernel, shortest dependency path kernel, and all-paths graph kernel) and several ensembles that are generated by adopting different combination methods (i.e., majority voting, weighted averaging, and stacked generalization). All of the approaches are tested using three data sets: two health-related discussion forums and one general social networking site (i.e., Twitter). When investigating the contribution of each feature subset, the feature-based approach attains the best area under the receiver operating characteristics curve (AUC) values, which are 78.6%, 72.2%, and 79.2% on the three data sets. When individual methods are used, we attain the best AUC values of 82.1%, 73.2%, and 77.0% using the subset tree kernel, shortest dependency path kernel, and feature-based approach on the three data sets, respectively. When using classifier ensembles, we achieve the best AUC values of 84.5%, 77.3%, and 84.5% on the three data sets, outperforming the baselines. Our experimental results indicate that ADE extraction from social media can benefit from feature selection. With respect to the effectiveness of different feature subsets, lexical features and semantic features can enhance the ADE extraction

  13. Complex analyses on clinical information systems using restricted natural language querying to resolve time-event dependencies.

    PubMed

    Safari, Leila; Patrick, Jon D

    2018-06-01

    This paper reports on a generic framework to provide clinicians with the ability to conduct complex analyses on elaborate research topics using cascaded queries to resolve internal time-event dependencies in the research questions, as an extension to the proposed Clinical Data Analytics Language (CliniDAL). A cascaded query model is proposed to resolve internal time-event dependencies in the queries which can have up to five levels of criteria starting with a query to define subjects to be admitted into a study, followed by a query to define the time span of the experiment. Three more cascaded queries can be required to define control groups, control variables and output variables which all together simulate a real scientific experiment. According to the complexity of the research questions, the cascaded query model has the flexibility of merging some lower level queries for simple research questions or adding a nested query to each level to compose more complex queries. Three different scenarios (one of them contains two studies) are described and used for evaluation of the proposed solution. CliniDAL's complex analyses solution enables answering complex queries with time-event dependencies at most in a few hours which manually would take many days. An evaluation of results of the research studies based on the comparison between CliniDAL and SQL solutions reveals high usability and efficiency of CliniDAL's solution. Copyright © 2018 Elsevier Inc. All rights reserved.

  14. Biological event composition

    PubMed Central

    2012-01-01

    Background In recent years, biological event extraction has emerged as a key natural language processing task, aiming to address the information overload problem in accessing the molecular biology literature. The BioNLP shared task competitions have contributed to this recent interest considerably. The first competition (BioNLP'09) focused on extracting biological events from Medline abstracts from a narrow domain, while the theme of the latest competition (BioNLP-ST'11) was generalization and a wider range of text types, event types, and subject domains were considered. We view event extraction as a building block in larger discourse interpretation and propose a two-phase, linguistically-grounded, rule-based methodology. In the first phase, a general, underspecified semantic interpretation is composed from syntactic dependency relations in a bottom-up manner. The notion of embedding underpins this phase and it is informed by a trigger dictionary and argument identification rules. Coreference resolution is also performed at this step, allowing extraction of inter-sentential relations. The second phase is concerned with constraining the resulting semantic interpretation by shared task specifications. We evaluated our general methodology on core biological event extraction and speculation/negation tasks in three main tracks of BioNLP-ST'11 (GENIA, EPI, and ID). Results We achieved competitive results in GENIA and ID tracks, while our results in the EPI track leave room for improvement. One notable feature of our system is that its performance across abstracts and articles bodies is stable. Coreference resolution results in minor improvement in system performance. Due to our interest in discourse-level elements, such as speculation/negation and coreference, we provide a more detailed analysis of our system performance in these subtasks. Conclusions The results demonstrate the viability of a robust, linguistically-oriented methodology, which clearly distinguishes

  15. Modified CTAB and TRIzol protocols improve RNA extraction from chemically complex Embryophyta1

    PubMed Central

    Jordon-Thaden, Ingrid E.; Chanderbali, Andre S.; Gitzendanner, Matthew A.; Soltis, Douglas E.

    2015-01-01

    Premise of the study: Here we present a series of protocols for RNA extraction across a diverse array of plants; we focus on woody, aromatic, aquatic, and other chemically complex taxa. Methods and Results: Ninety-one taxa were subjected to RNA extraction with three methods presented here: (1) TRIzol/TURBO DNA-free kits using the manufacturer’s protocol with the addition of sarkosyl; (2) a combination method using cetyltrimethylammonium bromide (CTAB) and TRIzol/sarkosyl/TURBO DNA-free; and (3) a combination of CTAB and QIAGEN RNeasy Plant Mini Kit. Bench-ready protocols are given. Conclusions: After an iterative process of working with chemically complex taxa, we conclude that the use of TRIzol supplemented with sarkosyl and the TURBO DNA-free kit is an effective, efficient, and robust method for obtaining RNA from 100 mg of leaf tissue of land plant species (Embryophyta) examined. Our protocols can be used to provide RNA of suitable stability, quantity, and quality for transcriptome sequencing. PMID:25995975

  16. Extracting insights from the shape of complex data using topology.

    PubMed

    Lum, P Y; Singh, G; Lehman, A; Ishkanov, T; Vejdemo-Johansson, M; Alagappan, M; Carlsson, J; Carlsson, G

    2013-01-01

    This paper applies topological methods to study complex high dimensional data sets by extracting shapes (patterns) and obtaining insights about them. Our method combines the best features of existing standard methodologies such as principal component and cluster analyses to provide a geometric representation of complex data sets. Through this hybrid method, we often find subgroups in data sets that traditional methodologies fail to find. Our method also permits the analysis of individual data sets as well as the analysis of relationships between related data sets. We illustrate the use of our method by applying it to three very different kinds of data, namely gene expression from breast tumors, voting data from the United States House of Representatives and player performance data from the NBA, in each case finding stratifications of the data which are more refined than those produced by standard methods.

  17. Towards Hybrid Online On-Demand Querying of Realtime Data with Stateful Complex Event Processing

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

    Zhou, Qunzhi; Simmhan, Yogesh; Prasanna, Viktor K.

    Emerging Big Data applications in areas like e-commerce and energy industry require both online and on-demand queries to be performed over vast and fast data arriving as streams. These present novel challenges to Big Data management systems. Complex Event Processing (CEP) is recognized as a high performance online query scheme which in particular deals with the velocity aspect of the 3-V’s of Big Data. However, traditional CEP systems do not consider data variety and lack the capability to embed ad hoc queries over the volume of data streams. In this paper, we propose H2O, a stateful complex event processing framework,more » to support hybrid online and on-demand queries over realtime data. We propose a semantically enriched event and query model to address data variety. A formal query algebra is developed to precisely capture the stateful and containment semantics of online and on-demand queries. We describe techniques to achieve the interactive query processing over realtime data featured by efficient online querying, dynamic stream data persistence and on-demand access. The system architecture is presented and the current implementation status reported.« less

  18. Complex rheological properties of a water-soluble extract from the fronds of the black tree fern, Cyathea medullaris.

    PubMed

    Goh, Kelvin K T; Matia-Merino, Lara; Hall, Christopher E; Moughan, Paul J; Singh, Harjinder

    2007-11-01

    A water-soluble extract was obtained from the fronds of a New Zealand native black tree fern (Cyathea medullaris or Mamaku in Māori). The extract exhibited complex rheological behavior. Newtonian, shear-thinning, shear-thickening, thixotropic, antithixotropic, and viscoelastic behaviors were observed depending on polymer concentration, shear rate, and shear history. The extract also displayed rod-climbing and self-siphoning properties typical of viscoelastic fluids. Such complex rheological properties have been reported in synthetic or chemically modified polymers but are less frequent in unmodified biopolymers. Although Mamaku extract obtained from the pith of the fern has been traditionally used by the Māori in New Zealand for treating wounds and diarrhea among other ailments, this material has never been characterized before. This study reports on the chemical composition of the extract and on its viscoelastic properties through rotational and oscillatory rheological measurements. Explanations of the mechanism behind the rheological properties were based on transient network models for associating polymers.

  19. Music video shot segmentation using independent component analysis and keyframe extraction based on image complexity

    NASA Astrophysics Data System (ADS)

    Li, Wei; Chen, Ting; Zhang, Wenjun; Shi, Yunyu; Li, Jun

    2012-04-01

    In recent years, Music video data is increasing at an astonishing speed. Shot segmentation and keyframe extraction constitute a fundamental unit in organizing, indexing, retrieving video content. In this paper a unified framework is proposed to detect the shot boundaries and extract the keyframe of a shot. Music video is first segmented to shots by illumination-invariant chromaticity histogram in independent component (IC) analysis feature space .Then we presents a new metric, image complexity, to extract keyframe in a shot which is computed by ICs. Experimental results show the framework is effective and has a good performance.

  20. Markov Logic Networks for Adverse Drug Event Extraction from Text.

    PubMed

    Natarajan, Sriraam; Bangera, Vishal; Khot, Tushar; Picado, Jose; Wazalwar, Anurag; Costa, Vitor Santos; Page, David; Caldwell, Michael

    2017-05-01

    Adverse drug events (ADEs) are a major concern and point of emphasis for the medical profession, government, and society. A diverse set of techniques from epidemiology, statistics, and computer science are being proposed and studied for ADE discovery from observational health data (e.g., EHR and claims data), social network data (e.g., Google and Twitter posts), and other information sources. Methodologies are needed for evaluating, quantitatively measuring, and comparing the ability of these various approaches to accurately discover ADEs. This work is motivated by the observation that text sources such as the Medline/Medinfo library provide a wealth of information on human health. Unfortunately, ADEs often result from unexpected interactions, and the connection between conditions and drugs is not explicit in these sources. Thus, in this work we address the question of whether we can quantitatively estimate relationships between drugs and conditions from the medical literature. This paper proposes and studies a state-of-the-art NLP-based extraction of ADEs from text.

  1. Automatic extraction of plots from geo-registered UAS imagery of crop fields with complex planting schemes

    NASA Astrophysics Data System (ADS)

    Hearst, Anthony A.

    Complex planting schemes are common in experimental crop fields and can make it difficult to extract plots of interest from high-resolution imagery of the fields gathered by Unmanned Aircraft Systems (UAS). This prevents UAS imagery from being applied in High-Throughput Precision Phenotyping and other areas of agricultural research. If the imagery is accurately geo-registered, then it may be possible to extract plots from the imagery based on their map coordinates. To test this approach, a UAS was used to acquire visual imagery of 5 ha of soybean fields containing 6.0 m2 plots in a complex planting scheme. Sixteen artificial targets were setup in the fields before flights and different spatial configurations of 0 to 6 targets were used as Ground Control Points (GCPs) for geo-registration, resulting in a total of 175 geo-registered image mosaics with a broad range of geo-registration accuracies. Geo-registration accuracy was quantified based on the horizontal Root Mean Squared Error (RMSE) of targets used as checkpoints. Twenty test plots were extracted from the geo-registered imagery. Plot extraction accuracy was quantified based on the percentage of the desired plot area that was extracted. It was found that using 4 GCPs along the perimeter of the field minimized the horizontal RMSE and enabled a plot extraction accuracy of at least 70%, with a mean plot extraction accuracy of 92%. Future work will focus on further enhancing the plot extraction accuracy through additional image processing techniques so that it becomes sufficiently accurate for all practical purposes in agricultural research and potentially other areas of research.

  2. Extracting insights from the shape of complex data using topology

    PubMed Central

    Lum, P. Y.; Singh, G.; Lehman, A.; Ishkanov, T.; Vejdemo-Johansson, M.; Alagappan, M.; Carlsson, J.; Carlsson, G.

    2013-01-01

    This paper applies topological methods to study complex high dimensional data sets by extracting shapes (patterns) and obtaining insights about them. Our method combines the best features of existing standard methodologies such as principal component and cluster analyses to provide a geometric representation of complex data sets. Through this hybrid method, we often find subgroups in data sets that traditional methodologies fail to find. Our method also permits the analysis of individual data sets as well as the analysis of relationships between related data sets. We illustrate the use of our method by applying it to three very different kinds of data, namely gene expression from breast tumors, voting data from the United States House of Representatives and player performance data from the NBA, in each case finding stratifications of the data which are more refined than those produced by standard methods. PMID:23393618

  3. Solutions for Coding Societal Events

    DTIC Science & Technology

    2016-12-01

    develop a prototype system for civil unrest event extraction, and (3) engineer BBN ACCENT (ACCurate Events from Natural Text ) to support broad use by...56 iv List of Tables Table 1: Features in similarity metric. Abbreviations are as follows. TG: text graph...extraction of a stream of events (e.g. protests, attacks, etc.) from unstructured text (e.g. news, social media). This technical report presents results

  4. Rapid extraction of auditory feature contingencies.

    PubMed

    Bendixen, Alexandra; Prinz, Wolfgang; Horváth, János; Trujillo-Barreto, Nelson J; Schröger, Erich

    2008-07-01

    Contingent relations between sensory events render the environment predictable and thus facilitate adaptive behavior. The human capacity to detect such relations has been comprehensively demonstrated in paradigms in which contingency rules were task-relevant or in which they applied to motor behavior. The extent to which contingencies can also be extracted from events that are unrelated to the current goals of the organism has remained largely unclear. The present study addressed the emergence of contingency-related effects for behaviorally irrelevant auditory stimuli and the cortical areas involved in the processing of such contingency rules. Contingent relations between different features of temporally separate events were embedded in a new dynamic protocol. Participants were presented with the auditory stimulus sequences while their attention was captured by a video. The mismatch negativity (MMN) component of the event-related brain potential (ERP) was employed as an electrophysiological correlate of contingency detection. MMN generators were localized by means of scalp current density (SCD) and primary current density (PCD) analyses with variable resolution electromagnetic tomography (VARETA). Results show that task-irrelevant contingencies can be extracted from about fifteen to twenty successive events conforming to the contingent relation. Topographic and tomographic analyses reveal the involvement of the auditory cortex in the processing of contingency violations. The present data provide evidence for the rapid encoding of complex extrapolative relations in sensory areas. This capacity is of fundamental importance for the organism in its attempt to model the sensory environment outside the focus of attention.

  5. Filtering large-scale event collections using a combination of supervised and unsupervised learning for event trigger classification.

    PubMed

    Mehryary, Farrokh; Kaewphan, Suwisa; Hakala, Kai; Ginter, Filip

    2016-01-01

    Biomedical event extraction is one of the key tasks in biomedical text mining, supporting various applications such as database curation and hypothesis generation. Several systems, some of which have been applied at a large scale, have been introduced to solve this task. Past studies have shown that the identification of the phrases describing biological processes, also known as trigger detection, is a crucial part of event extraction, and notable overall performance gains can be obtained by solely focusing on this sub-task. In this paper we propose a novel approach for filtering falsely identified triggers from large-scale event databases, thus improving the quality of knowledge extraction. Our method relies on state-of-the-art word embeddings, event statistics gathered from the whole biomedical literature, and both supervised and unsupervised machine learning techniques. We focus on EVEX, an event database covering the whole PubMed and PubMed Central Open Access literature containing more than 40 million extracted events. The top most frequent EVEX trigger words are hierarchically clustered, and the resulting cluster tree is pruned to identify words that can never act as triggers regardless of their context. For rarely occurring trigger words we introduce a supervised approach trained on the combination of trigger word classification produced by the unsupervised clustering method and manual annotation. The method is evaluated on the official test set of BioNLP Shared Task on Event Extraction. The evaluation shows that the method can be used to improve the performance of the state-of-the-art event extraction systems. This successful effort also translates into removing 1,338,075 of potentially incorrect events from EVEX, thus greatly improving the quality of the data. The method is not solely bound to the EVEX resource and can be thus used to improve the quality of any event extraction system or database. The data and source code for this work are available at

  6. Neural bases of event knowledge and syntax integration in comprehension of complex sentences.

    PubMed

    Malaia, Evie; Newman, Sharlene

    2015-01-01

    Comprehension of complex sentences is necessarily supported by both syntactic and semantic knowledge, but what linguistic factors trigger a readers' reliance on a specific system? This functional neuroimaging study orthogonally manipulated argument plausibility and verb event type to investigate cortical bases of the semantic effect on argument comprehension during reading. The data suggest that telic verbs facilitate online processing by means of consolidating the event schemas in episodic memory and by easing the computation of syntactico-thematic hierarchies in the left inferior frontal gyrus. The results demonstrate that syntax-semantics integration relies on trade-offs among a distributed network of regions for maximum comprehension efficiency.

  7. Green synthesis of ZnO nanoparticles via complex formation by using Curcuma longa extract

    NASA Astrophysics Data System (ADS)

    Fatimah, Is; Yudha, Septian P.; Mutiara, Nur Afisa Lintang

    2016-02-01

    Synthesis of ZnO nanoparticles(NPs) were conducted via Zn(II) complex formation by using Curcuma longa extract as template. Curcuma longa extract has the ability to form zinc ions complex with curcumin as ligating agent. Study on synthesis was conducted by monitoring thermal degradation of the material. Successful formation of zinc oxide nanoparticles was confirmed by employing x-ray diffraction, surface area analysis and transmission electron microscopy(TEM) studies. From the XRD analysis it is denoted that ZnO in hexagonal wurtzite phase was formed and particle size was varied as varied temperature. The data are also confirmed by TEM analysis which shows the particle sie at the range 20-80nm. The NPs exhibited excelent photocatalytic activity for methylene blue degradation and also significant antibacterial activity for Eschericia coli. The activity in methylene blue degradation was also confirmed from fast chemical oxygen demand (COD) reduction.

  8. Synthesis, characterization and extraction studies of some metal (II) complexes containing (hydrazoneoxime and bis-acylhydrazone) moieties

    NASA Astrophysics Data System (ADS)

    Al-Ne'aimi, Mohammed Mahmmod; Al-Khuder, Mohammed Moudar

    2013-03-01

    In this study, diacetylmonoximebenzoylhydrazone (L1H2) and 1,4-diacetylbenzene bis(benzoyl hydrazone) (L2H2) were synthesized by the condensation of benzohydrazide with diacetyl monoxime and 1,4-diacetylbenzene, respectively. Complexes of these ligands with Co(II), Ni(II), Cu(II), Zn(II) and Cd(II) inos were prepared with a metal:ligand ratio of 1:2 for L1H2 ligand, and 1:1 for L2H2 ligand. The ligands and their complexes were elucidated on the basis of elemental analyses CHN, AAS, FT-IR, 1H- and 13C NMR spectra, UV-vis spectra and magnetic susceptibility measurements. Results show the L1H2 ligand act as monoanionic O,N,N-tridentate and coordination takes place in the enol form through the oxime nitrogen, the imine nitrogen and the enolate oxygen atoms with a N4O2 donor environment, while the L2H2 ligand act as a dianionic O,N,N,O-tetradentate and coordination takes place in the enol form through the enolate oxygen and the azomethine nitrogen atoms with a N2O2 donor environment. These results are consistent with the formation of mononuclear metal (II) complexes [M(L1H)2], and binuclear polymeric metal (II) complexes [{M2(L2)}n]. The extraction ability of both ligands were examined in chloroform by the liquid-liquid extraction of selected transition metal [Co2+, Ni2+, Cu2+, Zn2+ and Pb2+] cations. The effects of pH and contact time on the percentage extraction of metal (II) ions were studied under the optimum extraction conditions. The (L1H2) ligand shows strong binding ability toward copper(II) and lead(II) ions, while the (L2H2) ligand shows strong binding ability toward nickel(II) and zinc(II) ions.

  9. Psychological distress and stressful life events in pediatric complex regional pain syndrome

    PubMed Central

    Wager, Julia; Brehmer, Hannah; Hirschfeld, Gerrit; Zernikow, Boris

    2015-01-01

    BACKGROUND: There is little knowledge regarding the association between psychological factors and complex regional pain syndrome (CRPS) in children. Specifically, it is not known which factors precipitate CRPS and which result from the ongoing painful disease. OBJECTIVES: To examine symptoms of depression and anxiety as well as the experience of stressful life events in children with CRPS compared with children with chronic primary headaches and functional abdominal pain. METHODS: A retrospective chart study examined children with CRPS (n=37) who received intensive inpatient pain treatment between 2004 and 2010. They were compared with two control groups (chronic primary headaches and functional abdominal pain; each n=37), who also received intensive inpatient pain treatment. Control groups were matched with the CRPS group with regard to admission date, age and sex. Groups were compared on symptoms of depression and anxiety as well as stressful life events. RESULTS: Children with CRPS reported lower anxiety and depression scores compared with children with abdominal pain. A higher number of stressful life events before and after the onset of the pain condition was observed for children with CRPS. CONCLUSIONS: Children with CRPS are not particularly prone to symptoms of anxiety or depression. Importantly, children with CRPS experienced more stressful life events than children with chronic headaches or abdominal pain. Prospective long-term studies are needed to further explore the potential role of stressful life events in the etiology of CRPS. PMID:26035287

  10. Water-soluble Schiff base-actinyl complexes and their effect on the solvent extraction of f-elements

    DOE PAGES

    Hawkins, Cory A.; Bustillos, Christian G.; May, Iain; ...

    2016-09-07

    Conventional solvent extraction of selected f-element cations by bis(2-ethylhexyl)phosphoric acid (HDEHP) yields increased extraction from aqueous to organic solution along the series Np(V) < Cm(III) < Eu(III) < U(VI), with distribution ratios all within two orders of magnitude. However, in the presence of the water-soluble tetradentate Schiff base (N,N'-bis(5-sulfonatosalicylidene)-ethylenediamine or H 2salenSO 3), selective complexation of the two actinyl cations (Np(V) and U(VI)) resulted in an extraction order of Np(V) < U(VI) << Eu(III) < Cm(III). The extraction of neither Cm(III) or Eu(III) by HDEHP are significantly impacted by the presence of the aqueous phase Schiff base. Despite observed hydrolyticmore » decomposition of H 2salenSO 3 in aqueous solutions, the calculated high conditional stability constant (β 11 = 26) for the complex [UO 2(salenSO 3)] 2- demonstrates its capacity for aqueous hold-back of U(VI). UV-visible-NIR spectroscopy of solutions prepared with a Np(VI) stock and H 2salenSO 3 suggest that reduction of Np(VI) to Np(V) by the ligand was rapid, resulting in a pentavalent Np complex that was substantially retained in the aqueous phase. Lastly, results from 1H NMR of aqueous solutions of H 2salenSO 3 with U(VI) and La(III), Eu(III), and Lu(III) provides additional evidence that the ligand readily chelates U(VI), but has only weak interactions with trivalent lanthanide ions.« less

  11. Green synthesis of ZnO nanoparticles via complex formation by using Curcuma longa extract

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

    Fatimah, Is, E-mail: isfatimah@uii.ac.id; Yudha, Septian P.; Mutiara, Nur Afisa Lintang

    Synthesis of ZnO nanoparticles(NPs) were conducted via Zn(II) complex formation by using Curcuma longa extract as template. Curcuma longa extract has the ability to form zinc ions complex with curcumin as ligating agent. Study on synthesis was conducted by monitoring thermal degradation of the material. Successful formation of zinc oxide nanoparticles was confirmed by employing x-ray diffraction, surface area analysis and transmission electron microscopy(TEM) studies. From the XRD analysis it is denoted that ZnO in hexagonal wurtzite phase was formed and particle size was varied as varied temperature. The data are also confirmed by TEM analysis which shows the particlemore » sie at the range 20-80nm. The NPs exhibited excelent photocatalytic activity for methylene blue degradation and also significant antibacterial activity for Eschericia coli. The activity in methylene blue degradation was also confirmed from fast chemical oxygen demand (COD) reduction.« less

  12. Tracking vortices in superconductors: Extracting singularities from a discretized complex scalar field evolving in time

    DOE PAGES

    Phillips, Carolyn L.; Guo, Hanqi; Peterka, Tom; ...

    2016-02-19

    In type-II superconductors, the dynamics of magnetic flux vortices determine their transport properties. In the Ginzburg-Landau theory, vortices correspond to topological defects in the complex order parameter field. Earlier, we introduced a method for extracting vortices from the discretized complex order parameter field generated by a large-scale simulation of vortex matter. With this method, at a fixed time step, each vortex [simplistically, a one-dimensional (1D) curve in 3D space] can be represented as a connected graph extracted from the discretized field. Here we extend this method as a function of time as well. A vortex now corresponds to a 2Dmore » space-time sheet embedded in 4D space time that can be represented as a connected graph extracted from the discretized field over both space and time. Vortices that interact by merging or splitting correspond to disappearance and appearance of holes in the connected graph in the time direction. This method of tracking vortices, which makes no assumptions about the scale or behavior of the vortices, can track the vortices with a resolution as good as the discretization of the temporally evolving complex scalar field. In addition, even details of the trajectory between time steps can be reconstructed from the connected graph. With this form of vortex tracking, the details of vortex dynamics in a model of a superconducting materials can be understood in greater detail than previously possible.« less

  13. Temporal dynamics of contingency extraction from tonal and verbal auditory sequences.

    PubMed

    Bendixen, Alexandra; Schwartze, Michael; Kotz, Sonja A

    2015-09-01

    Consecutive sound events are often to some degree predictive of each other. Here we investigated the brain's capacity to detect contingencies between consecutive sounds by means of electroencephalography (EEG) during passive listening. Contingencies were embedded either within tonal or verbal stimuli. Contingency extraction was measured indirectly via the elicitation of the mismatch negativity (MMN) component of the event-related potential (ERP) by contingency violations. MMN results indicate that structurally identical forms of predictability can be extracted from both tonal and verbal stimuli. We also found similar generators to underlie the processing of contingency violations across stimulus types, as well as similar performance in an active-listening follow-up test. However, the process of passive contingency extraction was considerably slower (twice as many rule exemplars were needed) for verbal than for tonal stimuli These results suggest caution in transferring findings on complex predictive regularity processing obtained with tonal stimuli directly to the speech domain. Copyright © 2014 Elsevier Inc. All rights reserved.

  14. Identification and characterization of gadolinium(III) complexes in biological tissue extracts.

    PubMed

    Kahakachchi, Chethaka L; Moore, Dennis A

    2010-07-01

    The gadolinium species present in a rat kidney following intravenous administration of a gadolinium-based magnetic resonance contrast agent (Optimark™, Gadoversetamide injection) to a rat was examined in the present study. The major gadolinium species in the supernatant of the rat kidney tissue extracts was determined by reversed-phase liquid chromatography with online inductively coupled plasma optical emission spectrometry (HPLC-ICP-OES). The identity of the compound was established by liquid chromatography electrospray ionization mass spectrometry (LC-ESI-MS) detection. The principal gadolinium(III) complex in a rat kidney tissue extract was identified as Gd-DTPA-BMEA 24 Hrs and 7 days after a single intravenous injection of Optimark™ (gadoversetamide; Gd-DTPA-BMEA) at a dose of 5 mmol Gd/kg body weight. The study demonstrated for the first time the feasibility of the use of two complementary techniques, HPLC-ICP-OES and HPLC-ESI-MS to study the in vivo behavior of gadolinium-based magnetic resonance contrast media.

  15. Developing a complex independent component analysis technique to extract non-stationary patterns from geophysical time-series

    NASA Astrophysics Data System (ADS)

    Forootan, Ehsan; Kusche, Jürgen

    2016-04-01

    Geodetic/geophysical observations, such as the time series of global terrestrial water storage change or sea level and temperature change, represent samples of physical processes and therefore contain information about complex physical interactionswith many inherent time scales. Extracting relevant information from these samples, for example quantifying the seasonality of a physical process or its variability due to large-scale ocean-atmosphere interactions, is not possible by rendering simple time series approaches. In the last decades, decomposition techniques have found increasing interest for extracting patterns from geophysical observations. Traditionally, principal component analysis (PCA) and more recently independent component analysis (ICA) are common techniques to extract statistical orthogonal (uncorrelated) and independent modes that represent the maximum variance of observations, respectively. PCA and ICA can be classified as stationary signal decomposition techniques since they are based on decomposing the auto-covariance matrix or diagonalizing higher (than two)-order statistical tensors from centered time series. However, the stationary assumption is obviously not justifiable for many geophysical and climate variables even after removing cyclic components e.g., the seasonal cycles. In this paper, we present a new decomposition method, the complex independent component analysis (CICA, Forootan, PhD-2014), which can be applied to extract to non-stationary (changing in space and time) patterns from geophysical time series. Here, CICA is derived as an extension of real-valued ICA (Forootan and Kusche, JoG-2012), where we (i) define a new complex data set using a Hilbert transformation. The complex time series contain the observed values in their real part, and the temporal rate of variability in their imaginary part. (ii) An ICA algorithm based on diagonalization of fourth-order cumulants is then applied to decompose the new complex data set in (i

  16. Complex Event Detection via Multi Source Video Attributes (Open Access)

    DTIC Science & Technology

    2013-10-03

    representations in H as Ṽi ∣∣∣ m i =1 ∈ Rdi×ni where di is the dimension and ni indicates the number of videos. Suppose the semantic labels are Ai|mi=1...Rni×ci where ci is the number of classes, we propose the following regres- sion loss: min Qi m∑ i =1 ∥∥∥Ṽ Ti Qi −Ai ∥∥∥ 2 F , (1) where Qi ∈ Rdi×ci...map the multiple features of the complex event videos into H and denote the resulted representations as X̃i ∣∣∣ m i =1 ∈ Rdi×n, where n is the number

  17. Detection of goal events in soccer videos

    NASA Astrophysics Data System (ADS)

    Kim, Hyoung-Gook; Roeber, Steffen; Samour, Amjad; Sikora, Thomas

    2005-01-01

    In this paper, we present an automatic extraction of goal events in soccer videos by using audio track features alone without relying on expensive-to-compute video track features. The extracted goal events can be used for high-level indexing and selective browsing of soccer videos. The detection of soccer video highlights using audio contents comprises three steps: 1) extraction of audio features from a video sequence, 2) event candidate detection of highlight events based on the information provided by the feature extraction Methods and the Hidden Markov Model (HMM), 3) goal event selection to finally determine the video intervals to be included in the summary. For this purpose we compared the performance of the well known Mel-scale Frequency Cepstral Coefficients (MFCC) feature extraction method vs. MPEG-7 Audio Spectrum Projection feature (ASP) extraction method based on three different decomposition methods namely Principal Component Analysis( PCA), Independent Component Analysis (ICA) and Non-Negative Matrix Factorization (NMF). To evaluate our system we collected five soccer game videos from various sources. In total we have seven hours of soccer games consisting of eight gigabytes of data. One of five soccer games is used as the training data (e.g., announcers' excited speech, audience ambient speech noise, audience clapping, environmental sounds). Our goal event detection results are encouraging.

  18. Synthesis, characterization and extraction studies of some metal (II) complexes containing (hydrazoneoxime and bis-acylhydrazone) moieties.

    PubMed

    Al-Ne'aimi, Mohammed Mahmmod; Al-Khuder, Mohammed Moudar

    2013-03-15

    In this study, diacetylmonoximebenzoylhydrazone (L(1)H(2)) and 1,4-diacetylbenzene bis(benzoyl hydrazone) (L(2)H(2)) were synthesized by the condensation of benzohydrazide with diacetyl monoxime and 1,4-diacetylbenzene, respectively. Complexes of these ligands with Co(II), Ni(II), Cu(II), Zn(II) and Cd(II) inos were prepared with a metal:ligand ratio of 1:2 for L(1)H(2) ligand, and 1:1 for L(2)H(2) ligand. The ligands and their complexes were elucidated on the basis of elemental analyses CHN, AAS, FT-IR, (1)H- and (13)C NMR spectra, UV-vis spectra and magnetic susceptibility measurements. Results show the L(1)H(2) ligand act as monoanionic O,N,N-tridentate and coordination takes place in the enol form through the oxime nitrogen, the imine nitrogen and the enolate oxygen atoms with a N(4)O(2) donor environment, while the L(2)H(2) ligand act as a dianionic O,N,N,O-tetradentate and coordination takes place in the enol form through the enolate oxygen and the azomethine nitrogen atoms with a N(2)O(2) donor environment. These results are consistent with the formation of mononuclear metal (II) complexes [M(L(1)H)(2)], and binuclear polymeric metal (II) complexes [{M(2)(L(2))}(n)]. The extraction ability of both ligands were examined in chloroform by the liquid-liquid extraction of selected transition metal [Co(2+), Ni(2+), Cu(2+), Zn(2+) and Pb(2+)] cations. The effects of pH and contact time on the percentage extraction of metal (II) ions were studied under the optimum extraction conditions. The (L(1)H(2)) ligand shows strong binding ability toward copper(II) and lead(II) ions, while the (L(2)H(2)) ligand shows strong binding ability toward nickel(II) and zinc(II) ions. Copyright © 2012 Elsevier B.V. All rights reserved.

  19. Information extraction system

    DOEpatents

    Lemmond, Tracy D; Hanley, William G; Guensche, Joseph Wendell; Perry, Nathan C; Nitao, John J; Kidwell, Paul Brandon; Boakye, Kofi Agyeman; Glaser, Ron E; Prenger, Ryan James

    2014-05-13

    An information extraction system and methods of operating the system are provided. In particular, an information extraction system for performing meta-extraction of named entities of people, organizations, and locations as well as relationships and events from text documents are described herein.

  20. Sex differences in event-related potential components during the solution of complex mental rotation tasks.

    PubMed

    Jaušovec, Norbert

    2012-04-18

    The objective of the study was to evaluate the factor of sex in terms of its influence on event-related potential components during the solution of a complex mental rotation task. To evaluate the factor of sex, independent of differences in ability levels and hormonal changes, women and men were equalized with respect to general intelligence and spatial ability. In addition, all women were tested during the low-estrogen phase of the menstrual cycle. The event-related potential analysis indicated that men showed shorter P3 and longer P1 latencies, as well as lower N1 amplitudes. These results suggest that men devoted more time to the analysis of irrelevant information presented in the rotation tasks, which resulted in mental rotation taking place earlier in men than in women. It can be concluded that, even though men and women showed similar performances on complex rotation tasks, they differed in their solution processes.

  1. Life Events: A Complex Role In The Timing Of Suicidal Behavior Among Depressed Patients

    PubMed Central

    Oquendo, Maria A.; Perez-Rodriguez, M. Mercedes; Poh, Ernest; Sullivan, Gregory; Burke, Ainsley K.; Sublette, M. Elizabeth; Mann, J. John; Galfalvy, Hanga

    2013-01-01

    Suicidal behavior is often conceptualized as a response to overwhelming stress. Our model posits that given a propensity for acting on suicidal urges, stressors such as life events or major depressive episodes (MDEs) determine the timing of suicidal acts. Depressed patients (n=415) were assessed prospectively for suicide attempts and suicide, life events and MDE over 2 years. Longitudinal data was divided into 1-month intervals characterized by MDE (yes/no), suicidal behavior (yes/no), and life event scores. Marginal logistic regression models were fit, with suicidal behavior as the response variable and MDE and life event score in either the same or previous month, respectively, as time-varying covariates. Among 7843 person-months, 33% had MDE and 73% had life events. MDE increased risk for suicidal behavior (OR=4.83, p< 0.0001). Life event scores were unrelated to the timing of suicidal behavior (OR=1.06 per 100 point increase, p=0.32), even during an MDE (OR=1.12, p=0.15). However, among those without Borderline Personality Disorders (BPD), both health and work related life events were key precipitants, as was recurrent MDE, with a 13-fold effect. The relationship of life events to suicidal behavior among those with BPD was more complex. Recurrent MDE was a robust precipitant for suicidal behavior, regardless of BPD comorbidity. The specific nature of life events is key to understanding the timing of suicidal behavior. Given unanticipated results regarding the role of BPD and study limitations, these findings require replication. Of note, that MDE, a treatable risk factor, strongly predicts suicidal behaviors is cause for hope. PMID:24126928

  2. Single Event Testing on Complex Devices: Test Like You Fly versus Test-Specific Design Structures

    NASA Technical Reports Server (NTRS)

    Berg, Melanie; LaBel, Kenneth A.

    2014-01-01

    We present a framework for evaluating complex digital systems targeted for harsh radiation environments such as space. Focus is limited to analyzing the single event upset (SEU) susceptibility of designs implemented inside Field Programmable Gate Array (FPGA) devices. Tradeoffs are provided between application-specific versus test-specific test structures.

  3. Developing a Complex Independent Component Analysis (CICA) Technique to Extract Non-stationary Patterns from Geophysical Time Series

    NASA Astrophysics Data System (ADS)

    Forootan, Ehsan; Kusche, Jürgen; Talpe, Matthieu; Shum, C. K.; Schmidt, Michael

    2017-12-01

    In recent decades, decomposition techniques have enabled increasingly more applications for dimension reduction, as well as extraction of additional information from geophysical time series. Traditionally, the principal component analysis (PCA)/empirical orthogonal function (EOF) method and more recently the independent component analysis (ICA) have been applied to extract, statistical orthogonal (uncorrelated), and independent modes that represent the maximum variance of time series, respectively. PCA and ICA can be classified as stationary signal decomposition techniques since they are based on decomposing the autocovariance matrix and diagonalizing higher (than two) order statistical tensors from centered time series, respectively. However, the stationarity assumption in these techniques is not justified for many geophysical and climate variables even after removing cyclic components, e.g., the commonly removed dominant seasonal cycles. In this paper, we present a novel decomposition method, the complex independent component analysis (CICA), which can be applied to extract non-stationary (changing in space and time) patterns from geophysical time series. Here, CICA is derived as an extension of real-valued ICA, where (a) we first define a new complex dataset that contains the observed time series in its real part, and their Hilbert transformed series as its imaginary part, (b) an ICA algorithm based on diagonalization of fourth-order cumulants is then applied to decompose the new complex dataset in (a), and finally, (c) the dominant independent complex modes are extracted and used to represent the dominant space and time amplitudes and associated phase propagation patterns. The performance of CICA is examined by analyzing synthetic data constructed from multiple physically meaningful modes in a simulation framework, with known truth. Next, global terrestrial water storage (TWS) data from the Gravity Recovery And Climate Experiment (GRACE) gravimetry mission

  4. Salient contour extraction from complex natural scene in night vision image

    NASA Astrophysics Data System (ADS)

    Han, Jing; Yue, Jiang; Zhang, Yi; Bai, Lian-fa

    2014-03-01

    The theory of center-surround interaction in non-classical receptive field can be applied in night vision information processing. In this work, an optimized compound receptive field modulation method is proposed to extract salient contour from complex natural scene in low-light-level (LLL) and infrared images. The kernel idea is that multi-feature analysis can recognize the inhomogeneity in modulatory coverage more accurately and that center and surround with the grouping structure satisfying Gestalt rule deserves high connection-probability. Computationally, a multi-feature contrast weighted inhibition model is presented to suppress background and lower mutual inhibition among contour elements; a fuzzy connection facilitation model is proposed to achieve the enhancement of contour response, the connection of discontinuous contour and the further elimination of randomly distributed noise and texture; a multi-scale iterative attention method is designed to accomplish dynamic modulation process and extract contours of targets in multi-size. This work provides a series of biologically motivated computational visual models with high-performance for contour detection from cluttered scene in night vision images.

  5. Discrete event simulation as a tool in optimization of a professional complex adaptive system.

    PubMed

    Nielsen, Anders Lassen; Hilwig, Helmer; Kissoon, Niranjan; Teelucksingh, Surujpal

    2008-01-01

    Similar urgent needs for improvement of health care systems exist in the developed and developing world. The culture and the organization of an emergency department in developing countries can best be described as a professional complex adaptive system, where each agent (employee) are ignorant of the behavior of the system as a whole; no one understands the entire system. Each agent's action is based on the state of the system at the moment (i.e. lack of medicine, unavailable laboratory investigation, lack of beds and lack of staff in certain functions). An important question is how one can improve the emergency service within the given constraints. The use of simulation signals is one new approach in studying issues amenable to improvement. Discrete event simulation was used to simulate part of the patient flow in an emergency department. A simple model was built using a prototyping approach. The simulation showed that a minor rotation among the nurses could reduce the mean number of visitors that had to be refereed to alternative flows within the hospital from 87 to 37 on a daily basis with a mean utilization of the staff between 95.8% (the nurses) and 87.4% (the doctors). We conclude that even faced with resource constraints and lack of accessible data discrete event simulation is a tool that can be used successfully to study the consequences of changes in very complex and self organizing professional complex adaptive systems.

  6. An Analysis Method for Superconducting Resonator Parameter Extraction with Complex Baseline Removal

    NASA Technical Reports Server (NTRS)

    Cataldo, Giuseppe

    2014-01-01

    A new semi-empirical model is proposed for extracting the quality (Q) factors of arrays of superconducting microwave kinetic inductance detectors (MKIDs). The determination of the total internal and coupling Q factors enables the computation of the loss in the superconducting transmission lines. The method used allows the simultaneous analysis of multiple interacting discrete resonators with the presence of a complex spectral baseline arising from reflections in the system. The baseline removal allows an unbiased estimate of the device response as measured in a cryogenic instrumentation setting.

  7. Prothrombin complex concentrate and fatal thrombotic adverse events: A complication to keep in mind.

    PubMed

    Tabet, Rabih; Shammaa, Youssef; Karam, Boutros; Yacoub, Harout; Lafferty, James

    2018-05-13

    Thromboembolic events such as deep vein thrombosis and pulmonary embolism are well-known complications that can occur after prothrombin complex concentrate therapy. However, acute myocardial infarction is a very rare but potentially life-threatening complication that was exclusively described in patients with bleeding disorders who received chronic and recurrent concentrate infusions. We report the case of a 70 year-old male patient with cholangiocarcinoma who was admitted to our hospital with worsening fatigue and weakness. His stay was complicated by uncontrolled bleeding secondary to rivaroxaban use and advanced liver disease. By the end of the prothrombin complex concentrate infusion used to reverse his coagulopathy, patient developed ST-segment elevation myocardial infarction with cardiogenic shock and passed away. This is the first reported case of acute myocardial infarction that occurs in a patient without hemophilia and after the first prothrombin complex concentrate infusion.

  8. Upregulation of adhesion complex proteins and fibronectin by human keratinocytes treated with an aqueous extract from the leaves of Chromolaena odorata (Eupolin).

    PubMed

    Phan, T T; Allen, J; Hughes, M A; Cherry, G; Wojnarowska, F

    2000-01-01

    The fresh leaves and extract of the plant Chromolaena odorata are a traditional herbal treatment in developing countries for burns, soft tissue wounds and skin infections. We have previously shown that the extract had an effect on the growth and proliferation of keratinocytes and fibroblasts in culture. This study has demonstrated that Eupolin extract increased expression of several components of the adhesion complex and fibronectin by human keratinocytes. Using indirect immunofluorescence we found increased expression (dose-dependent) of laminin 5, laminin 1, collagen IV, and fibronectin. The expression of the b1 and b4 integrins was upregulated by the extract at low concentrations (0.1 and 1 microg/ml), but the expression was decreased at higher doses of Eupolin (10 microg-150 microg/ml). A number of clinical studies carried out by Vietnamese and international medical investigators have demonstrated the efficacy of this extract on the wound healing process. In this study we have shown that Eupolin stimulated the expression of many proteins of the adhesion complex and fibronectin by human keratinocytes. The adhesion complex proteins are essential to stabilise epithelium and this effect could contribute to the clinical efficacy of Eupolin in healing.

  9. Aqueous two-phase extraction of nickel dimethylglyoximato complex and its application to spectrophotometric determination of nickel in stainless steel.

    PubMed

    Yoshikuni, Nobutaka; Baba, Takayuki; Tsunoda, Natsuki; Oguma, Koichi

    2005-03-31

    A polyethylene glycol (PEG)-based aqueous two-phase system has been established for the extraction of Ni-dimethylglyoximato complex. Appropriate amounts of PEG solution and solid (NH(4))(2)SO(4) were added to the Ni-dimethylglyoximato complex which had been formed in the presence of sodium tartrate and K(2)S(2)O(8) at pH 12 in a separatory funnel and shaken vigorously for about 1min. The mixture was allowed to stand for 10min and then the absorbance of the extracted complex in the upper PEG-rich phase was measured at 470nm. Beer's law was obeyed over the range of 0.26-2.1ppm Ni. The proposed extraction method has been applied to the determination of Ni in steel. A steel sample was decomposed with an appropriate acid mixture. An aliquot of the sample solution was taken, treated with H(3)PO(4) and most of the iron and copper were removed by hydroxide precipitation using solid BaCO(3) to control the pH of the sample solution in advance of the extraction of Ni. The analytical results obtained for Ni in steel certified reference material JSS 650-10 (The Japan Iron and Steel Federation), BCS 323 (Bureau of Analysed Samples Ltd.) and NIST SRM 361 and 362 (National Institute of Standards and Technology) were in good agreement with certified values.

  10. Developing a disease outbreak event corpus.

    PubMed

    Conway, Mike; Kawazoe, Ai; Chanlekha, Hutchatai; Collier, Nigel

    2010-09-28

    In recent years, there has been a growth in work on the use of information extraction technologies for tracking disease outbreaks from online news texts, yet publicly available evaluation standards (and associated resources) for this new area of research have been noticeably lacking. This study seeks to create a "gold standard" data set against which to test how accurately disease outbreak information extraction systems can identify the semantics of disease outbreak events. Additionally, we hope that the provision of an annotation scheme (and associated corpus) to the community will encourage open evaluation in this new and growing application area. We developed an annotation scheme for identifying infectious disease outbreak events in news texts. An event--in the context of our annotation scheme--consists minimally of geographical (eg, country and province) and disease name information. However, the scheme also allows for the rich encoding of other domain salient concepts (eg, international travel, species, and food contamination). The work resulted in a 200-document corpus of event-annotated disease outbreak reports that can be used to evaluate the accuracy of event detection algorithms (in this case, for the BioCaster biosurveillance online news information extraction system). In the 200 documents, 394 distinct events were identified (mean 1.97 events per document, range 0-25 events per document). We also provide a download script and graphical user interface (GUI)-based event browsing software to facilitate corpus exploration. In summary, we present an annotation scheme and corpus that can be used in the evaluation of disease outbreak event extraction algorithms. The annotation scheme and corpus were designed both with the particular evaluation requirements of the BioCaster system in mind as well as the wider need for further evaluation resources in this growing research area.

  11. The Development of Narrative Productivity, Syntactic Complexity, Referential Cohesion and Event Content in Four- to Eight-Year-Old Finnish Children

    ERIC Educational Resources Information Center

    Mäkinen, Leena; Loukusa, Soile; Nieminen, Lea; Leinonen, Eeva; Kunnari, Sari

    2014-01-01

    This study focuses on the development of narrative structure and the relationship between narrative productivity and event content. A total of 172 Finnish children aged between four and eight participated. Their picture-elicited narrations were analysed for productivity, syntactic complexity, referential cohesion and event content. Each measure…

  12. Real-time complex event processing for cloud resources

    NASA Astrophysics Data System (ADS)

    Adam, M.; Cordeiro, C.; Field, L.; Giordano, D.; Magnoni, L.

    2017-10-01

    The ongoing integration of clouds into the WLCG raises the need for detailed health and performance monitoring of the virtual resources in order to prevent problems of degraded service and interruptions due to undetected failures. When working in scale, the existing monitoring diversity can lead to a metric overflow whereby the operators need to manually collect and correlate data from several monitoring tools and frameworks, resulting in tens of different metrics to be constantly interpreted and analyzed per virtual machine. In this paper we present an ESPER based standalone application which is able to process complex monitoring events coming from various sources and automatically interpret data in order to issue alarms upon the resources’ statuses, without interfering with the actual resources and data sources. We will describe how this application has been used with both commercial and non-commercial cloud activities, allowing the operators to quickly be alarmed and react to misbehaving VMs and LHC experiments’ workflows. We will present the pattern analysis mechanisms being used, as well as the surrounding Elastic and REST API interfaces where the alarms are collected and served to users.

  13. Numerical investigations with WRF about atmospheric features leading to heavy precipitation and flood events over the Central Andes' complex topography

    NASA Astrophysics Data System (ADS)

    Zamuriano, Marcelo; Brönnimann, Stefan

    2017-04-01

    It's known that some extremes such as heavy rainfalls, flood events, heatwaves and droughts depend largely on the atmospheric circulation and local features. Bolivia is no exception and while the large scale dynamics over the Amazon has been largely investigated, the local features driven by the Andes Cordillera and the Altiplano is still poorly documented. New insights on the regional atmospheric dynamics preceding heavy precipitation and flood events over the complex topography of the Andes-Amazon interface are added through numerical investigations of several case events: flash flood episodes over La Paz city and the extreme 2014 flood in south-western Amazon basin. Large scale atmospheric water transport is dynamically downscaled in order to take into account the complex topography forcing and local features as modulators of these events. For this purpose, a series of high resolution numerical experiments with the WRF-ARW model is conducted using various global datasets and parameterizations. While several mechanisms have been suggested to explain the dynamics of these episodes, they have not been tested yet through numerical modelling experiments. The simulations captures realistically the local water transport and the terrain influence over atmospheric circulation, even though the precipitation intensity is in general unrealistic. Nevertheless, the results show that Dynamical Downscaling over the tropical Andes' complex terrain provides useful meteorological data for a variety of studies and contributes to a better understanding of physical processes involved in the configuration of these events.

  14. An open-source framework for stress-testing non-invasive foetal ECG extraction algorithms.

    PubMed

    Andreotti, Fernando; Behar, Joachim; Zaunseder, Sebastian; Oster, Julien; Clifford, Gari D

    2016-05-01

    Over the past decades, many studies have been published on the extraction of non-invasive foetal electrocardiogram (NI-FECG) from abdominal recordings. Most of these contributions claim to obtain excellent results in detecting foetal QRS (FQRS) complexes in terms of location. A small subset of authors have investigated the extraction of morphological features from the NI-FECG. However, due to the shortage of available public databases, the large variety of performance measures employed and the lack of open-source reference algorithms, most contributions cannot be meaningfully assessed. This article attempts to address these issues by presenting a standardised methodology for stress testing NI-FECG algorithms, including absolute data, as well as extraction and evaluation routines. To that end, a large database of realistic artificial signals was created, totaling 145.8 h of multichannel data and over one million FQRS complexes. An important characteristic of this dataset is the inclusion of several non-stationary events (e.g. foetal movements, uterine contractions and heart rate fluctuations) that are critical for evaluating extraction routines. To demonstrate our testing methodology, three classes of NI-FECG extraction algorithms were evaluated: blind source separation (BSS), template subtraction (TS) and adaptive methods (AM). Experiments were conducted to benchmark the performance of eight NI-FECG extraction algorithms on the artificial database focusing on: FQRS detection and morphological analysis (foetal QT and T/QRS ratio). The overall median FQRS detection accuracies (i.e. considering all non-stationary events) for the best performing methods in each group were 99.9% for BSS, 97.9% for AM and 96.0% for TS. Both FQRS detections and morphological parameters were shown to heavily depend on the extraction techniques and signal-to-noise ratio. Particularly, it is shown that their evaluation in the source domain, obtained after using a BSS technique, should be

  15. Long-term neurocognitive outcome and auditory event-related potentials after complex febrile seizures in children.

    PubMed

    Tsai, Min-Lan; Hung, Kun-Long; Tsan, Ying-Ying; Tung, William Tao-Hsin

    2015-06-01

    Whether prolonged or complex febrile seizures (FS) produce long-term injury to the hippocampus is a critical question concerning the neurocognitive outcome of these seizures. Long-term event-related evoked potential (ERP) recording from the scalp is a noninvasive technique reflecting the sensory and cognitive processes associated with attention tasks. This study aimed to investigate the long-term outcome of neurocognitive and attention functions and evaluated auditory event-related potentials in children who have experienced complex FS in comparison with other types of FS. One hundred and forty-seven children aged more than 6 years who had experienced complex FS, simple single FS, simple recurrent FS, or afebrile seizures (AFS) after FS and age-matched healthy controls were enrolled. Patients were evaluated with Wechsler Intelligence Scale for Children (WISC; Chinese WISC-IV) scores, behavior test scores (Chinese version of Conners' continuous performance test, CPT II V.5), and behavior rating scales. Auditory ERPs were recorded in each patient. Patients who had experienced complex FS exhibited significantly lower full-scale intelligence quotient (FSIQ), perceptual reasoning index, and working memory index scores than did the control group but did not show significant differences in CPT scores, behavior rating scales, or ERP latencies and amplitude compared with the other groups with FS. We found a significant decrease in the FSIQ and four indices of the WISC-IV, higher behavior rating scales, a trend of increased CPT II scores, and significantly delayed P300 latency and reduced P300 amplitude in the patients with AFS after FS. We conclude that there is an effect on cognitive function in children who have experienced complex FS and patients who developed AFS after FS. The results indicated that the WISC-IV is more sensitive in detecting cognitive abnormality than ERP. Cognition impairment, including perceptual reasoning and working memory defects, was identified in

  16. Stochastic Generation of Spatiotemporal Rainfall Events for Flood Risk Assessment

    NASA Astrophysics Data System (ADS)

    Diederen, D.; Liu, Y.; Gouldby, B.; Diermanse, F.

    2017-12-01

    Current flood risk analyses that only consider peaks of hydrometeorological forcing variables have limitations regarding their representation of reality. Simplistic assumptions regarding antecedent conditions are required, often different sources of flooding are considered in isolation, and the complex temporal and spatial evolution of the events is not considered. Mid-latitude storms, governed by large scale climatic conditions, often exhibit a high degree of temporal dependency, for example. For sustainable flood risk management, that accounts appropriately for climate change, it is desirable for flood risk analyses to reflect reality more appropriately. Analysis of risk mitigation measures and comparison of their relative performance is therefore likely to be more robust and lead to improved solutions. We provide a new framework for the provision of boundary conditions to flood risk analyses that more appropriately reflects reality. The boundary conditions capture the temporal dependencies of complex storms whilst preserving the extreme values and associated spatial dependencies. We demonstrate the application of this framework to generate a synthetic rainfall events time series boundary condition set from reanalysis rainfall data (CFSR) on the continental scale. We define spatiotemporal clusters of rainfall as events, extract hydrological parameters for each event, generate synthetic parameter sets with a multivariate distribution with a focus on the joint tail probability [Heffernan and Tawn, 2004], and finally create synthetic events from the generated synthetic parameters. We highlight the stochastic integration of (a) spatiotemporal features, e.g. event occurrence intensity over space-time, or time to previous event, which we use for the spatial placement and sequencing of the synthetic events, and (b) value-specific parameters, e.g. peak intensity and event extent. We contrast this to more traditional approaches to highlight the significant improvements in

  17. Rainbow trout embryotoxicity of a complex contaminant mixture extracted from Lake Michigan lake trout

    USGS Publications Warehouse

    Wilson, P.J.; Tillitt, D.E.

    1996-01-01

    Persistent Hydrophobic contaminants such as poly chlorinated dibenzo-p-dioxins, dibenzofurans and biphenyl congeners are present in aquatic systems, and are known to produce adverse effects in fish. Reproductive failure in fish populations has been observed in aquatic systems contaminated with persistent hydrophobic compounds. In order to mimic maternal transfer of environmental contaminants to newly fertilized fish eggs, a complex environmental extract was tested for embryotoxicity in a nanoinjection bioassay with embryos of rainbow trout. The extract was obtained from whole adult lake trout collected from Lake Michigan in 1988. The tissue extraction involved blending and dehydration with sodium sulfate, column extraction, dialysis separation, reactive cleanup and, finally, high-performance gel permeation chromatography. Egg gram-equivalent doses (g tissue/g egg normalized for egg % lipid) of the final extract (0.02, 0.10, 0.20, 1.0, 2.0, 4.0, 10.0, 20.0 eggEQ) were injected into newly fertilized rainbow trout eggs using triolein as the vehicle. The extract of the lake trout was embryotoxic to rainbow trout, with an LD50 of 35 eggEQ, based on total cumulative mortality. Gross physical abnormalities characteristic of dioxin exposure, such as hemorrhaging, yolk-sac edema and craniofacial deformities, were observed and showed significant dose-related increases. Sublethal effects in the rainbow trout, such as delayed time to hatch, mild hemorrhaging and moderate yolk-sac edema, resulted from estimated total PCB exposure as low as 8.8 ng/g, and this may have significant implications on Great Lakes lake trout fry and juvenile mortality.

  18. Extracting rate changes in transcriptional regulation from MEDLINE abstracts.

    PubMed

    Liu, Wenting; Miao, Kui; Li, Guangxia; Chang, Kuiyu; Zheng, Jie; Rajapakse, Jagath C

    2014-01-01

    relating to rate changes in transcriptional regulation for yeast is available in https://sites.google.com/site/wentingntu/data. The created ontologies summarized both biological causes of rate changes in transcriptional regulation and corresponding positive and negative textual patterns from the corpus. They are demonstrated to be effective in identifying rate-changing events, which shows the benefits of combining textual patterns and biological knowledge on extracting complex biological events.

  19. Investigation of Pu(IV)-acetohydroxamic acid complex by solvent extraction with di(2-ethylhexyl) phosphoric acid

    NASA Astrophysics Data System (ADS)

    Brown, M. Alex; Paulenova, Alena; Tkac, Peter

    2010-03-01

    The stability constant of the Pu(IV)-acetohydroxamic acid complex Pu(AHA)3+ at 1 M ionic strength (pH = 0) has been investigated by method of solvent extraction. Di(2-ethylhexyl) phosphoric acid (HDEHP) was used to extract Pu(IV) from perchloric and nitric acid media at various AHA concentrations. Distribution ratios over a range of ligand concentrations were used in conjunction with graphical methods to obtain logβ1 = 14.3 ± 0.03 in perchloric acid. The stability constant determined from solutions in nitric acid was excluded because of the uncertainty in plutonium speciation.

  20. Complex Parts, Complex Data: Why You Need to Understand What Radiation Single Event Testing Data Does and Doesn't Show and the Implications Thereof

    NASA Technical Reports Server (NTRS)

    LaBel, Kenneth A.; Berg, Melanie D.

    2015-01-01

    Electronic parts (integrated circuits) have grown in complexity such that determining all failure modes and risks from single particle event testing is impossible. In this presentation, the authors will present why this is so and provide some realism on what this means. Its all about understanding actual risks and not making assumptions.

  1. Event Display for the Visualization of CMS Events

    NASA Astrophysics Data System (ADS)

    Bauerdick, L. A. T.; Eulisse, G.; Jones, C. D.; Kovalskyi, D.; McCauley, T.; Mrak Tadel, A.; Muelmenstaedt, J.; Osborne, I.; Tadel, M.; Tu, Y.; Yagil, A.

    2011-12-01

    During the last year the CMS experiment engaged in consolidation of its existing event display programs. The core of the new system is based on the Fireworks event display program which was by-design directly integrated with the CMS Event Data Model (EDM) and the light version of the software framework (FWLite). The Event Visualization Environment (EVE) of the ROOT framework is used to manage a consistent set of 3D and 2D views, selection, user-feedback and user-interaction with the graphics windows; several EVE components were developed by CMS in collaboration with the ROOT project. In event display operation simple plugins are registered into the system to perform conversion from EDM collections into their visual representations which are then managed by the application. Full event navigation and filtering as well as collection-level filtering is supported. The same data-extraction principle can also be applied when Fireworks will eventually operate as a service within the full software framework.

  2. THE EFFECT OF ALKYL AMINE TYPE ON THE EXTRACTION OF NITRIC ACID AND NITROSYLRUTHENIUM NITRATO COMPLEXES

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

    Timmins, T.H.; Mason, E.A.

    1963-04-01

    An investigation of the solvent extraction characteristics of nitric acid and the nitrato complexes of nitrosylruthenium was conducted, using alkyl amines as extractants. The alkyl amines used were a primary amine Primene JMT, a tertiary amine trilaurylamine (TLA), and a quaternary amine Aliquat 336. The organic phase concentrations of HNO/sub 3/ resulting during extraction by alkyl amines were found to correlate well on the basis of the undissociated aqueous HNO/ sub 3/ activity for both salted (NaNO/sub 3/) and unsalted aqueous phases. The distribution ratios for Ru extraction showed better correlation on this basis than on the basis of aqueousmore » phase nitrate and nitric acid. The order of decreasing Ru extraction at low HNO/sub 3/ concentration (2N) was found to be Aliquat 336, TLA, and Primene JMT. At high HNO/sub 3/ concentration (9N). Primene JMT had the highest Ru extractability. Hapid dilution experiments were utilized to determine the number and aqueous phase concentrations of the extractable species of Ru, and the amine partition coefficients for the species. It was found that two Ru species are extractable, and the more extractable species is present in the aqueous phase at lower concentration than the less extractable species. The mole fractions of both species were found to increase with increasing HNO/sub 3/ concentration. The TLA partition coefficients for the extractable species were found to decrease with increasing HNO/sub 3/ concentration. The quaternary amine, Aliquat 336, was found to have partition coefficients an order of magnitude greater than the tertiary amine, TLA. Equations for the mole fractions and TLA partition coefficients in the region of HNO/sub 3/ concentration investigated were developed. (auth)« less

  3. Using Complex Event Processing (CEP) and vocal synthesis techniques to improve comprehension of sonified human-centric data

    NASA Astrophysics Data System (ADS)

    Rimland, Jeff; Ballora, Mark

    2014-05-01

    The field of sonification, which uses auditory presentation of data to replace or augment visualization techniques, is gaining popularity and acceptance for analysis of "big data" and for assisting analysts who are unable to utilize traditional visual approaches due to either: 1) visual overload caused by existing displays; 2) concurrent need to perform critical visually intensive tasks (e.g. operating a vehicle or performing a medical procedure); or 3) visual impairment due to either temporary environmental factors (e.g. dense smoke) or biological causes. Sonification tools typically map data values to sound attributes such as pitch, volume, and localization to enable them to be interpreted via human listening. In more complex problems, the challenge is in creating multi-dimensional sonifications that are both compelling and listenable, and that have enough discrete features that can be modulated in ways that allow meaningful discrimination by a listener. We propose a solution to this problem that incorporates Complex Event Processing (CEP) with speech synthesis. Some of the more promising sonifications to date use speech synthesis, which is an "instrument" that is amenable to extended listening, and can also provide a great deal of subtle nuance. These vocal nuances, which can represent a nearly limitless number of expressive meanings (via a combination of pitch, inflection, volume, and other acoustic factors), are the basis of our daily communications, and thus have the potential to engage the innate human understanding of these sounds. Additionally, recent advances in CEP have facilitated the extraction of multi-level hierarchies of information, which is necessary to bridge the gap between raw data and this type of vocal synthesis. We therefore propose that CEP-enabled sonifications based on the sound of human utterances could be considered the next logical step in human-centric "big data" compression and transmission.

  4. Considering context: reliable entity networks through contextual relationship extraction

    NASA Astrophysics Data System (ADS)

    David, Peter; Hawes, Timothy; Hansen, Nichole; Nolan, James J.

    2016-05-01

    Existing information extraction techniques can only partially address the problem of exploiting unreadable-large amounts text. When discussion of events and relationships is limited to simple, past-tense, factual descriptions of events, current NLP-based systems can identify events and relationships and extract a limited amount of additional information. But the simple subset of available information that existing tools can extract from text is only useful to a small set of users and problems. Automated systems need to find and separate information based on what is threatened or planned to occur, has occurred in the past, or could potentially occur. We address the problem of advanced event and relationship extraction with our event and relationship attribute recognition system, which labels generic, planned, recurring, and potential events. The approach is based on a combination of new machine learning methods, novel linguistic features, and crowd-sourced labeling. The attribute labeler closes the gap between structured event and relationship models and the complicated and nuanced language that people use to describe them. Our operational-quality event and relationship attribute labeler enables Warfighters and analysts to more thoroughly exploit information in unstructured text. This is made possible through 1) More precise event and relationship interpretation, 2) More detailed information about extracted events and relationships, and 3) More reliable and informative entity networks that acknowledge the different attributes of entity-entity relationships.

  5. Forensic analysis of anthraquinone, azo, and metal complex acid dyes from nylon fibers by micro-extraction and capillary electrophoresis.

    PubMed

    Stefan, Amy R; Dockery, Christopher R; Nieuwland, Alexander A; Roberson, Samantha N; Baguley, Brittany M; Hendrix, James E; Morgan, Stephen L

    2009-08-01

    The extraction and separation of dyes present on textile fibers offers the possibility of enhanced discrimination between forensic trace fiber evidence. An automated liquid sample handling workstation was programmed to deliver varying solvent combinations to acid-dyed nylon samples, and the resulting extracts were analyzed by an ultraviolet/visible microplate reader to evaluate extraction efficiencies at different experimental conditions. Combinatorial experiments using three-component mixture designs varied three solvents (water, pyridine, and aqueous ammonia) and were employed at different extraction temperatures for various extraction durations. The extraction efficiency as a function of the three solvents (pyridine/ammonia/water) was modeled and used to define optimum conditions for the extraction of three subclasses of acid dyes (anthraquinone, azo, and metal complex) from nylon fibers. The capillary electrophoresis analysis of acid dye extracts is demonstrated using an electrolyte solution of 15 mM ammonium acetate in acetonitrile/water (40:60, v/v) at pH 9.3. Excellent separations and discriminating diode array spectra are obtained even for dyes of similar color.

  6. Incorporating Love- and Rayleigh-wave magnitudes, unequal earthquake and explosion variance assumptions and interstation complexity for improved event screening

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

    Anderson, Dale N; Bonner, Jessie L; Stroujkova, Anastasia

    Our objective is to improve seismic event screening using the properties of surface waves, We are accomplishing this through (1) the development of a Love-wave magnitude formula that is complementary to the Russell (2006) formula for Rayleigh waves and (2) quantifying differences in complexities and magnitude variances for earthquake and explosion-generated surface waves. We have applied the M{sub s} (VMAX) analysis (Bonner et al., 2006) using both Love and Rayleigh waves to events in the Middle East and Korean Peninsula, For the Middle East dataset consisting of approximately 100 events, the Love M{sub s} (VMAX) is greater than the Rayleighmore » M{sub s} (VMAX) estimated for individual stations for the majority of the events and azimuths, with the exception of the measurements for the smaller events from European stations to the northeast. It is unclear whether these smaller events suffer from magnitude bias for the Love waves or whether the paths, which include the Caspian and Mediterranean, have variable attenuation for Love and Rayleigh waves. For the Korean Peninsula, we have estimated Rayleigh- and Love-wave magnitudes for 31 earthquakes and two nuclear explosions, including the 25 May 2009 event. For 25 of the earthquakes, the network-averaged Love-wave magnitude is larger than the Rayleigh-wave estimate. For the 2009 nuclear explosion, the Love-wave M{sub s} (VMAX) was 3.1 while the Rayleigh-wave magnitude was 3.6. We are also utilizing the potential of observed variances in M{sub s} estimates that differ significantly in earthquake and explosion populations. We have considered two possible methods for incorporating unequal variances into the discrimination problem and compared the performance of various approaches on a population of 73 western United States earthquakes and 131 Nevada Test Site explosions. The approach proposes replacing the M{sub s} component by M{sub s} + a* {sigma}, where {sigma} denotes the interstation standard deviation obtained

  7. Low latitude ionospheric TEC responses to dynamical complexity quantifiers during transient events over Nigeria

    NASA Astrophysics Data System (ADS)

    Ogunsua, Babalola

    2018-04-01

    In this study, the values of chaoticity and dynamical complexity parameters for some selected storm periods in the year 2011 and 2012 have been computed. This was done using detrended TEC data sets measured from Birnin-Kebbi, Torro and Enugu global positioning system (GPS) receiver stations in Nigeria. It was observed that the significance of difference (SD) values were mostly greater than 1.96 but surprisingly lower than 1.96 in September 29, 2011. The values of the computed SD were also found to be reduced in most cases just after the geomagnetic storm with immediate recovery a day after the main phase of the storm while the values of Lyapunov exponent and Tsallis entropy remains reduced due to the influence of geomagnetic storms. It was also observed that the value of Lyapunov exponent and Tsallis entropy reveals similar variation pattern during storm period in most cases. Also recorded surprisingly were lower values of these dynamical quantifiers during the solar flare event of August 8th and 9th of the year 2011. The possible mechanisms responsible for these observations were further discussed in this work. However, our observations show that the ionospheric effects of some other possible transient events other than geomagnetic storms can also be revealed by the variation of chaoticity and dynamical complexity.

  8. A High Throughput Method for Measuring Polycyclic Aromatic Hydrocarbons in Seafood Using QuEChERS Extraction and SBSE.

    PubMed

    Pfannkoch, Edward A; Stuff, John R; Whitecavage, Jacqueline A; Blevins, John M; Seely, Kathryn A; Moran, Jeffery H

    2015-01-01

    National Oceanic and Atmospheric Administration (NOAA) Method NMFS-NWFSC-59 2004 is currently used to quantitatively analyze seafood for polycyclic aromatic hydrocarbon (PAH) contamination, especially following events such as the Deepwater Horizon oil rig explosion that released millions of barrels of crude oil into the Gulf of Mexico. This method has limited throughput capacity; hence, alternative methods are necessary to meet analytical demands after such events. Stir bar sorptive extraction (SBSE) is an effective technique to extract trace PAHs in water and the quick, easy, cheap, effective, rugged, and safe (QuEChERS) extraction strategy effectively extracts PAHs from complex food matrices. This study uses SBSE to concentrate PAHs and eliminate matrix interference from QuEChERS extracts of seafood, specifically oysters, fish, and shrimp. This method provides acceptable recovery (65-138%) linear calibrations and is sensitive (LOD = 0.02 ppb, LOQ = 0.06 ppb) while providing higher throughput and maintaining equivalency between NOAA 2004 as determined by analysis of NIST SRM 1974b mussel tissue.

  9. Dimension reduction: additional benefit of an optimal filter for independent component analysis to extract event-related potentials.

    PubMed

    Cong, Fengyu; Leppänen, Paavo H T; Astikainen, Piia; Hämäläinen, Jarmo; Hietanen, Jari K; Ristaniemi, Tapani

    2011-09-30

    The present study addresses benefits of a linear optimal filter (OF) for independent component analysis (ICA) in extracting brain event-related potentials (ERPs). A filter such as the digital filter is usually considered as a denoising tool. Actually, in filtering ERP recordings by an OF, the ERP' topography should not be changed by the filter, and the output should also be able to be modeled by the linear transformation. Moreover, an OF designed for a specific ERP source or component may remove noise, as well as reduce the overlap of sources and even reject some non-targeted sources in the ERP recordings. The OF can thus accomplish both the denoising and dimension reduction (reducing the number of sources) simultaneously. We demonstrated these effects using two datasets, one containing visual and the other auditory ERPs. The results showed that the method including OF and ICA extracted much more reliable components than the sole ICA without OF did, and that OF removed some non-targeted sources and made the underdetermined model of EEG recordings approach to the determined one. Thus, we suggest designing an OF based on the properties of an ERP to filter recordings before using ICA decomposition to extract the targeted ERP component. Copyright © 2011 Elsevier B.V. All rights reserved.

  10. Stress reaction process-based hierarchical recognition algorithm for continuous intrusion events in optical fiber prewarning system

    NASA Astrophysics Data System (ADS)

    Qu, Hongquan; Yuan, Shijiao; Wang, Yanping; Yang, Dan

    2018-04-01

    To improve the recognition performance of optical fiber prewarning system (OFPS), this study proposed a hierarchical recognition algorithm (HRA). Compared with traditional methods, which employ only a complex algorithm that includes multiple extracted features and complex classifiers to increase the recognition rate with a considerable decrease in recognition speed, HRA takes advantage of the continuity of intrusion events, thereby creating a staged recognition flow inspired by stress reaction. HRA is expected to achieve high-level recognition accuracy with less time consumption. First, this work analyzed the continuity of intrusion events and then presented the algorithm based on the mechanism of stress reaction. Finally, it verified the time consumption through theoretical analysis and experiments, and the recognition accuracy was obtained through experiments. Experiment results show that the processing speed of HRA is 3.3 times faster than that of a traditional complicated algorithm and has a similar recognition rate of 98%. The study is of great significance to fast intrusion event recognition in OFPS.

  11. Accurate quantification of 5 German cockroach (GCr) allergens in complex extracts using multiple reaction monitoring mass spectrometry (MRM MS).

    PubMed

    Mindaye, S T; Spiric, J; David, N A; Rabin, R L; Slater, J E

    2017-12-01

    German cockroach (GCr) allergen extracts are complex and heterogeneous products, and methods to better assess their potency and composition are needed for adequate studies of their safety and efficacy. The objective of this study was to develop an assay based on liquid chromatography and multiple reaction monitoring mass spectrometry (LC-MRM MS) for rapid, accurate, and reproducible quantification of 5 allergens (Bla g 1, Bla g 2, Bla g 3, Bla g 4, and Bla g 5) in crude GCr allergen extracts. We first established a comprehensive peptide library of allergens from various commercial extracts as well as recombinant allergens. Peptide mapping was performed using high-resolution MS, and the peptide library was then used to identify prototypic and quantotypic peptides to proceed with MRM method development. Assay development included a systematic optimization of digestion conditions (buffer, digestion time, and trypsin concentration), chromatographic separation, and MS parameters. Robustness and suitability were assessed following ICH (Q2 [R1]) guidelines. The method is precise (RSD < 10%), linear over a wide range (r > 0.99, 0.01-1384 fmol/μL), and sensitive (LLOD and LLOQ <1 fmol/μL). Having established the parameters for LC-MRM MS, we quantified allergens from various commercial GCr extracts and showed considerable variability that may impact clinical efficacy. Our data demonstrate that the LC-MRM MS method is valuable for absolute quantification of allergens in GCr extracts and likely has broader applicability to other complex allergen extracts. Definitive quantification provides a new standard for labelling of allergen extracts, which will inform patient care, enable personalized therapy, and enhance the efficacy of immunotherapy for environmental and food allergies. © 2017 The Authors. Clinical & Experimental Allergy published by John Wiley & Sons Ltd. This article has been contributed to by US Government employees and their work is in the public domain in

  12. Detecting modification of biomedical events using a deep parsing approach

    PubMed Central

    2012-01-01

    Background This work describes a system for identifying event mentions in bio-molecular research abstracts that are either speculative (e.g. analysis of IkappaBalpha phosphorylation, where it is not specified whether phosphorylation did or did not occur) or negated (e.g. inhibition of IkappaBalpha phosphorylation, where phosphorylation did not occur). The data comes from a standard dataset created for the BioNLP 2009 Shared Task. The system uses a machine-learning approach, where the features used for classification are a combination of shallow features derived from the words of the sentences and more complex features based on the semantic outputs produced by a deep parser. Method To detect event modification, we use a Maximum Entropy learner with features extracted from the data relative to the trigger words of the events. The shallow features are bag-of-words features based on a small sliding context window of 3-4 tokens on either side of the trigger word. The deep parser features are derived from parses produced by the English Resource Grammar and the RASP parser. The outputs of these parsers are converted into the Minimal Recursion Semantics formalism, and from this, we extract features motivated by linguistics and the data itself. All of these features are combined to create training or test data for the machine learning algorithm. Results Over the test data, our methods produce approximately a 4% absolute increase in F-score for detection of event modification compared to a baseline based only on the shallow bag-of-words features. Conclusions Our results indicate that grammar-based techniques can enhance the accuracy of methods for detecting event modification. PMID:22595089

  13. Detecting modification of biomedical events using a deep parsing approach.

    PubMed

    Mackinlay, Andrew; Martinez, David; Baldwin, Timothy

    2012-04-30

    This work describes a system for identifying event mentions in bio-molecular research abstracts that are either speculative (e.g. analysis of IkappaBalpha phosphorylation, where it is not specified whether phosphorylation did or did not occur) or negated (e.g. inhibition of IkappaBalpha phosphorylation, where phosphorylation did not occur). The data comes from a standard dataset created for the BioNLP 2009 Shared Task. The system uses a machine-learning approach, where the features used for classification are a combination of shallow features derived from the words of the sentences and more complex features based on the semantic outputs produced by a deep parser. To detect event modification, we use a Maximum Entropy learner with features extracted from the data relative to the trigger words of the events. The shallow features are bag-of-words features based on a small sliding context window of 3-4 tokens on either side of the trigger word. The deep parser features are derived from parses produced by the English Resource Grammar and the RASP parser. The outputs of these parsers are converted into the Minimal Recursion Semantics formalism, and from this, we extract features motivated by linguistics and the data itself. All of these features are combined to create training or test data for the machine learning algorithm. Over the test data, our methods produce approximately a 4% absolute increase in F-score for detection of event modification compared to a baseline based only on the shallow bag-of-words features. Our results indicate that grammar-based techniques can enhance the accuracy of methods for detecting event modification.

  14. Solid phase extraction of copper(II) by fixed bed procedure on cation exchange complexing resins.

    PubMed

    Pesavento, Maria; Sturini, Michela; D'Agostino, Girolamo; Biesuz, Raffaela

    2010-02-19

    The efficiency of the metal ion recovery by solid phase extraction (SPE) in complexing resins columns is predicted by a simple model based on two parameters reflecting the sorption equilibria and kinetics of the metal ion on the considered resin. The parameter related to the adsorption equilibria was evaluated by the Gibbs-Donnan model, and that related to the kinetics by assuming that the ion exchange is the adsorption rate determining step. The predicted parameters make it possible to evaluate the breakthrough volume of the considered metal ion, Cu(II), from different kinds of complexing resins, and at different conditions, such as acidity and ionic composition. Copyright 2009. Published by Elsevier B.V.

  15. Radiochemical data collected on events from which radioactivity escaped beyond the borders of the Nevada test range complex. [NONE

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

    Hicks, H.G.

    1981-02-12

    This report identifies all nuclear events in Nevada that are known to have sent radioactivity beyond the borders of the test range complex. There have been 177 such tests, representing seven different types: nuclear detonations in the atmosphere, nuclear excavation events, nuclear safety events, underground nuclear events that inadvertently seeped or vented to the atmosphere, dispersion of plutonium and/or uranium by chemical high explosives, nuclear rocket engine tests, and nuclear ramjet engine tests. The source term for each of these events is given, together with the data base from which it was derived (except where the data are classified). Themore » computer programs used for organizing and processing the data base and calculating radionuclide production are described and included, together with the input and output data and details of the calculations. This is the basic formation needed to make computer modeling studies of the fallout from any of these 177 events.« less

  16. Event-based text mining for biology and functional genomics

    PubMed Central

    Thompson, Paul; Nawaz, Raheel; McNaught, John; Kell, Douglas B.

    2015-01-01

    The assessment of genome function requires a mapping between genome-derived entities and biochemical reactions, and the biomedical literature represents a rich source of information about reactions between biological components. However, the increasingly rapid growth in the volume of literature provides both a challenge and an opportunity for researchers to isolate information about reactions of interest in a timely and efficient manner. In response, recent text mining research in the biology domain has been largely focused on the identification and extraction of ‘events’, i.e. categorised, structured representations of relationships between biochemical entities, from the literature. Functional genomics analyses necessarily encompass events as so defined. Automatic event extraction systems facilitate the development of sophisticated semantic search applications, allowing researchers to formulate structured queries over extracted events, so as to specify the exact types of reactions to be retrieved. This article provides an overview of recent research into event extraction. We cover annotated corpora on which systems are trained, systems that achieve state-of-the-art performance and details of the community shared tasks that have been instrumental in increasing the quality, coverage and scalability of recent systems. Finally, several concrete applications of event extraction are covered, together with emerging directions of research. PMID:24907365

  17. Evanescent wave sensing and absorption analysis of herbal tea floral extracts in the presence of silver metal complexes

    NASA Astrophysics Data System (ADS)

    Priyamvada, V. C.; Radhakrishnan, P.

    2017-06-01

    Fiber optic evanescent wave sensors are used for studying the absorption properties of biochemical samples. The studies give precise information regarding the actual ingredients of the samples. Recent studies report the corrosion of silver in the presence glucose dissolved in water and heated to a temperature of 70°C. Based on this report evanescent absorption studies are carried out in hibiscus herbal tea floral extracts in the presence of silver metal complexes. These studies can also lead to the evaluation of the purity of the herbal tea extract.

  18. Preparation of a polar monolithic stir bar based on methacrylic acid and divinylbenzene for the sorptive extraction of polar pharmaceuticals from complex water samples.

    PubMed

    Bratkowska, D; Fontanals, N; Cormack, P A G; Borrull, F; Marcé, R M

    2012-02-17

    A monolithic, hydrophilic stir bar coating based upon a copolymer of methacrylic acid and divinylbenzene [poly(MAA-co-DVB)] was synthesised and evaluated as a new polymeric phase for the stir bar sorptive extraction (SBSE) of polar compounds from complex environmental water samples. The experimental conditions for the extraction and liquid desorption in SBSE were optimised. Liquid chromatography-triple quadrupole mass spectrometry (LC-MS/MS) was used for the determination of a group of polar pharmaceuticals in environmental water matrices. The extraction performance of the poly(MAA-co-DVB) stir bar was compared to the extraction performance of a commercially available polydimethylsiloxane stir bar; it was found that the former gave rise to significantly higher extraction efficiency of polar analytes (% recovery values near to 100% for most of the studied analytes) than the commercial product. The developed method was applied to determine the studied analytes at low ng L⁻¹ in different complex environmental water samples. Copyright © 2011 Elsevier B.V. All rights reserved.

  19. Sentiment Diffusion of Public Opinions about Hot Events: Based on Complex Network

    PubMed Central

    Hao, Xiaoqing; An, Haizhong; Zhang, Lijia; Li, Huajiao; Wei, Guannan

    2015-01-01

    To study the sentiment diffusion of online public opinions about hot events, we collected people’s posts through web data mining techniques. We calculated the sentiment value of each post based on a sentiment dictionary. Next, we divided those posts into five different orientations of sentiments: strongly positive (P), weakly positive (p), neutral (o), weakly negative (n), and strongly negative (N). These sentiments are combined into modes through coarse graining. We constructed sentiment mode complex network of online public opinions (SMCOP) with modes as nodes and the conversion relation in chronological order between different types of modes as edges. We calculated the strength, k-plex clique, clustering coefficient and betweenness centrality of the SMCOP. The results show that the strength distribution obeys power law. Most posts’ sentiments are weakly positive and neutral, whereas few are strongly negative. There are weakly positive subgroups and neutral subgroups with ppppp and ooooo as the core mode, respectively. Few modes have larger betweenness centrality values and most modes convert to each other with these higher betweenness centrality modes as mediums. Therefore, the relevant person or institutes can take measures to lead people’s sentiments regarding online hot events according to the sentiment diffusion mechanism. PMID:26462230

  20. Significance of the DNA-Histone Complex Level as a Predictor of Major Adverse Cardiovascular Events in Hemodialysis Patients: The Effect of Uremic Toxin on DNA-Histone Complex Formation.

    PubMed

    Jeong, Jong Cheol; Kim, Ji-Eun; Gu, Ja-Yoon; Yoo, Hyun Ju; Ryu, Ji Won; Kim, Dong Ki; Joo, Kwon Wook; Kim, Hyun Kyung

    2016-01-01

    Neutrophils can release the DNA-histone complex into circulation following exposure to inflammatory stimuli. This prospective study investigated whether the DNA-histone complex and other biomarkers could predict major cardiovascular adverse events (MACEs) in hemodialysis (HD) patients. The levels of circulating DNA-histone complexes, cell-free DNA, interleukin (IL)-6, and neutrophil elastase were measured in 60 HD patients and 28 healthy controls. MACE was assessed at 24 months. Uremic toxin-induced neutrophil released contents were measured in vitro. Compared with controls, HD patients showed higher levels of DNA-histone complexes and IL-6. The DNA-histone complex level was inversely associated with the Kt/V. In a multivariable Cox analysis, the high level of DNA-histone complexes was a significant independent predictor of MACE. The uremic toxins induced DNA-histone complex formation in normal neutrophils in vitro. The DNA-histone complex is a potentially useful marker to predict MACE in HD patients. Uremic toxins induced DNA-histone complex formation in vitro. © 2015 S. Karger AG, Basel.

  1. EventThread: Visual Summarization and Stage Analysis of Event Sequence Data.

    PubMed

    Guo, Shunan; Xu, Ke; Zhao, Rongwen; Gotz, David; Zha, Hongyuan; Cao, Nan

    2018-01-01

    Event sequence data such as electronic health records, a person's academic records, or car service records, are ordered series of events which have occurred over a period of time. Analyzing collections of event sequences can reveal common or semantically important sequential patterns. For example, event sequence analysis might reveal frequently used care plans for treating a disease, typical publishing patterns of professors, and the patterns of service that result in a well-maintained car. It is challenging, however, to visually explore large numbers of event sequences, or sequences with large numbers of event types. Existing methods focus on extracting explicitly matching patterns of events using statistical analysis to create stages of event progression over time. However, these methods fail to capture latent clusters of similar but not identical evolutions of event sequences. In this paper, we introduce a novel visualization system named EventThread which clusters event sequences into threads based on tensor analysis and visualizes the latent stage categories and evolution patterns by interactively grouping the threads by similarity into time-specific clusters. We demonstrate the effectiveness of EventThread through usage scenarios in three different application domains and via interviews with an expert user.

  2. HOMOLOGOUS SOLAR EVENTS ON 2011 JANUARY 27: BUILD-UP AND PROPAGATION IN A COMPLEX CORONAL ENVIRONMENT

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

    Pick, M.; Démoulin, P.; Zucca, P.

    2016-05-20

    In spite of the wealth of imaging observations at the extreme-ultraviolet (EUV), X-ray, and radio wavelengths, there are still relatively few cases where all of the imagery is available to study the full development of a coronal mass ejection (CME) event and its associated shock. The aim of this study is to contribute to the understanding of the role of the coronal environment in the development of CMEs and the formation of shocks, and their propagation. We have analyzed the interactions of a couple of homologous CME events with ambient coronal structures. Both events were launched in a direction farmore » from the local vertical, and exhibited a radical change in their direction of propagation during their progression from the low corona into higher altitudes. Observations at EUV wavelengths from the Atmospheric Imaging Assembly instrument on board the Solar Dynamic Observatory were used to track the events in the low corona. The development of the events at higher altitudes was followed by the white-light coronagraphs on board the Solar and Heliospheric Observatory . Radio emissions produced during the development of the events were well recorded by the Nançay solar instruments. Thanks to their detection of accelerated electrons, the radio observations are an important complement to the EUV imaging. They allowed us to characterize the development of the associated shocks, and helped to unveil the physical processes behind the complex interactions between the CMEs and ambient medium (e.g., compression, reconnection).« less

  3. Using brain imaging to extract the structure of complex events at the rational time band.

    PubMed

    Anderson, John R; Qin, Yulin

    2008-09-01

    A functional magnetic resonance imaging (fMRI) study was performed in which participants performed a complex series of mental calculations that spanned about 2 min. An Adaptive Control of Thought--Rational (ACT-R) model [Anderson, J. R. How can the human mind occur in the physical universe? New York: Oxford University Press, 2007] was developed that successfully fit the distribution of latencies. This model generated predictions for the fMRI signal in six brain regions that have been associated with modules in the ACT-R theory. The model's predictions were confirmed for a fusiform region that reflects the visual module, for a prefrontal region that reflects the retrieval module, and for an anterior cingulate region that reflects the goal module. In addition, the only significant deviations to the motor region that reflects the manual module were anticipatory hand movements. In contrast, the predictions were relatively poor for a parietal region that reflects an imaginal module and for a caudate region that reflects the procedural module. Possible explanations of these poor fits are discussed. In addition, exploratory analyses were performed to find regions that might correspond to the predictions of the modules.

  4. Using Brain Imaging to Extract the Structure of Complex Events at the Rational Time Band

    PubMed Central

    Anderson, John R.; Qin, Yulin

    2017-01-01

    A functional magnetic resonance imaging (fMRI) study was performed in which participants performed a complex series of mental calculations that spanned about 2 min. An Adaptive Control of Thought—Rational (ACT-R) model [Anderson, J. R. How can the human mind occur in the physical universe? New York: Oxford University Press, 2007] was developed that successfully fit the distribution of latencies. This model generated predictions for the fMRI signal in six brain regions that have been associated with modules in the ACT-R theory. The model’s predictions were confirmed for a fusiform region that reflects the visual module, for a prefrontal region that reflects the retrieval module, and for an anterior cingulate region that reflects the goal module. In addition, the only significant deviations to the motor region that reflects the manual module were anticipatory hand movements. In contrast, the predictions were relatively poor for a parietal region that reflects an imaginal module and for a caudate region that reflects the procedural module. Possible explanations of these poor fits are discussed. In addition, exploratory analyses were performed to find regions that might correspond to the predictions of the modules. PMID:18345979

  5. Ligand extraction of rare earth elements from aquifer sediments: Implications for rare earth element complexation with organic matter in natural waters

    NASA Astrophysics Data System (ADS)

    Tang, Jianwu; Johannesson, Karen H.

    2010-12-01

    The ability of organic matter as well as carbonate ions to extract rare earth elements (REEs) from sandy sediments of a Coastal Plain aquifer was investigated for unpurified organic matter from different sources (i.e., Mississippi River natural organic matter, Aldrich humic acid, Nordic aquatic fulvic acid, Suwannee River fulvic acid, and Suwannee River natural organic matter) and for extraction solutions containing weak (i.e., CH 3COO -) or strong (i.e., CO32-) ligands. The experimental results indicate that, in the absence of strong REE complexing ligands in solution, the amount of REEs released from the sand is small and the fractionation pattern of the released REEs appears to be controlled by the surface stability constants for REE sorption with Fe(III) oxides/oxyhydroxides. In the presence of strong solution complexing ligands, however, the amount and the fractionation pattern of the released REEs reflect the strength and variation of the stability constants of the dominant aqueous REE species across the REE series. The varying amount of REEs extracted by the different organic matter employed in the experiments indicates that organic matter from different sources has different complexing capacity for REEs. However, the fractionation pattern of REEs extracted by the various organic matter used in our experiments is remarkable consistent, being independent of the source and the concentration of organic matter used, as well as solution pH. Because natural aquifer sand and unpurified organic matter were used in our experiments, our experimental conditions are more broadly similar to natural systems than many previous laboratory experiments of REE-humic complexation that employed purified humic substances. Our results suggest that the REE loading effect on REE-humic complexation is negligible in natural waters as more abundant metal cations (e.g., Fe, Al) out-compete REEs for strong binding sites on organic matter. More specifically, our results indicate that REE

  6. Low complexity feature extraction for classification of harmonic signals

    NASA Astrophysics Data System (ADS)

    William, Peter E.

    In this dissertation, feature extraction algorithms have been developed for extraction of characteristic features from harmonic signals. The common theme for all developed algorithms is the simplicity in generating a significant set of features directly from the time domain harmonic signal. The features are a time domain representation of the composite, yet sparse, harmonic signature in the spectral domain. The algorithms are adequate for low-power unattended sensors which perform sensing, feature extraction, and classification in a standalone scenario. The first algorithm generates the characteristic features using only the duration between successive zero-crossing intervals. The second algorithm estimates the harmonics' amplitudes of the harmonic structure employing a simplified least squares method without the need to estimate the true harmonic parameters of the source signal. The third algorithm, resulting from a collaborative effort with Daniel White at the DSP Lab, University of Nebraska-Lincoln, presents an analog front end approach that utilizes a multichannel analog projection and integration to extract the sparse spectral features from the analog time domain signal. Classification is performed using a multilayer feedforward neural network. Evaluation of the proposed feature extraction algorithms for classification through the processing of several acoustic and vibration data sets (including military vehicles and rotating electric machines) with comparison to spectral features shows that, for harmonic signals, time domain features are simpler to extract and provide equivalent or improved reliability over the spectral features in both the detection probabilities and false alarm rate.

  7. Simulation and study of small numbers of random events

    NASA Technical Reports Server (NTRS)

    Shelton, R. D.

    1986-01-01

    Random events were simulated by computer and subjected to various statistical methods to extract important parameters. Various forms of curve fitting were explored, such as least squares, least distance from a line, maximum likelihood. Problems considered were dead time, exponential decay, and spectrum extraction from cosmic ray data using binned data and data from individual events. Computer programs, mostly of an iterative nature, were developed to do these simulations and extractions and are partially listed as appendices. The mathematical basis for the compuer programs is given.

  8. A Novel Chitosan-γPGA Polyelectrolyte Complex Hydrogel Promotes Early New Bone Formation in the Alveolar Socket Following Tooth Extraction

    PubMed Central

    Chang, Hao-Hueng; Wang, Yin-Lin; Chiang, Yu-Chih; Chen, Yen-Liang; Chuang, Yu-Horng; Tsai, Shang-Jye; Heish, Kuo-Huang; Lin, Feng-Huei; Lin, Chun-Pin

    2014-01-01

    A novel chitosan-γPGA polyelectrolyte complex hydrogel (C-PGA) has been developed and proven to be an effective dressing for wound healing. The purpose of this study was to evaluate if C-PGA could promote new bone formation in the alveolar socket following tooth extraction. An animal model was proposed using radiography and histomorphology simultaneously to analyze the symmetrical sections of Wistar rats. The upper incisors of Wistar rats were extracted and the extraction sockets were randomly treated with gelatin sponge, neat chitosan, C-PGA, or received no treatment. The extraction sockets of selected rats from each group were evaluated at 1, 2, 4, or 6 wk post-extraction. The results of radiography and histopathology indicated that the extraction sockets treated with C-PGA exhibited lamellar bone formation (6.5%) as early as 2 wk after the extraction was performed. Moreover, the degree of new bone formation was significantly higher (P < 0.05) in the extraction sockets treated with C-PGA at 6 wk post-extraction than that in the other study groups. In this study, we demonstrated that the proposed animal model involving symmetrical sections and simultaneous radiography and histomorphology evaluation is feasible. We also conclude that the novel C-PGA has great potential for new bone formation in the alveolar socket following tooth extraction. PMID:24658174

  9. Why Rules Matter in Complex Event Processing...and Vice Versa

    NASA Astrophysics Data System (ADS)

    Vincent, Paul

    Many commercial and research CEP solutions are moving beyond simple stream query languages to more complete definitions of "process" and thence to "decisions" and "actions". And as capabilities increase in event processing capabilities, there is an increasing realization that the humble "rule" is as relevant to the event cloud as it is to specific services. Less obvious is how much event processing has to offer the process and rule execution and management technologies. Does event processing change the way we should manage businesses, processes and services, together with their embedded (and hopefully managed) rulesets?

  10. An event database for rotational seismology

    NASA Astrophysics Data System (ADS)

    Salvermoser, Johannes; Hadziioannou, Celine; Hable, Sarah; Chow, Bryant; Krischer, Lion; Wassermann, Joachim; Igel, Heiner

    2016-04-01

    The ring laser sensor (G-ring) located at Wettzell, Germany, routinely observes earthquake-induced rotational ground motions around a vertical axis since its installation in 2003. Here we present results from a recently installed event database which is the first that will provide ring laser event data in an open access format. Based on the GCMT event catalogue and some search criteria, seismograms from the ring laser and the collocated broadband seismometer are extracted and processed. The ObsPy-based processing scheme generates plots showing waveform fits between rotation rate and transverse acceleration and extracts characteristic wavefield parameters such as peak ground motions, noise levels, Love wave phase velocities and waveform coherence. For each event, these parameters are stored in a text file (json dictionary) which is easily readable and accessible on the website. The database contains >10000 events starting in 2007 (Mw>4.5). It is updated daily and therefore provides recent events at a time lag of max. 24 hours. The user interface allows to filter events for epoch, magnitude, and source area, whereupon the events are displayed on a zoomable world map. We investigate how well the rotational motions are compatible with the expectations from the surface wave magnitude scale. In addition, the website offers some python source code examples for downloading and processing the openly accessible waveforms.

  11. Extractive Atmospheric Pressure Photoionization (EAPPI) Mass Spectrometry: Rapid Analysis of Chemicals in Complex Matrices.

    PubMed

    Liu, Chengyuan; Yang, Jiuzhong; Wang, Jian; Hu, Yonghua; Zhao, Wan; Zhou, Zhongyue; Qi, Fei; Pan, Yang

    2016-10-01

    Extractive atmospheric pressure photoionization (EAPPI) mass spectrometry was designed for rapid qualitative and quantitative analysis of chemicals in complex matrices. In this method, an ultrasonic nebulization system was applied to sample extraction, nebulization, and vaporization. Mixed with a gaseous dopant, vaporized analytes were ionized through ambient photon-induced ion-molecule reactions, and were mass-analyzed by a high resolution time-of-flight mass spectrometer (TOF-MS). After careful optimization and testing with pure sample solution, EAPPI was successfully applied to the fast screening of capsules, soil, natural products, and viscous compounds. Analysis was completed within a few seconds without the need for preseparation. Moreover, the quantification capability of EAPPI for matrices was evaluated by analyzing six polycyclic aromatic hydrocarbons (PAHs) in soil. The correlation coefficients (R (2) ) for standard curves of all six PAHs were above 0.99, and the detection limits were in the range of 0.16-0.34 ng/mg. In addition, EAPPI could also be used to monitor organic chemical reactions in real time. Graphical Abstract ᅟ.

  12. A framework for feature extraction from hospital medical data with applications in risk prediction.

    PubMed

    Tran, Truyen; Luo, Wei; Phung, Dinh; Gupta, Sunil; Rana, Santu; Kennedy, Richard Lee; Larkins, Ann; Venkatesh, Svetha

    2014-12-30

    Feature engineering is a time consuming component of predictive modeling. We propose a versatile platform to automatically extract features for risk prediction, based on a pre-defined and extensible entity schema. The extraction is independent of disease type or risk prediction task. We contrast auto-extracted features to baselines generated from the Elixhauser comorbidities. Hospital medical records was transformed to event sequences, to which filters were applied to extract feature sets capturing diversity in temporal scales and data types. The features were evaluated on a readmission prediction task, comparing with baseline feature sets generated from the Elixhauser comorbidities. The prediction model was through logistic regression with elastic net regularization. Predictions horizons of 1, 2, 3, 6, 12 months were considered for four diverse diseases: diabetes, COPD, mental disorders and pneumonia, with derivation and validation cohorts defined on non-overlapping data-collection periods. For unplanned readmissions, auto-extracted feature set using socio-demographic information and medical records, outperformed baselines derived from the socio-demographic information and Elixhauser comorbidities, over 20 settings (5 prediction horizons over 4 diseases). In particular over 30-day prediction, the AUCs are: COPD-baseline: 0.60 (95% CI: 0.57, 0.63), auto-extracted: 0.67 (0.64, 0.70); diabetes-baseline: 0.60 (0.58, 0.63), auto-extracted: 0.67 (0.64, 0.69); mental disorders-baseline: 0.57 (0.54, 0.60), auto-extracted: 0.69 (0.64,0.70); pneumonia-baseline: 0.61 (0.59, 0.63), auto-extracted: 0.70 (0.67, 0.72). The advantages of auto-extracted standard features from complex medical records, in a disease and task agnostic manner were demonstrated. Auto-extracted features have good predictive power over multiple time horizons. Such feature sets have potential to form the foundation of complex automated analytic tasks.

  13. METAL EXTRACTION PROCESS

    DOEpatents

    Lewis, G.W. Jr.; Rhodes, D.E.

    1957-11-01

    An improved method for extracting uranium from aqueous solutions by solvent extraction is presented. A difficulty encountered in solvent extraction operations using an organic extractant (e.g., tributyl phosphate dissolved in kerosene or carbon tetrachloride) is that emulsions sometimes form, and phase separation is difficult or impossible. This difficulty is overcome by dissolving the organic extractant in a molten wax which is a solid at operating temperatures. After cooling, the wax which now contains the extractant, is broken into small particles (preferably flakes) and this wax complex'' is used to contact the uranium bearing solutions and extract the metal therefrom. Microcrystalline petroleum wax and certain ethylene polymers have been found suitable for this purpose.

  14. Offside Decisions by Expert Assistant Referees in Association Football: Perception and Recall of Spatial Positions in Complex Dynamic Events

    ERIC Educational Resources Information Center

    Gilis, Bart; Helsen, Werner; Catteeuw, Peter; Wagemans, Johan

    2008-01-01

    This study investigated the offside decision-making process in association football. The first aim was to capture the specific offside decision-making skills in complex dynamic events. Second, we analyzed the type of errors to investigate the factors leading to incorrect decisions. Federation Internationale de Football Association (FIFA; n = 29)…

  15. SOLVENT EXTRACTION OF RUTHENIUM

    DOEpatents

    Hyman, H.H.; Leader, G.R.

    1959-07-14

    The separation of rathenium from aqueous solutions by solvent extraction is described. According to the invention, a nitrite selected from the group consisting of alkali nitrite and alkaline earth nitrite in an equimolecular quantity with regard to the quantity of rathenium present is added to an aqueous solution containing ruthenium tetrantrate to form a ruthenium complex. Adding an organic solvent such as ethyl ether to the resulting mixture selectively extracts the rathenium complex.

  16. Biological network extraction from scientific literature: state of the art and challenges.

    PubMed

    Li, Chen; Liakata, Maria; Rebholz-Schuhmann, Dietrich

    2014-09-01

    Networks of molecular interactions explain complex biological processes, and all known information on molecular events is contained in a number of public repositories including the scientific literature. Metabolic and signalling pathways are often viewed separately, even though both types are composed of interactions involving proteins and other chemical entities. It is necessary to be able to combine data from all available resources to judge the functionality, complexity and completeness of any given network overall, but especially the full integration of relevant information from the scientific literature is still an ongoing and complex task. Currently, the text-mining research community is steadily moving towards processing the full body of the scientific literature by making use of rich linguistic features such as full text parsing, to extract biological interactions. The next step will be to combine these with information from scientific databases to support hypothesis generation for the discovery of new knowledge and the extension of biological networks. The generation of comprehensive networks requires technologies such as entity grounding, coordination resolution and co-reference resolution, which are not fully solved and are required to further improve the quality of results. Here, we analyse the state of the art for the extraction of network information from the scientific literature and the evaluation of extraction methods against reference corpora, discuss challenges involved and identify directions for future research. © The Author 2013. Published by Oxford University Press. For Permissions, please email: journals.permissions@oup.com.

  17. Complex Approach to Conceptual Design of Machine Mechanically Extracting Oil from Jatropha curcas L. Seeds for Biomass-Based Fuel Production

    PubMed Central

    Mašín, Ivan

    2016-01-01

    One of important sources of biomass-based fuel is Jatropha curcas L. Great attention is paid to the biofuel produced from the oil extracted from the Jatropha curcas L. seeds. A mechanised extraction is the most efficient and feasible method for oil extraction for small-scale farmers but there is a need to extract oil in more efficient manner which would increase the labour productivity, decrease production costs, and increase benefits of small-scale farmers. On the other hand innovators should be aware that further machines development is possible only when applying the systematic approach and design methodology in all stages of engineering design. Systematic approach in this case means that designers and development engineers rigorously apply scientific knowledge, integrate different constraints and user priorities, carefully plan product and activities, and systematically solve technical problems. This paper therefore deals with the complex approach to design specification determining that can bring new innovative concepts to design of mechanical machines for oil extraction. The presented case study as the main part of the paper is focused on new concept of screw of machine mechanically extracting oil from Jatropha curcas L. seeds. PMID:27668259

  18. A knowledge-based decision support system in bioinformatics: an application to protein complex extraction

    PubMed Central

    2013-01-01

    Background We introduce a Knowledge-based Decision Support System (KDSS) in order to face the Protein Complex Extraction issue. Using a Knowledge Base (KB) coding the expertise about the proposed scenario, our KDSS is able to suggest both strategies and tools, according to the features of input dataset. Our system provides a navigable workflow for the current experiment and furthermore it offers support in the configuration and running of every processing component of that workflow. This last feature makes our system a crossover between classical DSS and Workflow Management Systems. Results We briefly present the KDSS' architecture and basic concepts used in the design of the knowledge base and the reasoning component. The system is then tested using a subset of Saccharomyces cerevisiae Protein-Protein interaction dataset. We used this subset because it has been well studied in literature by several research groups in the field of complex extraction: in this way we could easily compare the results obtained through our KDSS with theirs. Our system suggests both a preprocessing and a clustering strategy, and for each of them it proposes and eventually runs suited algorithms. Our system's final results are then composed of a workflow of tasks, that can be reused for other experiments, and the specific numerical results for that particular trial. Conclusions The proposed approach, using the KDSS' knowledge base, provides a novel workflow that gives the best results with regard to the other workflows produced by the system. This workflow and its numeric results have been compared with other approaches about PPI network analysis found in literature, offering similar results. PMID:23368995

  19. Reconstructing particle masses in events with displaced vertices

    NASA Astrophysics Data System (ADS)

    Cottin, Giovanna

    2018-03-01

    We propose a simple way to extract particle masses given a displaced vertex signature in event topologies where two long-lived mother particles decay to visible particles and an invisible daughter. The mother could be either charged or neutral and the neutral daughter could correspond to a dark matter particle in different models. The method allows to extract the parent and daughter masses by using on-shell conditions and energy-momentum conservation, in addition to the displaced decay positions of the parents, which allows to solve the kinematic equations fully on an event-by-event basis. We show the validity of the method by means of simulations including detector effects. If displaced events are seen in discovery searches at the Large Hadron Collider (LHC), this technique can be applied.

  20. Longitudinal hydrodynamics from event-by-event Landau initial conditions

    DOE PAGES

    Sen, Abhisek; Gerhard, Jochen; Torrieri, Giorgio; ...

    2015-02-02

    Here we investigate three-dimensional ideal hydrodynamic evolution, with Landau initial conditions, incorporating event-by-event variation with many events and transverse density inhomogeneities. We show that the transition to boost-invariant flow occurs too late for realistic setups, with corrections of θ (20%-30%) expected at freeze-out for most scenarios. Moreover, the deviation from boost invariance is correlated with both transverse flow and elliptic flow, with the more highly transversely flowing regions also showing the most violation of boost invariance. Therefore, if longitudinal flow is not fully developed at the early stages of heavy ion collisions, hydrodynamics where boost invariance holds at midrapidity ismore » inadequate to extract transport coefficients of the quark-gluon plasma. We conclude by arguing that developing experimental probes of boost invariance is necessary, and suggest some promising directions in this regard.« less

  1. Cloud point extraction: an alternative to traditional liquid-liquid extraction for lanthanides(III) separation.

    PubMed

    Favre-Réguillon, Alain; Draye, Micheline; Lebuzit, Gérard; Thomas, Sylvie; Foos, Jacques; Cote, Gérard; Guy, Alain

    2004-06-17

    Cloud point extraction (CPE) was used to extract and separate lanthanum(III) and gadolinium(III) nitrate from an aqueous solution. The methodology used is based on the formation of lanthanide(III)-8-hydroxyquinoline (8-HQ) complexes soluble in a micellar phase of non-ionic surfactant. The lanthanide(III) complexes are then extracted into the surfactant-rich phase at a temperature above the cloud point temperature (CPT). The structure of the non-ionic surfactant, and the chelating agent-metal molar ratio are identified as factors determining the extraction efficiency and selectivity. In an aqueous solution containing equimolar concentrations of La(III) and Gd(III), extraction efficiency for Gd(III) can reach 96% with a Gd(III)/La(III) selectivity higher than 30 using Triton X-114. Under those conditions, a Gd(III) decontamination factor of 50 is obtained.

  2. Two alternative DNA extraction methods to improve the detection of Mycobacterium-tuberculosis-complex members in cattle and red deer tissue samples.

    PubMed

    Fell, Shari; Bröckl, Stephanie; Büttner, Mathias; Rettinger, Anna; Zimmermann, Pia; Straubinger, Reinhard K

    2016-09-15

    Bovine tuberculosis (bTB), which is caused by Mycobacterium bovis and M. caprae, is a notifiable animal disease in Germany. Diagnostic procedure is based on a prescribed protocol that is published in the framework of German bTB legislation. In this protocol small sample volumes are used for DNA extraction followed by real-time PCR analyses. As mycobacteria tend to concentrate in granuloma and the infected tissue in early stages of infection does not necessarily show any visible lesions, it is likely that DNA extraction from only small tissue samples (20-40 mg) of a randomly chosen spot from the organ and following PCR testing may result in false negative results. In this study two DNA extraction methods were developed to process larger sample volumes to increase the detection sensitivity of mycobacterial DNA in animal tissue. The first extraction method is based on magnetic capture, in which specific capture oligonucleotides were utilized. These nucleotides are linked to magnetic particles and capture Mycobacterium-tuberculosis-complex (MTC) DNA released from 10 to 15 g of tissue material. In a second approach remaining sediments from the magnetic capture protocol were further processed with a less complex extraction protocol that can be used in daily routine diagnostics. A total number of 100 tissue samples from 34 cattle (n = 74) and 18 red deer (n = 26) were analyzed with the developed protocols and results were compared to the prescribed protocol. All three extraction methods yield reliable results by the real-time PCR analysis. The use of larger sample volume led to a sensitivity increase of DNA detection which was shown by the decrease of Ct-values. Furthermore five samples which were tested negative or questionable by the official extraction protocol were detected positive by real time PCR when the alternative extraction methods were used. By calculating the kappa index, the three extraction protocols resulted in a moderate (0.52; protocol 1 vs 3

  3. Platform construction and extraction mechanism study of magnetic mixed hemimicelles solid-phase extraction

    PubMed Central

    Xiao, Deli; Zhang, Chan; He, Jia; Zeng, Rong; Chen, Rong; He, Hua

    2016-01-01

    Simple, accurate and high-throughput pretreatment method would facilitate large-scale studies of trace analysis in complex samples. Magnetic mixed hemimicelles solid-phase extraction has the power to become a key pretreatment method in biological, environmental and clinical research. However, lacking of experimental predictability and unsharpness of extraction mechanism limit the development of this promising method. Herein, this work tries to establish theoretical-based experimental designs for extraction of trace analytes from complex samples using magnetic mixed hemimicelles solid-phase extraction. We selected three categories and six sub-types of compounds for systematic comparative study of extraction mechanism, and comprehensively illustrated the roles of different force (hydrophobic interaction, π-π stacking interactions, hydrogen-bonding interaction, electrostatic interaction) for the first time. What’s more, the application guidelines for supporting materials, surfactants and sample matrix were also summarized. The extraction mechanism and platform established in the study render its future promising for foreseeable and efficient pretreatment under theoretical based experimental design for trace analytes from environmental, biological and clinical samples. PMID:27924944

  4. Platform construction and extraction mechanism study of magnetic mixed hemimicelles solid-phase extraction

    NASA Astrophysics Data System (ADS)

    Xiao, Deli; Zhang, Chan; He, Jia; Zeng, Rong; Chen, Rong; He, Hua

    2016-12-01

    Simple, accurate and high-throughput pretreatment method would facilitate large-scale studies of trace analysis in complex samples. Magnetic mixed hemimicelles solid-phase extraction has the power to become a key pretreatment method in biological, environmental and clinical research. However, lacking of experimental predictability and unsharpness of extraction mechanism limit the development of this promising method. Herein, this work tries to establish theoretical-based experimental designs for extraction of trace analytes from complex samples using magnetic mixed hemimicelles solid-phase extraction. We selected three categories and six sub-types of compounds for systematic comparative study of extraction mechanism, and comprehensively illustrated the roles of different force (hydrophobic interaction, π-π stacking interactions, hydrogen-bonding interaction, electrostatic interaction) for the first time. What’s more, the application guidelines for supporting materials, surfactants and sample matrix were also summarized. The extraction mechanism and platform established in the study render its future promising for foreseeable and efficient pretreatment under theoretical based experimental design for trace analytes from environmental, biological and clinical samples.

  5. Proteomic profiling of cellulase-aid-extracted membrane proteins for functional identification of cellulose synthase complexes and their potential associated- components in cotton fibers.

    PubMed

    Li, Ao; Wang, Ruyi; Li, Xianliang; Liu, Mingyong; Fan, Jian; Guo, Kai; Luo, Bing; Chen, Tingting; Feng, Shengqiu; Wang, Yanting; Wang, Bingrui; Peng, Liangcai; Xia, Tao

    2016-05-19

    Cotton fibers are an excellent model for understanding of cellulose biosynthesis in higher plants. In this study, we determined a high cellulose biosynthesis activity in vitro by optimizing biochemical reaction conditions in cotton fibers. By adding a commercial cellulase enzyme into fibers extraction process, we extracted markedly higher levels of GhCESA1 and GhCESA8 proteins and observed an increase in β-1,4-glucan and β-1,3-glucan products in vitro. LC-MS/MS analysis of anti-GhCESA8-immunoprecipitated proteins showed that 19 proteins could be found in three independent experiments including four CESAs (GhCESA1,2,7,8), five well-known non-CESA proteins, one callose synthase (CALS) and nine novel proteins. Notably, upon the cellulase treatment, four CESAs, one CALS and four novel proteins were measured at relatively higher levels by calculating total peptide counts and distinct peptide numbers, indicating that the cellulase-aid-extracted proteins most likely contribute to the increase in β-glucan products in vitro. These results suggest that the cellulase treatment may aid to release active cellulose synthases complexes from growing glucan chains and make them more amenable to extraction. To our knowledge, it is the first time report about the functional identification of the potential proteins that were associated with plant cellulose and callose synthases complexes by using the cellulase-aided protein extraction.

  6. Ion binding compounds, radionuclide complexes, methods of making radionuclide complexes, methods of extracting radionuclides, and methods of delivering radionuclides to target locations

    DOEpatents

    Chen, Xiaoyuan; Wai, Chien M.; Fisher, Darrell R.

    2000-01-01

    The invention pertains to compounds for binding lanthanide ions and actinide ions. The invention further pertains to compounds for binding radionuclides, and to methods of making radionuclide complexes. Also, the invention pertains to methods of extracting radionuclides. Additionally, the invention pertains to methods of delivering radionuclides to target locations. In one aspect, the invention includes a compound comprising: a) a calix[n]arene group, wherein n is an integer greater than 3, the calix[n]arene group comprising an upper rim and a lower rim; b) at least one ionizable group attached to the lower rim; and c) an ion selected from the group consisting of lanthanide and actinide elements bound to the ionizable group. In another aspect, the invention includes a method of extracting a radionuclide, comprising: a) providing a sample comprising a radionuclide; b) providing a calix[n]arene compound in contact with the sample, wherein n is an integer greater than 3; and c) extracting radionuclide from the sample into the calix[n]arene compound. In yet another aspect, the invention includes a method of delivering a radionuclide to a target location, comprising: a) providing a calix[n]arene compound, wherein n is an integer greater than 3, the calix[n]arene compound comprising at least one ionizable group; b) providing a radionuclide bound to the calix[n]arene compound; and c) providing an antibody attached to the calix[n]arene compound, the antibody being specific for a material found at the target location.

  7. Corpus annotation for mining biomedical events from literature

    PubMed Central

    Kim, Jin-Dong; Ohta, Tomoko; Tsujii, Jun'ichi

    2008-01-01

    Background Advanced Text Mining (TM) such as semantic enrichment of papers, event or relation extraction, and intelligent Question Answering have increasingly attracted attention in the bio-medical domain. For such attempts to succeed, text annotation from the biological point of view is indispensable. However, due to the complexity of the task, semantic annotation has never been tried on a large scale, apart from relatively simple term annotation. Results We have completed a new type of semantic annotation, event annotation, which is an addition to the existing annotations in the GENIA corpus. The corpus has already been annotated with POS (Parts of Speech), syntactic trees, terms, etc. The new annotation was made on half of the GENIA corpus, consisting of 1,000 Medline abstracts. It contains 9,372 sentences in which 36,114 events are identified. The major challenges during event annotation were (1) to design a scheme of annotation which meets specific requirements of text annotation, (2) to achieve biology-oriented annotation which reflect biologists' interpretation of text, and (3) to ensure the homogeneity of annotation quality across annotators. To meet these challenges, we introduced new concepts such as Single-facet Annotation and Semantic Typing, which have collectively contributed to successful completion of a large scale annotation. Conclusion The resulting event-annotated corpus is the largest and one of the best in quality among similar annotation efforts. We expect it to become a valuable resource for NLP (Natural Language Processing)-based TM in the bio-medical domain. PMID:18182099

  8. NSF- and SNARE-mediated membrane fusion is required for nuclear envelope formation and completion of nuclear pore complex assembly in Xenopus laevis egg extracts.

    PubMed

    Baur, Tina; Ramadan, Kristijan; Schlundt, Andreas; Kartenbeck, Jürgen; Meyer, Hemmo H

    2007-08-15

    Despite the progress in understanding nuclear envelope (NE) reformation after mitosis, it has remained unclear what drives the required membrane fusion and how exactly this is coordinated with nuclear pore complex (NPC) assembly. Here, we show that, like other intracellular fusion reactions, NE fusion in Xenopus laevis egg extracts is mediated by SNARE proteins that require activation by NSF. Antibodies against Xenopus NSF, depletion of NSF or the dominant-negative NSF(E329Q) variant specifically inhibited NE formation. Staging experiments further revealed that NSF was required until sealing of the envelope was completed. Moreover, excess exogenous alpha-SNAP that blocks SNARE function prevented membrane fusion and caused accumulation of non-flattened vesicles on the chromatin surface. Under these conditions, the nucleoporins Nup107 and gp210 were fully recruited, whereas assembly of FxFG-repeat-containing nucleoporins was blocked. Together, we define NSF- and SNARE-mediated membrane fusion events as essential steps during NE formation downstream of Nup107 recruitment, and upstream of membrane flattening and completion of NPC assembly.

  9. Neodymium(III) Complexes of Dialkylphosphoric and Dialkylphosphonic Acids Relevant to Liquid-Liquid Extraction Systems

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

    Lumetta, Gregg J.; Sinkov, Sergey I.; Krause, Jeanette A.

    2016-01-27

    The complexes formed during the extraction of neodymium(III) into hydrophobic solvents containing acidic organophosphorus extractants were probed by single-crystal X-ray diffractometry, visible spectrophotometry, and Fourier-transform infrared spectroscopy. The crystal structure of the compound Nd(DMP)3 (1, DMP = dimethyl phosphate) revealed a polymeric arrangement in which each Nd(III) center is surrounded by six DMP oxygen atoms in a pseudo-octahedral environment. Adjacent Nd(III) ions are bridged by (MeO)2POO– anions, forming the polymeric network. The diffuse reflectance visible spectrum of 1 is nearly identical to that of the solid that is formed when an n-dodecane solution of di-(2-ethylhexyl)phosphoric acid (HA) is saturated withmore » Nd(III), indicating a similar coordination environment around the Nd center in the NdA3 solid. The visible spectrum of the HA solution fully loaded with Nd(III) is very similar to that of the NdA3 material, both displaying hypersensitive bands characteristic of an pseudo-octahedral coordination environment around Nd. These spectral characteristics persisted across a wide range of organic Nd concentrations, suggesting that the pseudo-octahedral coordination environment is maintained from dilute to saturated conditions.« less

  10. Neodymium(III) Complexes of Dialkylphosphoric and Dialkylphosphonic Acids Relevant to Liquid-Liquid Extraction Systems.

    PubMed

    Lumetta, Gregg J; Sinkov, Sergey I; Krause, Jeanette A; Sweet, Lucas E

    2016-02-15

    The complexes formed during the extraction of neodymium(III) into hydrophobic solvents containing acidic organophosphorus extractants were probed by single-crystal X-ray diffractometry, visible spectrophotometry, and Fourier-transform infrared spectroscopy. The crystal structure of the compound Nd(DMP)3 (1, DMP = dimethyl phosphate) revealed a polymeric arrangement in which each Nd(III) center is surrounded by six DMP oxygen atoms in a pseudo-octahedral environment. Adjacent Nd(III) ions are bridged by (MeO)2POO(-) anions, forming the polymeric network. The diffuse reflectance visible spectrum of 1 is nearly identical to that of the solid that is formed when an n-dodecane solution of di(2-ethylhexyl)phosphoric acid (HA) is saturated with Nd(III), indicating a similar coordination environment around the Nd center in the NdA3 solid. The visible spectrum of the HA solution fully loaded with Nd(III) is very similar to that of the NdA3 material, both displaying hypersensitive bands characteristic of an pseudo-octahedral coordination environment around Nd. These spectral characteristics persisted across a wide range of organic Nd concentrations, suggesting that the pseudo-octahedral coordination environment is maintained from dilute to saturated conditions.

  11. Mesoscale Convective Complexes (MCCs) over the Indonesian Maritime Continent during the ENSO events

    NASA Astrophysics Data System (ADS)

    Trismidianto; Satyawardhana, H.

    2018-05-01

    This study analyzed the mesoscale convective complexes (MCCs) over the Indonesian Maritime Continent (IMC) during the El Niño/Southern Oscillation (ENSO) events for the the15-year period from 2001 to 2015. The MCCs identified by infrared satellite imagery that obtained from the Himawari generation satellite data. This study has reported that the frequencies of the MCC occurrences at the El Niño and La Niña were higher than that of neutral conditions during DJF. Peak of MCC occurrences during DJF at La Niña and neutral condition is in February, while El Niño is in January. ENSO strongly affects the occurrence of MCC during the DJF season. The existences of the MCC were also accompanied by increased rainfall intensity at the locations of the MCC occurrences for all ENSO events. During JJA seasons, the MCC occurrences are always found during neutral conditions, El Niño and La Niña in Indian Ocean. MCC occurring during the JJA season on El Niño and neutral conditions averaged much longer than during the DJF season. In contrast, MCCs occurring in La Niña conditions during the JJA season are more rapidly extinct than during the DJF. It indicates that the influence of MCC during La Niña during the DJF season is stronger than during the JJA season.

  12. Thermobarometric constraints on mid-Cretaceous to late Cretaceous metamorphic events in the western metamorphic belt of the Coast Mountains complex near Petersburg, southeastern Alaska

    USGS Publications Warehouse

    Himmelberg, Glen R.; Brew, David A.

    2005-01-01

    The western metamorphic belt is part of the Coast Mountains Complex of southeastern Alaska and western Canada. This complex formed as a result of mid-Cretaceous through middle Eocene crustal shortening between the previously amalgamated Wrangellia and Alexander terranes (Insular superterrane) and previously accreted terranes of the North American continental margin (Intermontane superterrane). The western metamorphic belt, which ranges from a few kilometers to several tens of kilometers in width, records a complex sequence of contact-metamorphic and regional metamorphic events, the most significant of which are designated M1R, M2C-R, and M3R. The M1R regional metamorphic event ranged in grade from subgreenschist to greenschist facies and was overprinted by the M2C-R and M3R metamorphic events. The M2C-R metamorphic event is recorded in discrete contact-metamorphic aureoles and regional metamorphic-mineral assemblages related to tonalite-granodiorite plutons of the Admiralty-Revillagigedo plutonic belt. The M3R metamorphic belt, which is adjacent to the M2C-R belt, is characterized by regional Barrovian isograds of garnet, staurolite, kyanite, and sillimanite. Using the THERMOCALC program, pressure-temperature (P-T) conditions for the M2C-R metamorphic event are estimated to be in the ranges 5.3-7.5 kbars and 525-640 deg.C and for the M3R metamorphic event in the ranges 9.4-12.6 kbars and 730-895 deg.C. The M2C-R metamorphic event occurred at approximately 90 Ma, but the timing of the M3R metamorphic event is poorly documented and uncertain. On the basis of an 40Ar/39Ar age on actinolitic amphibole and a Sm-Nd age on garnet core, the timing of metamorphism might be constrained between 90+/-1 and 80+/-9 Ma, although the Sm-Nd age of 80+/-9 m.y. possibly reflects postpeak growth. Thermobarometric data suggest that the two events occurred at different crustal levels and followed different P-T paths. No evidence exists that M2C-R metamorphic-mineral assemblages were

  13. Complex cardiac defects after ethanol exposure during discrete cardiogenic events in zebrafish: Prevention with folic acid

    PubMed Central

    Sarmah, Swapnalee; Marrs, James A.

    2014-01-01

    BACKGROUND Fetal alcohol spectrum disorder (FASD) describes a range of birth defects including various congenital heart defects (CHDs). Mechanisms of FASD-associated CHDs are not understood. Whether alcohol interferes with a single critical event or with multiple events in heart formation is not known. RESULTS Our zebrafish embryo experiments showed that ethanol interrupts different cardiac regulatory networks and perturbed multiple steps of cardiogenesis (specification, myocardial migration, looping, chamber morphogenesis and endocardial cushion formation). Ethanol exposure during gastrulation until cardiac specification or during myocardial midline migration did not produce severe or persistent heart development defects. However, exposure comprising gastrulation until myocardial precursor midline fusion or during heart patterning stages produced aberrant heart looping and defective endocardial cushions. Continuous exposure during entire cardiogenesis produced complex cardiac defects leading to severely defective myocardium, endocardium, and endocardial cushions. Supplementation of retinoic acid with ethanol partially rescued early heart developmental defects, but the endocardial cushions did not form correctly. In contrast, supplementation of folic acid rescued normal heart development, including the endocardial cushions. CONCLUSIONS Our results indicate that ethanol exposure interrupted divergent cardiac morphogenesis events causing heart defects. Folic acid supplementation was effective in preventing a wide spectrum of ethanol-induced heart developmental defects. PMID:23832875

  14. The potential of satellite data to study individual wildfire events

    NASA Astrophysics Data System (ADS)

    Benali, Akli; López-Saldana, Gerardo; Russo, Ana; Sá, Ana C. L.; Pinto, Renata M. S.; Nikos, Koutsias; Owen, Price; Pereira, Jose M. C.

    2014-05-01

    information about the major spatial corridors through which fires spread, and their relative importance in the full fire event. These major fire paths are then used to extract relevant descriptors, such as the distribution of fire spread direction, rate of spread and fire intensity (i.e. energy emitted). The reconstruction of the fire spread is shown for some case studies for Portugal and is also compared with fire progressions obtained by air-borne sensors for SE Australia. The approach shows solid results, providing a valuable tool for the reconstruction of individual fire events, understand their complex spread patterns and their main drivers of fire propagation. The major fire pathsand the spatio-temporal distribution of active fires are being currently combined with fire spread simulations within the scope oftheFIRE-MODSATproject, to provideuseful information to support and improve fire suppression strategies.

  15. Complex reassortment events of unusual G9P[4] rotavirus strains in India between 2011 and 2013.

    PubMed

    Doan, Yen Hai; Suzuki, Yoshiyuki; Fujii, Yoshiki; Haga, Kei; Fujimoto, Akira; Takai-Todaka, Reiko; Someya, Yuichi; Nayak, Mukti K; Mukherjee, Anupam; Imamura, Daisuke; Shinoda, Sumio; Chawla-Sarkar, Mamta; Katayama, Kazuhiko

    2017-10-01

    Rotavirus A (RVA) is the predominant etiological agent of acute gastroenteritis in young children worldwide. Recently, unusual G9P[4] rotavirus strains emerged with high prevalence in many countries. Such intergenogroup reassortant strains highlight the ongoing spread of unusual rotavirus strains throughout Asia. This study was undertaken to determine the whole genome of eleven unusual G9P[4] strains detected in India during 2011-2013, and to compare them with other human and animal global RVAs to understand the exact origin of unusual G9P[4] circulating in India and other countries worldwide. Of these 11 RVAs, four G9P[4] strains were double-reassortants with the G9-VP7 and E6-NSP4 genes on a DS-1-like genetic backbone (G9-P[4]-I2-R2-C2-M2-A2-N2-T2-E6-H2). The other strains showed a complex genetic constellation, likely derived from triple reassortment event with the G9-VP7, N1-NSP2 and E6-NSP4 on a DS-1-like genetic backbone (G9-P[4]-I2-R2-C2-M2-A2-N1-T2-E6-H2). Presumably, these unusual G9P[4] strains were generated after several reassortment events between the contemporary co-circulating human rotavirus strains. Moreover, the point mutation S291L at the interaction site between inner and outer capsid proteins of VP6 gene may be important in the rapid spread of this unusual strain. The complex reassortment events within the G9[4] strains may be related to the high prevalence of mixed infections in India as reported in this study and other previous studies. Copyright © 2017. Published by Elsevier B.V.

  16. In Vitro Formation of Plant RNA-Induced Silencing Complexes Using an Extract of Evacuolated Tobacco Protoplasts.

    PubMed

    Iki, Taichiro; Ishikawa, Masayuki; Yoshikawa, Manabu

    2017-01-01

    Small RNA-mediated gene silencing is involved in a variety of biological processes among many eukaryotic organisms. The silencing effector, generally referred to as RNA-induced silencing complex (RISC), comprises an ARGONAUTE (AGO) protein and a small single-stranded guide RNA in its core. RISCs recognize target genes containing sequences complementary to the guide RNA and repress their expression transcriptionally or posttranscriptionally. In vitro systems that recapitulate RISC assembly are useful not only to decipher the molecular mechanisms underlying the assembly process itself but also to dissect the downstream silencing pathways mediated by RISCs. Here, we describe a method for in vitro plant RISC assembly, which relies on an extract of evacuolated protoplasts derived from Nicotiana tabacum BY-2 suspension-cultured cells. In this extract, synthetic duplexes of small RNAs are incorporated into AGO proteins that are synthesized by in vitro translation, and then duplex unwinding and selective strand elimination result in formation of mature RISCs.

  17. Modeling Events in the Lower Imperial Valley Basin

    NASA Astrophysics Data System (ADS)

    Tian, X.; Wei, S.; Zhan, Z.; Fielding, E. J.; Helmberger, D. V.

    2010-12-01

    The Imperial Valley below the US-Mexican border has few seismic stations but many significant earthquakes. Many of these events, such as the recent El Mayor-Cucapah event, have complex mechanisms involving a mixture of strike-slip and normal slip patterns with now over 30 aftershocks with magnitude over 4.5. Unfortunately, many earthquake records from the Southern Imperial Valley display a great deal of complexity, ie., strong Rayleigh wave multipathing and extended codas. In short, regional recordings in the US are too complex to easily separate source properties from complex propagation. Fortunately, the Dec 30 foreshock (Mw=5.9) has excellent recordings teleseismically and regionally, and moreover is observed with InSAR. We use this simple strike-slip event to calibrate paths. In particular, we are finding record segments involving Pnl (including depth phases) and some surface waves (mostly Love waves) that appear well behaved, ie., can be approximated by synthetics from 1D local models and events modeled with the Cut-and-Paste (CAP) routine. Simple events can then be identified along with path calibration. Modeling the more complicated paths can be started with known mechanisms. We will report on both the aftershocks and historic events.

  18. The use of analytical sedimentation velocity to extract thermodynamic linkage

    PubMed Central

    Cole, James L.; Correia, John J.; Stafford, Walter F.

    2011-01-01

    For 25 years, the Gibbs Conference on Biothermodynamics has focused on the use of thermodynamics to extract information about the mechanism and regulation of biological processes. This includes the determination of equilibrium constants for macromolecular interactions by high precision physical measurements. These approaches further reveal thermodynamic linkages to ligand binding events. Analytical ultracentrifugation has been a fundamental technique in the determination of macromolecular reaction stoichiometry and energetics for 85 years. This approach is highly amenable to the extraction of thermodynamic couplings to small molecule binding in the overall reaction pathway. In the 1980’s this approach was extended to the use of sedimentation velocity techniques, primarily by the analysis of tubulin-drug interactions by Na and Timasheff. This transport method necessarily incorporates the complexity of both hydrodynamic and thermodynamic nonideality. The advent of modern computational methods in the last 20 years has subsequently made the analysis of sedimentation velocity data for interacting systems more robust and rigorous. Here we review three examples where sedimentation velocity has been useful at extracting thermodynamic information about reaction stoichiometry and energetics. Approaches to extract linkage to small molecule binding and the influence of hydrodynamic nonideality are emphasized. These methods are shown to also apply to the collection of fluorescence data with the new Aviv FDS. PMID:21703752

  19. Lactic acid bacterial extract as a biogenic mineral growth modifier

    NASA Astrophysics Data System (ADS)

    Borah, Ballav M.; Singh, Atul K.; Ramesh, Aiyagari; Das, Gopal

    2009-04-01

    The formation of minerals and mechanisms by which bacteria could control their formation in natural habitats is now of current interest for material scientists to have an insight of the mechanism of in vivo mineralization, as well as to seek industrial and technological applications. Crystalline uniform structures of calcium and barium minerals formed micron-sized building blocks when synthesized in the presence of an organic matrix consisting of secreted protein extracts from three different lactic acid bacteria (LAB) viz.: Lactobacillus plantarum MTCC 1325, Lactobacillus acidophilus NRRL B4495 and Pediococcus acidilactici CFR K7. LABs are not known to form organic matrix in biological materialization processes. The influence of these bacterial extracts on the crystallization behavior was investigated in details to test the basic coordination behavior of the acidic protein. In this report, varied architecture of the mineral crystals obtained in presence of high molecular weight protein extracts of three different LAB strains has been discussed. The role of native form of high molecular weight bacterial protein extracts in the generation of nucleation centers for crystal growth was clearly established. A model for the formation of organic matrix-cation complex and the subsequent events leading to crystal growth is proposed.

  20. Detecting vortices in superconductors: Extracting one-dimensional topological singularities from a discretized complex scalar field

    DOE PAGES

    Phillips, Carolyn L.; Peterka, Tom; Karpeyev, Dmitry; ...

    2015-02-20

    In type II superconductors, the dynamics of superconducting vortices determine their transport properties. In the Ginzburg-Landau theory, vortices correspond to topological defects in the complex order parameter. Extracting their precise positions and motion from discretized numerical simulation data is an important, but challenging, task. In the past, vortices have mostly been detected by analyzing the magnitude of the complex scalar field representing the order parameter and visualized by corresponding contour plots and isosurfaces. However, these methods, primarily used for small-scale simulations, blur the fine details of the vortices, scale poorly to large-scale simulations, and do not easily enable isolating andmore » tracking individual vortices. In this paper, we present a method for exactly finding the vortex core lines from a complex order parameter field. With this method, vortices can be easily described at a resolution even finer than the mesh itself. The precise determination of the vortex cores allows the interplay of the vortices inside a model superconductor to be visualized in higher resolution than has previously been possible. Finally, by representing the field as the set of vortices, this method also massively reduces the data footprint of the simulations and provides the data structures for further analysis and feature tracking.« less

  1. Pre-attentive processing of spectrally complex sounds with asynchronous onsets: an event-related potential study with human subjects.

    PubMed

    Tervaniemi, M; Schröger, E; Näätänen, R

    1997-05-23

    Neuronal mechanisms involved in the processing of complex sounds with asynchronous onsets were studied in reading subjects. The sound onset asynchrony (SOA) between the leading partial and the remaining complex tone was varied between 0 and 360 ms. Infrequently occurring deviant sounds (in which one out of 10 harmonics was different in pitch relative to the frequently occurring standard sound) elicited the mismatch negativity (MMN), a change-specific cortical event-related potential (ERP) component. This indicates that the pitch of standard stimuli had been pre-attentively coded by sensory-memory traces. Moreover, when the complex-tone onset fell within temporal integration window initiated by the leading-partial onset, the deviants elicited the N2b component. This indexes that involuntary attention switch towards the sound change occurred. In summary, the present results support the existence of pre-perceptual integration mechanism of 100-200 ms duration and emphasize its importance in switching attention towards the stimulus change.

  2. Reactive extraction at liquid-liquid systems

    NASA Astrophysics Data System (ADS)

    Wieszczycka, Karolina

    2018-01-01

    The chapter summarizes the state of knowledge about a metal transport in two-phase system. The first part of this review focuses on the distribution law and main factors determination in classical solvent extraction (solubility and polarity of the solute, as well as inter- and intramolecules interaction. Next part of the chapter is devoted to the reactive solvent extraction and the molecular modeling requiring knowledge on type of extractants, complexation mechanisms, metals ions speciation and oxidation during complexes forming, and other parameters that enable to understand the extraction process. Also the kinetic data that is needed for proper modeling, simulation and design of processes needed for critical separations are discussed. Extraction at liquid-solid system using solvent impregnated resins is partially identical as in the case of the corresponding solvent extraction, therefore this subject was also presented in all aspects of separation process (equilibrium, mechanism, kinetics).

  3. Adverse drug event-related emergency department visits associated with complex chronic conditions.

    PubMed

    Feinstein, James A; Feudtner, Chris; Kempe, Allison

    2014-06-01

    Outpatient adverse drug events (ADEs) can result in serious outcomes requiring emergency department (ED) visits and hospitalizations. The incidence and severity of ADEs in children with complex chronic conditions (CCCs), who often take multiple medications, is unknown. We sought to describe the characteristics of ADE-related ED visits, including association with CCC status; determine the implicated medications; and determine if CCC status increased the risk of ADE-related admission. Retrospective cohort study of ED visits by patients aged 0 to 18 years using a national sample. ADEs were identified by external cause of injury codes; cases with overdose, wrongful administration, self-harm, or diagnosis of malignancy were excluded. Multivariable logistic regression was used to test outcomes of having an ADE-related ED visit and of subsequent admission. All statistics accounted for the complex survey design. Of 144 million ED visits, 0.5% were associated with ADEs. Adjusting for age, gender, insurance type, day of week, and location of hospital, ADEs were associated with the presence of a CCC (odds ratio 4.76; 95% confidence interval: 4.45-5.10). The implicated medications differed significantly by CCC status. Adjusting for the same variables, ADEs were associated with subsequent inpatient admission (odds ratio 2.18; 95% confidence interval: 2.04-2.32) for all children; an interaction between ADE and CCC status was not significant. ED visits associated with ADEs were more likely to occur for children with CCCs, and the implicated drugs differed, but ADE-related admissions were not differentially affected by CCC status. Copyright © 2014 by the American Academy of Pediatrics.

  4. Synthetic drought event sets: thousands of meteorological drought events for risk-based management under present and future conditions

    NASA Astrophysics Data System (ADS)

    Guillod, Benoit P.; Massey, Neil; Otto, Friederike E. L.; Allen, Myles R.; Jones, Richard; Hall, Jim W.

    2016-04-01

    Droughts and related water scarcity can have large impacts on societies and consist of interactions between a number of natural and human factors. Meteorological conditions are usually the first natural trigger of droughts, and climate change is expected to impact these and thereby the frequency and intensity of the events. However, extreme events such as droughts are, by definition, rare, and accurately quantifying the risk related to such events is therefore difficult. The MaRIUS project (Managing the Risks, Impacts and Uncertainties of drought and water Scarcity) aims at quantifying the risks associated with droughts in the UK under present and future conditions. To do so, a large number of drought events, from climate model simulations downscaled at 25km over Europe, are being fed into hydrological models of various complexity and used for the estimation of drought risk associated with human and natural systems, including impacts on the economy, industry, agriculture, terrestrial and aquatic ecosystems, and socio-cultural aspects. Here, we present the hydro-meteorological drought event set that has been produced by weather@home [1] for MaRIUS. Using idle processor time on volunteers' computers around the world, we have run a very large number (10'000s) of Global Climate Model (GCM) simulations, downscaled at 25km over Europe by a nested Regional Climate Model (RCM). Simulations include the past 100 years as well as two future horizons (2030s and 2080s), and provide a large number of sequences of spatio-temporally consistent weather, which are consistent with the boundary forcing such as the ocean, greenhouse gases and solar forcing. The drought event set for use in impact studies is constructed by extracting sequences of dry conditions from these model runs, leading to several thousand drought events. In addition to describing methodological and validation aspects of the synthetic drought event sets, we provide insights into drought risk in the UK, its

  5. Nup53 Is Required for Nuclear Envelope and Nuclear Pore Complex Assembly

    PubMed Central

    Hawryluk-Gara, Lisa A.; Platani, Melpomeni; Santarella, Rachel

    2008-01-01

    Transport across the nuclear envelope (NE) is mediated by nuclear pore complexes (NPCs). These structures are composed of various subcomplexes of proteins that are each present in multiple copies and together establish the eightfold symmetry of the NPC. One evolutionarily conserved subcomplex of the NPC contains the nucleoporins Nup53 and Nup155. Using truncation analysis, we have defined regions of Nup53 that bind to neighboring nucleoporins as well as those domains that target Nup53 to the NPC in vivo. Using this information, we investigated the role of Nup53 in NE and NPC assembly using Xenopus egg extracts. We show that both events require Nup53. Importantly, the analysis of Nup53 fragments revealed that the assembly activity of Nup53 depleted extracts could be reconstituted using a region of Nup53 that binds specifically to its interacting partner Nup155. On the basis of these results, we propose that the formation of a Nup53–Nup155 complex plays a critical role in the processes of NPC and NE assembly. PMID:18256286

  6. Words analysis of online Chinese news headlines about trending events: a complex network perspective.

    PubMed

    Li, Huajiao; Fang, Wei; An, Haizhong; Huang, Xuan

    2015-01-01

    Because the volume of information available online is growing at breakneck speed, keeping up with meaning and information communicated by the media and netizens is a new challenge both for scholars and for companies who must address public relations crises. Most current theories and tools are directed at identifying one website or one piece of online news and do not attempt to develop a rapid understanding of all websites and all news covering one topic. This paper represents an effort to integrate statistics, word segmentation, complex networks and visualization to analyze headlines' keywords and words relationships in online Chinese news using two samples: the 2011 Bohai Bay oil spill and the 2010 Gulf of Mexico oil spill. We gathered all the news headlines concerning the two trending events in the search results from Baidu, the most popular Chinese search engine. We used Simple Chinese Word Segmentation to segment all the headlines into words and then took words as nodes and considered adjacent relations as edges to construct word networks both using the whole sample and at the monthly level. Finally, we develop an integrated mechanism to analyze the features of words' networks based on news headlines that can account for all the keywords in the news about a particular event and therefore track the evolution of news deeply and rapidly.

  7. Words Analysis of Online Chinese News Headlines about Trending Events: A Complex Network Perspective

    PubMed Central

    Li, Huajiao; Fang, Wei; An, Haizhong; Huang, Xuan

    2015-01-01

    Because the volume of information available online is growing at breakneck speed, keeping up with meaning and information communicated by the media and netizens is a new challenge both for scholars and for companies who must address public relations crises. Most current theories and tools are directed at identifying one website or one piece of online news and do not attempt to develop a rapid understanding of all websites and all news covering one topic. This paper represents an effort to integrate statistics, word segmentation, complex networks and visualization to analyze headlines’ keywords and words relationships in online Chinese news using two samples: the 2011 Bohai Bay oil spill and the 2010 Gulf of Mexico oil spill. We gathered all the news headlines concerning the two trending events in the search results from Baidu, the most popular Chinese search engine. We used Simple Chinese Word Segmentation to segment all the headlines into words and then took words as nodes and considered adjacent relations as edges to construct word networks both using the whole sample and at the monthly level. Finally, we develop an integrated mechanism to analyze the features of words’ networks based on news headlines that can account for all the keywords in the news about a particular event and therefore track the evolution of news deeply and rapidly. PMID:25807376

  8. Event-driven processing for hardware-efficient neural spike sorting

    NASA Astrophysics Data System (ADS)

    Liu, Yan; Pereira, João L.; Constandinou, Timothy G.

    2018-02-01

    Objective. The prospect of real-time and on-node spike sorting provides a genuine opportunity to push the envelope of large-scale integrated neural recording systems. In such systems the hardware resources, power requirements and data bandwidth increase linearly with channel count. Event-based (or data-driven) processing can provide here a new efficient means for hardware implementation that is completely activity dependant. In this work, we investigate using continuous-time level-crossing sampling for efficient data representation and subsequent spike processing. Approach. (1) We first compare signals (synthetic neural datasets) encoded with this technique against conventional sampling. (2) We then show how such a representation can be directly exploited by extracting simple time domain features from the bitstream to perform neural spike sorting. (3) The proposed method is implemented in a low power FPGA platform to demonstrate its hardware viability. Main results. It is observed that considerably lower data rates are achievable when using 7 bits or less to represent the signals, whilst maintaining the signal fidelity. Results obtained using both MATLAB and reconfigurable logic hardware (FPGA) indicate that feature extraction and spike sorting accuracies can be achieved with comparable or better accuracy than reference methods whilst also requiring relatively low hardware resources. Significance. By effectively exploiting continuous-time data representation, neural signal processing can be achieved in a completely event-driven manner, reducing both the required resources (memory, complexity) and computations (operations). This will see future large-scale neural systems integrating on-node processing in real-time hardware.

  9. Alcohol--Induced Polyelectrolyte-Surfactant Complex Coacervate Systems: Characterization and Applications in Enzyme and Protein Extraction

    NASA Astrophysics Data System (ADS)

    Nejati Moshtaghin, Mahboubeh

    The focus of this thesis is to achieve a better understanding of the newly discovered surfactant-polyelectrolyte complex coacervate (SPCC) systems induced by fluoroalcohol/acid as well as short chain aliphatic alcohol; and to elucidate their applications in extraction and enrichment of proteins and enzyme. We have discovered that fluoroalcohols and --acids induce complex coacervation and phase separation in the aqueous mixtures of oppositely charged anionic polyelectrolytes; specifically, sodium salts of polyacrylic acid and polymethacrylic acid and cationic surfactant (cetyltrimethylammonium bromide, CTAB) over a broad range of concentrations of mole fractions of the oppositely charged amphiphiles. Accordingly, these new classes of coacervators will significantly broaden the scope and facilitate engineering of new coacervate phases. Toward these goals, we have inspected the formation of surfactant-polyelectrolyte complex coacervates in the presence of fluoroalcohols namely hexafluoroisopropanol (HFIP) and Trifluoroethanol (TFE). Furthermore, the extent of coacervation as a function of concentrations the system components, and charge ratios of the oppositely charged amphiphiles has been investigated. Polyelectrolytes are considered to be milder reagents, as compared to surfactants, regarding proteins denaturation. This highlights the importance of a detailed investigation of the efficiency of our coacervate systems for extraction and preconcentration of proteins and enzymes, especially, when the biological activity of the extracted proteins needs to be maintained based on the objectives mentioned above, the results of the investigations have been organized in four chapters. In Chapter II, the phase behavior of the FA-SPCC will be investigated. The objective is to examine the phase behavior and phase properties with respect to the extent of coacervation in different solution conditions. In particular, the effects of different solution variables such as concentration

  10. Simultaneous determination of intestinal permeability and potential drug interactions of complex mixtures using Caco-2 cells and high-resolution mass spectrometry: Studies with Rauwolfia serpentina extract.

    PubMed

    Flynn, Thomas J; Vohra, Sanah N

    2018-06-25

    Caco-2 cells are a commonly used model for estimating the intestinal bioavailability of single chemical entity pharmaceuticals. Caco-2 cells, when induced with calcitriol, also express other biological functions such as phase I (CYP) and phase II (glucuronosyltransferases) drug metabolizing enzymes which are relevant to drug-supplement interactions. Intestinal bioavailability is an important factor in the overall safety assessment of products consumed orally. Foods, including herbal dietary supplements, are complex substances with multiple chemical components. Because of potential interactions between components of complex mixtures, more reliable safety assessments can be obtained by studying the commercial products "as consumed" rather than by testing individual chemical components one at a time. The present study evaluated the apparent intestinal permeability (P app ) of a model herbal extract, Rauwolfia serpentina, using both whole plant extracts and the individual purified Rauwolfia alkaloids. All test compounds, endpoint substrates, and their metabolites were quantified using liquid chromatography and high-resolution mass spectrometry. The P app values for individual Rauwolfia alkaloids were comparable whether measured individually or as components of the complete extract. Both Rauwolfia extract and all individual Rauwolfia alkaloids except yohimbine inhibited CYP3A4 activity (midazolam 1'-hydroxylation). Both Rauwolfia extract and all individual Rauwolfia alkaloids except corynanthine and reserpic acid significantly increased glucuronosyltransferase activity (glucuronidation of 4-methylumbelliferone). The positive control, ketoconazole, significantly inhibited both CYP3A4 and glucuronosyltransferase activities. These findings suggest that the Caco-2 assay is capable of simultaneously identifying both bioavailability and potentially hazardous intestinal drug-supplement interactions in complex mixtures. Published by Elsevier B.V.

  11. Anxiolytic-like actions of the hexane extract from leaves of Annona cherimolia in two anxiety paradigms: possible involvement of the GABA/benzodiazepine receptor complex.

    PubMed

    López-Rubalcava, C; Piña-Medina, B; Estrada-Reyes, R; Heinze, G; Martínez-Vázquez, M

    2006-01-11

    A hexane extract of leaves of Annona cherimolia produced anxiolytic-like actions when administered to mice and tested in two animal models of anxiety: the mouse avoidance exploratory behavior and the burying behavior tests. In order to discard unspecific drug-actions on general activity, all treatments studied in the anxiety paradigms were also analyzed in the open field test. Results showed that A. cherimolia induced anxiolytic-like actions at the doses of 6.25, 12.5, 25.0 and 50.0 mg/kg. Picrotoxin (0.25 mg/kg), a GABA-gated chloride ion channel blocker, antagonized the anxiolytic-like actions of A. cherimolia, while a sub-effective dose of muscimol (0.5 mg/kg), a selective GABA(A) receptor agonist, facilitated the effects of a sub-optimal dose of A. cherimolia (3.12 mg/kg). Thus, the involvement of the GABA(A) receptor complex in the anxiolytic-like actions of A. cherimolia hexane extract is suggested. In addition the extract was also able to enhance the duration of sodium pentobarbital induced sleeping time. Taken together, results indicate that the hexane extract of A. cherimolia has depressant activity on the Central Nervous System and could interact with the GABA(A) receptor complex. On the other hand, the chromatographic separation of this extract led to the isolation of palmitone, and beta-sitosterol as major constituents. In addition a GC-MS study of some fractions revealed the presence of several compounds such beta-cariophyllene, beta-selinene, alpha-cubebene, and linalool that have been reported to show effects on behavior that could explain some of the extract effects.

  12. Ion-pair extraction of multi-OH compounds by complexation with organoboronate

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

    Randel, L.A.; Chow, T.K.F.; King, C.J.

    1994-08-01

    Ion-pair extraction with organoboronate has been investigated as a regenerable means of removal and recovery of multi -OH compounds from aqueous solution. The extractant utilized was 3-nitrophenylboronate (NPB[sup [minus

  13. Probing energy transfer events in the light harvesting complex 2 (LH2) of Rhodobacter sphaeroides with two-dimensional spectroscopy.

    PubMed

    Fidler, Andrew F; Singh, Ved P; Long, Phillip D; Dahlberg, Peter D; Engel, Gregory S

    2013-10-21

    Excitation energy transfer events in the photosynthetic light harvesting complex 2 (LH2) of Rhodobacter sphaeroides are investigated with polarization controlled two-dimensional electronic spectroscopy. A spectrally broadened pulse allows simultaneous measurement of the energy transfer within and between the two absorption bands at 800 nm and 850 nm. The phased all-parallel polarization two-dimensional spectra resolve the initial events of energy transfer by separating the intra-band and inter-band relaxation processes across the two-dimensional map. The internal dynamics of the 800 nm region of the spectra are resolved as a cross peak that grows in on an ultrafast time scale, reflecting energy transfer between higher lying excitations of the B850 chromophores into the B800 states. We utilize a polarization sequence designed to highlight the initial excited state dynamics which uncovers an ultrafast transfer component between the two bands that was not observed in the all-parallel polarization data. We attribute the ultrafast transfer component to energy transfer from higher energy exciton states to lower energy states of the strongly coupled B850 chromophores. Connecting the spectroscopic signature to the molecular structure, we reveal multiple relaxation pathways including a cyclic transfer of energy between the two rings of the complex.

  14. Extraction of AE events to estimate their b values under a triaxial compressive condition Examination using continuous broadband records

    NASA Astrophysics Data System (ADS)

    Yoneda, N.; Kawakata, H.; Hirano, S.; Yoshimitsu, N.; Takahashi, N.

    2017-12-01

    Seismic b values estimated in previous laboratory compressive tests had been utilized for natural earthquake studies. Randomly sampled enough number of events over a wide magnitude range are essential for accurate b value estimation. In former triaxial tests, PZTs had sensitivity only in a narrow frequency range. In addition, the recording system could not extract all signals because of mask times or threshold setting. Recently, Yoshimitsu et al. (2014) enabled to use broadband transducers under triaxial conditions and achieved to acquire waveforms continuously in several hours. With such a system, they estimated the seismic moment of AE at very small magnitude scale. We expected that their continuous broadband recording system made it possible to record much more AE with a wider magnitude range for credible b value estimation in a laboratory. In this study, we performed a compressive test under a higher confining pressure as an updated experiment of Yoshimitsu et al. (2014) and extracted an enough amount of AE. We prepared an intact cylindrical Westerly Granite sample, 100 mm long by 50 mm in diameter. We conducted a triaxial compressive test under a confining pressure of 50 MPa, at a room temperature with drying conditions. Seven broadband transducers (sensitive range; 100 kHz - 1,000 kHz) were located in different height, respectively. Besides, a PZT was mounted to transmit elastic waves for velocity estimation during the experiment. At first, we increased the confining pressure and then started the loading. We switched the load control method from the axial load control to the circumferential displacement one. After exceeding the peak stress, compressive stress was unloaded with a high speed and the sample was recovered. A potential fault was observed on the recovered sample surface. Waveform recording was continued throughout the test for more than 200 minutes. The result of extracting signals by an STA/LTA ratio method for the waveforms recorded by each

  15. Event coincidence analysis for quantifying statistical interrelationships between event time series. On the role of flood events as triggers of epidemic outbreaks

    NASA Astrophysics Data System (ADS)

    Donges, J. F.; Schleussner, C.-F.; Siegmund, J. F.; Donner, R. V.

    2016-05-01

    Studying event time series is a powerful approach for analyzing the dynamics of complex dynamical systems in many fields of science. In this paper, we describe the method of event coincidence analysis to provide a framework for quantifying the strength, directionality and time lag of statistical interrelationships between event series. Event coincidence analysis allows to formulate and test null hypotheses on the origin of the observed interrelationships including tests based on Poisson processes or, more generally, stochastic point processes with a prescribed inter-event time distribution and other higher-order properties. Applying the framework to country-level observational data yields evidence that flood events have acted as triggers of epidemic outbreaks globally since the 1950s. Facing projected future changes in the statistics of climatic extreme events, statistical techniques such as event coincidence analysis will be relevant for investigating the impacts of anthropogenic climate change on human societies and ecosystems worldwide.

  16. Data driven analysis of rain events: feature extraction, clustering, microphysical /macro physical relationship

    NASA Astrophysics Data System (ADS)

    Djallel Dilmi, Mohamed; Mallet, Cécile; Barthes, Laurent; Chazottes, Aymeric

    2017-04-01

    The study of rain time series records is mainly carried out using rainfall rate or rain accumulation parameters estimated on a fixed integration time (typically 1 min, 1 hour or 1 day). In this study we used the concept of rain event. In fact, the discrete and intermittent natures of rain processes make the definition of some features inadequate when defined on a fixed duration. Long integration times (hour, day) lead to mix rainy and clear air periods in the same sample. Small integration time (seconds, minutes) will lead to noisy data with a great sensibility to detector characteristics. The analysis on the whole rain event instead of individual short duration samples of a fixed duration allows to clarify relationships between features, in particular between macro physical and microphysical ones. This approach allows suppressing the intra-event variability partly due to measurement uncertainties and allows focusing on physical processes. An algorithm based on Genetic Algorithm (GA) and Self Organising Maps (SOM) is developed to obtain a parsimonious characterisation of rain events using a minimal set of variables. The use of self-organizing map (SOM) is justified by the fact that it allows to map a high dimensional data space in a two-dimensional space while preserving as much as possible the initial space topology in an unsupervised way. The obtained SOM allows providing the dependencies between variables and consequently removing redundant variables leading to a minimal subset of only five features (the event duration, the rain rate peak, the rain event depth, the event rain rate standard deviation and the absolute rain rate variation of order 0.5). To confirm relevance of the five selected features the corresponding SOM is analyzed. This analysis shows clearly the existence of relationships between features. It also shows the independence of the inter-event time (IETp) feature or the weak dependence of the Dry percentage in event (Dd%e) feature. This confirms

  17. Creative Analytics of Mission Ops Event Messages

    NASA Technical Reports Server (NTRS)

    Smith, Dan

    2017-01-01

    Historically, tremendous effort has been put into processing and displaying mission health and safety telemetry data; and relatively little attention has been paid to extracting information from missions time-tagged event log messages. Todays missions may log tens of thousands of messages per day and the numbers are expected to dramatically increase as satellite fleets and constellations are launched, as security monitoring continues to evolve, and as the overall complexity of ground system operations increases. The logs may contain information about orbital events, scheduled and actual observations, device status and anomalies, when operators were logged on, when commands were resent, when there were data drop outs or system failures, and much much more. When dealing with distributed space missions or operational fleets, it becomes even more important to systematically analyze this data. Several advanced information systems technologies make it appropriate to now develop analytic capabilities which can increase mission situational awareness, reduce mission risk, enable better event-driven automation and cross-mission collaborations, and lead to improved operations strategies: Industry Standard for Log Messages. The Object Management Group (OMG) Space Domain Task Force (SDTF) standards organization is in the process of creating a formal standard for industry for event log messages. The format is based on work at NASA GSFC. Open System Architectures. The DoD, NASA, and others are moving towards common open system architectures for mission ground data systems based on work at NASA GSFC with the full support of the commercial product industry and major integration contractors. Text Analytics. A specific area of data analytics which applies statistical, linguistic, and structural techniques to extract and classify information from textual sources. This presentation describes work now underway at NASA to increase situational awareness through the collection of non

  18. Extracting the Textual and Temporal Structure of Supercomputing Logs

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

    Jain, S; Singh, I; Chandra, A

    2009-05-26

    Supercomputers are prone to frequent faults that adversely affect their performance, reliability and functionality. System logs collected on these systems are a valuable resource of information about their operational status and health. However, their massive size, complexity, and lack of standard format makes it difficult to automatically extract information that can be used to improve system management. In this work we propose a novel method to succinctly represent the contents of supercomputing logs, by using textual clustering to automatically find the syntactic structures of log messages. This information is used to automatically classify messages into semantic groups via an onlinemore » clustering algorithm. Further, we describe a methodology for using the temporal proximity between groups of log messages to identify correlated events in the system. We apply our proposed methods to two large, publicly available supercomputing logs and show that our technique features nearly perfect accuracy for online log-classification and extracts meaningful structural and temporal message patterns that can be used to improve the accuracy of other log analysis techniques.« less

  19. Multisensory temporal function and EEG complexity in patients with epilepsy and psychogenic nonepileptic events.

    PubMed

    Noel, Jean-Paul; Kurela, LeAnne; Baum, Sarah H; Yu, Hong; Neimat, Joseph S; Gallagher, Martin J; Wallace, Mark

    2017-05-01

    Cognitive and perceptual comorbidities frequently accompany epilepsy and psychogenic nonepileptic events (PNEE). However, and despite the fact that perceptual function is built upon a multisensory foundation, little knowledge exists concerning multisensory function in these populations. Here, we characterized facets of multisensory processing abilities in patients with epilepsy and PNEE, and probed the relationship between individual resting-state EEG complexity and these psychophysical measures in each patient. We prospectively studied a cohort of patients with epilepsy (N=18) and PNEE (N=20) patients who were admitted to Vanderbilt's Epilepsy Monitoring Unit (EMU) and weaned off of anticonvulsant drugs. Unaffected age-matched persons staying with the patients in the EMU (N=15) were also recruited as controls. All participants performed two tests of multisensory function: an audio-visual simultaneity judgment and an audio-visual redundant target task. Further, in the cohort of patients with epilepsy and PNEE we quantified resting state EEG gamma power and complexity. Compared with both patients with epilepsy and control subjects, patients with PNEE exhibited significantly poorer acuity in audiovisual temporal function as evidenced in significantly larger temporal binding windows (i.e., they perceived larger stimulus asynchronies as being presented simultaneously). These differences appeared to be specific for temporal function, as there was no difference among the three groups in a non-temporally based measure of multisensory function - the redundant target task. Further, patients with PNEE exhibited more complex resting state EEG patterns as compared to their patients with epilepsy, and EEG complexity correlated with multisensory temporal performance on a subject-by-subject manner. Taken together, findings seem to indicate that patients with PNEE bind information from audition and vision over larger temporal intervals when compared with control subjects as well

  20. Acquiring Information from Wider Scope to Improve Event Extraction

    DTIC Science & Technology

    2012-05-01

    film ”. 2.3.2 Argument Constraint Even if the scenario is well detected, there is no guarantee of identifying the event correctly. Think about words...from 2003 newswire, with the same genre and time period as ACE 2005 data to avoid possible influences of variations in the genre or time period on the

  1. The use of analytical sedimentation velocity to extract thermodynamic linkage.

    PubMed

    Cole, James L; Correia, John J; Stafford, Walter F

    2011-11-01

    For 25 years, the Gibbs Conference on Biothermodynamics has focused on the use of thermodynamics to extract information about the mechanism and regulation of biological processes. This includes the determination of equilibrium constants for macromolecular interactions by high precision physical measurements. These approaches further reveal thermodynamic linkages to ligand binding events. Analytical ultracentrifugation has been a fundamental technique in the determination of macromolecular reaction stoichiometry and energetics for 85 years. This approach is highly amenable to the extraction of thermodynamic couplings to small molecule binding in the overall reaction pathway. In the 1980s this approach was extended to the use of sedimentation velocity techniques, primarily by the analysis of tubulin-drug interactions by Na and Timasheff. This transport method necessarily incorporates the complexity of both hydrodynamic and thermodynamic nonideality. The advent of modern computational methods in the last 20 years has subsequently made the analysis of sedimentation velocity data for interacting systems more robust and rigorous. Here we review three examples where sedimentation velocity has been useful at extracting thermodynamic information about reaction stoichiometry and energetics. Approaches to extract linkage to small molecule binding and the influence of hydrodynamic nonideality are emphasized. These methods are shown to also apply to the collection of fluorescence data with the new Aviv FDS. Copyright © 2011 Elsevier B.V. All rights reserved.

  2. Selective Extraction of Uranium from Liquid or Supercritical Carbon Dioxide

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

    Farawila, Anne F.; O'Hara, Matthew J.; Wai, Chien M.

    2012-07-31

    Current liquid-liquid extraction processes used in recycling irradiated nuclear fuel rely on (1) strong nitric acid to dissolve uranium oxide fuel, and (2) the use of aliphatic hydrocarbons as a diluent in formulating the solvent used to extract uranium. The nitric acid dissolution process is not selective. It dissolves virtually the entire fuel meat which complicates the uranium extraction process. In addition, a solvent washing process is used to remove TBP degradation products, which adds complexity to the recycling plant and increases the overall plant footprint and cost. A liquid or supercritical carbon dioxide (l/sc -CO2) system was designed tomore » mitigate these problems. Indeed, TBP nitric acid complexes are highly soluble in l/sc -CO2 and are capable of extracting uranium directly from UO2, UO3 and U3O8 powders. This eliminates the need for total acid dissolution of the irradiated fuel. Furthermore, since CO2 is easily recycled by evaporation at room temperature and pressure, it eliminates the complex solvent washing process. In this report, we demonstrate: (1) A reprocessing scheme starting with the selective extraction of uranium from solid uranium oxides into a TBP-HNO3 loaded Sc-CO2 phase, (2) Back extraction of uranium into an aqueous phase, and (3) Conversion of recovered purified uranium into uranium oxide. The purified uranium product from step 3 can be disposed of as low level waste, or mixed with enriched uranium for use in a reactor for another fuel cycle. After an introduction on the concept and properties of supercritical fluids, we first report the characterization of the different oxides used for this project. Our extraction system and our online monitoring capability using UV-Vis absorbance spectroscopy directly in sc-CO2 is then presented. Next, the uranium extraction efficiencies and kinetics is demonstrated for different oxides and under different physical and chemical conditions: l/sc -CO2 pressure and temperature, TBP/HNO3 complex

  3. Conversion events in gene clusters

    PubMed Central

    2011-01-01

    Background Gene clusters containing multiple similar genomic regions in close proximity are of great interest for biomedical studies because of their associations with inherited diseases. However, such regions are difficult to analyze due to their structural complexity and their complicated evolutionary histories, reflecting a variety of large-scale mutational events. In particular, conversion events can mislead inferences about the relationships among these regions, as traced by traditional methods such as construction of phylogenetic trees or multi-species alignments. Results To correct the distorted information generated by such methods, we have developed an automated pipeline called CHAP (Cluster History Analysis Package) for detecting conversion events. We used this pipeline to analyze the conversion events that affected two well-studied gene clusters (α-globin and β-globin) and three gene clusters for which comparative sequence data were generated from seven primate species: CCL (chemokine ligand), IFN (interferon), and CYP2abf (part of cytochrome P450 family 2). CHAP is freely available at http://www.bx.psu.edu/miller_lab. Conclusions These studies reveal the value of characterizing conversion events in the context of studying gene clusters in complex genomes. PMID:21798034

  4. Complexity measures of music

    NASA Astrophysics Data System (ADS)

    Pease, April; Mahmoodi, Korosh; West, Bruce J.

    2018-03-01

    We present a technique to search for the presence of crucial events in music, based on the analysis of the music volume. Earlier work on this issue was based on the assumption that crucial events correspond to the change of music notes, with the interesting result that the complexity index of the crucial events is mu ~ 2, which is the same inverse power-law index of the dynamics of the brain. The search technique analyzes music volume and confirms the results of the earlier work, thereby contributing to the explanation as to why the brain is sensitive to music, through the phenomenon of complexity matching. Complexity matching has recently been interpreted as the transfer of multifractality from one complex network to another. For this reason we also examine the mulifractality of music, with the observation that the multifractal spectrum of a computer performance is significantly narrower than the multifractal spectrum of a human performance of the same musical score. We conjecture that although crucial events are demonstrably important for information transmission, they alone are not suficient to define musicality, which is more adequately measured by the multifractality spectrum.

  5. Event selection services in ATLAS

    NASA Astrophysics Data System (ADS)

    Cranshaw, J.; Cuhadar-Donszelmann, T.; Gallas, E.; Hrivnac, J.; Kenyon, M.; McGlone, H.; Malon, D.; Mambelli, M.; Nowak, M.; Viegas, F.; Vinek, E.; Zhang, Q.

    2010-04-01

    ATLAS has developed and deployed event-level selection services based upon event metadata records ("TAGS") and supporting file and database technology. These services allow physicists to extract events that satisfy their selection predicates from any stage of data processing and use them as input to later analyses. One component of these services is a web-based Event-Level Selection Service Interface (ELSSI). ELSSI supports event selection by integrating run-level metadata, luminosity-block-level metadata (e.g., detector status and quality information), and event-by-event information (e.g., triggers passed and physics content). The list of events that survive after some selection criterion is returned in a form that can be used directly as input to local or distributed analysis; indeed, it is possible to submit a skimming job directly from the ELSSI interface using grid proxy credential delegation. ELSSI allows physicists to explore ATLAS event metadata as a means to understand, qualitatively and quantitatively, the distributional characteristics of ATLAS data. In fact, the ELSSI service provides an easy interface to see the highest missing ET events or the events with the most leptons, to count how many events passed a given set of triggers, or to find events that failed a given trigger but nonetheless look relevant to an analysis based upon the results of offline reconstruction, and more. This work provides an overview of ATLAS event-level selection services, with an emphasis upon the interactive Event-Level Selection Service Interface.

  6. Antigen-antibody biorecognition events as discriminated by noise analysis of force spectroscopy curves.

    PubMed

    Bizzarri, Anna Rita; Cannistraro, Salvatore

    2014-08-22

    Atomic force spectroscopy is able to extract kinetic and thermodynamic parameters of biomolecular complexes provided that the registered unbinding force curves could be reliably attributed to the rupture of the specific complex interactions. To this aim, a commonly used strategy is based on the analysis of the stretching features of polymeric linkers which are suitably introduced in the biomolecule-substrate immobilization procedure. Alternatively, we present a method to select force curves corresponding to specific biorecognition events, which relies on a careful analysis of the force fluctuations of the biomolecule-functionalized cantilever tip during its approach to the partner molecules immobilized on a substrate. In the low frequency region, a characteristic 1/f (α) noise with α equal to one (flickering noise) is found to replace white noise in the cantilever fluctuation power spectrum when, and only when, a specific biorecognition process between the partners occurs. The method, which has been validated on a well-characterized antigen-antibody complex, represents a fast, yet reliable alternative to the use of linkers which may involve additional surface chemistry and reproducibility concerns.

  7. Downscaling 20th century flooding events in complex terrain (Switzerland) using the WRF regional climate model

    NASA Astrophysics Data System (ADS)

    Heikkilä, Ulla; Gómez Navarro, Juan Jose; Franke, Jörg; Brönnimann, Stefan; Cattin, Réne

    2016-04-01

    Switzerland has experienced a number of severe precipitation events during the last few decades, such as during the 14-16 November of 2002 or during the 21-22 August of 2005. Both events, and subsequent extreme floods, caused fatalities and severe financial losses, and have been well studied both in terms of atmospheric conditions leading to extreme precipitation, and their consequences [e.g. Hohenegger et al., 2008, Stucki et al., 2012]. These examples highlight the need to better characterise the frequency and severity of flooding in the Alpine area. In a larger framework we will ultimately produce a high-resolution data set covering the entire 20th century to be used for detailed hydrological studies including all atmospheric parameters relevant for flooding events. In a first step, we downscale the aforementioned two events of 2002 and 2005 to assess the model performance regarding precipitation extremes. The complexity of the topography in the Alpine area demands high resolution datasets. To achieve a sufficient detail in resolution we employ the Weather Research and Forecasting regional climate model (WRF). A set of 4 nested domains is used with a 2-km resolution horizontal resolution over Switzerland. The NCAR 20th century reanalysis (20CR) with a horizontal resolution of 2.5° serves as boundary condition [Compo et al., 2011]. First results of the downscaling the 2002 and 2005 extreme precipitation events show that, compared to station observations provided by the Swiss Meteorological Office MeteoSwiss, the model strongly underestimates the strength of these events. This is mainly due to the coarse resolution of the 20CR data, which underestimates the moisture fluxes during these events. We tested driving WRF with the higher-resolved NCEP reanalysis and found a significant improvement in the amount of precipitation of the 2005 event. In a next step we will downscale the precipitation and wind fields during a 6-year period 2002-2007 to investigate and

  8. Self-Complexity, Daily Events, and Perceived Quality of Life.

    ERIC Educational Resources Information Center

    Kardash, CarolAnne M.; Okun, Morris A.

    Recent research has demonstrated that self-cognitions can play an important role in physical and emotional well-being. One important aspect of self-cognition concerns the complexity of self-representations. This study tested the hypothesis that self-complexity, as assessed by Linville's self-trait sorting task, would moderate the effects of…

  9. Cyclodextrin-enhanced extraction and energy transfer of carcinogens in complex oil environments.

    PubMed

    Serio, Nicole; Chanthalyma, Chitapom; Prignano, Lindsey; Levine, Mindy

    2013-11-27

    Reported herein is the use of γ-cyclodextrin for two tandem functions: (a) the extraction of carcinogenic polycyclic aromatic hydrocarbons (PAHs) from oil samples into aqueous solution and (b) the promotion of highly efficient energy transfer from the newly extracted PAHs to a high-quantum-yield fluorophore. The extraction proceeded in moderate to good efficiencies, and the resulting cyclodextrin-promoted energy transfer led to a new, brightly fluorescent signal in aqueous solution. The resulting dual-function system (extraction followed by energy transfer) has significant relevance in the environmental detection and cleanup of oil-spill-related carcinogens.

  10. Thromboembolic Events After Vitamin K Antagonist Reversal With 4-Factor Prothrombin Complex Concentrate: Exploratory Analyses of Two Randomized, Plasma-Controlled Studies.

    PubMed

    Milling, Truman J; Refaai, Majed A; Goldstein, Joshua N; Schneider, Astrid; Omert, Laurel; Harman, Amy; Lee, Martin L; Sarode, Ravi

    2016-01-01

    We evaluated thromboembolic events after vitamin K antagonist reversal in post hoc analyses of pooled data from 2 randomized trials comparing 4-factor prothrombin complex concentrate (4F-PCC) (Beriplex/Kcentra) with plasma. Unblinded investigators identified thromboembolic events, using standardized terms (such as "myocardial infarction," "deep vein thrombosis," "pulmonary embolism," and "ischemic stroke"). A blinded safety adjudication board reviewed serious thromboembolic events, as well as those referred by an independent unblinded data and safety monitoring board. We descriptively compared thromboembolic event and patient characteristics between treatment groups and included detailed patient-level outcome descriptions. We did not power the trials to assess safety. We enrolled 388 patients (4F-PCC: n=191; plasma: n=197) in the trials. Thromboembolic events occurred in 14 of 191 patients (7.3%) in the 4F-PCC group and 14 of 197 (7.1%) in the plasma group (risk difference 0.2%; 95% confidence interval -5.5% to 6.0%). Investigators reported serious thromboembolic events in 16 patients (4F-PCC: n=8; plasma: n=8); the data and safety monitoring board referred 2 additional myocardial ischemia events (plasma group) to the safety adjudication board for review. The safety adjudication board judged serious thromboembolic events in 10 patients (4F-PCC: n=4; plasma: n=6) as possibly treatment related. There were 8 vascular thromboembolic events in the 4F-PCC group versus 4 in the plasma group, and 1 versus 6 cardiac events, respectively. Among patients with thromboembolic events, 3 deaths occurred in each treatment group. All-cause mortality for the pooled population was 13 per group. We observed no relationship between thromboembolic event occurrence and factor levels transiently above the upper limit of normal; there were no notable differences in median factor or proteins C and S levels up to 24 hours postinfusion start in patients with and without thromboembolic events

  11. Can Natural Language Processing Improve the Efficiency of Vaccine Adverse Event Report Review?

    PubMed

    Baer, B; Nguyen, M; Woo, E J; Winiecki, S; Scott, J; Martin, D; Botsis, T; Ball, R

    2016-01-01

    Individual case review of spontaneous adverse event (AE) reports remains a cornerstone of medical product safety surveillance for industry and regulators. Previously we developed the Vaccine Adverse Event Text Miner (VaeTM) to offer automated information extraction and potentially accelerate the evaluation of large volumes of unstructured data and facilitate signal detection. To assess how the information extraction performed by VaeTM impacts the accuracy of a medical expert's review of the vaccine adverse event report. The "outcome of interest" (diagnosis, cause of death, second level diagnosis), "onset time," and "alternative explanations" (drug, medical and family history) for the adverse event were extracted from 1000 reports from the Vaccine Adverse Event Reporting System (VAERS) using the VaeTM system. We compared the human interpretation, by medical experts, of the VaeTM extracted data with their interpretation of the traditional full text reports for these three variables. Two experienced clinicians alternately reviewed text miner output and full text. A third clinician scored the match rate using a predefined algorithm; the proportion of matches and 95% confidence intervals (CI) were calculated. Review time per report was analyzed. Proportion of matches between the interpretation of the VaeTM extracted data, compared to the interpretation of the full text: 93% for outcome of interest (95% CI: 91-94%) and 78% for alternative explanation (95% CI: 75-81%). Extracted data on the time to onset was used in 14% of cases and was a match in 54% (95% CI: 46-63%) of those cases. When supported by structured time data from reports, the match for time to onset was 79% (95% CI: 76-81%). The extracted text averaged 136 (74%) fewer words, resulting in a mean reduction in review time of 50 (58%) seconds per report. Despite a 74% reduction in words, the clinical conclusion from VaeTM extracted data agreed with the full text in 93% and 78% of reports for the outcome of

  12. Analysis of signal transduction in cell-free extracts and rafts of Xenopus eggs.

    PubMed

    Tokmakov, Alexander A; Iwasaki, Tetsushi; Sato, Ken-Ichi; Fukami, Yasuo

    2010-05-01

    Intracellular signaling during egg activation/fertilization has been extensively studied using intact eggs, which can be manipulated by microinjection of different mRNAs, proteins, or chemical drugs. Furthermore, egg extracts, which retain high CSF activity (CSF-arrested extracts), were developed for studying fertilization/activation signal transduction, which have significant advantages as a model system. The addition of calcium to CSF-arrested extracts initiates a plethora of signaling events that take place during egg activation. Hence, the signaling downstream of calcium mobilization has been successfully studied in the egg extracts. Moreover, despite disruption of membrane-associated signaling compartments and ordered compartmentalization during extract preparation, CSF-arrested extracts can be successfully used to study early signaling events, which occur upstream of calcium release during egg activation/fertilization. In combination with the CSF-arrested extracts, activated egg rafts can reproduce some events of egg activation, including PLCgamma activation, IP3 production, transient calcium release, MAPK inactivation, and meiotic exit. This becomes possible due to complementation of the sperm-induced egg activation signaling machinery present in the rafts with the components of signal transduction system localized in the extracts. Herein, we describe protocols for studying molecular mechanisms of egg fertilization/activation using cell-free extracts and membrane rafts prepared from metaphase-arrested Xenopus eggs.

  13. The dimerization of the yeast cytochrome bc1 complex is an early event and is independent of Rip1.

    PubMed

    Conte, Annalea; Papa, Benedetta; Ferramosca, Alessandra; Zara, Vincenzo

    2015-05-01

    In Saccharomyces cerevisiae the mature cytochrome bc1 complex exists as an obligate homo-dimer in which each monomer consists of ten distinct protein subunits inserted into or bound to the inner mitochondrial membrane. Among them, the Rieske iron-sulfur protein (Rip1), besides its catalytic role in electron transfer, may be implicated in the bc1 complex dimerization. Indeed, Rip1 has the globular domain containing the catalytic center in one monomer while the transmembrane helix interacts with the adjacent monomer. In addition, the lack of Rip1 leads to the accumulation of an immature bc1 intermediate, only loosely associated with cytochrome c oxidase. In this study we have investigated the biogenesis of the yeast cytochrome bc1 complex using epitope tagged proteins to purify native assembly intermediates. We showed that the dimerization process is an early event during bc1 complex biogenesis and that the presence of Rip1, differently from previous proposals, is not essential for this process. We also investigated the multi-step model of bc1 assembly thereby lending further support to the existence of bona fide subcomplexes during bc1 maturation in the inner mitochondrial membrane. Finally, a new model of cytochrome bc1 complex assembly, in which distinct intermediates sequentially interact during bc1 maturation, has been proposed. Copyright © 2015 Elsevier B.V. All rights reserved.

  14. A Review of In-Office Dynamic Image Navigation for Extraction of Complex Mandibular Third Molars.

    PubMed

    Emery, Robert W; Korj, Oxana; Agarwal, Ravi

    2017-08-01

    We performed a retrospective review of in-office removal of complex mandibular third molars with a dynamic image navigation system (DINS). A retrospective review was conducted of cases completed from 2010 to 2014 by a single oral and maxillofacial surgeon. The average age of the patients was 47 years (range, 27 to 72 years). Extraction complexity was classified with Juodzbalys and Daugela's classification system. The included study cases had complexity scores of 9 or greater. Each patient received custom intraoral splints to secure the tracking array and underwent cone beam computed tomography image acquisition. All surgical procedures were performed with a precalibrated tracking straight handpiece under dynamic navigation. All 25 cases were treated successfully with the use of the DINS. Twelve of these cases were associated with pathologic lesions. Three patients were noted to have inferior alveolar nerve paresthesia. One patient sustained a pathologic fracture at week 2. Postoperative infections were noted in 7 cases, 2 of which had a pre-existing infection. One patient reported temporary limitation of mouth opening. A coronectomy was performed in 1 case. We present results using a new technology, the DINS, for removal of complex mandibular third molars. Potential advantages are 1) improved visualization and localization of anatomic structures such as the inferior alveolar nerve, lingual cortical plate, and adjacent roots; 2) improved control during osteotomy; 3) decreased surgical access requirements and reduction in overall bone removal; 4) ability to perform complex procedures successfully in an in-office setting; 5) decreased surgical time resulting from improved visualization; and 6) potential use as a teaching tool. Possible limitations of the use of an in-office DINS include increased cost, increased time attributed to presurgical planning, initial learning curve, and optical array interference by the surgeon or assistants during surgery. Copyright

  15. Distribution, fate and formation of non-extractable residues of a nonylphenol isomer in soil with special emphasis on soil derived organo-clay complexes.

    PubMed

    Riefer, Patrick; Klausmeyer, Timm; Schäffer, Andreas; Schwarzbauer, Jan; Schmidt, Burkhard

    2011-01-01

    Anthropogenic contaminants like nonylphenols (NP) are added to soil, for instance if sewage-sludge is used as fertilizer in agriculture. A commercial mixture of NP consists of more than 20 isomers. For our study, we used one of the predominate isomers of NP mixtures, 4-(3,5-dimethylhept-3-yl)phenol, as a representative compound. The aim was to investigate the fate and distribution of the isomer within soil and soil derived organo-clay complexes. Therefore, (14)C- and (13)C-labeled NP was added to soil samples and incubated up to 180 days. Mineralization was measured and soil samples were fractionated into sand, silt and clay; the clay fraction was further separated in humic acids, fulvic acids and humin. The organo-clay complexes pre-incubated for 90 or 180 days were re-incubated with fresh soil for 180 days, to study the potential of re-mobilization of incorporated residues. The predominate incorporation sites of the nonylphenol isomer in soil were the organo-clay complexes. After 180 days of incubation, 22 % of the applied (14)C was mineralized. The bioavailable, water extractable portion was low (9 % of applied (14)C) and remained constant during the entire incubation period, which could be explained by an incorporation/release equilibrium. Separation of organo-clay complexes, after extraction with solvents to release weakly incorporated, bioaccessible portions, showed that non-extractable residues (NER) were preferentially located in the humic acid fraction, which was regarded as an effect of the chemical composition of this fraction. Generally, 27 % of applied (14)C was incorporated into organo-clay complexes as NER, whereas 9 % of applied (14)C was bioaccessible after 180 days of incubation. The re-mobilization experiments showed on the one hand, a decrease of the bioavailability of the nonylphenol residues due to stronger incorporation, when the pre-incubation period was increased from 90 to 180 days. On the other hand, a shift of these residues from the

  16. Thrombotic events associated with C1 esterase inhibitor products in patients with hereditary angioedema: investigation from the United States Food and Drug Administration adverse event reporting system database.

    PubMed

    Gandhi, Pranav K; Gentry, William M; Bottorff, Michael B

    2012-10-01

    To investigate reports of thrombotic events associated with the use of C1 esterase inhibitor products in patients with hereditary angioedema in the United States. Retrospective data mining analysis. The United States Food and Drug Administration (FDA) adverse event reporting system (AERS) database. Case reports of C1 esterase inhibitor products, thrombotic events, and C1 esterase inhibitor product-associated thrombotic events (i.e., combination cases) were extracted from the AERS database, using the time frames of each respective product's FDA approval date through the second quarter of 2011. Bayesian statistical methodology within the neural network architecture was implemented to identify potential signals of a drug-associated adverse event. A potential signal is generated when the lower limit of the 95% 2-sided confidence interval of the information component, denoted by IC₀₂₅ , is greater than zero. This suggests that the particular drug-associated adverse event was reported to the database more often than statistically expected from reports available in the database. Ten combination cases of thrombotic events associated with the use of one C1 esterase inhibitor product (Cinryze) were identified in patients with hereditary angioedema. A potential signal demonstrated by an IC₀₂₅ value greater than zero (IC₀₂₅ = 2.91) was generated for these combination cases. The extracted cases from the AERS indicate continuing reports of thrombotic events associated with the use of one C1 esterase inhibitor product among patients with hereditary angioedema. The AERS is incapable of establishing a causal link and detecting the true frequency of an adverse event associated with a drug; however, potential signals of C1 esterase inhibitor product-associated thrombotic events among patients with hereditary angioedema were identified in the extracted combination cases. © 2012 Pharmacotherapy Publications, Inc.

  17. Solvent extraction: the coordination chemistry behind extractive metallurgy.

    PubMed

    Wilson, A Matthew; Bailey, Phillip J; Tasker, Peter A; Turkington, Jennifer R; Grant, Richard A; Love, Jason B

    2014-01-07

    The modes of action of the commercial solvent extractants used in extractive hydrometallurgy are classified according to whether the recovery process involves the transport of metal cations, M(n+), metalate anions, MXx(n-), or metal salts, MXx into a water-immiscible solvent. Well-established principles of coordination chemistry provide an explanation for the remarkable strengths and selectivities shown by most of these extractants. Reagents which achieve high selectivity when transporting metal cations or metal salts into a water-immiscible solvent usually operate in the inner coordination sphere of the metal and provide donor atom types or dispositions which favour the formation of particularly stable neutral complexes that have high solubility in the hydrocarbons commonly used in recovery processes. In the extraction of metalates, the structures of the neutral assemblies formed in the water-immiscible phase are usually not well defined and the cationic reagents can be assumed to operate in the outer coordination spheres. The formation of secondary bonds in the outer sphere using, for example, electrostatic or H-bonding interactions are favoured by the low polarity of the water-immiscible solvents.

  18. sin 2 θ eff lept and M W(indirect) extracted from 9 fb -1 μ +μ - event sample at CDF

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

    Bodek, A.

    2016-05-31

    Here, we report on the extraction ofmore » $$\\sin^2\\theta^{\\rm lept}_{\\rm eff}$$ and indirect measurement of the mass of the W boson from the forward-backward asymmetry of $$\\mu^+\\mu^-$$ events in the $Z$ boson mass region. The data sample collected by the CDF detector corresponds to the full 9 fb$$^{-1}$$ run II sample. We measure $$\\sin^2 \\theta^{\\rm lept}_{\\rm eff} = 0.2315 \\pm 0.0010$$, $$ \\sin^2 \\theta_W = 0.2233 \\pm 0.0009$$ and $$M_W ({\\rm indirect}) = 80.365 \\pm 0.047 \\;{\\rm GeV}/c^2$$, where each uncertainty includes both statistical and systematic contributions. Comparison with the results of the D0 collaboration are presented.« less

  19. Iterative Calibration: A Novel Approach for Calibrating the Molecular Clock Using Complex Geological Events.

    PubMed

    Loeza-Quintana, Tzitziki; Adamowicz, Sarah J

    2018-02-01

    During the past 50 years, the molecular clock has become one of the main tools for providing a time scale for the history of life. In the era of robust molecular evolutionary analysis, clock calibration is still one of the most basic steps needing attention. When fossil records are limited, well-dated geological events are the main resource for calibration. However, biogeographic calibrations have often been used in a simplistic manner, for example assuming simultaneous vicariant divergence of multiple sister lineages. Here, we propose a novel iterative calibration approach to define the most appropriate calibration date by seeking congruence between the dates assigned to multiple allopatric divergences and the geological history. Exploring patterns of molecular divergence in 16 trans-Bering sister clades of echinoderms, we demonstrate that the iterative calibration is predominantly advantageous when using complex geological or climatological events-such as the opening/reclosure of the Bering Strait-providing a powerful tool for clock dating that can be applied to other biogeographic calibration systems and further taxa. Using Bayesian analysis, we observed that evolutionary rate variability in the COI-5P gene is generally distributed in a clock-like fashion for Northern echinoderms. The results reveal a large range of genetic divergences, consistent with multiple pulses of trans-Bering migrations. A resulting rate of 2.8% pairwise Kimura-2-parameter sequence divergence per million years is suggested for the COI-5P gene in Northern echinoderms. Given that molecular rates may vary across latitudes and taxa, this study provides a new context for dating the evolutionary history of Arctic marine life.

  20. Loss of Permanent First Molars in the Mixed Dentition: Circumstances Resulting in Extraction and Requiring Orthodontic Management.

    PubMed

    Mathu-Muju, Kavita R; Kennedy, David B

    2016-10-15

    Extraction of significantly compromised permanent first molars may be indicated during the mixed dentition stage of occlusal development. The purpose of this article was to review circumstances that can result in the loss of a permanent first molar-including dental caries, molar incisor hypomineralization, eruption disturbances of permanent teeth, and failure of restorative treatment to affirm that a complete dental arch is not necessary for the existence of a functional dental arch. The extraction of permanent first molar(s) with subsequent orthodontic treatment in a young patient can be considered a cost-effective alternative to placing complex restorations that require replacement over the lifespan. Approaches to establish a functional dental arch in the event of the loss of a permanent first molar(s) are outlined. Additionally, orthodontic diagnostic and treatment principles are reviewed. Case histories are provided to illustrate the clinical management of permanent first molar extractions to achieve a functional dental arch.

  1. FamPlex: a resource for entity recognition and relationship resolution of human protein families and complexes in biomedical text mining.

    PubMed

    Bachman, John A; Gyori, Benjamin M; Sorger, Peter K

    2018-06-28

    For automated reading of scientific publications to extract useful information about molecular mechanisms it is critical that genes, proteins and other entities be correctly associated with uniform identifiers, a process known as named entity linking or "grounding." Correct grounding is essential for resolving relationships among mined information, curated interaction databases, and biological datasets. The accuracy of this process is largely dependent on the availability of machine-readable resources associating synonyms and abbreviations commonly found in biomedical literature with uniform identifiers. In a task involving automated reading of ∼215,000 articles using the REACH event extraction software we found that grounding was disproportionately inaccurate for multi-protein families (e.g., "AKT") and complexes with multiple subunits (e.g."NF- κB"). To address this problem we constructed FamPlex, a manually curated resource defining protein families and complexes as they are commonly encountered in biomedical text. In FamPlex the gene-level constituents of families and complexes are defined in a flexible format allowing for multi-level, hierarchical membership. To create FamPlex, text strings corresponding to entities were identified empirically from literature and linked manually to uniform identifiers; these identifiers were also mapped to equivalent entries in multiple related databases. FamPlex also includes curated prefix and suffix patterns that improve named entity recognition and event extraction. Evaluation of REACH extractions on a test corpus of ∼54,000 articles showed that FamPlex significantly increased grounding accuracy for families and complexes (from 15 to 71%). The hierarchical organization of entities in FamPlex also made it possible to integrate otherwise unconnected mechanistic information across families, subfamilies, and individual proteins. Applications of FamPlex to the TRIPS/DRUM reading system and the Biocreative VI Bioentity

  2. Searching and Extracting Data from the EMBL-EBI Complex Portal.

    PubMed

    Meldal, Birgit H M; Orchard, Sandra

    2018-01-01

    The Complex Portal ( www.ebi.ac.uk/complexportal ) is an encyclopedia of macromolecular complexes. Complexes are assigned unique, stable IDs, are species specific, and list all participating members with links to an appropriate reference database (UniProtKB, ChEBI, RNAcentral). Each complex is annotated extensively with its functions, properties, structure, stoichiometry, tissue expression profile, and subcellular location. Links to domain-specific databases allow the user to access additional information and enable data searching and filtering. Complexes can be saved and downloaded in PSI-MI XML, MI-JSON, and tab-delimited formats.

  3. Extraction-Separation Performance and Dynamic Modeling of Orion Test Vehicles with Adams Simulation: 2nd Edition

    NASA Technical Reports Server (NTRS)

    Fraire, Usbaldo, Jr.; Anderson, Keith; Varela, Jose G.; Bernatovich, Michael A.

    2015-01-01

    NASA's Orion Capsule Parachute Assembly System (CPAS) project has advanced into the third generation of its parachute test campaign and requires technically comprehensive modeling capabilities to simulate multi-body dynamics (MBD) of test articles released from a C-17. Safely extracting a 30,000 lbm mated test article from a C-17 and performing stable mid-air separation maneuvers requires an understanding of the interaction between elements in the test configuration and how they are influenced by extraction parachute performance, aircraft dynamics, aerodynamics, separation dynamics, and kinetic energy experienced by the system. During the real-time extraction and deployment sequences, these influences can be highly unsteady and difficult to bound. An avionics logic window based on time, pitch, and pitch rate is used to account for these effects and target a favorable separation state in real time. The Adams simulation has been employed to fine-tune this window, as well as predict and reconstruct the coupled dynamics of the Parachute Test Vehicle (PTV) and Cradle Platform Separation System (CPSS) from aircraft extraction through the mid-air separation event. The test-technique for the extraction of CPAS test articles has evolved with increased complexity and requires new modeling concepts to ensure the test article is delivered to a stable test condition for the programmer phase. Prompted by unexpected dynamics and hardware malfunctions in drop tests, these modeling improvements provide a more accurate loads prediction by incorporating a spring-damper line-model derived from the material properties. The qualification phase of CPAS testing is on the horizon and modeling increasingly complex test-techniques with Adams is vital to successfully qualify the Orion parachute system for human spaceflight.

  4. The coordination structure of the extracted copper(II) complex with a synergistic mixture containing dinonylnaphthalene sulfonic acid and n-hexyl 3-pyridinecarboxylate ester

    NASA Astrophysics Data System (ADS)

    Zhu, Shan; Hu, Huiping; Hu, Jiugang; Li, Jiyuan; Hu, Fang; Wang, Yongxi

    2017-09-01

    In continuation of our interest in the coordination structure of the nickel(II) complex with dinonylnaphthalene sulfonic acid (HDNNS) and 2-ethylhexyl 4-pyridinecarboxylate ester (4PC), it was observed that the coordination sphere was completed by the coordination of two N atoms of pyridine rings in ligands 4PC and four water molecules while no direct interaction between Ni(II) and deprotonated HDNNS was observed. To investigate whether the coordination structure of nickel(II) with the synergistic mixture containing HDNNS and 4PC predominates or not in the copper(II) complex with the synergistic mixtures containing HDNNS and pyridinecarboxylate esters, a copper(II) synergist complex with n-hexyl 3-pyridinecarboxylate ester (L) and naphthalene-2-sulfonic acid (HNS, the short chain analogue of HDNNS), was prepared and studied by X-ray single crystal diffraction, elemental analyses and thermo gravimetric analysis (TGA), respectively. It was shown that the composition of the copper(II) synergist complex was [Cu(H2O)2(L)2(NS)2] and formed a trans-form distorted octahedral coordination structure. Two oxygen atoms of the two coordinated water molecules and two N atoms of the pyridine rings in the ligands L defined the basal plane while two O atoms from two sulfonate anions of the deprotonated HNS ligands occupied the apical positions by direct coordination with Cu(II), which was distinguished from the coordination structure of the nickel(II) synergist complex as reported in our previous work. In the crystal lattice, neighboring molecules [Cu(H2O)2L2(NS)2] were linked through the intermolecular hydrogen bonds between the hydrogen atoms of the coordinated water molecules and the oxygen atoms of the sulfonate anions in the copper(II) synergist complex to form a 2D plane. In order to bridge the gap between the solid state structure of the copper(II) synergist complex and the solution structure of the extracted copper(II) complex with the actual synergistic mixture containing

  5. Remediation of lead-contaminated soil with non-toxic biodegradable natural ligands extracted from soybean.

    PubMed

    Lee, Yong-Woo; Kim, Chulsung

    2012-01-01

    Bench-scale soil washing studies were performed to evaluate the potential application of non-toxic, biodegradable extracted soybean-complexing ligands for the remediation of lead-contaminated soils. Results showed that, with extracted soybean-complexing ligands, lead solubility extensively increased when pH of the solution was higher than 6, and approximately 10% (500 mg/kg) of lead was removed from a rifle range soil. Two potential primary factors controlling the effectiveness of lead extraction from lead-contaminated soils with natural ligands are adsorption of extracted aqueous lead ions onto the ground soybean and the pH of the extraction solution. More complexing ligands were extracted from the ground soybean as the reaction pH increased. As a result, significantly higher lead extraction efficiency was observed under basic environments. In addition, less adsorption onto soybean was observed when the pH of the solution was higher than 7. Among two available Lewis base functional groups in the extracted soybean-complexing ligands such as carboxylate and the alpha-amino functional groups, the non-protonated alpha-amino functional groups may play an important role for the dissolution of lead from lead-contaminated soil through the formation of soluble lead--ligand complexes.

  6. Complete event simulations of nuclear fission

    NASA Astrophysics Data System (ADS)

    Vogt, Ramona

    2015-10-01

    For many years, the state of the art for treating fission in radiation transport codes has involved sampling from average distributions. In these average fission models energy is not explicitly conserved and everything is uncorrelated because all particles are emitted independently. However, in a true fission event, the energies, momenta and multiplicities of the emitted particles are correlated. Such correlations are interesting for many modern applications. Event-by-event generation of complete fission events makes it possible to retain the kinematic information for all particles emitted: the fission products as well as prompt neutrons and photons. It is therefore possible to extract any desired correlation observables. Complete event simulations can be included in general Monte Carlo transport codes. We describe the general functionality of currently available fission event generators and compare results for several important observables. This work was performed under the auspices of the US DOE by LLNL, Contract DE-AC52-07NA27344. We acknowledge support of the Office of Defense Nuclear Nonproliferation Research and Development in DOE/NNSA.

  7. Scale invariance of temporal order discrimination using complex, naturalistic events

    PubMed Central

    Kwok, Sze Chai; Macaluso, Emiliano

    2015-01-01

    Recent demonstrations of scale invariance in cognitive domains prompted us to investigate whether a scale-free pattern might exist in retrieving the temporal order of events from episodic memory. We present four experiments using an encoding-retrieval paradigm with naturalistic stimuli (movies or video clips). Our studies show that temporal order judgement retrieval times were negatively correlated with the temporal separation between two events in the movie. This relation held, irrespective of whether temporal distances were on the order of tens of minutes (Exp 1−2) or just a few seconds (Exp 3−4). Using the SIMPLE model, we factored in the retention delays between encoding and retrieval (delays of 24 h, 15 min, 1.5–2.5 s, and 0.5 s for Exp 1–4, respectively) and computed a temporal similarity score for each trial. We found a positive relation between similarity and retrieval times; that is, the more temporally similar two events, the slower the retrieval of their temporal order. Using Bayesian analysis, we confirmed the equivalence of the RT/similarity relation across all experiments, which included a vast range of temporal distances and retention delays. These results provide evidence for scale invariance during the retrieval of temporal order of episodic memories. PMID:25909581

  8. Native Liquid Extraction Surface Analysis Mass Spectrometry: Analysis of Noncovalent Protein Complexes Directly from Dried Substrates

    NASA Astrophysics Data System (ADS)

    Martin, Nicholas J.; Griffiths, Rian L.; Edwards, Rebecca L.; Cooper, Helen J.

    2015-08-01

    Liquid extraction surface analysis (LESA) mass spectrometry is a promising tool for the analysis of intact proteins from biological substrates. Here, we demonstrate native LESA mass spectrometry of noncovalent protein complexes of myoglobin and hemoglobin from a range of surfaces. Holomyoglobin, in which apomyoglobin is noncovalently bound to the prosthetic heme group, was observed following LESA mass spectrometry of myoglobin dried onto glass and polyvinylidene fluoride surfaces. Tetrameric hemoglobin [(αβ)2 4H] was observed following LESA mass spectrometry of hemoglobin dried onto glass and polyvinylidene fluoride (PVDF) surfaces, and from dried blood spots (DBS) on filter paper. Heme-bound dimers and monomers were also observed. The `contact' LESA approach was particularly suitable for the analysis of hemoglobin tetramers from DBS.

  9. Analyzing and Identifying Teens' Stressful Periods and Stressor Events From a Microblog.

    PubMed

    Li, Qi; Xue, Yuanyuan; Zhao, Liang; Jia, Jia; Feng, Ling

    2017-09-01

    Increased health problems among adolescents caused by psychological stress have aroused worldwide attention. Long-standing stress without targeted assistance and guidance negatively impacts the healthy growth of adolescents, threatening the future development of our society. So far, research focused on detecting adolescent psychological stress revealed from each individual post on microblogs. However, beyond stressful moments, identifying teens' stressful periods and stressor events that trigger each stressful period is more desirable to understand the stress from appearance to essence. In this paper, we define the problem of identifying teens' stressful periods and stressor events from the open social media microblog. Starting from a case study of adolescents' posting behaviors during stressful school events, we build a Poisson-based probability model for the correlation between stressor events and stressful posting behaviors through a series of posts on Tencent Weibo (referred to as the microblog throughout the paper). With the model, we discover teens' maximal stressful periods and further extract details of possible stressor events that cause the stressful periods. We generalize and present the extracted stressor events in a hierarchy based on common stress dimensions and event types. Taking 122 scheduled stressful study-related events in a high school as the ground truth, we test the approach on 124 students' posts from January 1, 2012 to February 1, 2015 and obtain some promising experimental results: (stressful periods: recall 0.761, precision 0.737, and F 1 -measure 0.734) and (top-3 stressor events: recall 0.763, precision 0.756, and F 1 -measure 0.759). The most prominent stressor events extracted are in the self-cognition domain, followed by the school life domain. This conforms to the adolescent psychological investigation result that problems in school life usually accompanied with teens' inner cognition problems. Compared with the state-of-the-art top

  10. Security Event Recognition for Visual Surveillance

    NASA Astrophysics Data System (ADS)

    Liao, W.; Yang, C.; Yang, M. Ying; Rosenhahn, B.

    2017-05-01

    With rapidly increasing deployment of surveillance cameras, the reliable methods for automatically analyzing the surveillance video and recognizing special events are demanded by different practical applications. This paper proposes a novel effective framework for security event analysis in surveillance videos. First, convolutional neural network (CNN) framework is used to detect objects of interest in the given videos. Second, the owners of the objects are recognized and monitored in real-time as well. If anyone moves any object, this person will be verified whether he/she is its owner. If not, this event will be further analyzed and distinguished between two different scenes: moving the object away or stealing it. To validate the proposed approach, a new video dataset consisting of various scenarios is constructed for more complex tasks. For comparison purpose, the experiments are also carried out on the benchmark databases related to the task on abandoned luggage detection. The experimental results show that the proposed approach outperforms the state-of-the-art methods and effective in recognizing complex security events.

  11. An automated approach towards detecting complex behaviours in deep brain oscillations.

    PubMed

    Mace, Michael; Yousif, Nada; Naushahi, Mohammad; Abdullah-Al-Mamun, Khondaker; Wang, Shouyan; Nandi, Dipankar; Vaidyanathan, Ravi

    2014-03-15

    Extracting event-related potentials (ERPs) from neurological rhythms is of fundamental importance in neuroscience research. Standard ERP techniques typically require the associated ERP waveform to have low variance, be shape and latency invariant and require many repeated trials. Additionally, the non-ERP part of the signal needs to be sampled from an uncorrelated Gaussian process. This limits methods of analysis to quantifying simple behaviours and movements only when multi-trial data-sets are available. We introduce a method for automatically detecting events associated with complex or large-scale behaviours, where the ERP need not conform to the aforementioned requirements. The algorithm is based on the calculation of a detection contour and adaptive threshold. These are combined using logical operations to produce a binary signal indicating the presence (or absence) of an event with the associated detection parameters tuned using a multi-objective genetic algorithm. To validate the proposed methodology, deep brain signals were recorded from implanted electrodes in patients with Parkinson's disease as they participated in a large movement-based behavioural paradigm. The experiment involved bilateral recordings of local field potentials from the sub-thalamic nucleus (STN) and pedunculopontine nucleus (PPN) during an orientation task. After tuning, the algorithm is able to extract events achieving training set sensitivities and specificities of [87.5 ± 6.5, 76.7 ± 12.8, 90.0 ± 4.1] and [92.6 ± 6.3, 86.0 ± 9.0, 29.8 ± 12.3] (mean ± 1 std) for the three subjects, averaged across the four neural sites. Furthermore, the methodology has the potential for utility in real-time applications as only a single-trial ERP is required. Copyright © 2013 Elsevier B.V. All rights reserved.

  12. Deciphering landscape complexity to predict (non)linear responses to extreme climatic events

    USDA-ARS?s Scientific Manuscript database

    Extreme events are increasing in frequency and magnitude for many landscapes globally. Ecologically, most of the focus on extreme climatic events has been on effects of either short-term pulses (floods, freezes) or long-term drought. Multi-year increases in precipitation are also occurring with litt...

  13. A research framework for pharmacovigilance in health social media: Identification and evaluation of patient adverse drug event reports.

    PubMed

    Liu, Xiao; Chen, Hsinchun

    2015-12-01

    Social media offer insights of patients' medical problems such as drug side effects and treatment failures. Patient reports of adverse drug events from social media have great potential to improve current practice of pharmacovigilance. However, extracting patient adverse drug event reports from social media continues to be an important challenge for health informatics research. In this study, we develop a research framework with advanced natural language processing techniques for integrated and high-performance patient reported adverse drug event extraction. The framework consists of medical entity extraction for recognizing patient discussions of drug and events, adverse drug event extraction with shortest dependency path kernel based statistical learning method and semantic filtering with information from medical knowledge bases, and report source classification to tease out noise. To evaluate the proposed framework, a series of experiments were conducted on a test bed encompassing about postings from major diabetes and heart disease forums in the United States. The results reveal that each component of the framework significantly contributes to its overall effectiveness. Our framework significantly outperforms prior work. Published by Elsevier Inc.

  14. Online least squares one-class support vector machines-based abnormal visual event detection.

    PubMed

    Wang, Tian; Chen, Jie; Zhou, Yi; Snoussi, Hichem

    2013-12-12

    The abnormal event detection problem is an important subject in real-time video surveillance. In this paper, we propose a novel online one-class classification algorithm, online least squares one-class support vector machine (online LS-OC-SVM), combined with its sparsified version (sparse online LS-OC-SVM). LS-OC-SVM extracts a hyperplane as an optimal description of training objects in a regularized least squares sense. The online LS-OC-SVM learns a training set with a limited number of samples to provide a basic normal model, then updates the model through remaining data. In the sparse online scheme, the model complexity is controlled by the coherence criterion. The online LS-OC-SVM is adopted to handle the abnormal event detection problem. Each frame of the video is characterized by the covariance matrix descriptor encoding the moving information, then is classified into a normal or an abnormal frame. Experiments are conducted, on a two-dimensional synthetic distribution dataset and a benchmark video surveillance dataset, to demonstrate the promising results of the proposed online LS-OC-SVM method.

  15. Online Least Squares One-Class Support Vector Machines-Based Abnormal Visual Event Detection

    PubMed Central

    Wang, Tian; Chen, Jie; Zhou, Yi; Snoussi, Hichem

    2013-01-01

    The abnormal event detection problem is an important subject in real-time video surveillance. In this paper, we propose a novel online one-class classification algorithm, online least squares one-class support vector machine (online LS-OC-SVM), combined with its sparsified version (sparse online LS-OC-SVM). LS-OC-SVM extracts a hyperplane as an optimal description of training objects in a regularized least squares sense. The online LS-OC-SVM learns a training set with a limited number of samples to provide a basic normal model, then updates the model through remaining data. In the sparse online scheme, the model complexity is controlled by the coherence criterion. The online LS-OC-SVM is adopted to handle the abnormal event detection problem. Each frame of the video is characterized by the covariance matrix descriptor encoding the moving information, then is classified into a normal or an abnormal frame. Experiments are conducted, on a two-dimensional synthetic distribution dataset and a benchmark video surveillance dataset, to demonstrate the promising results of the proposed online LS-OC-SVM method. PMID:24351629

  16. The evolution of complex life.

    PubMed

    Billingham, J

    1989-01-01

    In considering the probabilities that intelligent life might exist elsewhere in the Universe, it is important to ask questions about the factors governing the emergence of complex living organisms in the context of evolutionary biology, planetary environments and events in space. Two important problems arise. First, what can be learned about the general laws governing the evolution of complex life anywhere in space by studying its history on the Earth? Second, how is the evolution of complex life affected by events in space? To address these problems, a series of Science Workshops on the Evolution of Complex Life was held at the Ames Research Center. Included in this paper are highlights of those workshops, with particular emphasis on the first question, namely the evolution of complex extraterrestrial life.

  17. Assessing traumatic event exposure: general issues and preliminary findings for the Stressful Life Events Screening Questionnaire.

    PubMed

    Goodman, L A; Corcoran, C; Turner, K; Yuan, N; Green, B L

    1998-07-01

    This article reviews the psychometric properties of the Stressful Life Events Screening Questionnaire (SLESQ), a recently developed trauma history screening measure, and discusses the complexities involved in assessing trauma exposure. There are relatively few general measures of exposure to a variety of types of traumatic events, and most of those that exist have not been subjected to rigorous psychometric evaluation. The SLESQ showed good test-retest reliability, with a median kappa of .73, adequate convergent validity (with a lengthier interview) with a median kappa of .64, and good discrimination between Criterion A and non-Criterion A events. The discussion addresses some of the challenges of assessing traumatic event exposure along the dimensions of defining traumatic events, assessment methodologies, reporting consistency, and incident validation.

  18. HOTS: A Hierarchy of Event-Based Time-Surfaces for Pattern Recognition.

    PubMed

    Lagorce, Xavier; Orchard, Garrick; Galluppi, Francesco; Shi, Bertram E; Benosman, Ryad B

    2017-07-01

    This paper describes novel event-based spatio-temporal features called time-surfaces and how they can be used to create a hierarchical event-based pattern recognition architecture. Unlike existing hierarchical architectures for pattern recognition, the presented model relies on a time oriented approach to extract spatio-temporal features from the asynchronously acquired dynamics of a visual scene. These dynamics are acquired using biologically inspired frameless asynchronous event-driven vision sensors. Similarly to cortical structures, subsequent layers in our hierarchy extract increasingly abstract features using increasingly large spatio-temporal windows. The central concept is to use the rich temporal information provided by events to create contexts in the form of time-surfaces which represent the recent temporal activity within a local spatial neighborhood. We demonstrate that this concept can robustly be used at all stages of an event-based hierarchical model. First layer feature units operate on groups of pixels, while subsequent layer feature units operate on the output of lower level feature units. We report results on a previously published 36 class character recognition task and a four class canonical dynamic card pip task, achieving near 100 percent accuracy on each. We introduce a new seven class moving face recognition task, achieving 79 percent accuracy.This paper describes novel event-based spatio-temporal features called time-surfaces and how they can be used to create a hierarchical event-based pattern recognition architecture. Unlike existing hierarchical architectures for pattern recognition, the presented model relies on a time oriented approach to extract spatio-temporal features from the asynchronously acquired dynamics of a visual scene. These dynamics are acquired using biologically inspired frameless asynchronous event-driven vision sensors. Similarly to cortical structures, subsequent layers in our hierarchy extract increasingly abstract

  19. Method and apparatus for distinguishing actual sparse events from sparse event false alarms

    DOEpatents

    Spalding, Richard E.; Grotbeck, Carter L.

    2000-01-01

    Remote sensing method and apparatus wherein sparse optical events are distinguished from false events. "Ghost" images of actual optical phenomena are generated using an optical beam splitter and optics configured to direct split beams to a single sensor or segmented sensor. True optical signals are distinguished from false signals or noise based on whether the ghost image is presence or absent. The invention obviates the need for dual sensor systems to effect a false target detection capability, thus significantly reducing system complexity and cost.

  20. Extraction of Organic Molecules from Terrestrial Material: Quantitative Yields from Heat and Water Extractions

    NASA Technical Reports Server (NTRS)

    Beegle, L. W.; Abbey, W. A.; Tsapin, A. T.; Dragoi, D.; Kanik, I.

    2004-01-01

    In the robotic search for life on Mars, different proposed missions will analyze the chemical and biological signatures of life using different platforms. The analysis of samples via analytical instrumentation on the surface of Mars has thus far only been attempted by the two Viking missions. Robotic arms scooped relogith material into a pyrolysis oven attached to a GC/MS. No trace of organic material was found on any of the two different samples at either of the two different landing sites. This null result puts an upper limit on the amount of organics that might be present in Martian soil/rocks, although the level of detection for each individual molecular species is still debated. Determining the absolute limit of detection for each analytical instrument is essential so that null results can be understood. This includes investigating the trade off of using pyrolysis versus liquid solvent extraction to release organic materials (in terms of extraction efficiencies and the complexity of the sample extraction process.) Extraction of organics from field samples can be accomplished by a variety of methods such utilizing various solvents including HCl, pure water, supercritical fluid and Soxhelt extraction. Utilizing 6N HCl is one of the most commonly used method and frequently utilized for extraction of organics from meteorites but it is probably infeasible for robotic exploration due to difficulty of storage and transport. Extraction utilizing H2O is promising, but it could be less efficient than 6N HCl. Both supercritical fluid and Soxhelt extraction methods require bulky hardware and require complex steps, inappropriate for inclusion on rover spacecraft. This investigation reports the efficiencies of pyrolysis and solvent extraction methods for amino acids for different terrestrial samples. The samples studied here, initially created in aqueous environments, are sedimentary in nature. These particular samples were chosen because they possibly represent one of the

  1. An energy ratio feature extraction method for optical fiber vibration signal

    NASA Astrophysics Data System (ADS)

    Sheng, Zhiyong; Zhang, Xinyan; Wang, Yanping; Hou, Weiming; Yang, Dan

    2018-03-01

    The intrusion events in the optical fiber pre-warning system (OFPS) are divided into two types which are harmful intrusion event and harmless interference event. At present, the signal feature extraction methods of these two types of events are usually designed from the view of the time domain. However, the differences of time-domain characteristics for different harmful intrusion events are not obvious, which cannot reflect the diversity of them in detail. We find that the spectrum distribution of different intrusion signals has obvious differences. For this reason, the intrusion signal is transformed into the frequency domain. In this paper, an energy ratio feature extraction method of harmful intrusion event is drawn on. Firstly, the intrusion signals are pre-processed and the power spectral density (PSD) is calculated. Then, the energy ratio of different frequency bands is calculated, and the corresponding feature vector of each type of intrusion event is further formed. The linear discriminant analysis (LDA) classifier is used to identify the harmful intrusion events in the paper. Experimental results show that the algorithm improves the recognition rate of the intrusion signal, and further verifies the feasibility and validity of the algorithm.

  2. SOLVENT EXTRACTION PROCESS FOR URANIUM FROM CHLORIDE SOLUTIONS

    DOEpatents

    Blake, C.A. Jr.; Brown, K.B.; Horner, D.E.

    1960-05-24

    An improvement was made in a uranium extraction process wherein the organic extractant is a phosphine oxide. An aqueous solution containing phosphate ions or sulfate ions together with uranium is provided with a source of chloride ions during the extraction step. The presence of the chloride ions enables a phosphine oxide to extract uranium in the presence of strong uranium- complexing ions such as phosphate or sulfate ions.

  3. Affective and Cardiovascular Responding to Unpleasant Events from Adolescence to Old Age: Complexity of Events Matters

    ERIC Educational Resources Information Center

    Wrzus, Cornelia; Muller, Viktor; Wagner, Gert G.; Lindenberger, Ulman; Riediger, Michaela

    2013-01-01

    Two studies investigated the "overpowering hypothesis" as a possible explanation for the currently inconclusive empirical picture on age differences in affective responding to unpleasant events. The overpowering hypothesis predicts that age differences in affective responding are particularly evident in highly resource-demanding situations that…

  4. Analyzing depression tendency of web posts using an event-driven depression tendency warning model.

    PubMed

    Tung, Chiaming; Lu, Wenhsiang

    2016-01-01

    The Internet has become a platform to express individual moods/feelings of daily life, where authors share their thoughts in web blogs, micro-blogs, forums, bulletin board systems or other media. In this work, we investigate text-mining technology to analyze and predict the depression tendency of web posts. In this paper, we defined depression factors, which include negative events, negative emotions, symptoms, and negative thoughts from web posts. We proposed an enhanced event extraction (E3) method to automatically extract negative event terms. In addition, we also proposed an event-driven depression tendency warning (EDDTW) model to predict the depression tendency of web bloggers or post authors by analyzing their posted articles. We compare the performance among the proposed EDDTW model, negative emotion evaluation (NEE) model, and the diagnostic and statistical manual of mental disorders-based depression tendency evaluation method. The EDDTW model obtains the best recall rate and F-measure at 0.668 and 0.624, respectively, while the diagnostic and statistical manual of mental disorders-based method achieves the best precision rate of 0.666. The main reason is that our enhanced event extraction method can increase recall rate by enlarging the negative event lexicon at the expense of precision. Our EDDTW model can also be used to track the change or trend of depression tendency for each post author. The depression tendency trend can help doctors to diagnose and even track depression of web post authors more efficiently. This paper presents an E3 method to automatically extract negative event terms in web posts. We also proposed a new EDDTW model to predict the depression tendency of web posts and possibly help bloggers or post authors to early detect major depressive disorder. Copyright © 2015 Elsevier B.V. All rights reserved.

  5. Adverse-event profile of Crataegus spp.: a systematic review.

    PubMed

    Daniele, Claudia; Mazzanti, Gabriela; Pittler, Max H; Ernst, Edzard

    2006-01-01

    Crataegus spp. (hawthorn) monopreparations are predominantly used for treating congestive heart failure. The effectiveness of hawthorn preparations (flowers with leaves; berries) is documented in a number of clinical studies, reviews and meta-analyses. The aim of this article is to assess the safety data of all available human studies on hawthorn monopreparations. Systematic searches were conducted on MEDLINE, EMBASE, AMED, The Cochrane Library, the UK National Research Register and the US ClinicalTrials.gov (up to January 2005). Data were requested from the spontaneous reporting scheme of the WHO. Hand searches were also conducted in a sample of relevant medical journals, conference proceedings, reference lists of identified articles and our own files. Eight manufacturers of hawthorn-containing preparations were contacted and asked to supply any information on adverse events or drug interactions. Data from all clinical studies and reports were assessed. Only human studies on monopreparations were included. Data from hawthorn-containing combination preparations and homeopathic preparations were excluded. All studies were read and evaluated by one reviewer and independently verified by at least one additional reviewer.Twenty-nine clinical studies were identified, of which 24 met our inclusion criteria. A total of 7311 patients were enrolled, and data from 5,577 patients were available for analysis. The daily dose and duration of treatment with hawthorn monopreparations ranged from 160 to 1,800 mg and from 3 to 24 weeks, respectively. The extracts most used in the clinical trials were WS 1,442 (extract of hawthorn standardised to 18.75% oligomeric procyanidins) and LI 132 (extract of hawthorn standardised to 2.25% flavonoids). Overall, 166 adverse events were reported. Most of these adverse events were, in general, mild to moderate; eight severe adverse events have been reported with the LI 132 extract. The most frequent adverse events were dizziness/vertigo (n = 15

  6. Simulating flaring events in complex active regions driven by observed magnetograms

    NASA Astrophysics Data System (ADS)

    Dimitropoulou, M.; Isliker, H.; Vlahos, L.; Georgoulis, M. K.

    2011-05-01

    Context. We interpret solar flares as events originating in active regions that have reached the self organized critical state, by using a refined cellular automaton model with initial conditions derived from observations. Aims: We investigate whether the system, with its imposed physical elements, reaches a self organized critical state and whether well-known statistical properties of flares, such as scaling laws observed in the distribution functions of characteristic parameters, are reproduced after this state has been reached. Methods: To investigate whether the distribution functions of total energy, peak energy and event duration follow the expected scaling laws, we first applied a nonlinear force-free extrapolation that reconstructs the three-dimensional magnetic fields from two-dimensional vector magnetograms. We then locate magnetic discontinuities exceeding a threshold in the Laplacian of the magnetic field. These discontinuities are relaxed in local diffusion events, implemented in the form of cellular automaton evolution rules. Subsequent loading and relaxation steps lead the system to self organized criticality, after which the statistical properties of the simulated events are examined. Physical requirements, such as the divergence-free condition for the magnetic field vector, are approximately imposed on all elements of the model. Results: Our results show that self organized criticality is indeed reached when applying specific loading and relaxation rules. Power-law indices obtained from the distribution functions of the modeled flaring events are in good agreement with observations. Single power laws (peak and total flare energy) are obtained, as are power laws with exponential cutoff and double power laws (flare duration). The results are also compared with observational X-ray data from the GOES satellite for our active-region sample. Conclusions: We conclude that well-known statistical properties of flares are reproduced after the system has

  7. Beyond Event Segmentation: Spatial- and Social-Cognitive Processes in Verb-to-Action Mapping

    ERIC Educational Resources Information Center

    Friend, Margaret; Pace, Amy

    2011-01-01

    The present article investigates spatial- and social-cognitive processes in toddlers' mapping of concepts to real-world events. In 2 studies we explore how event segmentation might lay the groundwork for extracting actions from the event stream and conceptually mapping novel verbs to these actions. In Study 1, toddlers demonstrated the ability to…

  8. Social network extraction based on Web: 1. Related superficial methods

    NASA Astrophysics Data System (ADS)

    Khairuddin Matyuso Nasution, Mahyuddin

    2018-01-01

    Often the nature of something affects methods to resolve the related issues about it. Likewise, methods to extract social networks from the Web, but involve the structured data types differently. This paper reveals several methods of social network extraction from the same sources that is Web: the basic superficial method, the underlying superficial method, the description superficial method, and the related superficial methods. In complexity we derive the inequalities between methods and so are their computations. In this case, we find that different results from the same tools make the difference from the more complex to the simpler: Extraction of social network by involving co-occurrence is more complex than using occurrences.

  9. Compressive Information Extraction: A Dynamical Systems Approach

    DTIC Science & Technology

    2016-01-24

    sparsely encoded in very large data streams. (a) Target tracking in an urban canyon; (b) and (c) sample frames showing contextually abnormal events: onset...extraction to identify contextually abnormal se- quences (see section 2.2.3). Formally, the problem of interest can be stated as establishing whether a noisy...relaxations with optimality guarantees can be obtained using tools from semi-algebraic geometry. 2.2 Application: Detecting Contextually Abnormal Events

  10. Supercritical Fluid Extraction of Metal Chelate: A Review.

    PubMed

    Ding, Xin; Liu, Qinli; Hou, Xiongpo; Fang, Tao

    2017-03-04

    Supercritical fluid extraction (SFE), as a new green extraction technology, has been used in extracting various metal species. The solubilities of chelating agents and corresponding metal chelates are the key factors which influence the efficiency of SFE. Other main properties of them such as stability and selectivity are also reviewed. The extraction mechanisms of mainly used chelating agents are explained by typical examples in this paper. This is the important aspect of SFE of metal ions. Moreover, the extraction efficiencies of metal species also depend on other factors such as temperature, pressure, extraction time and matrix effect. The two main complexation methods namely in-situ and on-line chelating SFE are described in detail. As an efficient chelating agent, tributyl phosphate-nitric acid (TBP-HNO 3 ) complex attracts much attention. The SFE of metal ions, lanthanides and actinides as well as organometallic compounds are also summarized. With the proper selection of ligands, high efficient extraction of metal species can be obtained. As an efficient sample analysis method, supercritical fluid chromatography (SFC) is introduced in this paper. Recently, the extraction method combining ionic liquids (ILs) with supercritical fluid has been becoming a novel technology for treating metal ions. The kinetics related to SFE of metal species is discussed with some specific examples.

  11. Understanding the LIGO GW150914 event

    NASA Astrophysics Data System (ADS)

    Naselsky, Pavel; Jackson, Andrew D.; Liu, Hao

    2016-08-01

    We present a simplified method for the extraction of meaningful signals from Hanford and Livingston 32 second data for the GW150914 event made publicly available by the LIGO collaboration, and demonstrate its ability to reproduce the LIGO collaboration's own results quantitatively given the assumption that all narrow peaks in the power spectrum are a consequence of physically uninteresting signals and can be removed. After the clipping of these peaks and return to the time domain, the GW150914 event is readily distinguished from broadband background noise. This simple technique allows us to identify the GW150914 event without any assumption regarding its physical origin and with minimal assumptions regarding its shape. We also confirm that the LIGO GW150914 event is uniquely correlated in the Hanford and Livingston detectors for the full 4096 second data at the level of 6-7 σ with a temporal displacement of τ = 6.9 ± 0.4 ms. We have also identified a few events that are morphologically close to GW150914 but less strongly cross correlated with it.

  12. The multitalented Mediator complex.

    PubMed

    Carlsten, Jonas O P; Zhu, Xuefeng; Gustafsson, Claes M

    2013-11-01

    The Mediator complex is needed for regulated transcription of RNA polymerase II (Pol II)-dependent genes. Initially, Mediator was only seen as a protein bridge that conveyed regulatory information from enhancers to the promoter. Later studies have added many other functions to the Mediator repertoire. Indeed, recent findings show that Mediator influences nearly all stages of transcription and coordinates these events with concomitant changes in chromatin organization. We review the multitude of activities associated with Mediator and discuss how this complex coordinates transcription with other cellular events. We also discuss the inherent difficulties associated with in vivo characterization of a coactivator complex that can indirectly affect diverse cellular processes via changes in gene transcription. Copyright © 2013 Elsevier Ltd. All rights reserved.

  13. Compound Event Barrier Coverage in Wireless Sensor Networks under Multi-Constraint Conditions.

    PubMed

    Zhuang, Yaoming; Wu, Chengdong; Zhang, Yunzhou; Jia, Zixi

    2016-12-24

    It is important to monitor compound event by barrier coverage issues in wireless sensor networks (WSNs). Compound event barrier coverage (CEBC) is a novel coverage problem. Unlike traditional ones, the data of compound event barrier coverage comes from different types of sensors. It will be subject to multiple constraints under complex conditions in real-world applications. The main objective of this paper is to design an efficient algorithm for complex conditions that can combine the compound event confidence. Moreover, a multiplier method based on an active-set strategy (ASMP) is proposed to optimize the multiple constraints in compound event barrier coverage. The algorithm can calculate the coverage ratio efficiently and allocate the sensor resources reasonably in compound event barrier coverage. The proposed algorithm can simplify complex problems to reduce the computational load of the network and improve the network efficiency. The simulation results demonstrate that the proposed algorithm is more effective and efficient than existing methods, especially in the allocation of sensor resources.

  14. Compound Event Barrier Coverage in Wireless Sensor Networks under Multi-Constraint Conditions

    PubMed Central

    Zhuang, Yaoming; Wu, Chengdong; Zhang, Yunzhou; Jia, Zixi

    2016-01-01

    It is important to monitor compound event by barrier coverage issues in wireless sensor networks (WSNs). Compound event barrier coverage (CEBC) is a novel coverage problem. Unlike traditional ones, the data of compound event barrier coverage comes from different types of sensors. It will be subject to multiple constraints under complex conditions in real-world applications. The main objective of this paper is to design an efficient algorithm for complex conditions that can combine the compound event confidence. Moreover, a multiplier method based on an active-set strategy (ASMP) is proposed to optimize the multiple constraints in compound event barrier coverage. The algorithm can calculate the coverage ratio efficiently and allocate the sensor resources reasonably in compound event barrier coverage. The proposed algorithm can simplify complex problems to reduce the computational load of the network and improve the network efficiency. The simulation results demonstrate that the proposed algorithm is more effective and efficient than existing methods, especially in the allocation of sensor resources. PMID:28029118

  15. Information extraction for enhanced access to disease outbreak reports.

    PubMed

    Grishman, Ralph; Huttunen, Silja; Yangarber, Roman

    2002-08-01

    Document search is generally based on individual terms in the document. However, for collections within limited domains it is possible to provide more powerful access tools. This paper describes a system designed for collections of reports of infectious disease outbreaks. The system, Proteus-BIO, automatically creates a table of outbreaks, with each table entry linked to the document describing that outbreak; this makes it possible to use database operations such as selection and sorting to find relevant documents. Proteus-BIO consists of a Web crawler which gathers relevant documents; an information extraction engine which converts the individual outbreak events to a tabular database; and a database browser which provides access to the events and, through them, to the documents. The information extraction engine uses sets of patterns and word classes to extract the information about each event. Preparing these patterns and word classes has been a time-consuming manual operation in the past, but automated discovery tools now make this task significantly easier. A small study comparing the effectiveness of the tabular index with conventional Web search tools demonstrated that users can find substantially more documents in a given time period with Proteus-BIO.

  16. Extraction of U(VI) from oxalate solutions using tetradecylammonium oxalate (in Russian)

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

    Kuzina, M.G.; Lipovskii, A.A.

    1973-07-01

    The extraction of U(VI) from oxalate solutions at various pH values was studied. It was shown that, as a function of the extractant and uranium concentration ratios, the latter was extracted in the form of different acido and hydroxyacido complexes. With excess extractant, the compounds were (R/sub 4/N)/ sub 2/UO/sub 2/Ox/sub 2/ at lo w pH values of the aqueous solution and (R/sub 4/ N)/sub 2/UO/sub 2/Ox(OH)/sub 2/ at h igh values. When there was a deficit of the extractant, different hydroxyacido complexes were formed. (tr-auth)

  17. WRF Improves Downscaled Precipitation During El Niño Events over Complex Terrain in Northern South America: Implications for Deforestation Studies

    NASA Astrophysics Data System (ADS)

    Rendón, A.; Posada, J. A.; Salazar, J. F.; Mejia, J.; Villegas, J.

    2016-12-01

    Precipitation in the complex terrain of the tropical Andes of South America can be strongly reduced during El Niño events, with impacts on numerous societally-relevant services, including hydropower generation, the main electricity source in Colombia. Simulating rainfall patterns and behavior in such areas of complex terrain has remained a challenge for regional climate models. Current data products such as ERA-Interim and other reanalysis and modelling products generally fail to correctly represent processes at scales that are relevant for these processes. Here we assess the added value to ERA-Interim by dynamical downscaling using the WRF regional climate model, including a comparison of different cumulus parameterization schemes. We found that WRF improves the representation of precipitation during the dry season of El Niño (DJF) events using a 1996-2014 observation period. Further, we use these improved capability to simulate an extreme deforestation scenario under El Niño conditions for an area in the central Andes of Colombia, where a big proportion of the country's hydropower is generated. Our results suggest that forests dampen the effects of El Niño on precipitation. In synthesis, our results illustrate the utility of regional modelling to improve data sources, as well as their potential for predicting the local-to-regional effects of global-change-type processes in regions with limited data availability.

  18. Future climate risk from compound events

    NASA Astrophysics Data System (ADS)

    Zscheischler, Jakob; Westra, Seth; van den Hurk, Bart J. J. M.; Seneviratne, Sonia I.; Ward, Philip J.; Pitman, Andy; AghaKouchak, Amir; Bresch, David N.; Leonard, Michael; Wahl, Thomas; Zhang, Xuebin

    2018-06-01

    Floods, wildfires, heatwaves and droughts often result from a combination of interacting physical processes across multiple spatial and temporal scales. The combination of processes (climate drivers and hazards) leading to a significant impact is referred to as a `compound event'. Traditional risk assessment methods typically only consider one driver and/or hazard at a time, potentially leading to underestimation of risk, as the processes that cause extreme events often interact and are spatially and/or temporally dependent. Here we show how a better understanding of compound events may improve projections of potential high-impact events, and can provide a bridge between climate scientists, engineers, social scientists, impact modellers and decision-makers, who need to work closely together to understand these complex events.

  19. Event patterns extracted from top quark-related spectra in proton-proton collisions at 8 TeV

    NASA Astrophysics Data System (ADS)

    Chen, Ya-Hui; Liu, Fu-Hu; Lacey, Roy A.

    2018-02-01

    We analyze the transverse momentum (p T) and rapidity (y) spectra of top quark pairs, hadronic top quarks, and top quarks produced in proton-proton (pp) collisions at center-of-mass energy \\sqrt{s}=8 TeV. For {p}{{T}} spectra, we use the superposition of the inverse power-law suggested by the QCD (quantum chromodynamics) calculus and the Erlang distribution resulting from a multisource thermal model. For y spectra, we use the two-component Gaussian function resulting from the revised Landau hydrodynamic model. The modelling results are in agreement with the experimental data measured at the detector level, in the fiducial phase-space, and in the full phase-space by the ATLAS Collaboration at the Large Hadron Collider (LHC). Based on the parameter values extracted from p T and y spectra, the event patterns in three-dimensional velocity (βx -βy -βz ), momentum (px -py -pz ), and rapidity (y 1-y 2-y) spaces are obtained, and the probability distributions of these components are also obtained. Supported by National Natural Science Foundation of China (11575103, 11747319), the Shanxi Provincial Natural Science Foundation (201701D121005), the Fund for Shanxi “1331 Project” Key Subjects Construction and the US DOE (DE-FG02-87ER40331.A008)

  20. Extraction and Analysis of Regional Emission and Absorption Events of Greenhouse Gases with GOSAT and OCO-2

    NASA Astrophysics Data System (ADS)

    Kasai, K.; Shiomi, K.; Konno, A.; Tadono, T.; Hori, M.

    2016-12-01

    Global observation of greenhouse gases such as carbon dioxide (CO2) and methane (CH4) with high spatio-temporal resolution and accurate estimation of sources and sinks are important to understand greenhouse gases dynamics. Greenhouse Gases Observing Satellite (GOSAT) has observed column-averaged dry-air mole fractions of CO2 (XCO2) and CH4 (XCH4) over 7 years since January 2009 with wide swath but sparse pointing. Orbiting Carbon Observatory-2 (OCO-2) has observed XCO2 jointly on orbit since July 2014 with narrow swath but high resolution. We use two retrieved datasets as GOSAT observation data. One is ACOS GOSAT/TANSO-FTS Level 2 Full Product by NASA/JPL, and the other is NIES TANSO-FTS L2 column amount (SWIR). By using these GOSAT datasets and OCO-2 L2 Full Product, the biases among datasets, local sources and sinks, and temporal variability of greenhouse gases are clarified. In addition, CarbonTracker, which is a global model of atmospheric CO2 and CH4 developed by NOAA/ESRL, are also analyzed for comparing between satellite observation data and atmospheric model data. Before analyzing these datasets, outliers are screened by using quality flag, outcome flag, and warn level in land or sea parts. Time series data of XCO2 and XCH4 are obtained globally from satellite observation and atmospheric model datasets, and functions which express typical inter-annual and seasonal variation are fitted to each spatial grid. Consequently, anomalous events of XCO2 and XCH4 are extracted by the difference between each time series dataset and the fitted function. Regional emission and absorption events are analyzed by time series variation of satellite observation data and by comparing with atmospheric model data.

  1. Solid-Phase Extraction Strategies to Surmount Body Fluid Sample Complexity in High-Throughput Mass Spectrometry-Based Proteomics

    PubMed Central

    Bladergroen, Marco R.; van der Burgt, Yuri E. M.

    2015-01-01

    For large-scale and standardized applications in mass spectrometry- (MS-) based proteomics automation of each step is essential. Here we present high-throughput sample preparation solutions for balancing the speed of current MS-acquisitions and the time needed for analytical workup of body fluids. The discussed workflows reduce body fluid sample complexity and apply for both bottom-up proteomics experiments and top-down protein characterization approaches. Various sample preparation methods that involve solid-phase extraction (SPE) including affinity enrichment strategies have been automated. Obtained peptide and protein fractions can be mass analyzed by direct infusion into an electrospray ionization (ESI) source or by means of matrix-assisted laser desorption ionization (MALDI) without further need of time-consuming liquid chromatography (LC) separations. PMID:25692071

  2. Developing future precipitation events from historic events: An Amsterdam case study.

    NASA Astrophysics Data System (ADS)

    Manola, Iris; van den Hurk, Bart; de Moel, Hans; Aerts, Jeroen

    2016-04-01

    Due to climate change, the frequency and intensity of extreme precipitation events is expected to increase. It is therefore of high importance to develop climate change scenarios tailored towards the local and regional needs of policy makers in order to develop efficient adaptation strategies to reduce the risks from extreme weather events. Current approaches to tailor climate scenarios are often not well adopted in hazard management, since average changes in climate are not a main concern to policy makers, and tailoring climate scenarios to simulate future extremes can be complex. Therefore, a new concept has been introduced recently that uses known historic extreme events as a basis, and modifies the observed data for these events so that the outcome shows how the same event would occur in a warmer climate. This concept is introduced as 'Future Weather', and appeals to the experience of stakeholders and users. This research presents a novel method of projecting a future extreme precipitation event, based on a historic event. The selected precipitation event took place over the broader area of Amsterdam, the Netherlands in the summer of 2014, which resulted in blocked highways, disruption of air transportation, flooded buildings and public facilities. An analysis of rain monitoring stations showed that an event of such intensity has a 5 to 15 years return period. The method of projecting a future event follows a non-linear delta transformation that is applied directly on the observed event assuming a warmer climate to produce an "up-scaled" future precipitation event. The delta transformation is based on the observed behaviour of the precipitation intensity as a function of the dew point temperature during summers. The outcome is then compared to a benchmark method using the HARMONIE numerical weather prediction model, where the boundary conditions of the event from the Ensemble Prediction System of ECMWF (ENS) are perturbed to indicate a warmer climate. The two

  3. Management of a Complex Open Channel Network During Flood Events

    NASA Astrophysics Data System (ADS)

    Franchini, M.; Valiani, A.; Schippa, L.; Mascellani, G.

    2003-04-01

    Most part of the area around Ferrara (Italy) is below the mean sea level and an extensive drainage system combined with several pump stations allows the use of this area for both urban development and industrial and agricultural activities. The three main channels of this hydraulic system constitute the Ferrara Inland Waterway (total length approximately 70 km), which connects the Po river near Ferrara to the sea. Because of the level difference between the upstream and dowstream ends of the waterway, three locks are located along it, each of them combined with a set of gates to control the water levels. During rainfall events, most of the water of the basin flows into the waterway and heavy precipitations sometimes cause flooding in several areas. This is due to the insufficiency of the channel network dimensions and an inadequate manual operation of the gates. This study presents a hydrological-hydraulic model for the entire Ferrara basin and a system of rules in order to operate the gates. In particular, their opening is designed to be regulated in real time by monitoring the water level in several sections along the channels. Besides flood peak attenuation, this operation strategy contributes also to the maintenance of a constant water level for irrigation and fluvial navigation during the dry periods. With reference to the flood event of May 1996, it is shown that this floodgate operation policy, unlike that which was actually adopted during that event, would lead to a significant flood peak attenuation, avoiding flooding in the area upstream of Ferrara.

  4. Extreme events and event size fluctuations in biased random walks on networks.

    PubMed

    Kishore, Vimal; Santhanam, M S; Amritkar, R E

    2012-05-01

    Random walk on discrete lattice models is important to understand various types of transport processes. The extreme events, defined as exceedences of the flux of walkers above a prescribed threshold, have been studied recently in the context of complex networks. This was motivated by the occurrence of rare events such as traffic jams, floods, and power blackouts which take place on networks. In this work, we study extreme events in a generalized random walk model in which the walk is preferentially biased by the network topology. The walkers preferentially choose to hop toward the hubs or small degree nodes. In this setting, we show that extremely large fluctuations in event sizes are possible on small degree nodes when the walkers are biased toward the hubs. In particular, we obtain the distribution of event sizes on the network. Further, the probability for the occurrence of extreme events on any node in the network depends on its "generalized strength," a measure of the ability of a node to attract walkers. The generalized strength is a function of the degree of the node and that of its nearest neighbors. We obtain analytical and simulation results for the probability of occurrence of extreme events on the nodes of a network using a generalized random walk model. The result reveals that the nodes with a larger value of generalized strength, on average, display lower probability for the occurrence of extreme events compared to the nodes with lower values of generalized strength.

  5. Strategy for introduction of rainwater management facility considering rainfall event applied on new apartment complex

    NASA Astrophysics Data System (ADS)

    KIM, H.; Lee, D. K.; Yoo, S.

    2014-12-01

    As regional torrential rains become frequent due to climate change, urban flooding happens very often. That is why it is necessary to prepare for integrated measures against a wide range of rainfall. This study proposes introduction of effective rainwater management facilities to maximize the rainwater runoff reductions and recover natural water circulation for unpredictable extreme rainfall in apartment complex scale. The study site is new apartment complex in Hanam located in east of Seoul, Korea. It has an area of 7.28ha and is analysed using the EPA-SWMM and STORM model. First, it is analyzed that green infrastructure(GI) had efficiency of flood reduction at the various rainfall events and soil characteristics, and then the most effective value of variables are derived. In case of rainfall event, Last 10 years data of 15 minutes were used for analysis. A comparison between A(686mm rainfall during 22days) and B(661mm/4days) knew that soil infiltration of A is 17.08% and B is 5.48% of the rainfall. Reduction of runoff after introduction of the GI of A is 24.76% and B is 6.56%. These results mean that GI is effective to small rainfall intensity, and artificial rainwater retarding reservoir is needed at extreme rainfall. Second, set of target year is conducted for the recovery of hydrological cycle at the predevelopment. And an amount of infiltration, evaporation, surface runoff of the target year and now is analysed on the basis of land coverage, and an arrangement of LID facilities. Third, rainwater management scenarios are established and simulated by the SWMM-LID. Rainwater management facilities include GI(green roof, porous pavement, vegetative swale, ecological pond, and raingarden), and artificial rainwater. Design scenarios are categorized five type: 1)no GI, 2)conventional GI design(current design), 3)intensive GI design, 4)GI design+rainwater retarding reservoir 5)maximized rainwater retarding reservoir. Intensive GI design is to have attribute value to

  6. A review on solid phase extraction of actinides and lanthanides with amide based extractants.

    PubMed

    Ansari, Seraj A; Mohapatra, Prasanta K

    2017-05-26

    Solid phase extraction is gaining attention from separation scientists due to its high chromatographic utility. Though both grafted and impregnated forms of solid phase extraction resins are popular, the later is easy to make by impregnating a given organic extractant on to an inert solid support. Solid phase extraction on an impregnated support, also known as extraction chromatography, combines the advantages of liquid-liquid extraction and the ion exchange chromatography methods. On the flip side, the impregnated extraction chromatographic resins are less stable against leaching out of the organic extractant from the pores of the support material. Grafted resins, on the other hand, have a higher stability, which allows their prolong use. The goal of this article is a brief literature review on reported actinide and lanthanide separation methods based on solid phase extractants of both the types, i.e., (i) ligand impregnation on the solid support or (ii) ligand functionalized polymers (chemically bonded resins). Though the literature survey reveals an enormous volume of studies on the extraction chromatographic separation of actinides and lanthanides using several extractants, the focus of the present article is limited to the work carried out with amide based ligands, viz. monoamides, diamides and diglycolamides. The emphasis will be on reported applied experimental results rather than on data pertaining fundamental metal complexation. Copyright © 2017 Elsevier B.V. All rights reserved.

  7. Vision-Based Finger Detection, Tracking, and Event Identification Techniques for Multi-Touch Sensing and Display Systems

    PubMed Central

    Chen, Yen-Lin; Liang, Wen-Yew; Chiang, Chuan-Yen; Hsieh, Tung-Ju; Lee, Da-Cheng; Yuan, Shyan-Ming; Chang, Yang-Lang

    2011-01-01

    This study presents efficient vision-based finger detection, tracking, and event identification techniques and a low-cost hardware framework for multi-touch sensing and display applications. The proposed approach uses a fast bright-blob segmentation process based on automatic multilevel histogram thresholding to extract the pixels of touch blobs obtained from scattered infrared lights captured by a video camera. The advantage of this automatic multilevel thresholding approach is its robustness and adaptability when dealing with various ambient lighting conditions and spurious infrared noises. To extract the connected components of these touch blobs, a connected-component analysis procedure is applied to the bright pixels acquired by the previous stage. After extracting the touch blobs from each of the captured image frames, a blob tracking and event recognition process analyzes the spatial and temporal information of these touch blobs from consecutive frames to determine the possible touch events and actions performed by users. This process also refines the detection results and corrects for errors and occlusions caused by noise and errors during the blob extraction process. The proposed blob tracking and touch event recognition process includes two phases. First, the phase of blob tracking associates the motion correspondence of blobs in succeeding frames by analyzing their spatial and temporal features. The touch event recognition process can identify meaningful touch events based on the motion information of touch blobs, such as finger moving, rotating, pressing, hovering, and clicking actions. Experimental results demonstrate that the proposed vision-based finger detection, tracking, and event identification system is feasible and effective for multi-touch sensing applications in various operational environments and conditions. PMID:22163990

  8. Information extraction from Italian medical reports: An ontology-driven approach.

    PubMed

    Viani, Natalia; Larizza, Cristiana; Tibollo, Valentina; Napolitano, Carlo; Priori, Silvia G; Bellazzi, Riccardo; Sacchi, Lucia

    2018-03-01

    In this work, we propose an ontology-driven approach to identify events and their attributes from episodes of care included in medical reports written in Italian. For this language, shared resources for clinical information extraction are not easily accessible. The corpus considered in this work includes 5432 non-annotated medical reports belonging to patients with rare arrhythmias. To guide the information extraction process, we built a domain-specific ontology that includes the events and the attributes to be extracted, with related regular expressions. The ontology and the annotation system were constructed on a development set, while the performance was evaluated on an independent test set. As a gold standard, we considered a manually curated hospital database named TRIAD, which stores most of the information written in reports. The proposed approach performs well on the considered Italian medical corpus, with a percentage of correct annotations above 90% for most considered clinical events. We also assessed the possibility to adapt the system to the analysis of another language (i.e., English), with promising results. Our annotation system relies on a domain ontology to extract and link information in clinical text. We developed an ontology that can be easily enriched and translated, and the system performs well on the considered task. In the future, it could be successfully used to automatically populate the TRIAD database. Copyright © 2017 Elsevier B.V. All rights reserved.

  9. A correlation analysis-based detection and delineation of ECG characteristic events using template waveforms extracted by ensemble averaging of clustered heart cycles.

    PubMed

    Homaeinezhad, M R; Erfanianmoshiri-Nejad, M; Naseri, H

    2014-01-01

    The goal of this study is to introduce a simple, standard and safe procedure to detect and to delineate P and T waves of the electrocardiogram (ECG) signal in real conditions. The proposed method consists of four major steps: (1) a secure QRS detection and delineation algorithm, (2) a pattern recognition algorithm designed for distinguishing various ECG clusters which take place between consecutive R-waves, (3) extracting template of the dominant events of each cluster waveform and (4) application of the correlation analysis in order to delineate automatically the P- and T-waves in noisy conditions. The performance characteristics of the proposed P and T detection-delineation algorithm are evaluated versus various ECG signals whose qualities are altered from the best to the worst cases based on the random-walk noise theory. Also, the method is applied to the MIT-BIH Arrhythmia and the QT databases for comparing some parts of its performance characteristics with a number of P and T detection-delineation algorithms. The conducted evaluations indicate that in a signal with low quality value of about 0.6, the proposed method detects the P and T events with sensitivity Se=85% and positive predictive value of P+=89%, respectively. In addition, at the same quality, the average delineation errors associated with those ECG events are 45 and 63ms, respectively. Stable delineation error, high detection accuracy and high noise tolerance were the most important aspects considered during development of the proposed method. © 2013 Elsevier Ltd. All rights reserved.

  10. Lifting Events in RDF from Interactions with Annotated Web Pages

    NASA Astrophysics Data System (ADS)

    Stühmer, Roland; Anicic, Darko; Sen, Sinan; Ma, Jun; Schmidt, Kay-Uwe; Stojanovic, Nenad

    In this paper we present a method and an implementation for creating and processing semantic events from interaction with Web pages which opens possibilities to build event-driven applications for the (Semantic) Web. Events, simple or complex, are models for things that happen e.g., when a user interacts with a Web page. Events are consumed in some meaningful way e.g., for monitoring reasons or to trigger actions such as responses. In order for receiving parties to understand events e.g., comprehend what has led to an event, we propose a general event schema using RDFS. In this schema we cover the composition of complex events and event-to-event relationships. These events can then be used to route semantic information about an occurrence to different recipients helping in making the Semantic Web active. Additionally, we present an architecture for detecting and composing events in Web clients. For the contents of events we show a way of how they are enriched with semantic information about the context in which they occurred. The paper is presented in conjunction with the use case of Semantic Advertising, which extends traditional clickstream analysis by introducing semantic short-term profiling, enabling discovery of the current interest of a Web user and therefore supporting advertisement providers in responding with more relevant advertisements.

  11. Medication Regimen Complexity Measured by MRCI: A Systematic Review to Identify Health Outcomes.

    PubMed

    Alves-Conceição, Vanessa; Rocha, Kérilin Stancine Santos; Silva, Fernanda Vilanova Nascimento; Silva, Rafaella Oliveira Santos; Silva, Daniel Tenório da; Lyra-Jr, Divaldo Pereira de

    2018-05-01

    To perform a systematic review to identify health outcomes related to medication regimen complexity as measured by the Medication Regimen Complexity Index (MRCI) instrument. Cochrane Library, LILACS, PubMed, Scopus, EMBASE, Open Thesis, and Web of Science were searched from January 1, 2004, until April 02, 2018, using the following search terms: outcome assessment, drug therapy, and Medication Regimen Complexity Index and their synonyms in different combinations. Studies that used the MRCI instrument to measure medication regimen complexity and related it to clinical, humanistic, and/or economic outcomes were evaluated. Two reviewers independently carried out the analysis of the titles, abstracts, and complete texts according to the eligibility criteria, performed data extraction, and evaluated study quality. A total of 23 studies met the inclusion criteria; 18 health outcomes related to medication regimen complexity were found. The health outcomes most influenced by medication regimen complexity were hospital readmission, medication adherence, hospitalization, adverse drug events, and emergency sector visit. Only one study related medication regimen complexity with humanistic outcomes, and no study related medication regimen complexity to economic outcomes. Most of the studies were of good methodological quality. Relevance to Patient Care and Clinical Practice: Health care professionals should pay attention to medication regimen complexity of the patients because this may influence health outcomes. This study identified some health outcomes that may be influenced by medication regimen complexity: hospitalization, hospital readmission, and medication adherence were more prevalent, showing a significant association between MRCI increase and these health outcomes.

  12. OAE: The Ontology of Adverse Events.

    PubMed

    He, Yongqun; Sarntivijai, Sirarat; Lin, Yu; Xiang, Zuoshuang; Guo, Abra; Zhang, Shelley; Jagannathan, Desikan; Toldo, Luca; Tao, Cui; Smith, Barry

    2014-01-01

    A medical intervention is a medical procedure or application intended to relieve or prevent illness or injury. Examples of medical interventions include vaccination and drug administration. After a medical intervention, adverse events (AEs) may occur which lie outside the intended consequences of the intervention. The representation and analysis of AEs are critical to the improvement of public health. The Ontology of Adverse Events (OAE), previously named Adverse Event Ontology (AEO), is a community-driven ontology developed to standardize and integrate data relating to AEs arising subsequent to medical interventions, as well as to support computer-assisted reasoning. OAE has over 3,000 terms with unique identifiers, including terms imported from existing ontologies and more than 1,800 OAE-specific terms. In OAE, the term 'adverse event' denotes a pathological bodily process in a patient that occurs after a medical intervention. Causal adverse events are defined by OAE as those events that are causal consequences of a medical intervention. OAE represents various adverse events based on patient anatomic regions and clinical outcomes, including symptoms, signs, and abnormal processes. OAE has been used in the analysis of several different sorts of vaccine and drug adverse event data. For example, using the data extracted from the Vaccine Adverse Event Reporting System (VAERS), OAE was used to analyse vaccine adverse events associated with the administrations of different types of influenza vaccines. OAE has also been used to represent and classify the vaccine adverse events cited in package inserts of FDA-licensed human vaccines in the USA. OAE is a biomedical ontology that logically defines and classifies various adverse events occurring after medical interventions. OAE has successfully been applied in several adverse event studies. The OAE ontological framework provides a platform for systematic representation and analysis of adverse events and of the factors (e

  13. Semantic Location Extraction from Crowdsourced Data

    NASA Astrophysics Data System (ADS)

    Koswatte, S.; Mcdougall, K.; Liu, X.

    2016-06-01

    Crowdsourced Data (CSD) has recently received increased attention in many application areas including disaster management. Convenience of production and use, data currency and abundancy are some of the key reasons for attracting this high interest. Conversely, quality issues like incompleteness, credibility and relevancy prevent the direct use of such data in important applications like disaster management. Moreover, location information availability of CSD is problematic as it remains very low in many crowd sourced platforms such as Twitter. Also, this recorded location is mostly related to the mobile device or user location and often does not represent the event location. In CSD, event location is discussed descriptively in the comments in addition to the recorded location (which is generated by means of mobile device's GPS or mobile communication network). This study attempts to semantically extract the CSD location information with the help of an ontological Gazetteer and other available resources. 2011 Queensland flood tweets and Ushahidi Crowd Map data were semantically analysed to extract the location information with the support of Queensland Gazetteer which is converted to an ontological gazetteer and a global gazetteer. Some preliminary results show that the use of ontologies and semantics can improve the accuracy of place name identification of CSD and the process of location information extraction.

  14. Knocking on wood: base metal complexes as catalysts for selective oxidation of lignin models and extracts.

    PubMed

    Hanson, Susan K; Baker, R Tom

    2015-07-21

    This work began as part of a biomass conversion catalysis project with UC Santa Barbara funded by the first NSF Chemical Bonding Center, CATSB. Recognizing that catalytic aerobic oxidation of diol C-C bonds could potentially be used to break down lignocellulose, we began to synthesize oxovanadium complexes and explore their fundamental reactivity. Of course there were theories regarding the oxidation mechanism, but our mechanistic studies soon revealed a number of surprises of the type that keep all chemists coming back to the bench! We realized that these reactions were also exciting in that they actually used the oxygen-on-every-carbon property of biomass-derived molecules to control the selectivity of the oxidation. When we found that these oxovanadium complexes tended to convert sugars predominantly to formic acid and carbon dioxide, we replaced one of the OH groups with an ether and entered the dark world of lignin chemistry. In this Account, we summarize results from our collaboration and from our individual labs. In particular, we show that oxidation selectivity (C-C vs C-O bond cleavage) of lignin models using air and vanadium complexes depends on the ancillary ligands, the reaction solvent, and the substrate structure (i.e., phenolic vs non-phenolic). Selected vanadium complexes in the presence of added base serve as effective alcohol oxidation catalysts via a novel base-assisted dehydrogenation pathway. In contrast, copper catalysts effect direct C-C bond cleavage of these lignin models, presumably through a radical pathway. The most active vanadium catalyst exhibits unique activity for the depolymerization of organosolv lignin. After Weckhuysen's excellent 2010 review on lignin valorization, the number of catalysis studies and approaches on both lignin models and extracts has expanded rapidly. Today we are seeing new start-ups and lignin production facilities sprouting up across the globe as we all work to prove wrong the old pulp and paper chemist

  15. Single-trial classification of auditory event-related potentials elicited by stimuli from different spatial directions.

    PubMed

    Cabrera, Alvaro Fuentes; Hoffmann, Pablo Faundez

    2010-01-01

    This study is focused on the single-trial classification of auditory event-related potentials elicited by sound stimuli from different spatial directions. Five naϊve subjects were asked to localize a sound stimulus reproduced over one of 8 loudspeakers placed in a circular array, equally spaced by 45°. The subject was seating in the center of the circular array. Due to the complexity of an eight classes classification, our approach consisted on feeding our classifier with two classes, or spatial directions, at the time. The seven chosen pairs were 0°, which was the loudspeaker directly in front of the subject, with all the other seven directions. The discrete wavelet transform was used to extract features in the time-frequency domain and a support vector machine performed the classification procedure. The average accuracy over all subjects and all pair of spatial directions was 76.5%, σ = 3.6. The results of this study provide evidence that the direction of a sound is encoded in single-trial auditory event-related potentials.

  16. Selenium extraction: development on extraction chromatographic resins compatible with Diffusive Gradient in Thin film (DGT)

    NASA Astrophysics Data System (ADS)

    Rad, S.; Dirks-Fandrei, C.; Happel, S. A.; Bombard, A.; Cary, L.

    2016-12-01

    Measurement of Selenium is of importance regarding public health as the ratio between beneficial daily intake and toxicity is rather low [1], [2]. Also from the radiological perspective, Se-79 as a long-lived fission nuclide (T1/2=2.8x105y) with high mobility in environment, is of concern regarding waste management and decommissioning [3], [4]. Due to the existence of different oxidation states Selenium has a complex speciation chemistry which makes extraction and separation schemes not straightforward. The aim of this research is to develop extraction methods for Selenium based on extraction chromatographic resins allowing for the extraction of Se(VI), as well as Se(IV), from water samples for later use on DGT (Diffusive Gradients in Thin films) devices. Extraction chromatographic resins have been tested and characterized for Se and other elements. For Se(VI) a commercially available Aliquat 336 based extraction chromatographic resin (TEVA resin[5]) was found to be most suitable, for Se(IV) a newly developed extraction chromatographic resin based on Piazselenol chemistry was found to be most effective, data on the selectivity of this resin will be presented. The extraction of Se(IV) and Se(VI) by these resins was tested on water sampled in Lille City, where a high Se spatial variability has been observed. Concentrations in groundwater can reach 30µg/L as a consequence; most Se-contaminated wells are no longer exploited by the water operators. One of the applications of this development is to be able to measure Se concentrations insitu in contaminated areas including very complex object such as hyporheic zone. [1] Cary L. et al. Applied Geochemistry 48 (2014) 70-82 [2] Chen C. et al. Biological Trace Element Research Vols. 71-72 (1999) 131-138 [3] http://www.irsn.fr/FR/Larecherche/publications-documentation/fiches-radionucleides/Documents/environnement/Selenium_Se79_v2.pdf last access 03/03/2016 [4] Uchida et al. WM2009 Conference, March 1-5, 2009, Phoenix, AZ [5

  17. Extraction spectrophotometric determination of niobium in rocks with sulfochlorophenol S

    USGS Publications Warehouse

    Childress, A.E.; Greenland, L.P.

    1980-01-01

    After acid decomposition and potassium pyrosulfate fusion, niobium (1-26 ppm) is separated from interfering elements by extraction into methyl isobutyl ketone from 6 M H2SO4-2 M HF and back-extracted into water. The niobium-sulfochloro-phenol S complex is extracted into amyl alcohol. ?? 1980.

  18. Feature Extraction of Event-Related Potentials Using Wavelets: An Application to Human Performance Monitoring

    NASA Technical Reports Server (NTRS)

    Trejo, Leonard J.; Shensa, Mark J.; Remington, Roger W. (Technical Monitor)

    1998-01-01

    This report describes the development and evaluation of mathematical models for predicting human performance from discrete wavelet transforms (DWT) of event-related potentials (ERP) elicited by task-relevant stimuli. The DWT was compared to principal components analysis (PCA) for representation of ERPs in linear regression and neural network models developed to predict a composite measure of human signal detection performance. Linear regression models based on coefficients of the decimated DWT predicted signal detection performance with half as many f ree parameters as comparable models based on PCA scores. In addition, the DWT-based models were more resistant to model degradation due to over-fitting than PCA-based models. Feed-forward neural networks were trained using the backpropagation,-, algorithm to predict signal detection performance based on raw ERPs, PCA scores, or high-power coefficients of the DWT. Neural networks based on high-power DWT coefficients trained with fewer iterations, generalized to new data better, and were more resistant to overfitting than networks based on raw ERPs. Networks based on PCA scores did not generalize to new data as well as either the DWT network or the raw ERP network. The results show that wavelet expansions represent the ERP efficiently and extract behaviorally important features for use in linear regression or neural network models of human performance. The efficiency of the DWT is discussed in terms of its decorrelation and energy compaction properties. In addition, the DWT models provided evidence that a pattern of low-frequency activity (1 to 3.5 Hz) occurring at specific times and scalp locations is a reliable correlate of human signal detection performance.

  19. Feature extraction of event-related potentials using wavelets: an application to human performance monitoring

    NASA Technical Reports Server (NTRS)

    Trejo, L. J.; Shensa, M. J.

    1999-01-01

    This report describes the development and evaluation of mathematical models for predicting human performance from discrete wavelet transforms (DWT) of event-related potentials (ERP) elicited by task-relevant stimuli. The DWT was compared to principal components analysis (PCA) for representation of ERPs in linear regression and neural network models developed to predict a composite measure of human signal detection performance. Linear regression models based on coefficients of the decimated DWT predicted signal detection performance with half as many free parameters as comparable models based on PCA scores. In addition, the DWT-based models were more resistant to model degradation due to over-fitting than PCA-based models. Feed-forward neural networks were trained using the backpropagation algorithm to predict signal detection performance based on raw ERPs, PCA scores, or high-power coefficients of the DWT. Neural networks based on high-power DWT coefficients trained with fewer iterations, generalized to new data better, and were more resistant to overfitting than networks based on raw ERPs. Networks based on PCA scores did not generalize to new data as well as either the DWT network or the raw ERP network. The results show that wavelet expansions represent the ERP efficiently and extract behaviorally important features for use in linear regression or neural network models of human performance. The efficiency of the DWT is discussed in terms of its decorrelation and energy compaction properties. In addition, the DWT models provided evidence that a pattern of low-frequency activity (1 to 3.5 Hz) occurring at specific times and scalp locations is a reliable correlate of human signal detection performance. Copyright 1999 Academic Press.

  20. Rupture directivity of microseismic events recorded during hydraulic fracture stimulations.

    NASA Astrophysics Data System (ADS)

    Urbancic, T.; Smith-Boughner, L.; Baig, A.; Viegas, G.

    2016-12-01

    We model the dynamics of a complex rupture sequence with four sub-events. These events were recorded during hydraulic fracture stimulations in a gas-bearing shale formation. With force-balance accelerometers, 4.5Hz and 15Hz instruments recording the failure history, we study the directivity of the entire rupture sequence and each sub-event. Two models are considered: unilateral and bi-lateral failures of penny shaped cracks. From the seismic moment tensors of these sub-events, we consider different potential failure planes and rupture directions. Using numerical wave-propagation codes, we generate synthetic rupture sequences with both unilateral and bi-lateral ruptures. These are compared to the four sub-events to determine the directionality of the observed failures and the sensitivity of our recording bandwidth and geometry to distinguishing between different rupture processes. The frequency of unilateral and bilateral rupture processes throughout the fracture stimulation is estimated by comparing the directivity characteristics of the modeled sub-events to other high-quality microseismic events recorded during the same stimulation program. Understanding the failure processes of these microseismic events can provide great insight into the changes in the rock mass responsible for these complex rupture processes.

  1. Ambient Mass Spectrometry Imaging Using Direct Liquid Extraction Techniques

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

    Laskin, Julia; Lanekoff, Ingela

    2015-11-13

    Mass spectrometry imaging (MSI) is a powerful analytical technique that enables label-free spatial localization and identification of molecules in complex samples.1-4 MSI applications range from forensics5 to clinical research6 and from understanding microbial communication7-8 to imaging biomolecules in tissues.1, 9-10 Recently, MSI protocols have been reviewed.11 Ambient ionization techniques enable direct analysis of complex samples under atmospheric pressure without special sample pretreatment.3, 12-16 In fact, in ambient ionization mass spectrometry, sample processing (e.g., extraction, dilution, preconcentration, or desorption) occurs during the analysis.17 This substantially speeds up analysis and eliminates any possible effects of sample preparation on the localization of moleculesmore » in the sample.3, 8, 12-14, 18-20 Venter and co-workers have classified ambient ionization techniques into three major categories based on the sample processing steps involved: 1) liquid extraction techniques, in which analyte molecules are removed from the sample and extracted into a solvent prior to ionization; 2) desorption techniques capable of generating free ions directly from substrates; and 3) desorption techniques that produce larger particles subsequently captured by an electrospray plume and ionized.17 This review focuses on localized analysis and ambient imaging of complex samples using a subset of ambient ionization methods broadly defined as “liquid extraction techniques” based on the classification introduced by Venter and co-workers.17 Specifically, we include techniques where analyte molecules are desorbed from solid or liquid samples using charged droplet bombardment, liquid extraction, physisorption, chemisorption, mechanical force, laser ablation, or laser capture microdissection. Analyte extraction is followed by soft ionization that generates ions corresponding to intact species. Some of the key advantages of liquid extraction techniques include

  2. Reference Proteome Extracts for Mass Spec Instrument Performance Validation and Method Development

    PubMed Central

    Rosenblatt, Mike; Urh, Marjeta; Saveliev, Sergei

    2014-01-01

    Biological samples of high complexity are required to test protein mass spec sample preparation procedures and validate mass spec instrument performance. Total cell protein extracts provide the needed sample complexity. However, to be compatible with mass spec applications, such extracts should meet a number of design requirements: compatibility with LC/MS (free of detergents, etc.)high protein integrity (minimal level of protein degradation and non-biological PTMs)compatibility with common sample preparation methods such as proteolysis, PTM enrichment and mass-tag labelingLot-to-lot reproducibility Here we describe total protein extracts from yeast and human cells that meet the above criteria. Two extract formats have been developed: Intact protein extracts with primary use for sample preparation method development and optimizationPre-digested extracts (peptides) with primary use for instrument validation and performance monitoring

  3. [Study on molecular recognition technology in active constituents extracted and isolated from Aconitum pendulum].

    PubMed

    Ma, Xue-Qin; Li, Guo-Shan; Fu, Xue-Yan; Ma, Jing-Zu

    2011-03-01

    To investigate CD molecular recognition technology applied in active constituents extracted and isolated from traditional Chinese medicine--Aconitum pendulum. The inclusion constant and form probability of the inclusion complex of Aconitum pendulum with p-CD was calculated by UV spectra method. The active constituents of Aconitum pendulum were extracted and isolated by molecular recognition technology. The inclusion complex was identified by UV. The chemical constituents of Aconitum pendulum and inclusion complex was determined by HPLC. The analgesic effects of inclusion complex was investigated by experiment of intraperitoneal injection of acetic acid in rats. The inclusion complex was identified and confirmed by UV spectra method, the chemical components of inclusion complex were simple, and the content of active constituents increased significantly, the analgesic effects of inclusion complex was well. The molecular recognition technology can be used for extracting and isolating active constituents of Aconitum pendulum, and the effects are obvious.

  4. Electrothermal atomisation atomic absorption conditions and matrix modifications for determining antimony, arsenic, bismuth, cadmium, gallium, gold, indium, lead, molybdenum, palladium, platinum, selenium, silver, tellurium, thallium and tin following back-extraction of organic aminohalide extracts

    USGS Publications Warehouse

    Clark, J.R.

    1986-01-01

    A multi-element organic-extraction and back-extraction procedure, that had been developed previously to eliminate matrix interferences in the determination of a large number of trace elements in complex materials such as geological samples, produced organic and aqueous solutions that were complex. Electrothermal atomisation atomic absorption conditions and matrix modifications have been developed for 13 of the extracted elements (Ag, As, Au, Bi, Cd, Ga, In, Pb, Sb, Se, Sn, Te and Tl) that enhance sensitivity, alleviate problems resulting from the complex solutions and produce acceptable precision. Platinum, Pd and Mo can be determined without matrix modification directly on the original unstripped extracts.

  5. Enhancing to method for extracting Social network by the relation existence

    NASA Astrophysics Data System (ADS)

    Elfida, Maria; Matyuso Nasution, M. K.; Sitompul, O. S.

    2018-01-01

    To get the trusty information about the social network extracted from the Web requires a reliable method, but for optimal resultant required the method that can overcome the complexity of information resources. This paper intends to reveal ways to overcome the constraints of social network extraction leading to high complexity by identifying relationships among social actors. By changing the treatment of the procedure used, we obtain the complexity is smaller than the previous procedure. This has also been demonstrated in an experiment by using the denial sample.

  6. Event-by-Event Anisotropic Flow in Heavy-ion Collisions from Combined Yang-Mills and Viscous Fluid Dynamics

    NASA Astrophysics Data System (ADS)

    Gale, Charles; Jeon, Sangyong; Schenke, Björn; Tribedy, Prithwish; Venugopalan, Raju

    2013-01-01

    Anisotropic flow coefficients v1-v5 in heavy ion collisions are computed by combining a classical Yang-Mills description of the early time Glasma flow with the subsequent relativistic viscous hydrodynamic evolution of matter through the quark-gluon plasma and hadron gas phases. The Glasma dynamics, as realized in the impact parameter dependent Glasma (IP-Glasma) model, takes into account event-by-event geometric fluctuations in nucleon positions and intrinsic subnucleon scale color charge fluctuations; the preequilibrium flow of matter is then matched to the music algorithm describing viscous hydrodynamic flow and particle production at freeze-out. The IP-Glasma+MUSIC model describes well both transverse momentum dependent and integrated vn data measured at the Large Hadron Collider and the Relativistic Heavy Ion Collider. The model also reproduces the event-by-event distributions of v2, v3 and v4 measured by the ATLAS Collaboration. The implications of our results for better understanding of the dynamics of the Glasma and for the extraction of transport properties of the quark-gluon plasma are outlined.

  7. Design of extraction system in BRing at HIAF

    NASA Astrophysics Data System (ADS)

    Ruan, Shuang; Yang, Jiancheng; Zhang, Jinquan; Shen, Guodong; Ren, Hang; Liu, Jie; Shangguan, Jingbing; Zhang, Xiaoying; Zhang, Jingjing; Mao, Lijun; Sheng, Lina; Yin, Dayu; Wang, Geng; Wu, Bo; Yao, Liping; Tang, Meitang; Cai, Fucheng; Chen, Xiaoqiang

    2018-06-01

    The Booster Ring (BRing), which is the key part of HIAF (High Intensity heavy ion Accelerator Facility) complex at IMP (Institute of Modern Physics, Chinese Academy of Sciences), can provide uranium (A / q = 7) beam with a wide extraction energy range of 200-800 MeV/u. To fulfill a flexible beam extraction for multi-purpose experiments, both fast and slow extraction systems will be accommodated in the BRing. The fast extraction system is used for extracting short bunched beam horizontally in single-turn. The slow extraction system is used to provide quasi-continuous beam by the third order resonance and RF-knockout scheme. To achieve a compact structure, the two extraction systems are designed to share the same extraction channel. The general design of the fast and slow extraction systems and simulation results are discussed in this paper.

  8. Direct risk standardisation: a new method for comparing casemix adjusted event rates using complex models

    PubMed Central

    2013-01-01

    Background Comparison of outcomes between populations or centres may be confounded by any casemix differences and standardisation is carried out to avoid this. However, when the casemix adjustment models are large and complex, direct standardisation has been described as “practically impossible”, and indirect standardisation may lead to unfair comparisons. We propose a new method of directly standardising for risk rather than standardising for casemix which overcomes these problems. Methods Using a casemix model which is the same model as would be used in indirect standardisation, the risk in individuals is estimated. Risk categories are defined, and event rates in each category for each centre to be compared are calculated. A weighted sum of the risk category specific event rates is then calculated. We have illustrated this method using data on 6 million admissions to 146 hospitals in England in 2007/8 and an existing model with over 5000 casemix combinations, and a second dataset of 18,668 adult emergency admissions to 9 centres in the UK and overseas and a published model with over 20,000 casemix combinations and a continuous covariate. Results Substantial differences between conventional directly casemix standardised rates and rates from direct risk standardisation (DRS) were found. Results based on DRS were very similar to Standardised Mortality Ratios (SMRs) obtained from indirect standardisation, with similar standard errors. Conclusions Direct risk standardisation using our proposed method is as straightforward as using conventional direct or indirect standardisation, always enables fair comparisons of performance to be made, can use continuous casemix covariates, and was found in our examples to have similar standard errors to the SMR. It should be preferred when there is a risk that conventional direct or indirect standardisation will lead to unfair comparisons. PMID:24168424

  9. Direct risk standardisation: a new method for comparing casemix adjusted event rates using complex models.

    PubMed

    Nicholl, Jon; Jacques, Richard M; Campbell, Michael J

    2013-10-29

    Comparison of outcomes between populations or centres may be confounded by any casemix differences and standardisation is carried out to avoid this. However, when the casemix adjustment models are large and complex, direct standardisation has been described as "practically impossible", and indirect standardisation may lead to unfair comparisons. We propose a new method of directly standardising for risk rather than standardising for casemix which overcomes these problems. Using a casemix model which is the same model as would be used in indirect standardisation, the risk in individuals is estimated. Risk categories are defined, and event rates in each category for each centre to be compared are calculated. A weighted sum of the risk category specific event rates is then calculated. We have illustrated this method using data on 6 million admissions to 146 hospitals in England in 2007/8 and an existing model with over 5000 casemix combinations, and a second dataset of 18,668 adult emergency admissions to 9 centres in the UK and overseas and a published model with over 20,000 casemix combinations and a continuous covariate. Substantial differences between conventional directly casemix standardised rates and rates from direct risk standardisation (DRS) were found. Results based on DRS were very similar to Standardised Mortality Ratios (SMRs) obtained from indirect standardisation, with similar standard errors. Direct risk standardisation using our proposed method is as straightforward as using conventional direct or indirect standardisation, always enables fair comparisons of performance to be made, can use continuous casemix covariates, and was found in our examples to have similar standard errors to the SMR. It should be preferred when there is a risk that conventional direct or indirect standardisation will lead to unfair comparisons.

  10. Method for extracting copper, silver and related metals

    DOEpatents

    Moyer, B.A.; McDowell, W.J.

    1987-10-23

    A process for selectively extracting precious metals such as silver and gold concurrent with copper extraction from aqueous solutions containing the same. The process utilizes tetrathiamacrocycles and high molecular weight organic acids that exhibit a synergistic relationship when complexing with certain metal ions thereby removing them from ore leach solutions.

  11. Method for extracting copper, silver and related metals

    DOEpatents

    Moyer, Bruce A.; McDowell, W. J.

    1990-01-01

    A process for selectively extracting precious metals such as silver and gold concurrent with copper extraction from aqueous solutions containing the same. The process utilizes tetrathiamacrocycles and high molecular weight organic acids that exhibit a synergistic relationship when complexing with certain metal ions thereby removing them from ore leach solutions.

  12. Modeling complex treatment strategies: construction and validation of a discrete event simulation model for glaucoma.

    PubMed

    van Gestel, Aukje; Severens, Johan L; Webers, Carroll A B; Beckers, Henny J M; Jansonius, Nomdo M; Schouten, Jan S A G

    2010-01-01

    Discrete event simulation (DES) modeling has several advantages over simpler modeling techniques in health economics, such as increased flexibility and the ability to model complex systems. Nevertheless, these benefits may come at the cost of reduced transparency, which may compromise the model's face validity and credibility. We aimed to produce a transparent report on the construction and validation of a DES model using a recently developed model of ocular hypertension and glaucoma. Current evidence of associations between prognostic factors and disease progression in ocular hypertension and glaucoma was translated into DES model elements. The model was extended to simulate treatment decisions and effects. Utility and costs were linked to disease status and treatment, and clinical and health economic outcomes were defined. The model was validated at several levels. The soundness of design and the plausibility of input estimates were evaluated in interdisciplinary meetings (face validity). Individual patients were traced throughout the simulation under a multitude of model settings to debug the model, and the model was run with a variety of extreme scenarios to compare the outcomes with prior expectations (internal validity). Finally, several intermediate (clinical) outcomes of the model were compared with those observed in experimental or observational studies (external validity) and the feasibility of evaluating hypothetical treatment strategies was tested. The model performed well in all validity tests. Analyses of hypothetical treatment strategies took about 30 minutes per cohort and lead to plausible health-economic outcomes. There is added value of DES models in complex treatment strategies such as glaucoma. Achieving transparency in model structure and outcomes may require some effort in reporting and validating the model, but it is feasible.

  13. Object-Oriented Query Language For Events Detection From Images Sequences

    NASA Astrophysics Data System (ADS)

    Ganea, Ion Eugen

    2015-09-01

    In this paper is presented a method to represent the events extracted from images sequences and the query language used for events detection. Using an object oriented model the spatial and temporal relationships between salient objects and also between events are stored and queried. This works aims to unify the storing and querying phases for video events processing. The object oriented language syntax used for events processing allow the instantiation of the indexes classes in order to improve the accuracy of the query results. The experiments were performed on images sequences provided from sport domain and it shows the reliability and the robustness of the proposed language. To extend the language will be added a specific syntax for constructing the templates for abnormal events and for detection of the incidents as the final goal of the research.

  14. World, We Have Problems: Simulation for Large Complex, Risky Projects, and Events

    NASA Technical Reports Server (NTRS)

    Elfrey, Priscilla

    2010-01-01

    Prior to a spacewalk during the NASA STS/129 mission in November 2009, Columbia Broadcasting System (CBS) correspondent William Harwood reported astronauts, "were awakened again", as they had been the day previously. Fearing something not properly connected was causing a leak, the crew, both on the ground and in space, stopped and checked everything. The alarm proved false. The crew did complete its work ahead of schedule, but the incident reminds us that correctly connecting hundreds and thousands of entities, subsystems and systems, finding leaks, loosening stuck valves, and adding replacements to very large complex systems over time does not occur magically. Everywhere major projects present similar pressures. Lives are at - risk. Responsibility is heavy. Large natural and human-created disasters introduce parallel difficulties as people work across boundaries their countries, disciplines, languages, and cultures with known immediate dangers as well as the unexpected. NASA has long accepted that when humans have to go where humans cannot go that simulation is the sole solution. The Agency uses simulation to achieve consensus, reduce ambiguity and uncertainty, understand problems, make decisions, support design, do planning and troubleshooting, as well as for operations, training, testing, and evaluation. Simulation is at the heart of all such complex systems, products, projects, programs, and events. Difficult, hazardous short and, especially, long-term activities have a persistent need for simulation from the first insight into a possibly workable idea or answer until the final report perhaps beyond our lifetime is put in the archive. With simulation we create a common mental model, try-out breakdowns of machinery or teamwork, and find opportunity for improvement. Lifecycle simulation proves to be increasingly important as risks and consequences intensify. Across the world, disasters are increasing. We anticipate more of them, as the results of global warming

  15. A new approach to identify, classify and count drugrelated events

    PubMed Central

    Bürkle, Thomas; Müller, Fabian; Patapovas, Andrius; Sonst, Anja; Pfistermeister, Barbara; Plank-Kiegele, Bettina; Dormann, Harald; Maas, Renke

    2013-01-01

    Aims The incidence of clinical events related to medication errors and/or adverse drug reactions reported in the literature varies by a degree that cannot solely be explained by the clinical setting, the varying scrutiny of investigators or varying definitions of drug-related events. Our hypothesis was that the individual complexity of many clinical cases may pose relevant limitations for current definitions and algorithms used to identify, classify and count adverse drug-related events. Methods Based on clinical cases derived from an observational study we identified and classified common clinical problems that cannot be adequately characterized by the currently used definitions and algorithms. Results It appears that some key models currently used to describe the relation of medication errors (MEs), adverse drug reactions (ADRs) and adverse drug events (ADEs) can easily be misinterpreted or contain logical inconsistencies that limit their accurate use to all but the simplest clinical cases. A key limitation of current models is the inability to deal with complex interactions such as one drug causing two clinically distinct side effects or multiple drugs contributing to a single clinical event. Using a large set of clinical cases we developed a revised model of the interdependence between MEs, ADEs and ADRs and extended current event definitions when multiple medications cause multiple types of problems. We propose algorithms that may help to improve the identification, classification and counting of drug-related events. Conclusions The new model may help to overcome some of the limitations that complex clinical cases pose to current paper- or software-based drug therapy safety. PMID:24007453

  16. Piecing together the puzzle: Improving event content coverage for real-time sub-event detection using adaptive microblog crawling

    PubMed Central

    Tokarchuk, Laurissa; Wang, Xinyue; Poslad, Stefan

    2017-01-01

    In an age when people are predisposed to report real-world events through their social media accounts, many researchers value the benefits of mining user generated content from social media. Compared with the traditional news media, social media services, such as Twitter, can provide more complete and timely information about the real-world events. However events are often like a puzzle and in order to solve the puzzle/understand the event, we must identify all the sub-events or pieces. Existing Twitter event monitoring systems for sub-event detection and summarization currently typically analyse events based on partial data as conventional data collection methodologies are unable to collect comprehensive event data. This results in existing systems often being unable to report sub-events in real-time and often in completely missing sub-events or pieces in the broader event puzzle. This paper proposes a Sub-event detection by real-TIme Microblog monitoring (STRIM) framework that leverages the temporal feature of an expanded set of news-worthy event content. In order to more comprehensively and accurately identify sub-events this framework first proposes the use of adaptive microblog crawling. Our adaptive microblog crawler is capable of increasing the coverage of events while minimizing the amount of non-relevant content. We then propose a stream division methodology that can be accomplished in real time so that the temporal features of the expanded event streams can be analysed by a burst detection algorithm. In the final steps of the framework, the content features are extracted from each divided stream and recombined to provide a final summarization of the sub-events. The proposed framework is evaluated against traditional event detection using event recall and event precision metrics. Results show that improving the quality and coverage of event contents contribute to better event detection by identifying additional valid sub-events. The novel combination of

  17. Piecing together the puzzle: Improving event content coverage for real-time sub-event detection using adaptive microblog crawling.

    PubMed

    Tokarchuk, Laurissa; Wang, Xinyue; Poslad, Stefan

    2017-01-01

    In an age when people are predisposed to report real-world events through their social media accounts, many researchers value the benefits of mining user generated content from social media. Compared with the traditional news media, social media services, such as Twitter, can provide more complete and timely information about the real-world events. However events are often like a puzzle and in order to solve the puzzle/understand the event, we must identify all the sub-events or pieces. Existing Twitter event monitoring systems for sub-event detection and summarization currently typically analyse events based on partial data as conventional data collection methodologies are unable to collect comprehensive event data. This results in existing systems often being unable to report sub-events in real-time and often in completely missing sub-events or pieces in the broader event puzzle. This paper proposes a Sub-event detection by real-TIme Microblog monitoring (STRIM) framework that leverages the temporal feature of an expanded set of news-worthy event content. In order to more comprehensively and accurately identify sub-events this framework first proposes the use of adaptive microblog crawling. Our adaptive microblog crawler is capable of increasing the coverage of events while minimizing the amount of non-relevant content. We then propose a stream division methodology that can be accomplished in real time so that the temporal features of the expanded event streams can be analysed by a burst detection algorithm. In the final steps of the framework, the content features are extracted from each divided stream and recombined to provide a final summarization of the sub-events. The proposed framework is evaluated against traditional event detection using event recall and event precision metrics. Results show that improving the quality and coverage of event contents contribute to better event detection by identifying additional valid sub-events. The novel combination of

  18. Response of a hydrothermal system to magmatic heat inferred from temporal variations in the complex frequencies of long-period events at Kusatsu-Shirane Volcano, Japan

    USGS Publications Warehouse

    Nakano, M.; Kumagai, H.

    2005-01-01

    We investigate temporal variations in the complex frequencies (frequency and quality factor Q) of long-period (LP) events that occurred at Kusatsu-Shirane Volcano, central Japan. We analyze LP waveforms observed at this volcano in the period between 1988 and 1995, which covers a seismically active period between 1989 and 1993. Systematic temporal variations in the complex frequencies are observed in October-November 1989, July-October 1991, and September 1992-January 1993. We use acoustic properties of a crack filled with hydrothermal fluids to interpret the observed temporal variations in the complex frequencies. The temporal variations in October-November 1989 can be divided into two periods, which are explained by a gradual decrease and increase of a gas-volume fraction in a water-steam mixture in a crack, respectively. The temporal variations in July-October 1991 can be also divided into two periods. These variations in the first and second periods are similar to those observed in November 1989 and in September-November 1992, respectively, and are interpreted as drying of a water-steam mixture and misty gas in a crack, respectively. The repeated nature of the temporal variations observed in similar seasons between July and November suggests the existence of seasonality in the occurrence of LP events. This may be caused by a seasonally variable meteoritic water supply to a hydrothermal system, which may have been heated by the flux of volcanic gases from magma beneath this volcano. ?? 2005 Elsevier B.V. All rights reserved.

  19. Microwave-assisted extraction of oxymatrine from Sophora flavescens.

    PubMed

    Xia, En-Qin; Cui, Bo; Xu, Xiang-Rong; Song, Yang; Ai, Xu-Xia; Li, Hua-Bin

    2011-08-30

    In this paper, microwave-assisted extraction (MAE) of oxymatrine from Sophora flavescens were studied by HPLC-photodiode array detection. Effects of several experimental parameters, such as concentration of extraction solvent, ratio of liquid to material, microwave power, extraction temperature, and extraction time on the extraction efficiencies of oxymatrine were evaluated. The optimal extraction conditions were 60% ethanol, a 20:1 (v/v) ratio of liquid to material and extraction for 10 min at 50 °C under 500 W microwave irradiation. Under the optimum conditions, the yield of oxymatrine was 14.37 mg/g. The crude extract obtained could be used as either a component of some complex traditional medicines or for further isolation and purification of bioactive compounds. The results, which indicated that MAE is a very useful tool for the extraction of important phytochemicals from plant materials, should prove helpful for the full utilization of Sophora flavescens.

  20. A systematic review of the safety of kava extract in the treatment of anxiety.

    PubMed

    Stevinson, Clare; Huntley, Alyson; Ernst, Edzard

    2002-01-01

    This paper systematically reviews the clinical evidence relating to the safety of extracts of the herbal anxiolytic kava (Piper methysticum). Literature searches were conducted in four electronic databases and the reference lists of all papers located were checked for further relevant publications. Information was also sought from the spontaneous reporting schemes of the WHO and national drug safety bodies and ten manufacturers of kava preparations were contacted. Data from short-term post-marketing surveillance studies and clinical trials suggest that adverse events are, in general, rare, mild and reversible. However, published case reports indicate that serious adverse events are possible including dermatological reactions, neurological complications and, of greatest concern, liver damage. Spontaneous reporting schemes also suggest that the most common adverse events are mild, but that serious ones occur. Controlled trials suggest that kava extracts do not impair cognitive performance and vigilance or potentiate the effects of central nervous system depressants. However, a possible interaction with benzodiazepines has been reported. It is concluded that when taken as a short-term monotherapy at recommended doses, kava extracts appear to be well tolerated by most users. Serious adverse events have been reported and further research is required to determine the nature and frequency of such events.

  1. Chronodes: Interactive Multifocus Exploration of Event Sequences

    PubMed Central

    POLACK, PETER J.; CHEN, SHANG-TSE; KAHNG, MINSUK; DE BARBARO, KAYA; BASOLE, RAHUL; SHARMIN, MOUSHUMI; CHAU, DUEN HORNG

    2018-01-01

    The advent of mobile health (mHealth) technologies challenges the capabilities of current visualizations, interactive tools, and algorithms. We present Chronodes, an interactive system that unifies data mining and human-centric visualization techniques to support explorative analysis of longitudinal mHealth data. Chronodes extracts and visualizes frequent event sequences that reveal chronological patterns across multiple participant timelines of mHealth data. It then combines novel interaction and visualization techniques to enable multifocus event sequence analysis, which allows health researchers to interactively define, explore, and compare groups of participant behaviors using event sequence combinations. Through summarizing insights gained from a pilot study with 20 behavioral and biomedical health experts, we discuss Chronodes’s efficacy and potential impact in the mHealth domain. Ultimately, we outline important open challenges in mHealth, and offer recommendations and design guidelines for future research. PMID:29515937

  2. Does Variability Across Events Affect Verb Learning in English, Mandarin and Korean?

    PubMed Central

    Childers, Jane B.; Paik, Jae H.; Flores, Melissa; Lai, Gabrielle; Dolan, Megan

    2016-01-01

    Extending new verbs is important to becoming a productive speaker of a language. Prior results show children have difficulty extending verbs when they have seen events with varied agents. This paper further examines the impact of variability on verb learning, and asks whether this interacts with event complexity or differs by language. Children (aged 2 ½- to 3-years) in the U.S., China, Korea and Singapore learned verbs linked to simple and complex events. Sets of events included one or three agents, and children were asked to extend the verb at test. Children learning verbs linked to simple movements performed similarly across conditions. However, children learning verbs linked to events with multiple objects were less successful if those events were enacted by multiple agents. A follow-up study rules out an influence of event order. Overall, similar patterns of results emerged across languages, suggesting common cognitive processes support children’s verb learning. PMID:27457679

  3. Role of shielding in modulating the effects of solar particle events: Monte Carlo calculation of absorbed dose and DNA complex lesions in different organs

    NASA Technical Reports Server (NTRS)

    Ballarini, F.; Biaggi, M.; De Biaggi, L.; Ferrari, A.; Ottolenghi, A.; Panzarasa, A.; Paretzke, H. G.; Pelliccioni, M.; Sala, P.; Scannicchio, D.; hide

    2004-01-01

    Distributions of absorbed dose and DNA clustered damage yields in various organs and tissues following the October 1989 solar particle event (SPE) were calculated by coupling the FLUKA Monte Carlo transport code with two anthropomorphic phantoms (a mathematical model and a voxel model), with the main aim of quantifying the role of the shielding features in modulating organ doses. The phantoms, which were assumed to be in deep space, were inserted into a shielding box of variable thickness and material and were irradiated with the proton spectra of the October 1989 event. Average numbers of DNA lesions per cell in different organs were calculated by adopting a technique already tested in previous works, consisting of integrating into "condensed-history" Monte Carlo transport codes--such as FLUKA--yields of radiobiological damage, either calculated with "event-by-event" track structure simulations, or taken from experimental works available in the literature. More specifically, the yields of "Complex Lesions" (or "CL", defined and calculated as a clustered DNA damage in a previous work) per unit dose and DNA mass (CL Gy-1 Da-1) due to the various beam components, including those derived from nuclear interactions with the shielding and the human body, were integrated in FLUKA. This provided spatial distributions of CL/cell yields in different organs, as well as distributions of absorbed doses. The contributions of primary protons and secondary hadrons were calculated separately, and the simulations were repeated for values of Al shielding thickness ranging between 1 and 20 g/cm2. Slight differences were found between the two phantom types. Skin and eye lenses were found to receive larger doses with respect to internal organs; however, shielding was more effective for skin and lenses. Secondary particles arising from nuclear interactions were found to have a minor role, although their relative contribution was found to be larger for the Complex Lesions than for the

  4. Role of shielding in modulating the effects of solar particle events: Monte Carlo calculation of absorbed dose and DNA complex lesions in different organs

    NASA Astrophysics Data System (ADS)

    Ballarini, F.; Biaggi, M.; De Biaggi, L.; Ferrari, A.; Ottolenghi, A.; Panzarasa, A.; Paretzke, H. G.; Pelliccioni, M.; Sala, P.; Scannicchio, D.; Zankl, M.

    2004-01-01

    Distributions of absorbed dose and DNA clustered damage yields in various organs and tissues following the October 1989 solar particle event (SPE) were calculated by coupling the FLUKA Monte Carlo transport code with two anthropomorphic phantoms (a mathematical model and a voxel model), with the main aim of quantifying the role of the shielding features in modulating organ doses. The phantoms, which were assumed to be in deep space, were inserted into a shielding box of variable thickness and material and were irradiated with the proton spectra of the October 1989 event. Average numbers of DNA lesions per cell in different organs were calculated by adopting a technique already tested in previous works, consisting of integrating into "condensed-history" Monte Carlo transport codes - such as FLUKA - yields of radiobiological damage, either calculated with "event-by-event" track structure simulations, or taken from experimental works available in the literature. More specifically, the yields of "Complex Lesions" (or "CL", defined and calculated as a clustered DNA damage in a previous work) per unit dose and DNA mass (CL Gy -1 Da -1) due to the various beam components, including those derived from nuclear interactions with the shielding and the human body, were integrated in FLUKA. This provided spatial distributions of CL/cell yields in different organs, as well as distributions of absorbed doses. The contributions of primary protons and secondary hadrons were calculated separately, and the simulations were repeated for values of Al shielding thickness ranging between 1 and 20 g/cm 2. Slight differences were found between the two phantom types. Skin and eye lenses were found to receive larger doses with respect to internal organs; however, shielding was more effective for skin and lenses. Secondary particles arising from nuclear interactions were found to have a minor role, although their relative contribution was found to be larger for the Complex Lesions than for

  5. A Foreign Object Damage Event Detector Data Fusion System for Turbofan Engines

    NASA Technical Reports Server (NTRS)

    Turso, James A.; Litt, Jonathan S.

    2004-01-01

    A Data Fusion System designed to provide a reliable assessment of the occurrence of Foreign Object Damage (FOD) in a turbofan engine is presented. The FOD-event feature level fusion scheme combines knowledge of shifts in engine gas path performance obtained using a Kalman filter, with bearing accelerometer signal features extracted via wavelet analysis, to positively identify a FOD event. A fuzzy inference system provides basic probability assignments (bpa) based on features extracted from the gas path analysis and bearing accelerometers to a fusion algorithm based on the Dempster-Shafer-Yager Theory of Evidence. Details are provided on the wavelet transforms used to extract the foreign object strike features from the noisy data and on the Kalman filter-based gas path analysis. The system is demonstrated using a turbofan engine combined-effects model (CEM), providing both gas path and rotor dynamic structural response, and is suitable for rapid-prototyping of control and diagnostic systems. The fusion of the disparate data can provide significantly more reliable detection of a FOD event than the use of either method alone. The use of fuzzy inference techniques combined with Dempster-Shafer-Yager Theory of Evidence provides a theoretical justification for drawing conclusions based on imprecise or incomplete data.

  6. Preliminary assessment for DNA extraction on microfluidic channel

    NASA Astrophysics Data System (ADS)

    Gopinath, Subash C. B.; Hashim, Uda; Uda, M. N. A.

    2017-03-01

    The aim of this research is to extract, purify and yield DNA in mushroom from solid state mushroom sample by using fabricated continuous high-capacity sample delivery microfluidic through integrated solid state extraction based amino-coated silica bead. This device is made to specifically extract DNA in mushroom sample in continuous inflow process with energy and cost consumption. In this project, we present two methods of DNA extraction and purification which are by using centrifuge (complex and conventional method) and by using microfluidic biosensor (new and fast method). DNA extracted can be determined by using ultraviolet-visible spectroscopy (UV-VIS). The peak obtained at wavelength 260nm after measuring the absorbance of sample proves that DNA is successfully extracted from the mushroom.

  7. Component Neural Systems for the Creation of Emotional Memories during Free Viewing of a Complex, Real-World Event

    PubMed Central

    Botzung, Anne; LaBar, Kevin S.; Kragel, Philip; Miles, Amanda; Rubin, David C.

    2010-01-01

    To investigate the neural systems that contribute to the formation of complex, self-relevant emotional memories, dedicated fans of rival college basketball teams watched a competitive game while undergoing functional magnetic resonance imaging (fMRI). During a subsequent recognition memory task, participants were shown video clips depicting plays of the game, stemming either from previously-viewed game segments (targets) or from non-viewed portions of the same game (foils). After an old–new judgment, participants provided emotional valence and intensity ratings of the clips. A data driven approach was first used to decompose the fMRI signal acquired during free viewing of the game into spatially independent components. Correlations were then calculated between the identified components and post-scanning emotion ratings for successfully encoded targets. Two components were correlated with intensity ratings, including temporal lobe regions implicated in memory and emotional functions, such as the hippocampus and amygdala, as well as a midline fronto-cingulo-parietal network implicated in social cognition and self-relevant processing. These data were supported by a general linear model analysis, which revealed additional valence effects in fronto-striatal-insular regions when plays were divided into positive and negative events according to the fan's perspective. Overall, these findings contribute to our understanding of how emotional factors impact distributed neural systems to successfully encode dynamic, personally-relevant event sequences. PMID:20508750

  8. The extraction of N,N-dialkylamides III. A thermodynamical approach of the multicomponent extraction organic media by a statistical mechanic theory

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

    Condamines, N.; Musikas, C.; Turq, P.

    1993-04-01

    The non-ideality of multicomponent media are difficult to describe, especially for situations as complex as the extraction of metals into organic media. We present a simplified model which takes into account hard-sphere' effects and physical interactions between some solutes of the studied media in the case of actinide ions liquid-liquid extraction. We focus our interest on N,N-dialkylamides extractants which have a strong non-ideal behaviour. 24 refs., 10 figs., 6 tabs.

  9. Event processing in X-IFU detector onboard Athena.

    NASA Astrophysics Data System (ADS)

    Ceballos, M. T.; Cobos, B.; van der Kuurs, J.; Fraga-Encinas, R.

    2015-05-01

    The X-ray Observatory ATHENA was proposed in April 2014 as the mission to implement the science theme "The Hot and Energetic Universe" selected by ESA for L2 (the second Large-class mission in ESA's Cosmic Vision science programme). One of the two X-ray detectors designed to be onboard ATHENA is X-IFU, a cryogenic microcalorimeter based on Transition Edge Sensor (TES) technology that will provide spatially resolved high-resolution spectroscopy. X-IFU will be developed by a consortium of European research institutions currently from France (leadership), Italy, The Netherlands, Belgium, UK, Germany and Spain. From Spain, IFCA (CSIC-UC) is involved in the Digital Readout Electronics (DRE) unit of the X-IFU detector, in particular in the Event Processor Subsytem. We at IFCA are in charge of the development and implementation in the DRE unit of the Event Processing algorithms, designed to recognize, from a noisy signal, the intensity pulses generated by the absorption of the X-ray photons, and lately extract their main parameters (coordinates, energy, arrival time, grade, etc.) Here we will present the design and performance of the algorithms developed for the event recognition (adjusted derivative), and pulse grading/qualification as well as the progress in the algorithms designed to extract the energy content of the pulses (pulse optimal filtering). IFCA will finally have the responsibility of the implementation on board in the (TBD) FPGAs or micro-processors of the DRE unit, where this Event Processing part will take place, to fit into the limited telemetry of the instrument.

  10. Extraction chromatographic separations of tantalum and tungsten from hafnium and complex matrix constituents

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

    Snow, Mathew S.; Finck, Martha R.; Carney, Kevin P.

    2017-02-01

    Ta, Hf, and W analyses from complex matrices (including environmental samples) require high purification of these analytes from each other and major/trace matrix constituents, however, current state-of-the-art Ta/Hf/W separations rely on traditional anion exchange approaches that suffer from relatively similar distribution coefficient (Kd) values for these analytes. This work reports assessment of three commercially available extraction chromatographic resins (TEVA, TRU, and UTEVA) for Ta/Hf/W separations. Batch contact studies show differences in Ta/W,Hf Kd values of up to 106, representing an improvement of a factor of 100 and 300 in Ta/Hf and Ta/W Kd values (respectively) over AG1x4 resin. Variations inmore » the Kd values as a function of HCl concentration for TRU resin show that this resin is well suited for Ta/Hf/W separations, with Ta/Hf, Ta/W, and W/Hf Kd value improvements of 10, 200, and 30 (respectively) over AG1x4 resin. Finally, analyses of digested soil samples (NIST 2710a) using TRU resin and tandem TEVA-TRU columns demonstrate the ability to achieve extremely high purification (>99%) of Ta and W from each other and Hf, as well as enabling very high purification of Ta and W from the major and trace elemental constituents present in soils, using a single chromatographic step.« less

  11. Extraction chromatographic separations of tantalum and tungsten from hafnium and complex matrix constituents

    DOE PAGES

    Snow, Mathew S.; Finck, Martha R.; Carney, Kevin P.; ...

    2017-01-08

    Ta, Hf, and W analyses from complex matrices (including environmental samples) require high purification of these analytes from each other and major/trace matrix constituents, but, current state-of-the-art Ta/Hf/W separations rely on traditional anion exchange approaches that suffer from relatively similar distribution coefficient (Kd) values for these analytes. Our work reports assessment of three commercially available extraction chromatographic resins (TEVA, TRU, and UTEVA) for Ta/Hf/W separations. Batch contact studies show differences in Ta/W,Hf Kd values of up to 10 6, representing an improvement of a factor of 100 and 300 in Ta/Hf and Ta/W Kd values (respectively) over AG1x4 resin. Furthermore,more » variations in the Kd values as a function of HCl concentration for TRU resin show that this resin is well suited for Ta/Hf/W separations, with Ta/Hf, Ta/W, and W/Hf Kd value improvements of 10, 200, and 30 (respectively) over AG1x4 resin. Finally, analyses of digested soil samples (NIST 2710a) using TRU resin and tandem TEVA-TRU columns demonstrate the ability to achieve extremely high purification (>99%) of Ta and W from each other and Hf, as well as enabling very high purification of Ta and W from the major and trace elemental constituents present in soils, using a single chromatographic step.« less

  12. Sleep Promotes the Extraction of Grammatical Rules

    PubMed Central

    Nieuwenhuis, Ingrid L. C.; Folia, Vasiliki; Forkstam, Christian; Jensen, Ole; Petersson, Karl Magnus

    2013-01-01

    Grammar acquisition is a high level cognitive function that requires the extraction of complex rules. While it has been proposed that offline time might benefit this type of rule extraction, this remains to be tested. Here, we addressed this question using an artificial grammar learning paradigm. During a short-term memory cover task, eighty-one human participants were exposed to letter sequences generated according to an unknown artificial grammar. Following a time delay of 15 min, 12 h (wake or sleep) or 24 h, participants classified novel test sequences as Grammatical or Non-Grammatical. Previous behavioral and functional neuroimaging work has shown that classification can be guided by two distinct underlying processes: (1) the holistic abstraction of the underlying grammar rules and (2) the detection of sequence chunks that appear at varying frequencies during exposure. Here, we show that classification performance improved after sleep. Moreover, this improvement was due to an enhancement of rule abstraction, while the effect of chunk frequency was unaltered by sleep. These findings suggest that sleep plays a critical role in extracting complex structure from separate but related items during integrative memory processing. Our findings stress the importance of alternating periods of learning with sleep in settings in which complex information must be acquired. PMID:23755173

  13. Financial impact of inaccurate Adverse Event recording post Hip Fracture surgery: Addendum to 'Adverse event recording post hip fracture surgery'.

    PubMed

    Lee, Matthew J; Doody, Kevin; Mohamed, Khalid M S; Butler, Audrey; Street, John; Lenehan, Brian

    2018-02-15

    A study in 2011 by (Doody et al. Ir Med J 106(10):300-302, 2013) looked at comparing inpatient adverse events recorded prospectively at the point of care, with adverse events recorded by the national Hospital In-Patient Enquiry (HIPE) System. In the study, a single-centre University Hospital in Ireland treating acute hip fractures in an orthopaedic unit recorded 39 patients over a 2-month (August-September 2011) period, with 55 adverse events recorded prospectively in contrast to the HIPE record of 13 (23.6%) adverse events. With the recent change in the Irish hospital funding model from block grant to an 'activity-based funding' on the basis of case load and case complexity, the hospital financial allocation is dependent on accurate case complexity coding. A retrospective assessment of the financial implications of the two methods of adverse incident recording was carried out. A total of €39,899 in 'missed funding' for 2 months was calculated when the ward-based, prospectively collected data was compared to the national HIPE data. Accurate data collection is paramount in facilitating activity-based funding, to improve patient care and ensure the appropriate allocation of resources.

  14. Back-extraction of trace elements from organometallic-halide extracts for determination by flameless atomic absorption spectrometry

    USGS Publications Warehouse

    Clark, J.R.; Viets, J.G.

    1981-01-01

    The Methyl isobutyl ketone-Amine synerGistic Iodkte Complex (MAGIC) extraction system offers the advantage that a large number of trace elements can be rapidly determined with a single sample preparation procedure. However, many of the elements extracted by the MAGIC system form volatile organometallic halide salts when the organic extract is heated in the graphite furnace. High concentrations of some elements such as Cu and Zn extracted by the system from anomalous geological samples produce serious interferences when certain other elements are determined by flameless atomic absorption. Stripping systems have been developed using solutions of HNO3, H2SO4, and CH3COOH individually or combined with H2O2 in order to circumvent these problems. With these systems most of the elements in the organic extract can be sequentially stripped into an aqueous phase. Organometallic volatilization and the most serious interelement interferences, therefore, can be eliminated by stripping with various combinations of reagents in a series of steps.

  15. Automated detection of feeding strikes by larval fish using continuous high-speed digital video: a novel method to extract quantitative data from fast, sparse kinematic events.

    PubMed

    Shamur, Eyal; Zilka, Miri; Hassner, Tal; China, Victor; Liberzon, Alex; Holzman, Roi

    2016-06-01

    Using videography to extract quantitative data on animal movement and kinematics constitutes a major tool in biomechanics and behavioral ecology. Advanced recording technologies now enable acquisition of long video sequences encompassing sparse and unpredictable events. Although such events may be ecologically important, analysis of sparse data can be extremely time-consuming and potentially biased; data quality is often strongly dependent on the training level of the observer and subject to contamination by observer-dependent biases. These constraints often limit our ability to study animal performance and fitness. Using long videos of foraging fish larvae, we provide a framework for the automated detection of prey acquisition strikes, a behavior that is infrequent yet critical for larval survival. We compared the performance of four video descriptors and their combinations against manually identified feeding events. For our data, the best single descriptor provided a classification accuracy of 77-95% and detection accuracy of 88-98%, depending on fish species and size. Using a combination of descriptors improved the accuracy of classification by ∼2%, but did not improve detection accuracy. Our results indicate that the effort required by an expert to manually label videos can be greatly reduced to examining only the potential feeding detections in order to filter false detections. Thus, using automated descriptors reduces the amount of manual work needed to identify events of interest from weeks to hours, enabling the assembly of an unbiased large dataset of ecologically relevant behaviors. © 2016. Published by The Company of Biologists Ltd.

  16. Convolutional neural network for road extraction

    NASA Astrophysics Data System (ADS)

    Li, Junping; Ding, Yazhou; Feng, Fajie; Xiong, Baoyu; Cui, Weihong

    2017-11-01

    In this paper, the convolution neural network with large block input and small block output was used to extract road. To reflect the complex road characteristics in the study area, a deep convolution neural network VGG19 was conducted for road extraction. Based on the analysis of the characteristics of different sizes of input block, output block and the extraction effect, the votes of deep convolutional neural networks was used as the final road prediction. The study image was from GF-2 panchromatic and multi-spectral fusion in Yinchuan. The precision of road extraction was 91%. The experiments showed that model averaging can improve the accuracy to some extent. At the same time, this paper gave some advice about the choice of input block size and output block size.

  17. POM Pulses: Characterizing the Physical and Chemical Properties of Particulate Organic Matter (POM) Mobilized by Large Storm Events and its Influence on Receiving Fluvial Systems

    NASA Astrophysics Data System (ADS)

    Johnson, E. R.; Rowland, R. D.; Protokowicz, J.; Inamdar, S. P.; Kan, J.; Vargas, R.

    2016-12-01

    Extreme storm events have tremendous erosive energy which is capable of mobilizing vast amounts of material from watershed sources into fluvial systems. This complex mixture of sediment and particulate organic matter (POM) is a nutrient source, and has the potential to impact downstream water quality. The impact of POM on receiving aquatic systems can vary not only by the total amount exported but also by the various sources involved and the particle sizes of POM. This study examines the composition of POM in potential sources and within-event POM by: (1) determining the amount and quality of dissolved organic matter (DOM) that can be leached from coarse, medium and fine particle classes; (2) assessing the C and N content and isotopic character of within-event POM; and (3) coupling physical and chemical properties to evaluate storm event POM influence on stream water. Storm event POM samples and source sediments were collected from a forested headwater catchment (second order stream) in the Piedmont region of Maryland. Samples were sieved into three particle classes - coarse (2mm-1mm), medium (1mm-250µm) and fine (<250µm). Extractions were performed for three particle class sizes and the resulting fluorescent organic matter was analyzed. Carbon (C) and Nitrogen (N) amount, C:N ratio, and isotopic analysis of 13C and 15N were performed on solid state event and source material. Future work will include examination of microbial communities associated with POM particle size classes. Physical size class separation of within-event POM exhibited differences in C:N ratios, δ15N composition, and extracted DOM lability. Smaller size classes exhibited lower C:N ratios, more enriched δ15N and more recalcitrant properties in leached DOM. Source material had varying C:N ratios and contributions to leached DOM. These results indicate that both source and size class strongly influence the POM contribution to fluvial systems during large storm events.

  18. THE SOLVENT EXTRACTION OF NITROSYLRUTHENIUM BY TRILAURYLAMINE IN NITRATE SYSTEM. Summary Report for the Period, July 1, 1960 to March 31, 1962

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

    Skavdahl, R.E.; Mason, E.A.

    1962-06-01

    An investigation of the solvent extraction characteristics of the nitro and nitrato complexes of nitrosylruthenium in nitric acid- sodium nitrate aqueous media was conducted. As the organic extractant phase, a solution of trilaurylamine (TLA) in toluene was utilized. In addition to the usual process parameter variation tyne of experiment, a rapid dilution type of experiment was used extensively to determine qualitative and semiquantitative results regarding the degree of extractability and concentration of the more extractable species of the nitrato complexes of nitrosylruthenium. It was found that the acids of the tetra-nitrato and pentanitrato complexes were the more extractable species formore » that set of complexes and that the acid of the penta-nitrato complex was the more extractable of the two. It was observed that for freshly prepared solutions, the dinitro complex of nitrosylruthenium was much more extractable than the gross nitrato complexes solutions. Nitro complexes in general, and the dinitro complex in particular, may be the controlling agent in ruthenium decontamination of spent nuclear fuel processed by solvent extraction methods. The experimental results from both sets of complexes could be more meaningfully correlated on the basis of unbound nitric acid concentration in the organic phase than on the basis of nitric acid concentration in the aqueous phase. The extraction of nitric acid by TLA from nitric acid-sodium nitrate aqueous solutions was investigated and the results correlated on the basis of activity of the undissociated nitric acid in the aqueous phase. (auth)« less

  19. A Visual Analytics Framework for Identifying Topic Drivers in Media Events.

    PubMed

    Lu, Yafeng; Wang, Hong; Landis, Steven; Maciejewski, Ross

    2017-09-14

    Media data has been the subject of large scale analysis with applications of text mining being used to provide overviews of media themes and information flows. Such information extracted from media articles has also shown its contextual value of being integrated with other data, such as criminal records and stock market pricing. In this work, we explore linking textual media data with curated secondary textual data sources through user-guided semantic lexical matching for identifying relationships and data links. In this manner, critical information can be identified and used to annotate media timelines in order to provide a more detailed overview of events that may be driving media topics and frames. These linked events are further analyzed through an application of causality modeling to model temporal drivers between the data series. Such causal links are then annotated through automatic entity extraction which enables the analyst to explore persons, locations, and organizations that may be pertinent to the media topic of interest. To demonstrate the proposed framework, two media datasets and an armed conflict event dataset are explored.

  20. Study on electrical current variations in electromembrane extraction process: Relation between extraction recovery and magnitude of electrical current.

    PubMed

    Rahmani, Turaj; Rahimi, Atyeh; Nojavan, Saeed

    2016-01-15

    This contribution presents an experimental approach to improve analytical performance of electromembrane extraction (EME) procedure, which is based on the scrutiny of current pattern under different extraction conditions such as using different organic solvents as supported liquid membrane, electrical potentials, pH values of donor and acceptor phases, variable extraction times, temperatures, stirring rates, different hollow fiber lengths and the addition of salts or organic solvents to the sample matrix. In this study, four basic drugs with different polarities were extracted under different conditions with the corresponding electrical current patterns compared against extraction recoveries. The extraction process was demonstrated in terms of EME-HPLC analyses of selected basic drugs. Comparing the obtained extraction recoveries with the electrical current patterns, most cases exhibited minimum recovery and repeatability at the highest investigated magnitude of electrical current. . It was further found that identical current patterns are associated with repeated extraction efficiencies. In other words, the pattern should be repeated for a successful extraction. The results showed completely different electrical currents under different extraction conditions, so that all variable parameters have contributions into the electrical current pattern. Finally, the current patterns of extractions from wastewater, plasma and urine samples were demonstrated. The results indicated an increase in the electrical current when extracting from complex matrices; this was seen to decrease the extraction efficiency. Copyright © 2015 Elsevier B.V. All rights reserved.

  1. Extreme event statistics in a drifting Markov chain

    NASA Astrophysics Data System (ADS)

    Kindermann, Farina; Hohmann, Michael; Lausch, Tobias; Mayer, Daniel; Schmidt, Felix; Widera, Artur

    2017-07-01

    We analyze extreme event statistics of experimentally realized Markov chains with various drifts. Our Markov chains are individual trajectories of a single atom diffusing in a one-dimensional periodic potential. Based on more than 500 individual atomic traces we verify the applicability of the Sparre Andersen theorem to our system despite the presence of a drift. We present detailed analysis of four different rare-event statistics for our system: the distributions of extreme values, of record values, of extreme value occurrence in the chain, and of the number of records in the chain. We observe that, for our data, the shape of the extreme event distributions is dominated by the underlying exponential distance distribution extracted from the atomic traces. Furthermore, we find that even small drifts influence the statistics of extreme events and record values, which is supported by numerical simulations, and we identify cases in which the drift can be determined without information about the underlying random variable distributions. Our results facilitate the use of extreme event statistics as a signal for small drifts in correlated trajectories.

  2. Hierarchical Event Descriptors (HED): Semi-Structured Tagging for Real-World Events in Large-Scale EEG

    PubMed Central

    Bigdely-Shamlo, Nima; Cockfield, Jeremy; Makeig, Scott; Rognon, Thomas; La Valle, Chris; Miyakoshi, Makoto; Robbins, Kay A.

    2016-01-01

    Real-world brain imaging by EEG requires accurate annotation of complex subject-environment interactions in event-rich tasks and paradigms. This paper describes the evolution of the Hierarchical Event Descriptor (HED) system for systematically describing both laboratory and real-world events. HED version 2, first described here, provides the semantic capability of describing a variety of subject and environmental states. HED descriptions can include stimulus presentation events on screen or in virtual worlds, experimental or spontaneous events occurring in the real world environment, and events experienced via one or multiple sensory modalities. Furthermore, HED 2 can distinguish between the mere presence of an object and its actual (or putative) perception by a subject. Although the HED framework has implicit ontological and linked data representations, the user-interface for HED annotation is more intuitive than traditional ontological annotation. We believe that hiding the formal representations allows for a more user-friendly interface, making consistent, detailed tagging of experimental, and real-world events possible for research users. HED is extensible while retaining the advantages of having an enforced common core vocabulary. We have developed a collection of tools to support HED tag assignment and validation; these are available at hedtags.org. A plug-in for EEGLAB (sccn.ucsd.edu/eeglab), CTAGGER, is also available to speed the process of tagging existing studies. PMID:27799907

  3. Automatically Recognizing Medication and Adverse Event Information From Food and Drug Administration’s Adverse Event Reporting System Narratives

    PubMed Central

    Polepalli Ramesh, Balaji; Belknap, Steven M; Li, Zuofeng; Frid, Nadya; West, Dennis P

    2014-01-01

    Background The Food and Drug Administration’s (FDA) Adverse Event Reporting System (FAERS) is a repository of spontaneously-reported adverse drug events (ADEs) for FDA-approved prescription drugs. FAERS reports include both structured reports and unstructured narratives. The narratives often include essential information for evaluation of the severity, causality, and description of ADEs that are not present in the structured data. The timely identification of unknown toxicities of prescription drugs is an important, unsolved problem. Objective The objective of this study was to develop an annotated corpus of FAERS narratives and biomedical named entity tagger to automatically identify ADE related information in the FAERS narratives. Methods We developed an annotation guideline and annotate medication information and adverse event related entities on 122 FAERS narratives comprising approximately 23,000 word tokens. A named entity tagger using supervised machine learning approaches was built for detecting medication information and adverse event entities using various categories of features. Results The annotated corpus had an agreement of over .9 Cohen’s kappa for medication and adverse event entities. The best performing tagger achieves an overall performance of 0.73 F1 score for detection of medication, adverse event and other named entities. Conclusions In this study, we developed an annotated corpus of FAERS narratives and machine learning based models for automatically extracting medication and adverse event information from the FAERS narratives. Our study is an important step towards enriching the FAERS data for postmarketing pharmacovigilance. PMID:25600332

  4. Advanced Optimal Extraction for the Spitzer/IRS

    NASA Astrophysics Data System (ADS)

    Lebouteiller, V.; Bernard-Salas, J.; Sloan, G. C.; Barry, D. J.

    2010-02-01

    We present new advances in the spectral extraction of pointlike sources adapted to the Infrared Spectrograph (IRS) on board the Spitzer Space Telescope. For the first time, we created a supersampled point-spread function of the low-resolution modules. We describe how to use the point-spread function to perform optimal extraction of a single source and of multiple sources within the slit. We also examine the case of the optimal extraction of one or several sources with a complex background. The new algorithms are gathered in a plug-in called AdOpt which is part of the SMART data analysis software.

  5. The extraction of aromatic carboxylic acids by the copper complex with Curtis macrocyclic tetramine and its utilization for photometric determination of nonsteroidal anti-inflammatory drugs.

    PubMed

    Zseltvay, Ivan; Zheltvay, Olga; Antonovich, Valerij

    2011-01-01

    Copper complex with Curtis macrocyclic tetramine is offered as reagent for extraction-photometric determination of nonsteroidal anti-inflammatory drugs (NSAIDs), belonging to the class of aromatic carboxylic acids. The studies indicate that this method is suitable for quantitative determination of NSAIDs, which have the constant distribution in the system chloroform/water (log P) no less than 3 and dissolubility in chloroform (S) no less than 10 mg/mL. Under optimum conditions, there are liner relationships between the absorption of chloroform extracts and concentration of NSAID in the range of 0.2-4 mg/mL for indometacin (Ind), 0.2-3 mg/mL for mefenamic acid (Mef) and 0.5-3 mg/mL for diclofenac (Dic). The detection limits (S/N = 3) of Ind, Mef and Dic are 0.2, 0.1 and 0.15 mg/mL, respectively. With the help of calculating method (SPARC V4.2) it was predicted the possibility of utilization of this method for extractive-photometric determination of its detached specimen NSAID.

  6. Perspective-Shifts in Event Descriptions in Tamil Child Language

    ERIC Educational Resources Information Center

    Narasimhan, Bhuvana; Gullberg, Marianne

    2006-01-01

    Children are able to take multiple perspectives in talking about entities and events. But the nature of children's sensitivities to the complex patterns of perspective-taking in adult language is unknown. We examine perspective-taking in four- and six-year-old Tamil-speaking children describing placement events, as reflected in the use of a…

  7. Measuring complexity in Brazilian economic crises.

    PubMed

    Mortoza, Letícia P D; Piqueira, José R C

    2017-01-01

    Capital flows are responsible for a strong influence on the foreign exchange rates and stock prices macroeconomic parameters. In volatile economies, capital flows can change due to several types of social, political and economic events, provoking oscillations on these parameters, which are recognized as economic crises. This work aims to investigate how these two macroeconomic variables are related with crisis events by using the traditional complex measures due to Lopez-Mancini-Calbet (LMC) and to Shiner-Davison-Landsberg (SDL), that can be applied to any temporal series. Here, Ibovespa (Bovespa Stock Exchange main Index) and the "dollar-real" parity are the background for calculating the LMC and SDL complexity measures. By analyzing the temporal evolution of these measures, it is shown that they might be related to important events that occurred in the Brazilian economy.

  8. Maximum likelihood: Extracting unbiased information from complex networks

    NASA Astrophysics Data System (ADS)

    Garlaschelli, Diego; Loffredo, Maria I.

    2008-07-01

    The choice of free parameters in network models is subjective, since it depends on what topological properties are being monitored. However, we show that the maximum likelihood (ML) principle indicates a unique, statistically rigorous parameter choice, associated with a well-defined topological feature. We then find that, if the ML condition is incompatible with the built-in parameter choice, network models turn out to be intrinsically ill defined or biased. To overcome this problem, we construct a class of safely unbiased models. We also propose an extension of these results that leads to the fascinating possibility to extract, only from topological data, the “hidden variables” underlying network organization, making them “no longer hidden.” We test our method on World Trade Web data, where we recover the empirical gross domestic product using only topological information.

  9. Complex effusive events at Kilauea as documented by the GOES satellite and remote video cameras

    USGS Publications Warehouse

    Harris, A.J.L.; Thornber, C.R.

    1999-01-01

    GOES provides thermal data for all of the Hawaiian volcanoes once every 15 min. We show how volcanic radiance time series produced from this data stream can be used as a simple measure of effusive activity. Two types of radiance trends in these time series can be used to monitor effusive activity: (a) Gradual variations in radiance reveal steady flow-field extension and tube development. (b) Discrete spikes correlate with short bursts of activity, such as lava fountaining or lava-lake overflows. We are confident that any effusive event covering more than 10,000 m2 of ground in less than 60 min will be unambiguously detectable using this approach. We demonstrate this capability using GOES, video camera and ground-based observational data for the current eruption of Kilauea volcano (Hawai'i). A GOES radiance time series was constructed from 3987 images between 19 June and 12 August 1997. This time series displayed 24 radiance spikes elevated more than two standard deviations above the mean; 19 of these are correlated with video-recorded short-burst effusive events. Less ambiguous events are interpreted, assessed and related to specific volcanic events by simultaneous use of permanently recording video camera data and ground-observer reports. The GOES radiance time series are automatically processed on data reception and made available in near-real-time, so such time series can contribute to three main monitoring functions: (a) automatically alerting major effusive events; (b) event confirmation and assessment; and (c) establishing effusive event chronology.

  10. The cost of conservative synchronization in parallel discrete event simulations

    NASA Technical Reports Server (NTRS)

    Nicol, David M.

    1990-01-01

    The performance of a synchronous conservative parallel discrete-event simulation protocol is analyzed. The class of simulation models considered is oriented around a physical domain and possesses a limited ability to predict future behavior. A stochastic model is used to show that as the volume of simulation activity in the model increases relative to a fixed architecture, the complexity of the average per-event overhead due to synchronization, event list manipulation, lookahead calculations, and processor idle time approach the complexity of the average per-event overhead of a serial simulation. The method is therefore within a constant factor of optimal. The analysis demonstrates that on large problems--those for which parallel processing is ideally suited--there is often enough parallel workload so that processors are not usually idle. The viability of the method is also demonstrated empirically, showing how good performance is achieved on large problems using a thirty-two node Intel iPSC/2 distributed memory multiprocessor.

  11. LHCb Online event processing and filtering

    NASA Astrophysics Data System (ADS)

    Alessio, F.; Barandela, C.; Brarda, L.; Frank, M.; Franek, B.; Galli, D.; Gaspar, C.; Herwijnen, E. v.; Jacobsson, R.; Jost, B.; Köstner, S.; Moine, G.; Neufeld, N.; Somogyi, P.; Stoica, R.; Suman, S.

    2008-07-01

    The first level trigger of LHCb accepts one million events per second. After preprocessing in custom FPGA-based boards these events are distributed to a large farm of PC-servers using a high-speed Gigabit Ethernet network. Synchronisation and event management is achieved by the Timing and Trigger system of LHCb. Due to the complex nature of the selection of B-events, which are the main interest of LHCb, a full event-readout is required. Event processing on the servers is parallelised on an event basis. The reduction factor is typically 1/500. The remaining events are forwarded to a formatting layer, where the raw data files are formed and temporarily stored. A small part of the events is also forwarded to a dedicated farm for calibration and monitoring. The files are subsequently shipped to the CERN Tier0 facility for permanent storage and from there to the various Tier1 sites for reconstruction. In parallel files are used by various monitoring and calibration processes running within the LHCb Online system. The entire data-flow is controlled and configured by means of a SCADA system and several databases. After an overview of the LHCb data acquisition and its design principles this paper will emphasize the LHCb event filter system, which is now implemented using the final hardware and will be ready for data-taking for the LHC startup. Control, configuration and security aspects will also be discussed.

  12. Structural study of complexes formed by acidic and neutral organophosphorus reagents

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

    Braatz, Alexander D.; Antonio, Mark R.; Nilsson, Mikael

    The coordination of the trivalent 4f ions, Ln = La 3+, Dy 3+, and Lu 3+, with neutral and acidic organophosphorus reagents, both individually and combined, was studied by use of X-ray absorption spectroscopy. These studies provide metrical information about the interatomic interactions between these cations and the ligands tri- n-butyl phosphate (TBP) and di- n-butyl phosphoric acid (HDBP), whose behavior are of practical importance to chemical separation processes that are currently used on an industrial scale. Previous studies have suggested the existence of complexes involving a mixture of ligands, accounting for extraction synergy. Through systematic variation of the aqueousmore » phase acidity and extractant concentration and combination, we have found that complexes with Ln and TBP : HDBP at any mixture and HDBP alone involve direct Ln–O interactions involving 6 oxygen atoms and distant Ln–P interactions involving on average 3–5 phosphorus atoms per Ln ion. It was also found that Ln complexes formed by TBP alone seem to favor eight oxygen coordination, though we were unable to obtain metrical results regarding the distant Ln–P interactions due to the low signal attributed to a lower concentration of Ln ions in the organic phases. Our study does not support the existence of mixed Ln–TBP–HDBP complexes but, rather, indicates that the lanthanides are extracted as either Ln–HDBP complexes or Ln–TBP complexes and that these complexes exist in different ratios depending on the conditions of the extraction system. Furthermore, this fundamental structural information offers insight into the solvent extraction processes that are taking place and are of particular importance to issues arising from the separation and disposal of radioactive materials from used nuclear fuel.« less

  13. Structural study of complexes formed by acidic and neutral organophosphorus reagents

    DOE PAGES

    Braatz, Alexander D.; Antonio, Mark R.; Nilsson, Mikael

    2016-12-23

    The coordination of the trivalent 4f ions, Ln = La 3+, Dy 3+, and Lu 3+, with neutral and acidic organophosphorus reagents, both individually and combined, was studied by use of X-ray absorption spectroscopy. These studies provide metrical information about the interatomic interactions between these cations and the ligands tri- n-butyl phosphate (TBP) and di- n-butyl phosphoric acid (HDBP), whose behavior are of practical importance to chemical separation processes that are currently used on an industrial scale. Previous studies have suggested the existence of complexes involving a mixture of ligands, accounting for extraction synergy. Through systematic variation of the aqueousmore » phase acidity and extractant concentration and combination, we have found that complexes with Ln and TBP : HDBP at any mixture and HDBP alone involve direct Ln–O interactions involving 6 oxygen atoms and distant Ln–P interactions involving on average 3–5 phosphorus atoms per Ln ion. It was also found that Ln complexes formed by TBP alone seem to favor eight oxygen coordination, though we were unable to obtain metrical results regarding the distant Ln–P interactions due to the low signal attributed to a lower concentration of Ln ions in the organic phases. Our study does not support the existence of mixed Ln–TBP–HDBP complexes but, rather, indicates that the lanthanides are extracted as either Ln–HDBP complexes or Ln–TBP complexes and that these complexes exist in different ratios depending on the conditions of the extraction system. Furthermore, this fundamental structural information offers insight into the solvent extraction processes that are taking place and are of particular importance to issues arising from the separation and disposal of radioactive materials from used nuclear fuel.« less

  14. Activated charcoal-mediated RNA extraction method for Azadirachta indica and plants highly rich in polyphenolics, polysaccharides and other complex secondary compounds

    PubMed Central

    2013-01-01

    Background High quality RNA is a primary requisite for numerous molecular biological applications but is difficult to isolate from several plants rich in polysaccharides, polyphenolics and other secondary metabolites. These compounds either bind with nucleic acids or often co-precipitate at the final step and many times cannot be removed by conventional methods and kits. Addition of vinyl-pyrollidone polymers in extraction buffer efficiently removes polyphenolics to some extent, but, it failed in case of Azadirachta indica and several other medicinal and aromatic plants. Findings Here we report the use of adsorption property of activated charcoal (0.03%–0.1%) in RNA isolation procedures to remove complex secondary metabolites and polyphenolics to yield good quality RNA from Azadirachta indica. We tested and validated our modified RNA isolation method across 21 different plants including Andrographis paniculata, Aloe vera, Rosa damascena, Pelargonium graveolens, Phyllanthus amarus etc. from 13 other different families, many of which are considered as tough system for isolating RNA. The A260/280 ratio of the extracted RNA ranged between 1.8-2.0 and distinct 28S and 18S ribosomal RNA bands were observed in denaturing agarose gel electrophoresis. Analysis using Agilent 2100 Bioanalyzer revealed intact total RNA yield with very good RNA Integrity Number. Conclusions The RNA isolated by our modified method was found to be of high quality and amenable for sensitive downstream molecular applications like subtractive library construction and RT-PCR. This modified RNA isolation procedure would aid and accelerate the biotechnological studies in complex medicinal and aromatic plants which are extremely rich in secondary metabolic compounds. PMID:23537338

  15. Preparation of cell-free splicing extracts from Saccharomyces cerevisiae.

    PubMed

    Ares, Manuel

    2013-10-01

    Much of our understanding of the mechanism of splicing comes from the analysis of cell extracts able to carry out splicing complex formation and splicing reactions in vitro using exogenously added synthetic model pre-mRNA transcripts. This protocol describes the preparation of whole-cell extracts from the budding yeast Saccharomyces cerevisiae. These extracts can be used to dissect the biochemical steps of the splicing reaction and to determine the macromolecules, cofactors, and substrate features necessary for successful splicing.

  16. Complex investigation of extraction techniques applied for cyclitols and sugars isolation from different species of Solidago genus.

    PubMed

    Ratiu, Ileana-Andreea; Al-Suod, Hossam; Ligor, Magdalena; Ligor, Tomasz; Railean-Plugaru, Viorica; Buszewski, Bogusław

    2018-03-15

    Cyclitols are phytochemicals naturally occurring in plant material, which attracted an increasing interest due to multiple medicinal attributes, among which the most important are the antidiabetic, antioxidant, and anticancer properties. Due to their valuable properties, sugars are used in the food industry as sweeteners, preservatives, texture modifiers, fermentation substrates, and flavoring and coloring agents. In this study, we report for the first time the quantitative analysis of sugars and cyclitols isolated from Solidago virgaurea L., which was used for the selection of the optimal solvent and extraction technique that can provide the best possible yield. Moreover, the quantities of sugars and cyclitols extracted from two other species, Solidago canadensis and Solidago gigantea, were investigated using the best extraction method and the most appropriate solvent. Comparative analysis of natural plant extracts obtained using five different techniques-maceration, Soxhlet extraction, pressurized liquid extraction, ultrasound-assisted extraction, and supercritical fluid extraction-was performed in order to decide the most suitable, efficient, and economically convenient extraction method. Three different solvents were used. Analysis of samples has been performed by solid-phase extraction for purification and pre-concentration, followed by derivation and GC-MS analysis. Highest efficiency for the total amount of obtained compounds has been reached by PLE, when water was used as a solvent. d-pinitol amount was almost similar for every solvent and for all the extraction techniques involved. © 2018 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  17. Multiplexed Colorimetric Solid-Phase Extraction

    NASA Technical Reports Server (NTRS)

    Gazda, Daniel B.; Fritz, James S.; Porter, Marc D.

    2009-01-01

    Multiplexed colorimetric solid-phase extraction (MC-SPE) is an extension of colorimetric solid-phase extraction (C-SPE) an analytical platform that combines colorimetric reagents, solid phase extraction, and diffuse reflectance spectroscopy to quantify trace analytes in water. In CSPE, analytes are extracted and complexed on the surface of an extraction membrane impregnated with a colorimetric reagent. The analytes are then quantified directly on the membrane surface using a handheld diffuse reflectance spectrophotometer. Importantly, the use of solid-phase extraction membranes as the matrix for impregnation of the colorimetric reagents creates a concentration factor that enables the detection of low concentrations of analytes in small sample volumes. In extending C-SPE to a multiplexed format, a filter holder that incorporates discrete analysis channels and a jig that facilitates the concurrent operation of multiple sample syringes have been designed, enabling the simultaneous determination of multiple analytes. Separate, single analyte membranes, placed in a readout cartridge create unique, analyte-specific addresses at the exit of each channel. Following sample exposure, the diffuse reflectance spectrum of each address is collected serially and the Kubelka-Munk function is used to quantify each water quality parameter via calibration curves. In a demonstration, MC-SPE was used to measure the pH of a sample and quantitate Ag(I) and Ni(II).

  18. Separation of Molybdenum from Acidic High-Phosphorus Tungsten Solution by Solvent Extraction

    NASA Astrophysics Data System (ADS)

    Li, Yongli; Zhao, Zhongwei

    2017-10-01

    A solvent-extraction process for deep separation of molybdenum from an acidic high-phosphate tungsten solution was developed using tributyl phosphate (TBP) as the extractant and hydrogen peroxide (H2O2) as a complexing agent. The common aqueous complexes of tungsten and molybdenum (PMoxW12-xO40 3-, x = 0-12) are depolymerized to {PO4[Mo(O)2(O-O)]4}3- and {PO4[W(O)2(O-O)]4}3- by H2O2. The former can be preferentially extracted by TBP. The extractant concentration, phase contact time, H2O2 dosage, and H2SO4 concentration were optimized. By employing 80% by volume TBP, O:A = 1:1, 1.0 mol/L H2SO4, 1.0 mol/L H3PO4, a contact time of 2 min, and a molar ratio of H2O2/(W + Mo) equal to 1.5, 60.2% molybdenum was extracted in a single stage, while limiting tungsten co-extraction to 3.2%. An extraction isotherm indicated that the raffinate could be reduced to <0.1 g/L Mo in six stages of continuous counter-current extraction.

  19. Neutron Polarization Analysis for Biphasic Solvent Extraction Systems

    DOE PAGES

    Motokawa, Ryuhei; Endo, Hitoshi; Nagao, Michihiro; ...

    2016-06-16

    Here we performed neutron polarization analysis (NPA) of extracted organic phases containing complexes, comprised of Zr(NO 3) 4 and tri-n-butyl phosphate, which enabled decomposition of the intensity distribution of small-angle neutron scattering (SANS) into the coherent and incoherent scattering components. The coherent scattering intensity, containing structural information, and the incoherent scattering compete over a wide range of magnitude of scattering vector, q, specifically when q is larger than q* ≈ 1/R g, where R g is the radius of gyration of scatterer. Therefore, it is important to determine the incoherent scattering intensity exactly to perform an accurate structural analysis frommore » SANS data when R g is small, such as the aforementioned extracted coordination species. Although NPA is the best method for evaluating the incoherent scattering component for accurately determining the coherent scattering in SANS, this method is not used frequently in SANS data analysis because it is technically challenging. In this study, we successfully demonstrated that experimental determination of the incoherent scattering using NPA is suitable for sample systems containing a small scatterer with a weak coherent scattering intensity, such as extracted complexes in biphasic solvent extraction systems.« less

  20. Trend Motif: A Graph Mining Approach for Analysis of Dynamic Complex Networks

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

    Jin, R; McCallen, S; Almaas, E

    2007-05-28

    Complex networks have been used successfully in scientific disciplines ranging from sociology to microbiology to describe systems of interacting units. Until recently, studies of complex networks have mainly focused on their network topology. However, in many real world applications, the edges and vertices have associated attributes that are frequently represented as vertex or edge weights. Furthermore, these weights are often not static, instead changing with time and forming a time series. Hence, to fully understand the dynamics of the complex network, we have to consider both network topology and related time series data. In this work, we propose a motifmore » mining approach to identify trend motifs for such purposes. Simply stated, a trend motif describes a recurring subgraph where each of its vertices or edges displays similar dynamics over a userdefined period. Given this, each trend motif occurrence can help reveal significant events in a complex system; frequent trend motifs may aid in uncovering dynamic rules of change for the system, and the distribution of trend motifs may characterize the global dynamics of the system. Here, we have developed efficient mining algorithms to extract trend motifs. Our experimental validation using three disparate empirical datasets, ranging from the stock market, world trade, to a protein interaction network, has demonstrated the efficiency and effectiveness of our approach.« less

  1. A Content-Adaptive Analysis and Representation Framework for Audio Event Discovery from "Unscripted" Multimedia

    NASA Astrophysics Data System (ADS)

    Radhakrishnan, Regunathan; Divakaran, Ajay; Xiong, Ziyou; Otsuka, Isao

    2006-12-01

    We propose a content-adaptive analysis and representation framework to discover events using audio features from "unscripted" multimedia such as sports and surveillance for summarization. The proposed analysis framework performs an inlier/outlier-based temporal segmentation of the content. It is motivated by the observation that "interesting" events in unscripted multimedia occur sparsely in a background of usual or "uninteresting" events. We treat the sequence of low/mid-level features extracted from the audio as a time series and identify subsequences that are outliers. The outlier detection is based on eigenvector analysis of the affinity matrix constructed from statistical models estimated from the subsequences of the time series. We define the confidence measure on each of the detected outliers as the probability that it is an outlier. Then, we establish a relationship between the parameters of the proposed framework and the confidence measure. Furthermore, we use the confidence measure to rank the detected outliers in terms of their departures from the background process. Our experimental results with sequences of low- and mid-level audio features extracted from sports video show that "highlight" events can be extracted effectively as outliers from a background process using the proposed framework. We proceed to show the effectiveness of the proposed framework in bringing out suspicious events from surveillance videos without any a priori knowledge. We show that such temporal segmentation into background and outliers, along with the ranking based on the departure from the background, can be used to generate content summaries of any desired length. Finally, we also show that the proposed framework can be used to systematically select "key audio classes" that are indicative of events of interest in the chosen domain.

  2. Application of complex discrete wavelet transform in classification of Doppler signals using complex-valued artificial neural network.

    PubMed

    Ceylan, Murat; Ceylan, Rahime; Ozbay, Yüksel; Kara, Sadik

    2008-09-01

    In biomedical signal classification, due to the huge amount of data, to compress the biomedical waveform data is vital. This paper presents two different structures formed using feature extraction algorithms to decrease size of feature set in training and test data. The proposed structures, named as wavelet transform-complex-valued artificial neural network (WT-CVANN) and complex wavelet transform-complex-valued artificial neural network (CWT-CVANN), use real and complex discrete wavelet transform for feature extraction. The aim of using wavelet transform is to compress data and to reduce training time of network without decreasing accuracy rate. In this study, the presented structures were applied to the problem of classification in carotid arterial Doppler ultrasound signals. Carotid arterial Doppler ultrasound signals were acquired from left carotid arteries of 38 patients and 40 healthy volunteers. The patient group included 22 males and 16 females with an established diagnosis of the early phase of atherosclerosis through coronary or aortofemoropopliteal (lower extremity) angiographies (mean age, 59 years; range, 48-72 years). Healthy volunteers were young non-smokers who seem to not bear any risk of atherosclerosis, including 28 males and 12 females (mean age, 23 years; range, 19-27 years). Sensitivity, specificity and average detection rate were calculated for comparison, after training and test phases of all structures finished. These parameters have demonstrated that training times of CVANN and real-valued artificial neural network (RVANN) were reduced using feature extraction algorithms without decreasing accuracy rate in accordance to our aim.

  3. Using timed event sequential data in nursing research.

    PubMed

    Pecanac, Kristen E; Doherty-King, Barbara; Yoon, Ju Young; Brown, Roger; Schiefelbein, Tony

    2015-01-01

    Measuring behavior is important in nursing research, and innovative technologies are needed to capture the "real-life" complexity of behaviors and events. The purpose of this article is to describe the use of timed event sequential data in nursing research and to demonstrate the use of this data in a research study. Timed event sequencing allows the researcher to capture the frequency, duration, and sequence of behaviors as they occur in an observation period and to link the behaviors to contextual details. Timed event sequential data can easily be collected with handheld computers, loaded with a software program designed for capturing observations in real time. Timed event sequential data add considerable strength to analysis of any nursing behavior of interest, which can enhance understanding and lead to improvement in nursing practice.

  4. Nucleoprotein Complexes Containing Replicating Simian Virus 40 DNA: Comparison with Polyoma Nucleoprotein Complexes

    PubMed Central

    Hall, Mark R.; Meinke, William; Goldstein, David A.

    1973-01-01

    Procedures for isolating nucleoprotein complexes containing replicating polyoma DNA from infected mouse cells were used to prepare short-lived nucleoprotein complexes (r-SV40 complexes) containing replicating simian virus 40 (SV40) DNA from infected monkey cells. Like the polyoma complexes, r-SV40 complexes were only partially released from nuclei by cell lysis but could be extracted from nuclei by prolonged treatment with solutions containing Triton X-100. r-SV40 complexes sedimented faster than complexes containing SV40 supercoiled DNA (SV40 complex) in sucrose gradients, and both types of SV40 nucleoprotein complexes sedimented ahead of polyoma complexes containing supercoiled polyoma DNA (py complex). The sedimentation rates of py complex and SV40 complex were 56 and 61S, respectively, based on the sedimentation rate of the mouse large ribosomal subunit as a marker. r-SV40 complexes sedimented as multiple peaks between 56 and 75S. Sedimentation and buoyant density measurements indicated that protein is bound to all forms of SV40 DNA at about the same ratio of protein to DNA (1-2/1) as was reported for polyoma nucleoproteins. PMID:4359958

  5. Liver-related safety assessment of green tea extracts in humans: a systematic review of randomized controlled trials

    PubMed Central

    Isomura, T; Suzuki, S; Origasa, H; Hosono, A; Suzuki, M; Sawada, T; Terao, S; Muto, Y; Koga, T

    2016-01-01

    There remain liver-related safety concerns, regarding potential hepatotoxicity in humans, induced by green tea intake, despite being supposedly beneficial. Although many randomized controlled trials (RCTs) of green tea extracts have been reported in the literature, the systematic reviews published to date were only based on subjective assessment of case reports. To more objectively examine the liver-related safety of green tea intake, we conducted a systematic review of published RCTs. A systematic literature search was conducted using three databases (PubMed, EMBASE and Cochrane Central Register of Controlled Trials) in December 2013 to identify RCTs of green tea extracts. Data on liver-related adverse events, including laboratory test abnormalities, were abstracted from the identified articles. Methodological quality of RCTs was assessed. After excluding duplicates, 561 titles and abstracts and 119 full-text articles were screened, and finally 34 trials were identified. Of these, liver-related adverse events were reported in four trials; these adverse events involved seven subjects (eight events) in the green tea intervention group and one subject (one event) in the control group. The summary odds ratio, estimated using a meta-analysis method for sparse event data, for intervention compared with placebo was 2.1 (95% confidence interval: 0.5–9.8). The few events reported in both groups were elevations of liver enzymes. Most were mild, and no serious liver-related adverse events were reported. Results of this review, although not conclusive, suggest that liver-related adverse events after intake of green tea extracts are expected to be rare. PMID:27188915

  6. Seismic instantaneous frequency extraction based on the SST-MAW

    NASA Astrophysics Data System (ADS)

    Liu, Naihao; Gao, Jinghuai; Jiang, Xiudi; Zhang, Zhuosheng; Wang, Ping

    2018-06-01

    The instantaneous frequency (IF) extraction of seismic data has been widely applied to seismic exploration for decades, such as detecting seismic absorption and characterizing depositional thicknesses. Based on the complex-trace analysis, the Hilbert transform (HT) can extract the IF directly, which is a traditional method and susceptible to noise. In this paper, a robust approach based on the synchrosqueezing transform (SST) is proposed to extract the IF from seismic data. In this process, a novel analytical wavelet is developed and chosen as the basic wavelet, which is called the modified analytical wavelet (MAW) and comes from the three parameter wavelet. After transforming the seismic signal into a sparse time-frequency domain via the SST taking the MAW (SST-MAW), an adaptive threshold is introduced to improve the noise immunity and accuracy of the IF extraction in a noisy environment. Note that the SST-MAW reconstructs a complex trace to extract seismic IF. To demonstrate the effectiveness of the proposed method, we apply the SST-MAW to synthetic data and field seismic data. Numerical experiments suggest that the proposed procedure yields the higher resolution and the better anti-noise performance compared to the conventional IF extraction methods based on the HT method and continuous wavelet transform. Moreover, geological features (such as the channels) are well characterized, which is insightful for further oil/gas reservoir identification.

  7. Unsupervised Extraction of Diagnosis Codes from EMRs Using Knowledge-Based and Extractive Text Summarization Techniques

    PubMed Central

    Kavuluru, Ramakanth; Han, Sifei; Harris, Daniel

    2017-01-01

    Diagnosis codes are extracted from medical records for billing and reimbursement and for secondary uses such as quality control and cohort identification. In the US, these codes come from the standard terminology ICD-9-CM derived from the international classification of diseases (ICD). ICD-9 codes are generally extracted by trained human coders by reading all artifacts available in a patient’s medical record following specific coding guidelines. To assist coders in this manual process, this paper proposes an unsupervised ensemble approach to automatically extract ICD-9 diagnosis codes from textual narratives included in electronic medical records (EMRs). Earlier attempts on automatic extraction focused on individual documents such as radiology reports and discharge summaries. Here we use a more realistic dataset and extract ICD-9 codes from EMRs of 1000 inpatient visits at the University of Kentucky Medical Center. Using named entity recognition (NER), graph-based concept-mapping of medical concepts, and extractive text summarization techniques, we achieve an example based average recall of 0.42 with average precision 0.47; compared with a baseline of using only NER, we notice a 12% improvement in recall with the graph-based approach and a 7% improvement in precision using the extractive text summarization approach. Although diagnosis codes are complex concepts often expressed in text with significant long range non-local dependencies, our present work shows the potential of unsupervised methods in extracting a portion of codes. As such, our findings are especially relevant for code extraction tasks where obtaining large amounts of training data is difficult. PMID:28748227

  8. An Efficient Pattern Mining Approach for Event Detection in Multivariate Temporal Data

    PubMed Central

    Batal, Iyad; Cooper, Gregory; Fradkin, Dmitriy; Harrison, James; Moerchen, Fabian; Hauskrecht, Milos

    2015-01-01

    This work proposes a pattern mining approach to learn event detection models from complex multivariate temporal data, such as electronic health records. We present Recent Temporal Pattern mining, a novel approach for efficiently finding predictive patterns for event detection problems. This approach first converts the time series data into time-interval sequences of temporal abstractions. It then constructs more complex time-interval patterns backward in time using temporal operators. We also present the Minimal Predictive Recent Temporal Patterns framework for selecting a small set of predictive and non-spurious patterns. We apply our methods for predicting adverse medical events in real-world clinical data. The results demonstrate the benefits of our methods in learning accurate event detection models, which is a key step for developing intelligent patient monitoring and decision support systems. PMID:26752800

  9. Random-Effects Meta-Analysis of Time-to-Event Data Using the Expectation-Maximisation Algorithm and Shrinkage Estimators

    ERIC Educational Resources Information Center

    Simmonds, Mark C.; Higgins, Julian P. T.; Stewart, Lesley A.

    2013-01-01

    Meta-analysis of time-to-event data has proved difficult in the past because consistent summary statistics often cannot be extracted from published results. The use of individual patient data allows for the re-analysis of each study in a consistent fashion and thus makes meta-analysis of time-to-event data feasible. Time-to-event data can be…

  10. The Nature of Arsenic-Phytochelatin Complexes in Holcus lanatus and Pteris cretica1

    PubMed Central

    Raab, Andrea; Feldmann, Jörg; Meharg, Andrew A.

    2004-01-01

    We have developed a method to extract and separate phytochelatins (PCs)—metal(loid) complexes using parallel metal(loid)-specific (inductively coupled plasma-mass spectrometry) and organic-specific (electrospray ionization-mass spectrometry) detection systems—and use it here to ascertain the nature of arsenic (As)-PC complexes in plant extracts. This study is the first unequivocal report, to our knowledge, of PC complex coordination chemistry in plant extracts for any metal or metalloid ion. The As-tolerant grass Holcus lanatus and the As hyperaccumulator Pteris cretica were used as model plants. In an in vitro experiment using a mixture of reduced glutathione (GS), PC2, and PC3, As preferred the formation of the arsenite [As(III)]-PC3 complex over GS-As(III)-PC2, As(III)-(GS)3, As(III)-PC2, or As(III)-(PC2)2 (GS: glutathione bound to arsenic via sulphur of cysteine). In H. lanatus, the As(III)-PC3 complex was the dominant complex, although reduced glutathione, PC2, and PC3 were found in the extract. P. cretica only synthesizes PC2 and forms dominantly the GS-As(III)-PC2 complex. This is the first evidence, to our knowledge, for the existence of mixed glutathione-PC-metal(loid) complexes in plant tissues or in vitro. In both plant species, As is dominantly in non-bound inorganic forms, with 13% being present in PC complexes for H. lanatus and 1% in P. cretica. PMID:15001701

  11. Measuring complexity in Brazilian economic crises

    PubMed Central

    Mortoza, Letícia P. D.; Piqueira, José R. C.

    2017-01-01

    Capital flows are responsible for a strong influence on the foreign exchange rates and stock prices macroeconomic parameters. In volatile economies, capital flows can change due to several types of social, political and economic events, provoking oscillations on these parameters, which are recognized as economic crises. This work aims to investigate how these two macroeconomic variables are related with crisis events by using the traditional complex measures due to Lopez-Mancini-Calbet (LMC) and to Shiner-Davison-Landsberg (SDL), that can be applied to any temporal series. Here, Ibovespa (Bovespa Stock Exchange main Index) and the “dollar-real” parity are the background for calculating the LMC and SDL complexity measures. By analyzing the temporal evolution of these measures, it is shown that they might be related to important events that occurred in the Brazilian economy. PMID:28301506

  12. Testing the event witnessing status of micro-bloggers from evidence in their micro-blogs

    PubMed Central

    2017-01-01

    This paper demonstrates a framework of processes for identifying potential witnesses of events from evidence they post to social media. The research defines original evidence models for micro-blog content sources, the relative uncertainty of different evidence types, and models for testing evidence by combination. Methods to filter and extract evidence using automated and semi-automated means are demonstrated using a Twitter case study event. Further, an implementation to test extracted evidence using Dempster Shafer Theory of Evidence are presented. The results indicate that the inclusion of evidence from micro-blog text and linked image content can increase the number of micro-bloggers identified at events, in comparison to the number of micro-bloggers identified from geotags alone. Additionally, the number of micro-bloggers that can be tested for evidence corroboration or conflict, is increased by incorporating evidence identified in their posting history. PMID:29232395

  13. Investigation of aggregation in solvent extraction of lanthanides by acidic extractants (organophosphorus and naphthenic acid)

    USGS Publications Warehouse

    Zhou, N.; Wu, J.; Yu, Z.; Neuman, R.D.; Wang, D.; Xu, G.

    1997-01-01

    Three acidic extractants (I) di(2-ethylhexyl) phosphoric acid (HDEHP), (II) 2-ethylhexyl phosphonic acid mono-2-ethylhexyl ester (HEHPEHE) and (III) naphthenic acid were employed in preparing the samples for the characterization of the coordination structure of lanthanide-extractant complexes and the physicochemical nature of aggregates formed in the organic diluent of the solvent extraction systems. Photo correlation spectroscopy (PCS) results on the aggregates formed by the partially saponified HDEHP in n-heptane showed that the hydrodynamic radius of the aggregates was comparable to the molecular dimensions of HDEHP. The addition of 2-octanol into the diluent, by which the mixed solvent was formed, increased the dimensions of the corresponding aggregates. Aggregates formed from the lanthanide ions and HDEHP in the organic phase of the extraction systems were found very unstable. In the case of naphthenic acid, PCS data showed the formation of w/o microemulsion from the saponified naphthenic acid in the mixed solvent. The extraction of lanthanides by the saponified naphthenic acid in the mixed solvent under the given experimental conditions was a process of destruction of the w/o microemulsion. A possible mechanism of the breakdown of the w/o microemulsion droplets is discussed.

  14. Activity recognition using Video Event Segmentation with Text (VEST)

    NASA Astrophysics Data System (ADS)

    Holloway, Hillary; Jones, Eric K.; Kaluzniacki, Andrew; Blasch, Erik; Tierno, Jorge

    2014-06-01

    Multi-Intelligence (multi-INT) data includes video, text, and signals that require analysis by operators. Analysis methods include information fusion approaches such as filtering, correlation, and association. In this paper, we discuss the Video Event Segmentation with Text (VEST) method, which provides event boundaries of an activity to compile related message and video clips for future interest. VEST infers meaningful activities by clustering multiple streams of time-sequenced multi-INT intelligence data and derived fusion products. We discuss exemplar results that segment raw full-motion video (FMV) data by using extracted commentary message timestamps, FMV metadata, and user-defined queries.

  15. Massive parallel 3D PIC simulation of negative ion extraction

    NASA Astrophysics Data System (ADS)

    Revel, Adrien; Mochalskyy, Serhiy; Montellano, Ivar Mauricio; Wünderlich, Dirk; Fantz, Ursel; Minea, Tiberiu

    2017-09-01

    The 3D PIC-MCC code ONIX is dedicated to modeling Negative hydrogen/deuterium Ion (NI) extraction and co-extraction of electrons from radio-frequency driven, low pressure plasma sources. It provides valuable insight on the complex phenomena involved in the extraction process. In previous calculations, a mesh size larger than the Debye length was used, implying numerical electron heating. Important steps have been achieved in terms of computation performance and parallelization efficiency allowing successful massive parallel calculations (4096 cores), imperative to resolve the Debye length. In addition, the numerical algorithms have been improved in terms of grid treatment, i.e., the electric field near the complex geometry boundaries (plasma grid) is calculated more accurately. The revised model preserves the full 3D treatment, but can take advantage of a highly refined mesh. ONIX was used to investigate the role of the mesh size, the re-injection scheme for lost particles (extracted or wall absorbed), and the electron thermalization process on the calculated extracted current and plasma characteristics. It is demonstrated that all numerical schemes give the same NI current distribution for extracted ions. Concerning the electrons, the pair-injection technique is found well-adapted to simulate the sheath in front of the plasma grid.

  16. Complex Road Intersection Modelling Based on Low-Frequency GPS Track Data

    NASA Astrophysics Data System (ADS)

    Huang, J.; Deng, M.; Zhang, Y.; Liu, H.

    2017-09-01

    It is widely accepted that digital map becomes an indispensable guide for human daily traveling. Traditional road network maps are produced in the time-consuming and labour-intensive ways, such as digitizing printed maps and extraction from remote sensing images. At present, a large number of GPS trajectory data collected by floating vehicles makes it a reality to extract high-detailed and up-to-date road network information. Road intersections are often accident-prone areas and very critical to route planning and the connectivity of road networks is mainly determined by the topological geometry of road intersections. A few studies paid attention on detecting complex road intersections and mining the attached traffic information (e.g., connectivity, topology and turning restriction) from massive GPS traces. To the authors' knowledge, recent studies mainly used high frequency (1 s sampling rate) trajectory data to detect the crossroads regions or extract rough intersection models. It is still difficult to make use of low frequency (20-100 s) and easily available trajectory data to modelling complex road intersections geometrically and semantically. The paper thus attempts to construct precise models for complex road intersection by using low frequency GPS traces. We propose to firstly extract the complex road intersections by a LCSS-based (Longest Common Subsequence) trajectory clustering method, then delineate the geometry shapes of complex road intersections by a K-segment principle curve algorithm, and finally infer the traffic constraint rules inside the complex intersections.

  17. Atmospheric transmission of North Atlantic Heinrich events

    USGS Publications Warehouse

    Hostetler, S.W.; Clark, P.U.; Bartlein, P.J.; Mix, A.C.; Pisias, N.J.

    1999-01-01

    We model the response of the climate system during Heinrich event 2 (H2) by employing an atmospheric general circulation model, using boundary conditions based on the concept of a "canonical" Heinrich event. The canonical event is initialized with a full-height Laurentide ice sheet (LIS) and CLIMAP sea surface temperatures (SSTs), followed by lowering of the LIS, then warming of North Atlantic SSTs. Our modeled temperature and wind fields exhibit spatially variable responses over the Northern Hemisphere at each stage of the H2 event. In some regions the climatic responses are additive, whereas in other regions they cancel or are of opposite sign, suggesting that Heinrich event climatic variations may have left complex signatures in geologic records. We find variations in the tropical water balance and the mass balance of ice sheets, and implications for variations in terrestrial methane production from the contraction of northern permafrost regions and the expansion of tropical wetlands. Copyright 1999 by the American Geophysical Union.

  18. Influencing preferences for different types of causal explanation of complex events.

    PubMed

    Klein, Gary; Rasmussen, Louise; Lin, Mei-Hua; Hoffman, Robert R; Case, Jason

    2014-12-01

    We examined preferences for different forms of causal explanations for indeterminate situations. Background: Klein and Hoffman distinguished several forms of causal explanations for indeterminate, complex situations: single-cause explanations, lists of causes, and explanations that interrelate several causes. What governs our preferences for single-cause (simple) versus multiple- cause (complex) explanations? In three experiments, we examined the effect of target audience, explanatory context, participant nationality, and explanation type. All participants were college students. Participants were given two scenarios, one regarding the U.S. economic collapse in 2007 to 2008 and the other about the sudden success of the U.S. military in Iraq in 2007. The participants were asked to assess various types of causal explanations for each of the scenarios, with reference to one or more purposes or audience for the explanations. Participants preferred simple explanations for presentation to less sophisticated audiences. Malaysian students of Chinese ethnicity preferred complex explanations more than did American students. The form of presentation made a difference: Participants preferred complex to simple explanations when given a chance to compare the two, but the preference for simple explanations increased when there was no chance for compari- son, and the difference between Americans and Malaysians disappeared. Preferences for explanation forms can vary with the context and with the audience, and they depend on the nature of the alternatives that are provided. Guidance for decision-aiding technology and training systems that provide explanations need to involve consideration of the form and depth of the accounts provided as well as the intended audience.

  19. Separation of compounds with multiple -OH groups from dilute aqueous solutions via complexation with organoboronate

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

    Chow, Tina Kuo Fung

    1992-05-01

    The complexing extractant agent investigated in this work is 3-nitrophenylboronic acid (NPBA) in its anionic form (NPB). NPBA and Aliquat 336 (quaternary amine) is dissolved in 2-ethyl-l-hexanol, and the extractant is contacted with aq. NaOH. Solutes investigated were 1,2-propanediol, glycerol, fructose, sorbitol and lactic acid. Batch extraction experiments were performed at 25°C. Partition coefficients, distribution ratios and loadings are reported for varying concentrations of solute and NPB. All solutes complexed with NPB -, with all complexes containing only one NPB - per complex. The 1:1 complexation constants for the solutes glycerol, fructose and sorbitol follow trends similar to complexation withmore » B(OH) 4 - (aq.), i.e. the complexation constants increase with increasing number of -OH groups available for complexation. Assumption of 1:1 complex is not valid for 1, 2-propanediol, which showed overloading (more than one mole of solute complexed to one mole NPB -) at higher concentrations. The -OH group on the NPB - which is left uncomplexed after one solute molecule had bound to the other two -OH groups may be responsible for the overloading. Overloading is also observed in extraction of tactic acid, but through a different mechanism. It was found that TOMA + can extract lactic acid to an extent comparable to the uptake of lactic acid by NPB -. The complexation is probably through formation of an acid-base ion pair. Losses of NPBA into the aqueous phase could lead to problems, poor economics in industrial separation processes. One way of overcoming this problem would be to incorporate the NPBA onto a solid support.« less

  20. RECOVERY OF URANIUM BY AROMATIC DITHIOCARBAMATE COMPLEXING

    DOEpatents

    Neville, O.K.

    1959-08-11

    A selective complexing organic solvent extraction process is presented for the separation of uranium values from an aqueous nitric acid solution of neutron irradiated thorium. The process comprises contacting the solution with an organic aromatic dithiccarbamaie and recovering the resulting urancdithiccarbamate complex with an organic solvent such as ethyl acetate.

  1. Modeling stress–strain state of rock mass under mining of complex-shape extraction pillar

    NASA Astrophysics Data System (ADS)

    Fryanov, VN; Pavlova, LD

    2018-03-01

    Based on the results of numerical modeling of stresses and strains in rock mass, geomechanical parameters of development workings adjacent to coal face operation area are provided for multi-entry preparation and extraction of flat seams with production faces of variable length. The negative effects on the geomechanical situation during the transition from the longwall to shortwall mining in a fully mechanized extraction face are found.

  2. Extreme Weather Events and Climate Change Attribution

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

    Thomas, Katherine

    A report from the National Academies of Sciences, Engineering, and Medicine concludes it is now possible to estimate the influence of climate change on some types of extreme events. The science of extreme event attribution has advanced rapidly in recent years, giving new insight to the ways that human-caused climate change can influence the magnitude or frequency of some extreme weather events. This report examines the current state of science of extreme weather attribution, and identifies ways to move the science forward to improve attribution capabilities. Confidence is strongest in attributing types of extreme events that are influenced by climatemore » change through a well-understood physical mechanism, such as, the more frequent heat waves that are closely connected to human-caused global temperature increases, the report finds. Confidence is lower for other types of events, such as hurricanes, whose relationship to climate change is more complex and less understood at present. For any extreme event, the results of attribution studies hinge on how questions about the event's causes are posed, and on the data, modeling approaches, and statistical tools chosen for the analysis.« less

  3. Design of virtual simulation experiment based on key events

    NASA Astrophysics Data System (ADS)

    Zhong, Zheng; Zhou, Dongbo; Song, Lingxiu

    2018-06-01

    Considering complex content and lacking of guidance in virtual simulation experiments, the key event technology in VR narrative theory was introduced for virtual simulation experiment to enhance fidelity and vividness process. Based on the VR narrative technology, an event transition structure was designed to meet the need of experimental operation process, and an interactive event processing model was used to generate key events in interactive scene. The experiment of" margin value of bees foraging" based on Biologic morphology was taken as an example, many objects, behaviors and other contents were reorganized. The result shows that this method can enhance the user's experience and ensure experimental process complete and effectively.

  4. Manananggal - a novel viewer for alternative splicing events.

    PubMed

    Barann, Matthias; Zimmer, Ralf; Birzele, Fabian

    2017-02-21

    Alternative splicing is an important cellular mechanism that can be analyzed by RNA sequencing. However, identification of splicing events in an automated fashion is error-prone. Thus, further validation is required to select reliable instances of alternative splicing events (ASEs). There are only few tools specifically designed for interactive inspection of ASEs and available visualization approaches can be significantly improved. Here, we present Manananggal, an application specifically designed for the identification of splicing events in next generation sequencing data. Manananggal includes a web application for visual inspection and a command line tool that allows for ASE detection. We compare the sashimi plots available in the IGV Viewer, the DEXSeq splicing plots and SpliceSeq to the Manananggal interface and discuss the advantages and drawbacks of these tools. We show that sashimi plots (such as those used by the IGV Viewer and SpliceSeq) offer a practical solution for simple ASEs, but also indicate short-comings for highly complex genes. Manananggal is an interactive web application that offers functions specifically tailored to the identification of alternative splicing events that other tools are lacking. The ability to select a subset of isoforms allows an easier interpretation of complex alternative splicing events. In contrast to SpliceSeq and the DEXSeq splicing plot, Manananggal does not obscure the gene structure by showing full transcript models that makes it easier to determine which isoforms are expressed and which are not.

  5. U-EXTRACTION--IMPROVEMENTS IN ELIMINATION OF Mo BY USE OF FERRIC ION

    DOEpatents

    Clark, H.M.; Duffey, D.

    1958-06-10

    An improved solvent extraction process is described whereby U may be extracted by a water immiscible organic solvent from an aqueous solution of uranyl nitrate. It has been found that Mo in the presence of phosphate ions appears to form a complex with the phosphate which extracts along with the U. This extraction of Mo may be suppressed by providing ferric ion in the solution prior to the extraction step. The ferric ion is preferably provided in the form of ferric nitrate.

  6. An accessible protocol for solid-phase extraction of N-linked glycopeptides through reductive amination by amine-functionalized magnetic nanoparticles.

    PubMed

    Zhang, Ying; Kuang, Min; Zhang, Lijuan; Yang, Pengyuan; Lu, Haojie

    2013-06-04

    In light of the significance of glycosylation for wealthy biological events, it is important to prefractionate glycoproteins/glycopeptides from complex biological samples. Herein, we reported a novel protocol of solid-phase extraction of glycopeptides through a reductive amination reaction by employing the easily accessible 3-aminopropyltriethoxysilane (APTES)-functionalized magnetic nanoparticles. The amino groups from APTES, which were assembled onto the surface of the nanoparticles through a one-step silanization reaction, could conjugate with the aldehydes from oxidized glycopeptides and, therefore, completed the extraction. To the best of our knowledge, this is the first example of applying the reductive amination reaction into the isolation of glycopeptides. Due to the elimination of the desalting step, the detection limit of glycopeptides was improved by 2 orders of magnitude, compared to the traditional hydrazide chemistry-based solid phase extraction, while the extraction time was shortened to 4 h, suggesting the high sensitivity, specificity, and efficiency for the extraction of N-linked glycopeptides by this method. In the meantime, high selectivity toward glycoproteins was also observed in the separation of Ribonuclease B from the mixtures contaminated with bovine serum albumin. What's more, this technique required significantly less sample volume, as demonstrated in the successful mapping of glycosylation of human colorectal cancer serum with the sample volume as little as 5 μL. Because of all these attractive features, we believe that the innovative protocol proposed here will shed new light on the research of glycosylation profiling.

  7. Assessing the continuum of event-based biosurveillance through an operational lens.

    PubMed

    Corley, Courtney D; Lancaster, Mary J; Brigantic, Robert T; Chung, James S; Walters, Ronald A; Arthur, Ray R; Bruckner-Lea, Cynthia J; Calapristi, Augustin; Dowling, Glenn; Hartley, David M; Kennedy, Shaun; Kircher, Amy; Klucking, Sara; Lee, Eva K; McKenzie, Taylor; Nelson, Noele P; Olsen, Jennifer; Pancerella, Carmen; Quitugua, Teresa N; Reed, Jeremy Todd; Thomas, Carla S

    2012-03-01

    This research follows the Updated Guidelines for Evaluating Public Health Surveillance Systems, Recommendations from the Guidelines Working Group, published by the Centers for Disease Control and Prevention nearly a decade ago. Since then, models have been developed and complex systems have evolved with a breadth of disparate data to detect or forecast chemical, biological, and radiological events that have a significant impact on the One Health landscape. How the attributes identified in 2001 relate to the new range of event-based biosurveillance technologies is unclear. This article frames the continuum of event-based biosurveillance systems (that fuse media reports from the internet), models (ie, computational that forecast disease occurrence), and constructs (ie, descriptive analytical reports) through an operational lens (ie, aspects and attributes associated with operational considerations in the development, testing, and validation of the event-based biosurveillance methods and models and their use in an operational environment). A workshop was held in 2010 to scientifically identify, develop, and vet a set of attributes for event-based biosurveillance. Subject matter experts were invited from 7 federal government agencies and 6 different academic institutions pursuing research in biosurveillance event detection. We describe 8 attribute families for the characterization of event-based biosurveillance: event, readiness, operational aspects, geographic coverage, population coverage, input data, output, and cost. Ultimately, the analyses provide a framework from which the broad scope, complexity, and relevant issues germane to event-based biosurveillance useful in an operational environment can be characterized.

  8. Separation of thorium from lanthanides by solvent extraction with ionizable crown ethers.

    PubMed

    Du, H S; Wood, D J; Elshani, S; Wai, C M

    1993-02-01

    Thorium and the lanthanides are extracted by alpha-(sym-dibenzo-16-crown-5-oxy)acetic acid and its analogues in different pH ranges. At pH 4.5, Th is quantitatively extracted by the crown ether carboxylic acids into chloroform whereas the extraction of the lanthanides is negligible. Separation of Th from the lanthanides can be achieved by solvent extraction under this condition. The extraction does not require specific counteranions and is reversible with respect to pH. Trace amounts of Th in water can be quantitatively recovered using this extraction system for neutron activation analysis. The nature of the extracted Th complex and the mechanism of extraction are discussed.

  9. Analysis of Supercritical-Extracted Chelated Metal Ions From Mixed Organic-Inorganic Samples

    NASA Technical Reports Server (NTRS)

    Sinha, Mahadeva P. (Inventor)

    1996-01-01

    Organic and inorganic contaminants of an environmental sample are analyzed by the same GC-MS instrument by adding an oxidizing agent to the sample to oxidize metal or metal compounds to form metal ions. The metal ions are converted to chelate complexes and the chelate complexes are extracted into a supercritical fluid such as CO2. The metal chelate extract after flowing through a restrictor tube is directly injected into the ionization chamber of a mass spectrometer, preferably containing a refractory metal filament such as rhenium to fragment the complex to release metal ions which are detected. This provides a fast, economical method for the analysis of metal contaminants in a sample and can be automated. An organic extract of the sample in conventional or supercritical fluid solvents can be detected in the same mass spectrometer, preferably after separation in a supercritical fluid chromatograph.

  10. Discrete Event Simulation of Distributed Team Communication

    DTIC Science & Technology

    2012-03-22

    performs, and auditory information that is provided through multiple audio devices with speech response. This paper extends previous discrete event workload...2008, pg. 1) notes that “Architecture modeling furnishes abstrac- tions for use in managing complexities, allowing engineers to visualise the proposed

  11. Design criteria for extraction with chemical reaction and liquid membrane permeation

    NASA Technical Reports Server (NTRS)

    Bart, H. J.; Bauer, A.; Lorbach, D.; Marr, R.

    1988-01-01

    The design criteria for heterogeneous chemical reactions in liquid/liquid systems formally correspond to those of classical physical extraction. More complex models are presented which describe the material exchange at the individual droplets in an extraction with chemical reaction and in liquid membrane permeation.

  12. Comparison of three DNA extraction methods for the detection and quantification of GMO in Ecuadorian manufactured food.

    PubMed

    Pacheco Coello, Ricardo; Pestana Justo, Jorge; Factos Mendoza, Andrés; Santos Ordoñez, Efrén

    2017-12-20

    In Ecuador, food products need to be labeled if exceeded 0.9% of transgenic content in whole products. For the detection of genetically modified organisms (GMOs), three DNA extraction methods were tested in 35 food products commercialized in Ecuador. Samples with positive amplification of endogenous genes were screened for the presence of the Cauliflower mosaic virus 35S-promoter (P35S) and the nopaline synthase-terminator (Tnos). TaqMan™ probes were used for determination of transgenic content of the GTS 40-3-2 and MON810 events through quantitative PCR (qPCR). Twenty-six processed food samples were positive for the P35S alone and eight samples for the Tnos and P35S. Absolute qPCR results indicated that eleven samples were positive for GTS 40-3-2 specific event and two for MON810 specific event. A total of nine samples for events GTS 40-3-2 and MON810 exceeded the umbral allowed of transgenic content in the whole food product with the specific events. Different food products may require different DNA extraction protocols for GMO detection through PCR. Among the three methods tested, the DNeasy mericon food kit DNA extraction method obtained higher proportion of amplified endogenous genes through PCR. Finally, event-specific GMOs were detected in food products in Ecuador.

  13. Extraction of superoxide dismutase, catalase, and carbonic anhydrase from stroma-free red blood cell hemolysate for the preparation of the nanobiotechnological complex of polyhemoglobin-superoxide dismutase-catalase-carbonic anhydrase.

    PubMed

    Guo, C; Gynn, M; Chang, T M S

    2015-06-01

    We report a novel method to simultaneously extract superoxide dismutase (SOD), catalase (CAT), and carbonic anhydrase (CA) from the same sample of red blood cells (RBCs). This avoids the need to use expensive commercial enzymes, thus enabling a cost-effective process for large-scale production of a nanobiotechnological polyHb-SOD-CAT-CA complex, with enhancement of all three red blood cell functions. An optimal concentration of phosphate buffer for ethanol-chloroform treatment results in good recovery of CAT, SOD, and CA after extraction. Different concentrations of the enzymes can be used to enhance the activity of polyHb-SOD-CAT-CA to 2, 4, or 6 times that of RBC.

  14. Biomechanics of milk extraction during breast-feeding.

    PubMed

    Elad, David; Kozlovsky, Pavel; Blum, Omry; Laine, Andrew F; Po, Ming Jack; Botzer, Eyal; Dollberg, Shaul; Zelicovich, Mabel; Ben Sira, Liat

    2014-04-08

    How do infants extract milk during breast-feeding? We have resolved a century-long scientific controversy, whether it is sucking of the milk by subatmospheric pressure or mouthing of the nipple-areola complex to induce a peristaltic-like extraction mechanism. Breast-feeding is a dynamic process, which requires coupling between periodic motions of the infant's jaws, undulation of the tongue, and the breast milk ejection reflex. The physical mechanisms executed by the infant have been intriguing topics. We used an objective and dynamic analysis of ultrasound (US) movie clips acquired during breast-feeding to explore the tongue dynamic characteristics. Then, we developed a new 3D biophysical model of the breast and lactiferous tubes that enables the mimicking of dynamic characteristics observed in US imaging during breast-feeding, and thereby, exploration of the biomechanical aspects of breast-feeding. We have shown, for the first time to our knowledge, that latch-on to draw the nipple-areola complex into the infant mouth, as well as milk extraction during breast-feeding, require development of time-varying subatmospheric pressures within the infant's oral cavity. Analysis of the US movies clearly demonstrated that tongue motility during breast-feeding was fairly periodic. The anterior tongue, which is wedged between the nipple-areola complex and the lower lips, moves as a rigid body with the cycling motion of the mandible, while the posterior section of the tongue undulates in a pattern similar to a propagating peristaltic wave, which is essential for swallowing.

  15. Audio feature extraction using probability distribution function

    NASA Astrophysics Data System (ADS)

    Suhaib, A.; Wan, Khairunizam; Aziz, Azri A.; Hazry, D.; Razlan, Zuradzman M.; Shahriman A., B.

    2015-05-01

    Voice recognition has been one of the popular applications in robotic field. It is also known to be recently used for biometric and multimedia information retrieval system. This technology is attained from successive research on audio feature extraction analysis. Probability Distribution Function (PDF) is a statistical method which is usually used as one of the processes in complex feature extraction methods such as GMM and PCA. In this paper, a new method for audio feature extraction is proposed which is by using only PDF as a feature extraction method itself for speech analysis purpose. Certain pre-processing techniques are performed in prior to the proposed feature extraction method. Subsequently, the PDF result values for each frame of sampled voice signals obtained from certain numbers of individuals are plotted. From the experimental results obtained, it can be seen visually from the plotted data that each individuals' voice has comparable PDF values and shapes.

  16. Quantification of pancreatic cancer proteome and phosphorylome: indicates molecular events likely contributing to cancer and activity of drug targets.

    PubMed

    Britton, David; Zen, Yoh; Quaglia, Alberto; Selzer, Stefan; Mitra, Vikram; Löβner, Christopher; Jung, Stephan; Böhm, Gitte; Schmid, Peter; Prefot, Petra; Hoehle, Claudia; Koncarevic, Sasa; Gee, Julia; Nicholson, Robert; Ward, Malcolm; Castellano, Leandro; Stebbing, Justin; Zucht, Hans Dieter; Sarker, Debashis; Heaton, Nigel; Pike, Ian

    2014-01-01

    LC-MS/MS phospho-proteomics is an essential technology to help unravel the complex molecular events that lead to and propagate cancer. We have developed a global phospho-proteomic workflow to determine activity of signaling pathways and drug targets in pancreatic cancer tissue for clinical application. Peptides resulting from tryptic digestion of proteins extracted from frozen tissue of pancreatic ductal adenocarcinoma and background pancreas (n = 12), were labelled with tandem mass tags (TMT 8-plex), separated by strong cation exchange chromatography, then were analysed by LC-MS/MS directly or first enriched for phosphopeptides using IMAC and TiO2, prior to analysis. In-house, commercial and freeware bioinformatic platforms were used to identify relevant biological events from the complex dataset. Of 2,101 proteins identified, 152 demonstrated significant difference in abundance between tumor and non-tumor tissue. They included proteins that are known to be up-regulated in pancreatic cancer (e.g. Mucin-1), but the majority were new candidate markers such as HIPK1 & MLCK. Of the 6,543 unique phosphopeptides identified (6,284 unique phosphorylation sites), 635 showed significant regulation, particularly those from proteins involved in cell migration (Rho guanine nucleotide exchange factors & MRCKα) and formation of focal adhesions. Activator phosphorylation sites on FYN, AKT1, ERK2, HDAC1 and other drug targets were found to be highly modulated (≥2 fold) in different cases highlighting their predictive power. Here we provided critical information enabling us to identify the common and unique molecular events likely contributing to cancer in each case. Such information may be used to help predict more bespoke therapy suitable for an individual case.

  17. How do you assign persistent identifiers to extracts from large, complex, dynamic data sets that underpin scholarly publications?

    NASA Astrophysics Data System (ADS)

    Wyborn, Lesley; Car, Nicholas; Evans, Benjamin; Klump, Jens

    2016-04-01

    Persistent identifiers in the form of a Digital Object Identifier (DOI) are becoming more mainstream, assigned at both the collection and dataset level. For static datasets, this is a relatively straight-forward matter. However, many new data collections are dynamic, with new data being appended, models and derivative products being revised with new data, or the data itself revised as processing methods are improved. Further, because data collections are becoming accessible as services, researchers can log in and dynamically create user-defined subsets for specific research projects: they also can easily mix and match data from multiple collections, each of which can have a complex history. Inevitably extracts from such dynamic data sets underpin scholarly publications, and this presents new challenges. The National Computational Infrastructure (NCI) has been experiencing and making progress towards addressing these issues. The NCI is large node of the Research Data Services initiative (RDS) of the Australian Government's research infrastructure, which currently makes available over 10 PBytes of priority research collections, ranging from geosciences, geophysics, environment, and climate, through to astronomy, bioinformatics, and social sciences. Data are replicated to, or are produced at, NCI and then processed there to higher-level data products or directly analysed. Individual datasets range from multi-petabyte computational models and large volume raster arrays, down to gigabyte size, ultra-high resolution datasets. To facilitate access, maximise reuse and enable integration across the disciplines, datasets have been organized on a platform called the National Environmental Research Data Interoperability Platform (NERDIP). Combined, the NERDIP data collections form a rich and diverse asset for researchers: their co-location and standardization optimises the value of existing data, and forms a new resource to underpin data-intensive Science. New publication

  18. Mass balance of metal species in supercritical fluid extraction using sodium diethyldithiocarbamate and dibutylammonium dibutyldithiocarbamate.

    PubMed

    Wang, Joanna Shaofen; Chiu, Kong-Hwa

    2006-03-01

    The objective of this work is to track the amount of metal complexes distributed in the extraction cell, collection vial, and tubing used in supercritical fluid extraction (SFE) systems after progressive removal of metal ions in supercritical carbon dioxide (SC-CO2). Sodium diethyldithiocarbamate (NaDDC) and dibutylammonium dibutyldithiocarbamate (DBDC) ligands were used to form complexes with Cd, Cu, Pb, and Zn and CO(2)/5% methanol as a supercritical fluid. The mass balance of metal complexes were obtained before and after extraction, and metals in different locations in the system were flushed out using an organic solvent and nitric acid (HNO3). These results infer that the stability constant (beta) of the metal-ligand complex has a strong correlation with SFE. Because of the composition of the stainless-steel cell, Fe, Cr, and Ni or other trace elements in the cell might interfere with the mass balance of metal complexes in SFE due to an exchange mechanism taking place between the cell and the sample.

  19. Design of guanidinium ionic liquid based microwave-assisted extraction for the efficient extraction of Praeruptorin A from Radix peucedani.

    PubMed

    Ding, Xueqin; Li, Li; Wang, Yuzhi; Chen, Jing; Huang, Yanhua; Xu, Kaijia

    2014-12-01

    A series of novel tetramethylguanidinium ionic liquids and hexaalkylguanidinium ionic liquids have been synthesized based on 1,1,3,3-tetramethylguanidine. The structures of the ionic liquids were confirmed by (1)H NMR spectroscopy and mass spectrometry. A green guanidinium ionic liquid based microwave-assisted extraction method has been developed with these guanidinium ionic liquids for the effective extraction of Praeruptorin A from Radix peucedani. After extraction, reversed-phase high-performance liquid chromatography with UV detection was employed for the analysis of Praeruptorin A. Several significant operating parameters were systematically optimized by single-factor and L9 (3(4)) orthogonal array experiments. The amount of Praeruptorin A extracted by [1,1,3,3-tetramethylguanidine]CH2CH(OH)COOH is the highest, reaching 11.05 ± 0.13 mg/g. Guanidinium ionic liquid based microwave-assisted extraction presents unique advantages in Praeruptorin A extraction compared with guanidinium ionic liquid based maceration extraction, guanidinium ionic liquid based heat reflux extraction and guanidinium ionic liquid based ultrasound-assisted extraction. The precision, stability, and repeatability of the process were investigated. The mechanisms of guanidinium ionic liquid based microwave-assisted extraction were researched by scanning electron microscopy and IR spectroscopy. All the results show that guanidinium ionic liquid based microwave-assisted extraction has a huge potential in the extraction of bioactive compounds from complex samples. © 2014 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  20. Why Clinicians Don't Report Adverse Drug Events: Qualitative Study.

    PubMed

    Hohl, Corinne M; Small, Serena S; Peddie, David; Badke, Katherin; Bailey, Chantelle; Balka, Ellen

    2018-02-27

    Adverse drug events are unintended and harmful events related to medications. Adverse drug events are important for patient care, quality improvement, drug safety research, and postmarketing surveillance, but they are vastly underreported. Our objectives were to identify barriers to adverse drug event documentation and factors contributing to underreporting. This qualitative study was conducted in 1 ambulatory center, and the emergency departments and inpatient wards of 3 acute care hospitals in British Columbia between March 2014 and December 2016. We completed workplace observations and focus groups with general practitioners, hospitalists, emergency physicians, and hospital and community pharmacists. We analyzed field notes by coding and iteratively analyzing our data to identify emerging concepts, generate thematic and event summaries, and create workflow diagrams. Clinicians validated emerging concepts by applying them to cases from their clinical practice. We completed 238 hours of observations during which clinicians investigated 65 suspect adverse drug events. The observed events were often complex and diagnosed over time, requiring the input of multiple providers. Providers documented adverse drug events in charts to support continuity of care but never reported them to external agencies. Providers faced time constraints, and reporting would have required duplication of documentation. Existing reporting systems are not suited to capture the complex nature of adverse drug events or adapted to workflow and are simply not used by frontline clinicians. Systems that are integrated into electronic medical records, make use of existing data to avoid duplication of documentation, and generate alerts to improve safety may address the shortcomings of existing systems and generate robust adverse drug event data as a by-product of safer care. ©Corinne M Hohl, Serena S Small, David Peddie, Katherin Badke, Chantelle Bailey, Ellen Balka. Originally published in JMIR

  1. Achieving High Resolution Timer Events in Virtualized Environment.

    PubMed

    Adamczyk, Blazej; Chydzinski, Andrzej

    2015-01-01

    Virtual Machine Monitors (VMM) have become popular in different application areas. Some applications may require to generate the timer events with high resolution and precision. This however may be challenging due to the complexity of VMMs. In this paper we focus on the timer functionality provided by five different VMMs-Xen, KVM, Qemu, VirtualBox and VMWare. Firstly, we evaluate resolutions and precisions of their timer events. Apparently, provided resolutions and precisions are far too low for some applications (e.g. networking applications with the quality of service). Then, using Xen virtualization we demonstrate the improved timer design that greatly enhances both the resolution and precision of achieved timer events.

  2. Genetic consequences of sequential founder events by an island-colonizing bird.

    PubMed

    Clegg, Sonya M; Degnan, Sandie M; Kikkawa, Jiro; Moritz, Craig; Estoup, Arnaud; Owens, Ian P F

    2002-06-11

    The importance of founder events in promoting evolutionary changes on islands has been a subject of long-running controversy. Resolution of this debate has been hindered by a lack of empirical evidence from naturally founded island populations. Here we undertake a genetic analysis of a series of historically documented, natural colonization events by the silvereye species-complex (Zosterops lateralis), a group used to illustrate the process of island colonization in the original founder effect model. Our results indicate that single founder events do not affect levels of heterozygosity or allelic diversity, nor do they result in immediate genetic differentiation between populations. Instead, four to five successive founder events are required before indices of diversity and divergence approach that seen in evolutionarily old forms. A Bayesian analysis based on computer simulation allows inferences to be made on the number of effective founders and indicates that founder effects are weak because island populations are established from relatively large flocks. Indeed, statistical support for a founder event model was not significantly higher than for a gradual-drift model for all recently colonized islands. Taken together, these results suggest that single colonization events in this species complex are rarely accompanied by severe founder effects, and multiple founder events and/or long-term genetic drift have been of greater consequence for neutral genetic diversity.

  3. Predicting the Trends of Social Events on Chinese Social Media.

    PubMed

    Zhou, Yang; Zhang, Lei; Liu, Xiaoqian; Zhang, Zhen; Bai, Shuotian; Zhu, Tingshao

    2017-09-01

    Growing interest in social events on social media came along with the rapid development of the Internet. Social events that occur in the "real" world can spread on social media (e.g., Sina Weibo) rapidly, which may trigger severe consequences and thus require the government's timely attention and responses. This article proposes to predict the trends of social events on Sina Weibo, which is currently the most popular social media in China. Based on the theories of social psychology and communication sciences, we extract an unprecedented amount of comprehensive and effective features that relate to the trends of social events on Chinese social media, and we construct the trends of prediction models by using three classical regression algorithms. We found that lasso regression performed better with the precision 0.78 and the recall 0.88. The results of our experiments demonstrated the effectiveness of our proposed approach.

  4. Random Survival Forest in practice: a method for modelling complex metabolomics data in time to event analysis.

    PubMed

    Dietrich, Stefan; Floegel, Anna; Troll, Martina; Kühn, Tilman; Rathmann, Wolfgang; Peters, Anette; Sookthai, Disorn; von Bergen, Martin; Kaaks, Rudolf; Adamski, Jerzy; Prehn, Cornelia; Boeing, Heiner; Schulze, Matthias B; Illig, Thomas; Pischon, Tobias; Knüppel, Sven; Wang-Sattler, Rui; Drogan, Dagmar

    2016-10-01

    The application of metabolomics in prospective cohort studies is statistically challenging. Given the importance of appropriate statistical methods for selection of disease-associated metabolites in highly correlated complex data, we combined random survival forest (RSF) with an automated backward elimination procedure that addresses such issues. Our RSF approach was illustrated with data from the European Prospective Investigation into Cancer and Nutrition (EPIC)-Potsdam study, with concentrations of 127 serum metabolites as exposure variables and time to development of type 2 diabetes mellitus (T2D) as outcome variable. Out of this data set, Cox regression with a stepwise selection method was recently published. Replication of methodical comparison (RSF and Cox regression) was conducted in two independent cohorts. Finally, the R-code for implementing the metabolite selection procedure into the RSF-syntax is provided. The application of the RSF approach in EPIC-Potsdam resulted in the identification of 16 incident T2D-associated metabolites which slightly improved prediction of T2D when used in addition to traditional T2D risk factors and also when used together with classical biomarkers. The identified metabolites partly agreed with previous findings using Cox regression, though RSF selected a higher number of highly correlated metabolites. The RSF method appeared to be a promising approach for identification of disease-associated variables in complex data with time to event as outcome. The demonstrated RSF approach provides comparable findings as the generally used Cox regression, but also addresses the problem of multicollinearity and is suitable for high-dimensional data. © The Author 2016; all rights reserved. Published by Oxford University Press on behalf of the International Epidemiological Association.

  5. NavyTime: Event and Time Ordering from Raw Text

    DTIC Science & Technology

    2013-06-01

    time-time, and event-DCT (DCT is the doc- ument creation time). 74 Event Extraction F1 ATT-1 81.05 NavyTime 80.30 KUL 79.32 cleartk -4 & cleartk -3...71.88 KUL 70.17 cleartk 67.87 NavyTime 67.48 Temp:ESA 54.55 JU-CSE 52.69 Temp:WNet 50.00 FSS-TimEx 42.94 Tense and Aspect Attributes System Tense F1...Aspect F1 cleartk 62.18 70.40 NavyTime 61.67 72.43 ATT 59.47 73.50 JU-CSE 58.62 72.14 KUL 49.70 63.20 not all systems participated Figure 1: Complete

  6. gPhoton: Time-tagged GALEX photon events analysis tools

    NASA Astrophysics Data System (ADS)

    Million, Chase C.; Fleming, S. W.; Shiao, B.; Loyd, P.; Seibert, M.; Smith, M.

    2016-03-01

    Written in Python, gPhoton calibrates and sky-projects the ~1.1 trillion ultraviolet photon events detected by the microchannel plates on the Galaxy Evolution Explorer Spacecraft (GALEX), archives these events in a publicly accessible database at the Mikulski Archive for Space Telescopes (MAST), and provides tools for working with the database to extract scientific results, particularly over short time domains. The software includes a re-implementation of core functionality of the GALEX mission calibration pipeline to produce photon list files from raw spacecraft data as well as a suite of command line tools to generate calibrated light curves, images, and movies from the MAST database.

  7. Efficient method for events detection in phonocardiographic signals

    NASA Astrophysics Data System (ADS)

    Martinez-Alajarin, Juan; Ruiz-Merino, Ramon

    2005-06-01

    The auscultation of the heart is still the first basic analysis tool used to evaluate the functional state of the heart, as well as the first indicator used to submit the patient to a cardiologist. In order to improve the diagnosis capabilities of auscultation, signal processing algorithms are currently being developed to assist the physician at primary care centers for adult and pediatric population. A basic task for the diagnosis from the phonocardiogram is to detect the events (main and additional sounds, murmurs and clicks) present in the cardiac cycle. This is usually made by applying a threshold and detecting the events that are bigger than the threshold. However, this method usually does not allow the detection of the main sounds when additional sounds and murmurs exist, or it may join several events into a unique one. In this paper we present a reliable method to detect the events present in the phonocardiogram, even in the presence of heart murmurs or additional sounds. The method detects relative maxima peaks in the amplitude envelope of the phonocardiogram, and computes a set of parameters associated with each event. Finally, a set of characteristics is extracted from each event to aid in the identification of the events. Besides, the morphology of the murmurs is also detected, which aids in the differentiation of different diseases that can occur in the same temporal localization. The algorithms have been applied to real normal heart sounds and murmurs, achieving satisfactory results.

  8. Introducing capillary electrophoresis with laser-induced fluorescence (CE-LIF) as a potential analysis and quantification tool for galactooligosaccharides extracted from complex food matrices.

    PubMed

    Albrecht, Simone; Schols, Henk A; Klarenbeek, Bert; Voragen, Alphons G J; Gruppen, Harry

    2010-03-10

    The analysis and quantification of (galacto)oligosaccharides from food matrices demands both a reproducible extraction method as well as a sensitive and accurate analytical method. Three typical matrices, namely, infant formula, fruit juice, and a maltodextrin-rich preparation, to which a commercial galactooligosaccharide mixture was added in a product concentration range from 1.25 to 30%, served as model substrates. Solid-phase extraction on graphitized carbon material upon enzymatic amyloglucosidase pretreatment enabled a good recovery and a selective purification of the different galactooligosaccharide structures from the exceeding amounts of particularly lactose and maltodextrins. With the implementation of capillary electrophoresis in combination with laser-induced fluorescence (CE-LIF) detection, a new possibility facilitating a sensitive qualitative and quantitative determination of the galactooligosaccharide contents in the different food matrices is outlined. Simultaneous monitoring and quantifying prebiotic oligosaccharides embedded in food matrices presents a promising and important step toward an efficient monitoring of individual oligosaccharides and is of interest for research areas dealing with small quantities of oligosaccharides embedded in complex matrices, e.g., body liquids.

  9. Accuracy-energy configurable sensor processor and IoT device for long-term activity monitoring in rare-event sensing applications.

    PubMed

    Park, Daejin; Cho, Jeonghun

    2014-01-01

    A specially designed sensor processor used as a main processor in IoT (internet-of-thing) device for the rare-event sensing applications is proposed. The IoT device including the proposed sensor processor performs the event-driven sensor data processing based on an accuracy-energy configurable event-quantization in architectural level. The received sensor signal is converted into a sequence of atomic events, which is extracted by the signal-to-atomic-event generator (AEG). Using an event signal processing unit (EPU) as an accelerator, the extracted atomic events are analyzed to build the final event. Instead of the sampled raw data transmission via internet, the proposed method delays the communication with a host system until a semantic pattern of the signal is identified as a final event. The proposed processor is implemented on a single chip, which is tightly coupled in bus connection level with a microcontroller using a 0.18 μm CMOS embedded-flash process. For experimental results, we evaluated the proposed sensor processor by using an IR- (infrared radio-) based signal reflection and sensor signal acquisition system. We successfully demonstrated that the expected power consumption is in the range of 20% to 50% compared to the result of the basement in case of allowing 10% accuracy error.

  10. Accuracy-Energy Configurable Sensor Processor and IoT Device for Long-Term Activity Monitoring in Rare-Event Sensing Applications

    PubMed Central

    2014-01-01

    A specially designed sensor processor used as a main processor in IoT (internet-of-thing) device for the rare-event sensing applications is proposed. The IoT device including the proposed sensor processor performs the event-driven sensor data processing based on an accuracy-energy configurable event-quantization in architectural level. The received sensor signal is converted into a sequence of atomic events, which is extracted by the signal-to-atomic-event generator (AEG). Using an event signal processing unit (EPU) as an accelerator, the extracted atomic events are analyzed to build the final event. Instead of the sampled raw data transmission via internet, the proposed method delays the communication with a host system until a semantic pattern of the signal is identified as a final event. The proposed processor is implemented on a single chip, which is tightly coupled in bus connection level with a microcontroller using a 0.18 μm CMOS embedded-flash process. For experimental results, we evaluated the proposed sensor processor by using an IR- (infrared radio-) based signal reflection and sensor signal acquisition system. We successfully demonstrated that the expected power consumption is in the range of 20% to 50% compared to the result of the basement in case of allowing 10% accuracy error. PMID:25580458

  11. Cosmic Complexity

    NASA Technical Reports Server (NTRS)

    Mather, John C.

    2012-01-01

    neutrons, liberating a little energy and creating complexity. Then, the expanding universe cooled some more, and neutrons and protons, no longer kept apart by immense temperatures, found themselves unstable and formed helium nuclei. Then, a little more cooling, and atomic nuclei and electrons were no longer kept apart, and the universe became transparent. Then a little more cooling, and the next instability began: gravitation pulled matter together across cosmic distances to form stars and galaxies. This instability is described as a "negative heat capadty" in which extracting energy from a gravitating system makes it hotter -- clearly the 2nd law of thermodynamics does not apply here! (This is the physicist's part of the answer to e e cummings' question: what is the wonder that's keeping the stars apart?) Then, the next instability is that hydrogen and helium nuclei can fuse together to release energy and make stars burn for billions of years. And then at the end of the fuel source, stars become unstable and explode and liberate the chemical elements back into space. And because of that, on planets like Earth, sustained energy flows support the development of additional instabilities and all kinds of complex patterns. Gravitational instability pulls the densest materials into the core of the Earth, leaving a thin skin of water and air, and makes the interior churn incessantly as heat flows outwards. And the heat from the sun, received mostly near the equator and flowing towards the poles, supports the complex atmospheric and oceanic circulations. And because or that, the physical Earth is full of natural chemical laboratories, concentrating elements here, mixing them there, raising and lowering temperatures, ceaselessly experimenting with uncountable events where new instabilities can arise. At least one of them was the new experiment called life. Now that we know that there are at least as many planets as there are stars, it is hard to imagine that nature's ceasess

  12. Trajectory-probed instability and statistics of desynchronization events in coupled chaotic systems

    NASA Astrophysics Data System (ADS)

    de Oliveira, Gilson F.; Chevrollier, Martine; Passerat de Silans, Thierry; Oriá, Marcos; de Souza Cavalcante, Hugo L. D.

    2015-11-01

    Complex systems, such as financial markets, earthquakes, and neurological networks, exhibit extreme events whose mechanisms of formation are not still completely understood. These mechanisms may be identified and better studied in simpler systems with dynamical features similar to the ones encountered in the complex system of interest. For instance, sudden and brief departures from the synchronized state observed in coupled chaotic systems were shown to display non-normal statistical distributions similar to events observed in the complex systems cited above. The current hypothesis accepted is that these desynchronization events are influenced by the presence of unstable object(s) in the phase space of the system. Here, we present further evidence that the occurrence of large events is triggered by the visitation of the system's phase-space trajectory to the vicinity of these unstable objects. In the system studied here, this visitation is controlled by a single parameter, and we exploit this feature to observe the effect of the visitation rate in the overall instability of the synchronized state. We find that the probability of escapes from the synchronized state and the size of those desynchronization events are enhanced in attractors whose shapes permit the chaotic trajectories to approach the region of strong instability. This result shows that the occurrence of large events requires not only a large local instability to amplify noise, or to amplify the effect of parameter mismatch between the coupled subsystems, but also that the trajectories of the system wander close to this local instability.

  13. Stressful Life Events and Child Anxiety: Examining Parent and Child Mediators.

    PubMed

    Platt, Rheanna; Williams, Sarah R; Ginsburg, Golda S

    2016-02-01

    While a number of factors have been linked with excessive anxiety (e.g., parenting, child temperament), the impact of stressful life events remains under-studied. Moreover, much of this literature has examined bivariate associations rather than testing more complex theoretical models. The current study extends the literature on life events and child anxiety by testing a theory-driven meditational model. Specifically, one child factor (child cognitions/locus of control), two parent factors (parent psychopathology and parenting stress), and two parent-child relationship factors (parent-child dysfunctional interaction and parenting style) were examined as mediators in the relationship between stressful life events and severity of child anxiety. One hundred and thirty anxious parents and their nonanxious, high-risk children (ages ranged from 7 to 13 years) participated in this study. Results indicated that levels of parenting stress, parental anxious rearing, and dysfunctional parent-child interaction mediated the association between stressful life events and severity of anxiety symptoms. Child cognition and parent psychopathology factors failed to emerge as mediators. Findings provide support for more complex theoretical models linking life events and child anxiety and suggest potential targets of intervention.

  14. Stressful Life Events and Child Anxiety: Examining Parent and Child Mediators

    PubMed Central

    Platt, Rheanna; Williams, Sarah R.; Ginsburg, Golda S.

    2015-01-01

    While a number of factors have been linked with excessive anxiety (e.g., parenting, child temperament), the impact of stressful life events remains under-studied. Moreover, much of this literature has examined bivariate associations rather than testing more complex theoretical models. The current study extends the literature on life events and child anxiety by testing a theory-driven meditational model. Specifically, one child factor (child cognitions/locus of control), two parent factors (parent psychopathology and parenting stress), and two parent-child relationship factors (parent-child dysfunctional interaction and parenting style) were examined as mediators in the relationship between stressful life events and severity of child anxiety. One hundred and thirty anxious parents and their nonanxious, high-risk children (ages ranged from 7 to 13 years) participated in this study. Results indicated that levels of parenting stress, parental anxious rearing, and dysfunctional parent-child interaction mediated the association between stressful life events and severity of anxiety symptoms. Child cognition and parent psychopathology factors failed to emerge as mediators. Findings provide support for more complex theoretical models linking life events and child anxiety and suggest potential targets of intervention. PMID:25772523

  15. Time difference of arrival to blast localization of potential chemical/biological event on the move

    NASA Astrophysics Data System (ADS)

    Morcos, Amir; Desai, Sachi; Peltzer, Brian; Hohil, Myron E.

    2007-10-01

    Integrating a sensor suite with ability to discriminate potential Chemical/Biological (CB) events from high-explosive (HE) events employing a standalone acoustic sensor with a Time Difference of Arrival (TDOA) algorithm we developed a cueing mechanism for more power intensive and range limited sensing techniques. Enabling the event detection algorithm to locate to a blast event using TDOA we then provide further information of the event as either Launch/Impact and if CB/HE. The added information is provided to a range limited chemical sensing system that exploits spectroscopy to determine the contents of the chemical event. The main innovation within this sensor suite is the system will provide this information on the move while the chemical sensor will have adequate time to determine the contents of the event from a safe stand-off distance. The CB/HE discrimination algorithm exploits acoustic sensors to provide early detection and identification of CB attacks. Distinct characteristics arise within the different airburst signatures because HE warheads emphasize concussive and shrapnel effects, while CB warheads are designed to disperse their contents over large areas, therefore employing a slower burning, less intense explosive to mix and spread their contents. Differences characterized by variations in the corresponding peak pressure and rise time of the blast, differences in the ratio of positive pressure amplitude to the negative amplitude, and variations in the overall duration of the resulting waveform. The discrete wavelet transform (DWT) is used to extract the predominant components of these characteristics from air burst signatures at ranges exceeding 3km. Highly reliable discrimination is achieved with a feed-forward neural network classifier trained on a feature space derived from the distribution of wavelet coefficients and higher frequency details found within different levels of the multiresolution decomposition. The development of an adaptive noise

  16. Hawthorn extract for treating chronic heart failure.

    PubMed

    Pittler, M H; Guo, R; Ernst, E

    2008-01-23

    Hg/min) -19.22, 95% CI -30.46 to -7.98, n = 264). Symptoms such as shortness of breath and fatigue improved significantly with hawthorn treatment as compared with placebo (WMD -5.47, 95% CI -8.68 to -2.26, n = 239). No data on relevant mortality and morbidity such as cardiac events were reported, apart from one trial, which reported deaths (three in active, one in control) without providing further details. Reported adverse events were infrequent, mild, and transient; they included nausea, dizziness, and cardiac and gastrointestinal complaints. These results suggest that there is a significant benefit in symptom control and physiologic outcomes from hawthorn extract as an adjunctive treatment for chronic heart failure.

  17. Uranium(VI) Complexes with a Calix[4]arene‐Based 8‐Hydroxyquinoline Ligand: Thermodynamic and Structural Characterization Based on Calorimetry, Spectroscopy, and Liquid–Liquid Extraction

    PubMed Central

    Bauer, Anne; Jäschke, Astrid; Schöne, Sebastian; Barthen, Robert; März, Juliane; Patzschke, Michael; Kersting, Berthold; Fahmy, Karim; Oertel, Jana; Brendler, Vinzenz; Stumpf, Thorsten

    2018-01-01

    Abstract The environmental aspects of ore processing and waste treatment call for an optimization of applied technologies. There, understanding of the structure and complexation mechanism on a molecular scale is indispensable. Here, the complexation of UVI with a calix[4]arene‐based 8‐hydroxyquinoline ligand was investigated by applying a wide range of complementary methods. In solution, the formation of two complex species was proven with stability constants of log ß 1:1=5.94±0.02 and log ß 2:1=6.33±0.01, respectively. The formation of the 1:1 complex was found to be enthalpy driven [ΔH 1:1=(−71.5±10.0) kJ mol−1; TΔS 1:1=(−37.57±10.0) kJ mol−1], whereas the second complexation step was found to be endothermic and entropy driven [ΔH 2:1=(32.8±4.0) kJ mol−1; TΔS 2:1=(68.97±4.0) kJ mol−1]. Moreover, the molecular structure of [UO2(H6L)(NO3)](NO3) (1) was determined by single‐crystal X‐ray diffraction. Concluding, radiotoxic UVI was separated from a EuIII‐containing solution by the calix[4]arene‐based ligand in solvent extractions. PMID:29930893

  18. Changes in extreme events and the potential impacts on human health.

    PubMed

    Bell, Jesse E; Brown, Claudia Langford; Conlon, Kathryn; Herring, Stephanie; Kunkel, Kenneth E; Lawrimore, Jay; Luber, George; Schreck, Carl; Smith, Adam; Uejio, Christopher

    2018-04-01

    Extreme weather and climate-related events affect human health by causing death, injury, and illness, as well as having large socioeconomic impacts. Climate change has caused changes in extreme event frequency, intensity, and geographic distribution, and will continue to be a driver for change in the future. Some of these events include heat waves, droughts, wildfires, dust storms, flooding rains, coastal flooding, storm surges, and hurricanes. The pathways connecting extreme events to health outcomes and economic losses can be diverse and complex. The difficulty in predicting these relationships comes from the local societal and environmental factors that affect disease burden. More information is needed about the impacts of climate change on public health and economies to effectively plan for and adapt to climate change. This paper describes some of the ways extreme events are changing and provides examples of the potential impacts on human health and infrastructure. It also identifies key research gaps to be addressed to improve the resilience of public health to extreme events in the future. Extreme weather and climate events affect human health by causing death, injury, and illness, as well as having large socioeconomic impacts. Climate change has caused changes in extreme event frequency, intensity, and geographic distribution, and will continue to be a driver for change in the future. Some of these events include heat waves, droughts, wildfires, flooding rains, coastal flooding, surges, and hurricanes. The pathways connecting extreme events to health outcomes and economic losses can be diverse and complex. The difficulty in predicting these relationships comes from the local societal and environmental factors that affect disease burden.

  19. Maximal use of kinematic information for the extraction of the mass of the top quark in single-lepton tt bar events at DO

    NASA Astrophysics Data System (ADS)

    Estrada Vigil, Juan Cruz

    The mass of the top (t) quark has been measured in the lepton+jets channel of tt¯ final states studied by the DØ and CDF experiments at Fermilab using data from Run I of the Tevatron pp¯ collider. The result published by DØ is 173.3 +/- 5.6(stat) +/- 5.5(syst) GeV. We present a different method to perform this measurement using the existing data. The new technique uses all available kinematic information in an event, and provides a significantly smaller statistical uncertainty than achieved in previous analyses. The preliminary results presented in this thesis indicate a statistical uncertainty for the extracted mass of the top quark of 3.5 GeV, which represents a significant improvement over the previous value of 5.6 GeV. The method of analysis is very general, and may be particularly useful in situations where there is a small signal and a large background.

  20. Effect of aluminum, zinc, copper, and lead on the acid-base properties of water extracts from soils

    NASA Astrophysics Data System (ADS)

    Motuzova, G. V.; Makarychev, I. P.; Petrov, M. I.

    2013-01-01

    The potentiometric titration of water extracts from the upper horizons of taiga-zone soils by salt solutions of heavy metals (Pb, Cu, and Zn) showed that their addition is an additional source of the extract acidity because of the involvement of the metal ions in complexation with water-soluble organic substances (WSOSs). At the addition of 0.01 M water solutions of Al(NO3)3 to water extracts from soils, Al3+ ions are also involved in complexes with WSOSs, which is accompanied by stronger acidification of the extracts from the upper horizon of soddy soils (with a near-neutral reaction) than from the litter of bog-podzolic soil (with a strongly acid reaction). The effect of the Al3+ hydrolysis on the acidity of the extracts is insignificantly low in both cases. A quantitative relationship was revealed between the release of protons and the ratio of free Cu2+ ions to those complexed with WSOSs at the titration of water extracts from soils by a solution of copper salt.

  1. FIELD EVALUATION OF DNAPL EXTRACTION TECHNOLOGIES: PROJECT OVERVIEW

    EPA Science Inventory

    Five DNAPL remediation technologies were evaluated at the Dover National Test Site, Dover AFB, Delaware. The technologies were cosolvent solubilization, cosolvent mobilization, surfactant solubilization, complex sugar flushing and air sparging/soil vapor extraction. The effectiv...

  2. Extracting Hot spots of Topics from Time Stamped Documents

    PubMed Central

    Chen, Wei; Chundi, Parvathi

    2011-01-01

    Identifying time periods with a burst of activities related to a topic has been an important problem in analyzing time-stamped documents. In this paper, we propose an approach to extract a hot spot of a given topic in a time-stamped document set. Topics can be basic, containing a simple list of keywords, or complex. Logical relationships such as and, or, and not are used to build complex topics from basic topics. A concept of presence measure of a topic based on fuzzy set theory is introduced to compute the amount of information related to the topic in the document set. Each interval in the time period of the document set is associated with a numeric value which we call the discrepancy score. A high discrepancy score indicates that the documents in the time interval are more focused on the topic than those outside of the time interval. A hot spot of a given topic is defined as a time interval with the highest discrepancy score. We first describe a naive implementation for extracting hot spots. We then construct an algorithm called EHE (Efficient Hot Spot Extraction) using several efficient strategies to improve performance. We also introduce the notion of a topic DAG to facilitate an efficient computation of presence measures of complex topics. The proposed approach is illustrated by several experiments on a subset of the TDT-Pilot Corpus and DBLP conference data set. The experiments show that the proposed EHE algorithm significantly outperforms the naive one, and the extracted hot spots of given topics are meaningful. PMID:21765568

  3. The Orpheus complex.

    PubMed

    Dawson, T

    2000-04-01

    This paper examines the possible psychological implications of two adaptations of the myth of Orpheus and Eurydice, both of which were completed in 1997. The first is by a man: 'Deconstructing Harry', a film by Woody Allen. The second is by a woman: 'Eurydice in the Underworld', a short story written by Kathy Acker in the last year of her life. The paper argues that there are only four 'necessary events' in the myth of Orpheus and Eurydice. It defines the sequence of these events as a 'mythic pattern' that represents the experience of loss, unconscious yearning, depression, and psychological inflation. The film is examined as an expression of an 'Orpheus complex', the short story as an expression of an 'Eurydice complex'. The paper suggests a possible reason for the persistence of interest in the myth throughout the twentieth century. Although it notes that women appear to find it easier to free themselves from identification with the mythic pattern, it also provides reasons for thinking that men may be about to do the same.

  4. Statistical similarity measures for link prediction in heterogeneous complex networks

    NASA Astrophysics Data System (ADS)

    Shakibian, Hadi; Charkari, Nasrollah Moghadam

    2018-07-01

    The majority of the link prediction measures in heterogeneous complex networks rely on the nodes connectivities while less attention has been paid to the importance of the nodes and paths. In this paper, we propose some new meta-path based statistical similarity measures to properly perform link prediction task. The main idea in the proposed measures is to drive some co-occurrence events in a number of co-occurrence matrices that are occurred between the visited nodes obeying a meta-path. The extracted co-occurrence matrices are analyzed in terms of the energy, inertia, local homogeneity, correlation, and information measure of correlation to determine various information theoretic measures. We evaluate the proposed measures, denoted as link energy, link inertia, link local homogeneity, link correlation, and link information measure of correlation, using a standard DBLP network data set. The results of the AUC score and Precision rate indicate the validity and accuracy of the proposed measures in comparison to the popular meta-path based similarity measures.

  5. Temporal integration: intentional sound discrimination does not modulate stimulus-driven processes in auditory event synthesis.

    PubMed

    Sussman, Elyse; Winkler, István; Kreuzer, Judith; Saher, Marieke; Näätänen, Risto; Ritter, Walter

    2002-12-01

    Our previous study showed that the auditory context could influence whether two successive acoustic changes occurring within the temporal integration window (approximately 200ms) were pre-attentively encoded as a single auditory event or as two discrete events (Cogn Brain Res 12 (2001) 431). The aim of the current study was to assess whether top-down processes could influence the stimulus-driven processes in determining what constitutes an auditory event. Electroencepholagram (EEG) was recorded from 11 scalp electrodes to frequently occurring standard and infrequently occurring deviant sounds. Within the stimulus blocks, deviants either occurred only in pairs (successive feature changes) or both singly and in pairs. Event-related potential indices of change and target detection, the mismatch negativity (MMN) and the N2b component, respectively, were compared with the simultaneously measured performance in discriminating the deviants. Even though subjects could voluntarily distinguish the two successive auditory feature changes from each other, which was also indicated by the elicitation of the N2b target-detection response, top-down processes did not modify the event organization reflected by the MMN response. Top-down processes can extract elemental auditory information from a single integrated acoustic event, but the extraction occurs at a later processing stage than the one whose outcome is indexed by MMN. Initial processes of auditory event-formation are fully governed by the context within which the sounds occur. Perception of the deviants as two separate sound events (the top-down effects) did not change the initial neural representation of the same deviants as one event (indexed by the MMN), without a corresponding change in the stimulus-driven sound organization.

  6. Biomechanics of milk extraction during breast-feeding

    PubMed Central

    Elad, David; Kozlovsky, Pavel; Blum, Omry; Laine, Andrew F.; Po, Ming Jack; Botzer, Eyal; Dollberg, Shaul; Zelicovich, Mabel; Ben Sira, Liat

    2014-01-01

    How do infants extract milk during breast-feeding? We have resolved a century-long scientific controversy, whether it is sucking of the milk by subatmospheric pressure or mouthing of the nipple–areola complex to induce a peristaltic-like extraction mechanism. Breast-feeding is a dynamic process, which requires coupling between periodic motions of the infant’s jaws, undulation of the tongue, and the breast milk ejection reflex. The physical mechanisms executed by the infant have been intriguing topics. We used an objective and dynamic analysis of ultrasound (US) movie clips acquired during breast-feeding to explore the tongue dynamic characteristics. Then, we developed a new 3D biophysical model of the breast and lactiferous tubes that enables the mimicking of dynamic characteristics observed in US imaging during breast-feeding, and thereby, exploration of the biomechanical aspects of breast-feeding. We have shown, for the first time to our knowledge, that latch-on to draw the nipple–areola complex into the infant mouth, as well as milk extraction during breast-feeding, require development of time-varying subatmospheric pressures within the infant’s oral cavity. Analysis of the US movies clearly demonstrated that tongue motility during breast-feeding was fairly periodic. The anterior tongue, which is wedged between the nipple–areola complex and the lower lips, moves as a rigid body with the cycling motion of the mandible, while the posterior section of the tongue undulates in a pattern similar to a propagating peristaltic wave, which is essential for swallowing. PMID:24706845

  7. Equilibrium of molybdenum in selected extraction systems

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

    Tkac, Peter; Paulenova, Alena

    2007-07-01

    The concentration of molybdenum(VI) in dissolved irradiated nuclear fuel is comparable with the concentrations of Tc, Am and Np. Therefore it is of big interest to understand its behavior under conditions related to the UREX/TRUEX process. The effect of the poly-speciation of molybdenum in aqueous solution on its extraction by neutral solvents TBP and CMPO/TBP was studied. Extraction yields of molybdenum decreased significantly when AHA was added to aqueous phase. Our investigation confirmed a strong ability of the aceto-hydroxamic acid to form complexes with Mo in high acidic solutions. Spectroscopic data (UV-Vis) confirmed that a fraction of the Mo(VI)-AHA complexmore » is present in the organic phase after extraction. (authors)« less

  8. Extracts of Monascusus purpureus beyond statins--profile of efficacy and safety of the use of extracts of Monascus purpureus.

    PubMed

    Bianchi, Antonio

    2005-12-01

    Extracts of Monascus purpureus have always been considered a natural source of lovastatin, the precursor of the world's largest selling class of drugs. In actual fact, the fungus contains many other substances (flavonoids, polyunsaturated fats, pyrrolinic compounds etc.) with a wide variety of other actions. The most recent studies have shown that it has an action on the glycemic metabolism, and on the mechanisms of adipogenesis, also an effects on the endothelium and on postprandial vasodilation. These effects are more extensive and complex than those of statins alone. And new strains of Monascus purpureus have recently been patented where the presence of statins is only one of the therapeutic components of the fungus. In particular, the increase in secondary components, such as flavonoids, which coincides with a more complex therapeutic action, probably making the new extracts of Monascus purpureus, the ideal candidate for the treatment of the metabolic syndrome.

  9. Analysis hierarchical model for discrete event systems

    NASA Astrophysics Data System (ADS)

    Ciortea, E. M.

    2015-11-01

    The This paper presents the hierarchical model based on discrete event network for robotic systems. Based on the hierarchical approach, Petri network is analysed as a network of the highest conceptual level and the lowest level of local control. For modelling and control of complex robotic systems using extended Petri nets. Such a system is structured, controlled and analysed in this paper by using Visual Object Net ++ package that is relatively simple and easy to use, and the results are shown as representations easy to interpret. The hierarchical structure of the robotic system is implemented on computers analysed using specialized programs. Implementation of hierarchical model discrete event systems, as a real-time operating system on a computer network connected via a serial bus is possible, where each computer is dedicated to local and Petri model of a subsystem global robotic system. Since Petri models are simplified to apply general computers, analysis, modelling, complex manufacturing systems control can be achieved using Petri nets. Discrete event systems is a pragmatic tool for modelling industrial systems. For system modelling using Petri nets because we have our system where discrete event. To highlight the auxiliary time Petri model using transport stream divided into hierarchical levels and sections are analysed successively. Proposed robotic system simulation using timed Petri, offers the opportunity to view the robotic time. Application of goods or robotic and transmission times obtained by measuring spot is obtained graphics showing the average time for transport activity, using the parameters sets of finished products. individually.

  10. Achieving High Resolution Timer Events in Virtualized Environment

    PubMed Central

    Adamczyk, Blazej; Chydzinski, Andrzej

    2015-01-01

    Virtual Machine Monitors (VMM) have become popular in different application areas. Some applications may require to generate the timer events with high resolution and precision. This however may be challenging due to the complexity of VMMs. In this paper we focus on the timer functionality provided by five different VMMs—Xen, KVM, Qemu, VirtualBox and VMWare. Firstly, we evaluate resolutions and precisions of their timer events. Apparently, provided resolutions and precisions are far too low for some applications (e.g. networking applications with the quality of service). Then, using Xen virtualization we demonstrate the improved timer design that greatly enhances both the resolution and precision of achieved timer events. PMID:26177366

  11. Selection of Suitable DNA Extraction Methods for Genetically Modified Maize 3272, and Development and Evaluation of an Event-Specific Quantitative PCR Method for 3272.

    PubMed

    Takabatake, Reona; Masubuchi, Tomoko; Futo, Satoshi; Minegishi, Yasutaka; Noguchi, Akio; Kondo, Kazunari; Teshima, Reiko; Kurashima, Takeyo; Mano, Junichi; Kitta, Kazumi

    2016-01-01

    A novel real-time PCR-based analytical method was developed for the event-specific quantification of a genetically modified (GM) maize, 3272. We first attempted to obtain genome DNA from this maize using a DNeasy Plant Maxi kit and a DNeasy Plant Mini kit, which have been widely utilized in our previous studies, but DNA extraction yields from 3272 were markedly lower than those from non-GM maize seeds. However, lowering of DNA extraction yields was not observed with GM quicker or Genomic-tip 20/G. We chose GM quicker for evaluation of the quantitative method. We prepared a standard plasmid for 3272 quantification. The conversion factor (Cf), which is required to calculate the amount of a genetically modified organism (GMO), was experimentally determined for two real-time PCR instruments, the Applied Biosystems 7900HT (the ABI 7900) and the Applied Biosystems 7500 (the ABI7500). The determined Cf values were 0.60 and 0.59 for the ABI 7900 and the ABI 7500, respectively. To evaluate the developed method, a blind test was conducted as part of an interlaboratory study. The trueness and precision were evaluated as the bias and reproducibility of the relative standard deviation (RSDr). The determined values were similar to those in our previous validation studies. The limit of quantitation for the method was estimated to be 0.5% or less, and we concluded that the developed method would be suitable and practical for detection and quantification of 3272.

  12. A Hybrid Methodology for Modeling Risk of Adverse Events in Complex Health-Care Settings.

    PubMed

    Kazemi, Reza; Mosleh, Ali; Dierks, Meghan

    2017-03-01

    In spite of increased attention to quality and efforts to provide safe medical care, adverse events (AEs) are still frequent in clinical practice. Reports from various sources indicate that a substantial number of hospitalized patients suffer treatment-caused injuries while in the hospital. While risk cannot be entirely eliminated from health-care activities, an important goal is to develop effective and durable mitigation strategies to render the system "safer." In order to do this, though, we must develop models that comprehensively and realistically characterize the risk. In the health-care domain, this can be extremely challenging due to the wide variability in the way that health-care processes and interventions are executed and also due to the dynamic nature of risk in this particular domain. In this study, we have developed a generic methodology for evaluating dynamic changes in AE risk in acute care hospitals as a function of organizational and nonorganizational factors, using a combination of modeling formalisms. First, a system dynamics (SD) framework is used to demonstrate how organizational-level and policy-level contributions to risk evolve over time, and how policies and decisions may affect the general system-level contribution to AE risk. It also captures the feedback of organizational factors and decisions over time and the nonlinearities in these feedback effects. SD is a popular approach to understanding the behavior of complex social and economic systems. It is a simulation-based, differential equation modeling tool that is widely used in situations where the formal model is complex and an analytical solution is very difficult to obtain. Second, a Bayesian belief network (BBN) framework is used to represent patient-level factors and also physician-level decisions and factors in the management of an individual patient, which contribute to the risk of hospital-acquired AE. BBNs are networks of probabilities that can capture probabilistic relations

  13. Extractive waste management: A risk analysis approach.

    PubMed

    Mehta, Neha; Dino, Giovanna Antonella; Ajmone-Marsan, Franco; Lasagna, Manuela; Romè, Chiara; De Luca, Domenico Antonio

    2018-05-01

    Abandoned mine sites continue to present serious environmental hazards because the heavy metals associated with extractive waste are continuously released into the environment, where they threaten human life and the environment. Remediating and securing extractive waste are complex, lengthy and costly processes. Thus, in most European countries, a site is considered for intervention when it poses a risk to human health and the surrounding environment. As a consequence, risk analysis presents a viable decisional approach towards the management of extractive waste. To evaluate the effects posed by extractive waste to human health and groundwater, a risk analysis approach was used for an abandoned nickel extraction site in Campello Monti in North Italy. This site is located in the Southern Italian Alps. The area consists of large and voluminous mafic rocks intruded by mantle peridotite. The mining activities in this area have generated extractive waste. A risk analysis of the site was performed using Risk Based Corrective Action (RBCA) guidelines, considering the properties of extractive waste and water for the properties of environmental matrices. The results showed the presence of carcinogenic risk due to arsenic and risks to groundwater due to nickel. The results of the risk analysis form a basic understanding of the current situation at the site, which is affected by extractive waste. Copyright © 2017 Elsevier B.V. All rights reserved.

  14. Modified Lipid Extraction Methods for Deep Subsurface Shale

    PubMed Central

    Akondi, Rawlings N.; Trexler, Ryan V.; Pfiffner, Susan M.; Mouser, Paula J.; Sharma, Shikha

    2017-01-01

    Growing interest in the utilization of black shales for hydrocarbon development and environmental applications has spurred investigations of microbial functional diversity in the deep subsurface shale ecosystem. Lipid biomarker analyses including phospholipid fatty acids (PLFAs) and diglyceride fatty acids (DGFAs) represent sensitive tools for estimating biomass and characterizing the diversity of microbial communities. However, complex shale matrix properties create immense challenges for microbial lipid extraction procedures. Here, we test three different lipid extraction methods: modified Bligh and Dyer (mBD), Folch (FOL), and microwave assisted extraction (MAE), to examine their ability in the recovery and reproducibility of lipid biomarkers in deeply buried shales. The lipid biomarkers were analyzed as fatty acid methyl esters (FAMEs) with the GC-MS, and the average PL-FAME yield ranged from 67 to 400 pmol/g, while the average DG-FAME yield ranged from 600 to 3,000 pmol/g. The biomarker yields in the intact phospholipid Bligh and Dyer treatment (mBD + Phos + POPC), the Folch, the Bligh and Dyer citrate buffer (mBD-Cit), and the MAE treatments were all relatively higher and statistically similar compared to the other extraction treatments for both PLFAs and DGFAs. The biomarker yields were however highly variable within replicates for most extraction treatments, although the mBD + Phos + POPC treatment had relatively better reproducibility in the consistent fatty acid profiles. This variability across treatments which is associated with the highly complex nature of deeply buried shale matrix, further necessitates customized methodological developments for the improvement of lipid biomarker recovery. PMID:28790998

  15. Development and Evaluation of a Novel Delivery System Containing Phytophospholipid Complex for Skin Aging.

    PubMed

    Damle, Monica; Mallya, Rashmi

    2016-06-01

    Citrus auranticum and Glycyrrhiza glabra are rich in anti-oxidant polyphenols helpful in prevention of skin aging. Polyphenols have high polarity and lower skin penetration resulting in lower cutaneous delivery. The present work is attempted to develop a novel polyherbal phospholipid complex cream to improve cutaneous delivery of polyphenols for sustained anti-oxidant action. Phytochemical and in vitro anti-oxidant evaluation was done on methanolic extracts of orange peel and liquorice powder. Total phenolic content, total flavonoid content, and anti-oxidant assays were done on different ratios of orange peel and liquorice extract. Ratio 1:2 gave highest total phenolic content (TPC) (530.00 ± 1.56 mg gallic acid equivalent (GAE) g(-1) extract), total flavonoid content (TFC) (246.25 ± 1.03 mg rutin equivalent (RUE) g(-1) extract), 2,2-diphenyl-1-picrylhydrazyl (DPPH) scavenging activity (87.99 ± 0.64%), and H2O2 scavenging activity (72.47 ± 0.86%) and hence was used for formulation. Solvent evaporation method using methanol with 1:1 extract to phospholipid ratio was found to have entrapment efficiency of 93.22 ± 0.26%. Evaluation parameters like scanning electron microscopy (SEM), Fourier transform infrared spectrophotometry (FT-IR), and differential scanning calorimetry (DSC) confirmed formation of complex. The complex was formulated as oil-in-water cream and evaluated for various parameters. The optimized cream containing 1% complex was non-irritant and was found to be stable for 3-month period under conditions of stability study. Ex vivo diffusion studies showed that extract phospholipid complex cream had better retention of polyphenols in the skin when compared to conventional extract cream giving prolonged and stronger topical action. The cream had an anti-elastase activity of 28.02 ± 0.95% at concentration of 3000 μg ml(-1) (w/v). Thus, the developed safe and stable polyherbal phytophospholipid complex cream exhibited

  16. Effect of Binding Components in Complex Sample Matrices on Recovery in Direct Immersion Solid-Phase Microextraction: Friends or Foe?

    PubMed

    Alam, Md Nazmul; Pawliszyn, Janusz

    2018-02-20

    The development of matrix compatible coatings for solid-phase microextraction (SPME) has enabled direct extraction of analytes from complex sample matrices. The direct immersion (DI) mode of SPME when utilized in conjunction with such extraction phases facilitates extraction of a wide range of analytes from complex matrices without the incurrence of fouling or coating saturation. In this work, mathematical models and computational simulations were employed to investigate the effect of binding components present in complex samples on the recovery of small molecules varying in logP for extractions carried out using the direct immersion approach. The presented findings corroborate that the studied approach indeed enables the extraction of both polar and nonpolar analytes from complex matrices, provided a suitable sorbent is employed. Further results indicated that, in certain cases, the kinetics of extraction of a given analyte in its free form might be dependent on the desorption kinetics of their bound form from matrix components, which might lower total recoveries of analytes with high affinity for the matrix. However, the binding of analytes to matrix components also enables SPME to extract a balanced quantity of different logP analytes, facilitated by multiphase equilibria, with a single extraction device.

  17. Collision events between RNA polymerases in convergent transcription studied by atomic force microscopy

    PubMed Central

    Crampton, Neal; Bonass, William A.; Kirkham, Jennifer; Rivetti, Claudio; Thomson, Neil H.

    2006-01-01

    Atomic force microscopy (AFM) has been used to image, at single molecule resolution, transcription events by Escherichia coli RNA polymerase (RNAP) on a linear DNA template with two convergently aligned λpr promoters. For the first time experimentally, the outcome of collision events during convergent transcription by two identical RNAP has been studied. Measurement of the positions of the RNAP on the DNA, allows distinction of open promoter complexes (OPCs) and elongating complexes (EC) and collided complexes (CC). This discontinuous time-course enables subsequent analysis of collision events where both RNAP remain bound on the DNA. After collision, the elongating RNAP has caused the other (usually stalled) RNAP to back-track along the template. The final positions of the two RNAP indicate that these are collisions between an EC and a stalled EC (SEC) or OPC (previously referred to as sitting-ducks). Interestingly, the distances between the two RNAP show that they are not always at closest approach after ‘collision’ has caused their arrest. PMID:17012275

  18. Improving KPCA Online Extraction by Orthonormalization in the Feature Space.

    PubMed

    Souza Filho, Joao B O; Diniz, Paulo S R

    2018-04-01

    Recently, some online kernel principal component analysis (KPCA) techniques based on the generalized Hebbian algorithm (GHA) were proposed for use in large data sets, defining kernel components using concise dictionaries automatically extracted from data. This brief proposes two new online KPCA extraction algorithms, exploiting orthogonalized versions of the GHA rule. In both the cases, the orthogonalization of kernel components is achieved by the inclusion of some low complexity additional steps to the kernel Hebbian algorithm, thus not substantially affecting the computational cost of the algorithm. Results show improved convergence speed and accuracy of components extracted by the proposed methods, as compared with the state-of-the-art online KPCA extraction algorithms.

  19. Cisplatin Binding to Biological Ligands Revealed at the Encounter Complex Level by IR Action Spectroscopy.

    PubMed

    Corinti, Davide; Coletti, Cecilia; Re, Nazzareno; Chiavarino, Barbara; Crestoni, Maria Elisa; Fornarini, Simonetta

    2016-03-07

    Cisplatin [cis-diamminedichloroplatinum(II)] was the first platinum-based antineoplastic agent and is still a cornerstone for the treatment of various solid tumors. Reactive events responsible for cisplatin activity are unveiled here at the molecular level. Simple ligands (L) representing ubiquitous functional groups in the biological environment likely to be encountered by administered cisplatin have been allowed to react with cis-[PtCl(NH3)2 (H2O)](+), the primary intermediate from cisplatin hydrolysis. The substitution reactions have been examined by a combined experimental and computational approach and the structural features of the substitution product, cis-[PtCl(NH3)2(L)](+), have been probed by IR multiple-photon dissociation (IRMPD) spectroscopy. Furthermore, IRMPD spectroscopy has been exploited to elucidate the structure of [PtCl(NH3)2(L)(H2O)](+) clusters, also obtained by electrospray ionization (ESI) from the aqueous solution and representing the major focus of this investigation. These ions conform to the encounter complex of cis-[PtCl(NH3)2 (H2O)](+) with the incoming ligand and represent the first direct evidence of a prototypical Eigen-Wilkins encounter complex in solution, lying on the reaction coordinate for ligand substitution and extracted by ESI for mass spectrometric analysis. Activated [PtCl(NH3)2(L)(H2O)](+) ions dissociate by the loss of either H2O or L, the former process implying a ligand substitution event. IRMPD spectroscopy has thus revealed both structural details and reaction dynamics at the level of the isolated encounter complex. © 2016 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  20. Event identification by acoustic signature recognition

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

    Dress, W.B.; Kercel, S.W.

    1995-07-01

    Many events of interest to the security commnnity produce acoustic emissions that are, in principle, identifiable as to cause. Some obvious examples are gunshots, breaking glass, takeoffs and landings of small aircraft, vehicular engine noises, footsteps (high frequencies when on gravel, very low frequencies. when on soil), and voices (whispers to shouts). We are investigating wavelet-based methods to extract unique features of such events for classification and identification. We also discuss methods of classification and pattern recognition specifically tailored for acoustic signatures obtained by wavelet analysis. The paper is divided into three parts: completed work, work in progress, and futuremore » applications. The completed phase has led to the successful recognition of aircraft types on landing and takeoff. Both small aircraft (twin-engine turboprop) and large (commercial airliners) were included in the study. The project considered the design of a small, field-deployable, inexpensive device. The techniques developed during the aircraft identification phase were then adapted to a multispectral electromagnetic interference monitoring device now deployed in a nuclear power plant. This is a general-purpose wavelet analysis engine, spanning 14 octaves, and can be adapted for other specific tasks. Work in progress is focused on applying the methods previously developed to speaker identification. Some of the problems to be overcome include recognition of sounds as voice patterns and as distinct from possible background noises (e.g., music), as well as identification of the speaker from a short-duration voice sample. A generalization of the completed work and the work in progress is a device capable of classifying any number of acoustic events-particularly quasi-stationary events such as engine noises and voices and singular events such as gunshots and breaking glass. We will show examples of both kinds of events and discuss their recognition likelihood.« less

  1. Vitex agnus castus: a systematic review of adverse events.

    PubMed

    Daniele, Claudia; Thompson Coon, Joanna; Pittler, Max H; Ernst, Edzard

    2005-01-01

    Vitex agnus castus L. (VAC) [Verbenaceae] is a deciduous shrub that is native to Mediterranean Europe and Central Asia. Traditionally, VAC fruit extract has been used in the treatment of many female conditions, including menstrual disorders (amenorrhoea, dysmenorrhoea), premenstrual syndrome (PMS), corpus luteum insufficiency, hyperprolactinaemia, infertility, acne, menopause and disrupted lactation. The German Commission E has approved the use of VAC for irregularities of the menstrual cycle, premenstrual disturbances and mastodynia. Clinical reviews are available for the efficacy of VAC in PMS, cycle disorders, hyperprolactinaemia and mastalgia, but so far no systematic review has been published on adverse events or drug interactions associated with VAC. Therefore, this review was conducted to evaluate all the available human safety data of VAC monopreparations. Literature searches were conducted in six electronic databases, in references lists of all identified papers and in departmental files. Data from spontaneous reporting schemes of the WHO and national drug safety bodies were also included. Twelve manufacturers of VAC-containing preparations and five herbalist organisations were contacted for additional information. No language restrictions were imposed. Combination preparations including VAC or homeopathic preparations of VAC were excluded. Data extraction of key data from all articles reporting adverse events or interactions was performed independently by at least two reviewers, regardless of study design. Data from clinical trials, postmarketing surveillance studies, surveys, spontaneous reporting schemes, manufacturers and herbalist organisations indicate that the adverse events following VAC treatment are mild and reversible. The most frequent adverse events are nausea, headache, gastrointestinal disturbances, menstrual disorders, acne, pruritus and erythematous rash. No drug interactions were reported. Use of VAC should be avoided during pregnancy or

  2. Event Boundaries in Perception Affect Memory Encoding and Updating

    PubMed Central

    Swallow, Khena M.; Zacks, Jeffrey M.; Abrams, Richard A.

    2010-01-01

    Memory for naturalistic events over short delays is important for visual scene processing, reading comprehension, and social interaction. The research presented here examined relations between how an ongoing activity is perceptually segmented into events and how those events are remembered a few seconds later. In several studies participants watched movie clips that presented objects in the context of goal-directed activities. Five seconds after an object was presented, the clip paused for a recognition test. Performance on the recognition test depended on the occurrence of perceptual event boundaries. Objects that were present when an event boundary occurred were better recognized than other objects, suggesting that event boundaries structure the contents of memory. This effect was strongest when an object’s type was tested, but was also observed for objects’ perceptual features. Memory also depended on whether an event boundary occurred between presentation and test; this variable produced complex interactive effects that suggested that the contents of memory are updated at event boundaries. These data indicate that perceptual event boundaries have immediate consequences for what, when, and how easily information can be remembered. PMID:19397382

  3. Event Structure and Grammatical Patterns: Resultative Constructions

    ERIC Educational Resources Information Center

    Lee, Leslie

    2013-01-01

    This thesis investigates the nature of grammatical patterns through an in-depth study of resultative constructions in Mandarin and Thai. At the heart of the thesis lies the proposal that event structure templates--complex, meaning-based grammatical patterns--must be recognised as primary objects of linguistic analysis. As content-theoretic objects…

  4. Unveiling causal activity of complex networks

    NASA Astrophysics Data System (ADS)

    Williams-García, Rashid V.; Beggs, John M.; Ortiz, Gerardo

    2017-07-01

    We introduce a novel tool for analyzing complex network dynamics, allowing for cascades of causally-related events, which we call causal webs (c-webs), to be separated from other non-causally-related events. This tool shows that traditionally-conceived avalanches may contain mixtures of spatially-distinct but temporally-overlapping cascades of events, and dynamical disorder or noise. In contrast, c-webs separate these components, unveiling previously hidden features of the network and dynamics. We apply our method to mouse cortical data with resulting statistics which demonstrate for the first time that neuronal avalanches are not merely composed of causally-related events. The original version of this article was uploaded to the arXiv on March 17th, 2016 [1].

  5. Silver complexation and tandem mass spectrometry for differentiation of isomeric flavonoid diglycosides.

    PubMed

    Zhang, Junmei; Brodbelt, Jennifer S

    2005-03-15

    For detection and differentiation of isomeric flavonoids, electrospray ionization mass spectrometry is used to generate silver complexes of the type (Ag + flavonoid)+. Collisionally activated dissociation (CAD) of the resulting 1:1 silver/flavonoid complexes allows isomer differentiation of flavonoids. Eighteen flavonoid diglycosides constituting seven isomeric series are distinguishable from each other based on the CAD patterns of their silver complexes. Characteristic dissociation pathways allow identification of the site of glycosylation, the type of disaccharide (rutinose versus neohesperidose), and the type of aglycon (flavonol versus flavone versus flavanone). This silver complexation method is more universal than previous metal complexation methods, as intense silver complexes are observed even for flavonoids that lack the typical metal chelation sites. To demonstrate the feasibility of using silver complexation and tandem mass spectrometry to characterize flavonoids in complex mixtures, flavonoids extracted from grapefruit juice are separated by high-performance liquid chromatography and analyzed via a postcolumn complexation ESI-MS/MS strategy. Diagnostic fragmentation pathways of the silver complexes of the individual eluting flavonoids allow successful identification of the six flavonoids in the extract.

  6. Supporting Student Teachers in Developing and Applying Professional Knowledge with Videoed Events

    ERIC Educational Resources Information Center

    Ingram, Jenni

    2014-01-01

    Student teachers often struggle with handling events in the complex environment that is a classroom. This article reports on a study that investigates the potential of using video-based materials to support mathematics student teachers in developing and applying professional knowledge. Student teachers viewed videos of classroom events with…

  7. Air Traffic Complexity Measurement Environment (ACME): Software User's Guide

    NASA Technical Reports Server (NTRS)

    1996-01-01

    A user's guide for the Air Traffic Complexity Measurement Environment (ACME) software is presented. The ACME consists of two major components, a complexity analysis tool and user interface. The Complexity Analysis Tool (CAT) analyzes complexity off-line, producing data files which may be examined interactively via the Complexity Data Analysis Tool (CDAT). The Complexity Analysis Tool is composed of three independently executing processes that communicate via PVM (Parallel Virtual Machine) and Unix sockets. The Runtime Data Management and Control process (RUNDMC) extracts flight plan and track information from a SAR input file, and sends the information to GARP (Generate Aircraft Routes Process) and CAT (Complexity Analysis Task). GARP in turn generates aircraft trajectories, which are utilized by CAT to calculate sector complexity. CAT writes flight plan, track and complexity data to an output file, which can be examined interactively. The Complexity Data Analysis Tool (CDAT) provides an interactive graphic environment for examining the complexity data produced by the Complexity Analysis Tool (CAT). CDAT can also play back track data extracted from System Analysis Recording (SAR) tapes. The CDAT user interface consists of a primary window, a controls window, and miscellaneous pop-ups. Aircraft track and position data is displayed in the main viewing area of the primary window. The controls window contains miscellaneous control and display items. Complexity data is displayed in pop-up windows. CDAT plays back sector complexity and aircraft track and position data as a function of time. Controls are provided to start and stop playback, adjust the playback rate, and reposition the display to a specified time.

  8. Multielement extraction system for determining 19 trace elements in gold exploration samples

    USGS Publications Warehouse

    Clark, J. Robert; Viets, John G.; ,

    1990-01-01

    A multielement extraction system is being used successfully to provide essentially interference-free geochemical analyses to aid in gold exploration. The Methyl isobutyl ketone-Amine synerGistic Iodide Complex (MAGIC) extraction system separates Ag, As, Au, Bi, Cd, Cu, Ga, Hg, In, Mo, Pb, Pd, Pt, Sb, Se, Sn, Te, Tl, and Zn from interfering geological matrices. Quantitative extraction of these elements is accomplished over a broad range of acid normality making it possible to economically determine all 19 elements from a single digestion or leach solution. The resulting organic extracts are amenable to analysis by inductively coupled plasma atomic emission spectroscopy (ICP-AES) and flame atomic absorption spectroscopy (FAAS). For many years the principal shortcoming of ICP-AES was the complex spectral and stray-light interferences that were caused by the extreme variability of components such as Fe, Na, and Ca in common geological matrices. The MAGIC extraction allows determination of the extracted elements with enhanced sensitivity, from a virtually uniform matrix, by ICP-AES and FAAS. Because of its simultaneous multichannel capabilities, ICP-AES is the ideal instrumental technique for determining these 19 extracted elements. Ultratrace (sub-part-per-billion) determinations of Au and many of the other extracted elements can be made by graphite furnace atomic absorption spectroscopy (GFAAS), following back stripping of the extracts. The combination of the extraction followed by stripping of the organic phase eliminates 99.999% of potential interferences for Au. Gold determination by GFAAS from these extracts under the specified conditions yields a fourfold improvement in sensitivity over conventional GFAAS methods. This sensitivity enhancement and the interference-free matrix allow highly reliable determinations well into the parts-per-trillion range.

  9. Silica-based ionic liquid coating for 96-blade system for extraction of aminoacids from complex matrixes.

    PubMed

    Mousavi, Fatemeh; Pawliszyn, Janusz

    2013-11-25

    1-Vinyl-3-octadecylimidazolium bromide ionic liquid [C18VIm]Br was prepared and used for the modification of mercaptopropyl-functionalized silica (Si-MPS) through surface radical chain-transfer addition. The synthesized octadecylimidazolium-modified silica (SiImC18) was characterized by thermogravimetric analysis (TGA), infrared spectroscopy (IR), (13)C NMR and (29)Si NMR spectroscopy and used as an extraction phase for the automated 96-blade solid phase microextraction (SPME) system with thin-film geometry using polyacrylonitrile (PAN) glue. The new proposed extraction phase was applied for extraction of aminoacids from grape pulp, and LC-MS-MS method was developed for separation of model compounds. Extraction efficiency, reusability, linearity, limit of detection, limit of quantitation and matrix effect were evaluated. The whole process of sample preparation for the proposed method requires 270min for 96 samples simultaneously (60min preconditioning, 90min extraction, 60min desorption and 60min for carryover step) using 96-blade SPME system. Inter-blade and intra-blade reproducibility were in the respective ranges of 5-13 and 3-10% relative standard deviation (RSD) for all model compounds. Limits of detection and quantitation of the proposed SPME-LC-MS/MS system for analysis of analytes were found to range from 0.1 to 1.0 and 0.5 to 3.0μgL(-1), respectively. Standard addition calibration was applied for quantitative analysis of aminoacids from grape juice and the results were validated with solvent extraction (SE) technique. Copyright © 2013 Elsevier B.V. All rights reserved.

  10. Stroke-model-based character extraction from gray-level document images.

    PubMed

    Ye, X; Cheriet, M; Suen, C Y

    2001-01-01

    Global gray-level thresholding techniques such as Otsu's method, and local gray-level thresholding techniques such as edge-based segmentation or the adaptive thresholding method are powerful in extracting character objects from simple or slowly varying backgrounds. However, they are found to be insufficient when the backgrounds include sharply varying contours or fonts in different sizes. A stroke-model is proposed to depict the local features of character objects as double-edges in a predefined size. This model enables us to detect thin connected components selectively, while ignoring relatively large backgrounds that appear complex. Meanwhile, since the stroke width restriction is fully factored in, the proposed technique can be used to extract characters in predefined font sizes. To process large volumes of documents efficiently, a hybrid method is proposed for character extraction from various backgrounds. Using the measurement of class separability to differentiate images with simple backgrounds from those with complex backgrounds, the hybrid method can process documents with different backgrounds by applying the appropriate methods. Experiments on extracting handwriting from a check image, as well as machine-printed characters from scene images demonstrate the effectiveness of the proposed model.

  11. Complex ruptures during hydraulic fracturing of the Marcellus Shale

    NASA Astrophysics Data System (ADS)

    Viegas, G. F.; Urbancic, T.; Bosman, K.; Baig, A. M.

    2016-12-01

    Complex rupture patterns were observed on several M0+ events recorded during a hydraulic stimulation of the Marcellus shale. Although M>0 events associated with hydraulic fracturing have now been commonly recorded and may cause concern in terms of public and infrastructure safety, the vast majority of these events are smaller than M3 and are not felt at the surface. We investigate the rupture characteristics of one such multi-rupture event with 3 sub-events, by examining the failure dynamics of the overall fracture itself and of each individual sub-event, and the growth of the overall fracture from rupture initiation to arrest. This analysis is only possible due to the wide frequency range of the seismic monitoring system put in place which spanned from 0.1 Hz to 1000 Hz. The monitoring system consists of: high-frequency sensor-arrays of geophones deployed downhole close to the reservoir and thus to the rupture initiation point; and low to intermediate frequency accelerometers and geophones deployed at intermediate and shallow depths, allowing for the investigation of overall rupture characteristics. We aim to gain an understanding of the role of asperities, fracture roughness, and fluids on the different aspects of the rupture processes and of the failure mechanisms (shearing versus tensile dominance of behavior) associated with these complex events. Our results show that the overall event is characterized by the failure of multiple asperities and the distance between the 3 sub-events is less than 20 m. We observe decreasing stress drop and increasing Mw over time for the successive sub-events which suggest decreasing frictional resistance due to the presence of fluids over an increasingly large rupture surface akin to increased slip over a larger and less resistant contact area such as an asperity. The overall failure shows a dominant shearing mode mechanism whereas the sub-events failures show strong tensile components. The ruptures of the 1st and 2nd sub-events

  12. Rare events modeling with support vector machine: Application to forecasting large-amplitude geomagnetic substorms and extreme events in financial markets.

    NASA Astrophysics Data System (ADS)

    Gavrishchaka, V. V.; Ganguli, S. B.

    2001-12-01

    Reliable forecasting of rare events in a complex dynamical system is a challenging problem that is important for many practical applications. Due to the nature of rare events, data set available for construction of the statistical and/or machine learning model is often very limited and incomplete. Therefore many widely used approaches including such robust algorithms as neural networks can easily become inadequate for rare events prediction. Moreover in many practical cases models with high-dimensional inputs are required. This limits applications of the existing rare event modeling techniques (e.g., extreme value theory) that focus on univariate cases. These approaches are not easily extended to multivariate cases. Support vector machine (SVM) is a machine learning system that can provide an optimal generalization using very limited and incomplete training data sets and can efficiently handle high-dimensional data. These features may allow to use SVM to model rare events in some applications. We have applied SVM-based system to the problem of large-amplitude substorm prediction and extreme event forecasting in stock and currency exchange markets. Encouraging preliminary results will be presented and other possible applications of the system will be discussed.

  13. The First Prokaryotic Trehalose Synthase Complex Identified in the Hyperthermophilic Crenarchaeon Thermoproteus tenax

    PubMed Central

    Bräsen, Christopher; Hensel, Reinhard; Lupas, Andrei N.; Brinkmann, Henner; Siebers, Bettina

    2013-01-01

    The role of the disaccharide trehalose, its biosynthesis pathways and their regulation in Archaea are still ambiguous. In Thermoproteus tenax a fused trehalose-6-phosphate synthase/phosphatase (TPSP), consisting of an N-terminal trehalose-6-phosphate synthase (TPS) and a C-terminal trehalose-6-phosphate phosphatase (TPP) domain, was identified. The tpsp gene is organized in an operon with a putative glycosyltransferase (GT) and a putative mechanosensitive channel (MSC). The T. tenax TPSP exhibits high phosphatase activity, but requires activation by the co-expressed GT for bifunctional synthase-phosphatase activity. The GT mediated activation of TPS activity relies on the fusion of both, TPS and TPP domain, in the TPSP enzyme. Activation is mediated by complex-formation in vivo as indicated by yeast two-hybrid and crude extract analysis. In combination with first evidence for MSC activity the results suggest a sophisticated stress response involving TPSP, GT and MSC in T. tenax and probably in other Thermoproteales species. The monophyletic prokaryotic TPSP proteins likely originated via a single fusion event in the Bacteroidetes with subsequent horizontal gene transfers to other Bacteria and Archaea. Furthermore, evidence for the origin of eukaryotic TPSP fusions via HGT from prokaryotes and therefore a monophyletic origin of eukaryotic and prokaryotic fused TPSPs is presented. This is the first report of a prokaryotic, archaeal trehalose synthase complex exhibiting a much more simple composition than the eukaryotic complex described in yeast. Thus, complex formation and a complex-associated regulatory potential might represent a more general feature of trehalose synthesizing proteins. PMID:23626675

  14. Perceived synchrony for realistic and dynamic audiovisual events.

    PubMed

    Eg, Ragnhild; Behne, Dawn M

    2015-01-01

    In well-controlled laboratory experiments, researchers have found that humans can perceive delays between auditory and visual signals as short as 20 ms. Conversely, other experiments have shown that humans can tolerate audiovisual asynchrony that exceeds 200 ms. This seeming contradiction in human temporal sensitivity can be attributed to a number of factors such as experimental approaches and precedence of the asynchronous signals, along with the nature, duration, location, complexity and repetitiveness of the audiovisual stimuli, and even individual differences. In order to better understand how temporal integration of audiovisual events occurs in the real world, we need to close the gap between the experimental setting and the complex setting of everyday life. With this work, we aimed to contribute one brick to the bridge that will close this gap. We compared perceived synchrony for long-running and eventful audiovisual sequences to shorter sequences that contain a single audiovisual event, for three types of content: action, music, and speech. The resulting windows of temporal integration showed that participants were better at detecting asynchrony for the longer stimuli, possibly because the long-running sequences contain multiple corresponding events that offer audiovisual timing cues. Moreover, the points of subjective simultaneity differ between content types, suggesting that the nature of a visual scene could influence the temporal perception of events. An expected outcome from this type of experiment was the rich variation among participants' distributions and the derived points of subjective simultaneity. Hence, the designs of similar experiments call for more participants than traditional psychophysical studies. Heeding this caution, we conclude that existing theories on multisensory perception are ready to be tested on more natural and representative stimuli.

  15. Perceived synchrony for realistic and dynamic audiovisual events

    PubMed Central

    Eg, Ragnhild; Behne, Dawn M.

    2015-01-01

    In well-controlled laboratory experiments, researchers have found that humans can perceive delays between auditory and visual signals as short as 20 ms. Conversely, other experiments have shown that humans can tolerate audiovisual asynchrony that exceeds 200 ms. This seeming contradiction in human temporal sensitivity can be attributed to a number of factors such as experimental approaches and precedence of the asynchronous signals, along with the nature, duration, location, complexity and repetitiveness of the audiovisual stimuli, and even individual differences. In order to better understand how temporal integration of audiovisual events occurs in the real world, we need to close the gap between the experimental setting and the complex setting of everyday life. With this work, we aimed to contribute one brick to the bridge that will close this gap. We compared perceived synchrony for long-running and eventful audiovisual sequences to shorter sequences that contain a single audiovisual event, for three types of content: action, music, and speech. The resulting windows of temporal integration showed that participants were better at detecting asynchrony for the longer stimuli, possibly because the long-running sequences contain multiple corresponding events that offer audiovisual timing cues. Moreover, the points of subjective simultaneity differ between content types, suggesting that the nature of a visual scene could influence the temporal perception of events. An expected outcome from this type of experiment was the rich variation among participants' distributions and the derived points of subjective simultaneity. Hence, the designs of similar experiments call for more participants than traditional psychophysical studies. Heeding this caution, we conclude that existing theories on multisensory perception are ready to be tested on more natural and representative stimuli. PMID:26082738

  16. Methodology for extracting local constants from petroleum cracking flows

    DOEpatents

    Chang, Shen-Lin; Lottes, Steven A.; Zhou, Chenn Q.

    2000-01-01

    A methodology provides for the extraction of local chemical kinetic model constants for use in a reacting flow computational fluid dynamics (CFD) computer code with chemical kinetic computations to optimize the operating conditions or design of the system, including retrofit design improvements to existing systems. The coupled CFD and kinetic computer code are used in combination with data obtained from a matrix of experimental tests to extract the kinetic constants. Local fluid dynamic effects are implicitly included in the extracted local kinetic constants for each particular application system to which the methodology is applied. The extracted local kinetic model constants work well over a fairly broad range of operating conditions for specific and complex reaction sets in specific and complex reactor systems. While disclosed in terms of use in a Fluid Catalytic Cracking (FCC) riser, the inventive methodology has application in virtually any reaction set to extract constants for any particular application and reaction set formulation. The methodology includes the step of: (1) selecting the test data sets for various conditions; (2) establishing the general trend of the parametric effect on the measured product yields; (3) calculating product yields for the selected test conditions using coupled computational fluid dynamics and chemical kinetics; (4) adjusting the local kinetic constants to match calculated product yields with experimental data; and (5) validating the determined set of local kinetic constants by comparing the calculated results with experimental data from additional test runs at different operating conditions.

  17. Diagnostic evaluation of distributed physically based model at the REW scale (THREW) using rainfall-runoff event analysis

    NASA Astrophysics Data System (ADS)

    Tian, F.; Sivapalan, M.; Li, H.; Hu, H.

    2007-12-01

    The importance of diagnostic analysis of hydrological models is increasingly recognized by the scientific community (M. Sivapalan, et al., 2003; H. V. Gupta, et al., 2007). Model diagnosis refers to model structures and parameters being identified not only by statistical comparison of system state variables and outputs but also by process understanding in a specific watershed. Process understanding can be gained by the analysis of observational data and model results at the specific watershed as well as through regionalization. Although remote sensing technology can provide valuable data about the inputs, state variables, and outputs of the hydrological system, observational rainfall-runoff data still constitute the most accurate, reliable, direct, and thus a basic component of hydrology related database. One critical question in model diagnostic analysis is, therefore, what signature characteristic can we extract from rainfall and runoff data. To this date only a few studies have focused on this question, such as Merz et al. (2006) and Lana-Renault et al. (2007), still none of these studies related event analysis with model diagnosis in an explicit, rigorous, and systematic manner. Our work focuses on the identification of the dominant runoff generation mechanisms from event analysis of rainfall-runoff data, including correlation analysis and analysis of timing pattern. The correlation analysis involves the identification of the complex relationship among rainfall depth, intensity, runoff coefficient, and antecedent conditions, and the timing pattern analysis aims to identify the clustering pattern of runoff events in relation to the patterns of rainfall events. Our diagnostic analysis illustrates the changing pattern of runoff generation mechanisms in the DMIP2 test watersheds located in Oklahoma region, which is also well recognized by numerical simulations based on TsingHua Representative Elementary Watershed (THREW) model. The result suggests the usefulness of

  18. Automatic detection of adverse events to predict drug label changes using text and data mining techniques.

    PubMed

    Gurulingappa, Harsha; Toldo, Luca; Rajput, Abdul Mateen; Kors, Jan A; Taweel, Adel; Tayrouz, Yorki

    2013-11-01

    The aim of this study was to assess the impact of automatically detected adverse event signals from text and open-source data on the prediction of drug label changes. Open-source adverse effect data were collected from FAERS, Yellow Cards and SIDER databases. A shallow linguistic relation extraction system (JSRE) was applied for extraction of adverse effects from MEDLINE case reports. Statistical approach was applied on the extracted datasets for signal detection and subsequent prediction of label changes issued for 29 drugs by the UK Regulatory Authority in 2009. 76% of drug label changes were automatically predicted. Out of these, 6% of drug label changes were detected only by text mining. JSRE enabled precise identification of four adverse drug events from MEDLINE that were undetectable otherwise. Changes in drug labels can be predicted automatically using data and text mining techniques. Text mining technology is mature and well-placed to support the pharmacovigilance tasks. Copyright © 2013 John Wiley & Sons, Ltd.

  19. Extraction and Identification of Phlorotannins from the Brown Alga, Sargassum fusiforme (Harvey) Setchell

    PubMed Central

    Li, Yajing; Fu, Xiaoting; Duan, Delin; Liu, Xiaoyong; Xu, Jiachao; Gao, Xin

    2017-01-01

    Phlorotannins are a group of complex polymers of phloroglucinol (1,3,5-trihydroxybenzene), which are unique compounds from marine brown algae. In our present study, a procedure for extraction and enrichment of phlorotannins from S. fusiforme with highly antioxidant potentials was established. After comparison of different extraction methods, the optimal extraction conditions were established as follows. The freeze-dried seaweed powder was extracted with 30% ethanol-water solvent with a solid/liquid ratio of 1:5 at temperature of 25 °C for 30 min. After extraction, the phlorotannins were fractioned by different solvents, among which the ethyl acetate fraction exhibited both the highest total phlorotannin content (88.48 ± 0.30 mg PGE/100 mg extract) and the highest antioxidant activities. The extracts obtained from these locations were further purified and characterized using a modified UHPLC-QQQ-MS method. Compounds with 42 different molecular weights were detected and tentatively identified, among which the fuhalol-type phlorotannins were the dominant compounds, followed by phlorethols and fucophlorethols with diverse degree of polymerization. Eckol-type phlorotannins including some newly discovered carmalol derivatives were detected in Sargassum species for the first time. Our study not only described the complex phlorotannins composition in S. fusiforme, but also highlighted the challenges involved in structural elucidation of these compounds. PMID:28230766

  20. Spectral simplicity of apparent complexity. II. Exact complexities and complexity spectra

    NASA Astrophysics Data System (ADS)

    Riechers, Paul M.; Crutchfield, James P.

    2018-03-01

    The meromorphic functional calculus developed in Part I overcomes the nondiagonalizability of linear operators that arises often in the temporal evolution of complex systems and is generic to the metadynamics of predicting their behavior. Using the resulting spectral decomposition, we derive closed-form expressions for correlation functions, finite-length Shannon entropy-rate approximates, asymptotic entropy rate, excess entropy, transient information, transient and asymptotic state uncertainties, and synchronization information of stochastic processes generated by finite-state hidden Markov models. This introduces analytical tractability to investigating information processing in discrete-event stochastic processes, symbolic dynamics, and chaotic dynamical systems. Comparisons reveal mathematical similarities between complexity measures originally thought to capture distinct informational and computational properties. We also introduce a new kind of spectral analysis via coronal spectrograms and the frequency-dependent spectra of past-future mutual information. We analyze a number of examples to illustrate the methods, emphasizing processes with multivariate dependencies beyond pairwise correlation. This includes spectral decomposition calculations for one representative example in full detail.

  1. Multi-Dimensional Scaling based grouping of known complexes and intelligent protein complex detection.

    PubMed

    Rehman, Zia Ur; Idris, Adnan; Khan, Asifullah

    2018-06-01

    Protein-Protein Interactions (PPI) play a vital role in cellular processes and are formed because of thousands of interactions among proteins. Advancements in proteomics technologies have resulted in huge PPI datasets that need to be systematically analyzed. Protein complexes are the locally dense regions in PPI networks, which extend important role in metabolic pathways and gene regulation. In this work, a novel two-phase protein complex detection and grouping mechanism is proposed. In the first phase, topological and biological features are extracted for each complex, and prediction performance is investigated using Bagging based Ensemble classifier (PCD-BEns). Performance evaluation through cross validation shows improvement in comparison to CDIP, MCode, CFinder and PLSMC methods Second phase employs Multi-Dimensional Scaling (MDS) for the grouping of known complexes by exploring inter complex relations. It is experimentally observed that the combination of topological and biological features in the proposed approach has greatly enhanced prediction performance for protein complex detection, which may help to understand various biological processes, whereas application of MDS based exploration may assist in grouping potentially similar complexes. Copyright © 2018 Elsevier Ltd. All rights reserved.

  2. Automatic event detection in low SNR microseismic signals based on multi-scale permutation entropy and a support vector machine

    NASA Astrophysics Data System (ADS)

    Jia, Rui-Sheng; Sun, Hong-Mei; Peng, Yan-Jun; Liang, Yong-Quan; Lu, Xin-Ming

    2017-07-01

    Microseismic monitoring is an effective means for providing early warning of rock or coal dynamical disasters, and its first step is microseismic event detection, although low SNR microseismic signals often cannot effectively be detected by routine methods. To solve this problem, this paper presents permutation entropy and a support vector machine to detect low SNR microseismic events. First, an extraction method of signal features based on multi-scale permutation entropy is proposed by studying the influence of the scale factor on the signal permutation entropy. Second, the detection model of low SNR microseismic events based on the least squares support vector machine is built by performing a multi-scale permutation entropy calculation for the collected vibration signals, constructing a feature vector set of signals. Finally, a comparative analysis of the microseismic events and noise signals in the experiment proves that the different characteristics of the two can be fully expressed by using multi-scale permutation entropy. The detection model of microseismic events combined with the support vector machine, which has the features of high classification accuracy and fast real-time algorithms, can meet the requirements of online, real-time extractions of microseismic events.

  3. On the use of orientation filters for 3D reconstruction in event-driven stereo vision

    PubMed Central

    Camuñas-Mesa, Luis A.; Serrano-Gotarredona, Teresa; Ieng, Sio H.; Benosman, Ryad B.; Linares-Barranco, Bernabe

    2014-01-01

    The recently developed Dynamic Vision Sensors (DVS) sense visual information asynchronously and code it into trains of events with sub-micro second temporal resolution. This high temporal precision makes the output of these sensors especially suited for dynamic 3D visual reconstruction, by matching corresponding events generated by two different sensors in a stereo setup. This paper explores the use of Gabor filters to extract information about the orientation of the object edges that produce the events, therefore increasing the number of constraints applied to the matching algorithm. This strategy provides more reliably matched pairs of events, improving the final 3D reconstruction. PMID:24744694

  4. Client-Side Event Processing for Personalized Web Advertisement

    NASA Astrophysics Data System (ADS)

    Stühmer, Roland; Anicic, Darko; Sen, Sinan; Ma, Jun; Schmidt, Kay-Uwe; Stojanovic, Nenad

    The market for Web advertisement is continuously growing and correspondingly, the number of approaches that can be used for realizing Web advertisement are increasing. However, current approaches fail to generate very personalized ads for a current Web user that is visiting a particular Web content. They mainly try to develop a profile based on the content of that Web page or on a long-term user's profile, by not taking into account current user's preferences. We argue that by discovering a user's interest from his current Web behavior we can support the process of ad generation, especially the relevance of an ad for the user. In this paper we present the conceptual architecture and implementation of such an approach. The approach is based on the extraction of simple events from the user interaction with a Web page and their combination in order to discover the user's interests. We use semantic technologies in order to build such an interpretation out of many simple events. We present results from preliminary evaluation studies. The main contribution of the paper is a very efficient, semantic-based client-side architecture for generating and combining Web events. The architecture ensures the agility of the whole advertisement system, by complexly processing events on the client. In general, this work contributes to the realization of new, event-driven applications for the (Semantic) Web.

  5. A tool for exploring the dynamics of innovative interventions for public health: the critical event card.

    PubMed

    Figueiro, Ana Claudia; de Araújo Oliveira, Sydia Rosana; Hartz, Zulmira; Couturier, Yves; Bernier, Jocelyne; do Socorro Machado Freire, Maria; Samico, Isabella; Medina, Maria Guadalupe; de Sa, Ronice Franco; Potvin, Louise

    2017-03-01

    Public health interventions are increasingly represented as complex systems. Research tools for capturing the dynamic of interventions processes, however, are practically non-existent. This paper describes the development and proof of concept process of an analytical tool, the critical event card (CEC), which supports the representation and analysis of complex interventions' evolution, based on critical events. Drawing on the actor-network theory (ANT), we developed and field-tested the tool using three innovative health interventions in northeastern Brazil. Interventions were aimed to promote health equity through intersectoral approaches; were engaged in participatory evaluation and linked to professional training programs. The CEC developing involve practitioners and researchers from projects. Proof of concept was based on document analysis, face-to-face interviews and focus groups. Analytical categories from CEC allow identifying and describing critical events as milestones in the evolution of complex interventions. Categories are (1) event description; (2) actants (human and non-human) involved; (3) interactions between actants; (4) mediations performed; (5) actions performed; (6) inscriptions produced; and (7) consequences for interventions. The CEC provides a tool to analyze and represent intersectoral internvetions' complex and dynamic evolution.

  6. WRF simulation over complex terrain during a southern California wildfire event

    NASA Astrophysics Data System (ADS)

    Lu, W.; Zhong, S.; Charney, J. J.; Bian, X.; Liu, S.

    2012-03-01

    In October 2007, the largest wildfire-related evacuation in California's history occurred as severe wildfires broke out across southern California. Smoke from these wildfires contributed to elevated pollutant concentrations in the atmosphere, affecting air quality in a vast region of the western United States. High-resolution numerical simulations were performed using the Weather Research and Forecast (WRF) model to understand the atmospheric conditions during the wildfire episode and how the complex circulation patterns might affect smoke transport and dispersion. The simulated meteorological fields were validated using surface and upper air observations in California and Nevada. To distinguish the performance of the WRF in different geographic regions, the surface stations were grouped into coastal sites, valley and basin sites, and mountain sites, and the results for the three categories were analyzed and intercompared. For temperature and moisture, the mountain category has the best agreement with the observations, while the coastal category was the worst. For wind, the model performance for the three categories was very similar. The flow patterns over complex terrain were also analyzed under different synoptic conditions and the possible impact of the terrain on smoke and pollutant pathways is analyzed by employing a Lagrangian Particle Dispersion Model. When high mountains prevent the smoke from moving inland, the mountain passes act as active pathways for smoke transport; meanwhile, chimney effect helps inject the pollutants to higher levels, where they are transported regionally. The results highlight the role of complex topography in the assessment of the possible smoke transport patterns in the region.

  7. Complex formation of sericoside with hydrophilic cyclodextrins: improvement of solubility and skin penetration in topical emulsion based formulations.

    PubMed

    Rode, T; Frauen, M; Müller, B W; Düsing, H J; Schönrock, U; Mundt, C; Wenck, H

    2003-03-01

    The main objective of this study was to devise novel methods for improving the solubility of the anti-inflammatory triterpenoid sericoside, the main component of Terminalia sericea extract, thus enabling its incorporation into topical formulations. Sericoside was stabilized by complex formation with hydrophilic derivatives of beta- and gamma-cyclodextrins in a molar ratio of 1.0:1.1. The complex of extract and cyclodextrin was equilibrated in water at 25 degrees C for approximately 24 h. The dehydrated complexes of T. sericea extract and cyclodextrin were characterized by differential scanning calorimetry, thermogravimetry analysis and X-ray diffraction. Complex formation with beta-cyclodextrin as well as gamma-cyclodextrin derivatives was detectable using these three analytical tools; however, only complexes with gamma-cyclodextrin derivatives showed stability upon storage after incorporation into topical o/w or w/o formulations. Furthermore, a T. sericea extract/gamma-cyclodextrin complex incorporated in an o/w formulation resulted in a 2.6-fold higher percutaneous penetration of sericoside in in vitro excised pig skin as compared to pure T. sericea extract. For the first time, the virtually insoluble anti-inflammatory active sericoside was incorporated into a topical emulsion based formulation in a stable manner, resulting in efficient skin penetration. Copyright 2003 Elsevier Science B.V.

  8. A signal detection method for temporal variation of adverse effect with vaccine adverse event reporting system data.

    PubMed

    Cai, Yi; Du, Jingcheng; Huang, Jing; Ellenberg, Susan S; Hennessy, Sean; Tao, Cui; Chen, Yong

    2017-07-05

    To identify safety signals by manual review of individual report in large surveillance databases is time consuming; such an approach is very unlikely to reveal complex relationships between medications and adverse events. Since the late 1990s, efforts have been made to develop data mining tools to systematically and automatically search for safety signals in surveillance databases. Influenza vaccines present special challenges to safety surveillance because the vaccine changes every year in response to the influenza strains predicted to be prevalent that year. Therefore, it may be expected that reporting rates of adverse events following flu vaccines (number of reports for a specific vaccine-event combination/number of reports for all vaccine-event combinations) may vary substantially across reporting years. Current surveillance methods seldom consider these variations in signal detection, and reports from different years are typically collapsed together to conduct safety analyses. However, merging reports from different years ignores the potential heterogeneity of reporting rates across years and may miss important safety signals. Reports of adverse events between years 1990 to 2013 were extracted from the Vaccine Adverse Event Reporting System (VAERS) database and formatted into a three-dimensional data array with types of vaccine, groups of adverse events and reporting time as the three dimensions. We propose a random effects model to test the heterogeneity of reporting rates for a given vaccine-event combination across reporting years. The proposed method provides a rigorous statistical procedure to detect differences of reporting rates among years. We also introduce a new visualization tool to summarize the result of the proposed method when applied to multiple vaccine-adverse event combinations. We applied the proposed method to detect safety signals of FLU3, an influenza vaccine containing three flu strains, in the VAERS database. We showed that it had high

  9. Hormonal profiling: Development of a simple method to extract and quantify phytohormones in complex matrices by UHPLC-MS/MS.

    PubMed

    Delatorre, Carolina; Rodríguez, Ana; Rodríguez, Lucía; Majada, Juan P; Ordás, Ricardo J; Feito, Isabel

    2017-01-01

    Plant growth regulators (PGRs) are very different chemical compounds that play essential roles in plant development and the regulation of physiological processes. They exert their functions by a mechanism called cross-talk (involving either synergistic or antagonistic actions) thus; it is for great interest to study as many PGRs as possible to obtain accurate information about plant status. Much effort has been applied to develop methods capable of analyze large numbers of these compounds but frequently excluding some chemical families or important PGRs within each family. In addition, most of the methods are specially designed for matrices easy to work with. Therefore, we wanted to develop a method which achieved the requirements lacking in the literature and also being fast and reliable. Here we present a simple, fast and robust method for the extraction and quantification of 20 different PGRs using UHPLC-MS/MS optimized in complex matrices. Copyright © 2016 Elsevier B.V. All rights reserved.

  10. Characterization of Natural Organic Matter in Low-Carbon Environments: Extraction and Analytical Approaches

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

    Fox, Patricia M.; Nico, Peter S.; Tfaily, Malak M.

    2017-12-31

    Sediment-associated natural organic matter (NOM) is a complex assemblage of organic molecules with a wide range of sizes, functional groups, and structures, which is intricately associated with mineral particles. Organic carbon (OC) concentrations in subsurface sediments are typically 10 to 200 times lower than in surface soils, posing a distinct challenge for characterization. A range of chemical extractions were evaluated for extraction of NOM, and a NOM extraction scheme was developed using a combination of sequential extraction with water (MQ) and sodium pyrophosphate at pH 10 (PP), and purification by dialysis and solid phase extraction in order to isolate differentmore » fractions of sediment-associated NOM. Analysis of these different NOM fractions was then carried out by Fourier transform infrared spectroscopy (FTIR), ultraviolet-visible (UV-Vis) spectroscopy, and electrospray ionization Fourier transform ion cyclotron resonance mass spectrometry (ESI-FTICR-MS). The OC extraction efficiency of the tested extractions followed the order PP>NaOH>HCl=hydroxylamine hydrochloride>dithionite. Greater concentrations of OC in PP vs NaOH extracts suggest that metal complexation and/or ligand exchange plays an important role in OC stabilization. Characterization of different pools of extraction NOM by FITR shows that the water soluble fraction has a higher fraction of aliphatic and carboxylic groups, while the PP fractions have higher C=C groups. This trend from aliphatic to more aromatic is also supported by the UV-Vis and ESI-FTICR-MS data.« less

  11. Characterization of natural organic matter in low-carbon sediments: Extraction and analytical approaches

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

    Fox, Patricia M.; Nico, Peter S.; Tfaily, Malak M.

    Sediment-associated natural organic matter (NOM) is a complex assemblage of organic molecules with a wide range of sizes, functional groups, and structures, which is intricately associated with mineral particles. Organic carbon (OC) concentrations in subsurface sediments are typically 10 to 200 times lower than in surface soils, posing a distinct challenge for characterization. A range of chemical extractions were evaluated for extraction of NOM, and a NOM extraction scheme was developed using a combination of sequential extraction with water (MQ) and sodium pyrophosphate at pH 10 (PP), and purification by dialysis and solid phase extraction in order to isolate differentmore » fractions of sediment-associated NOM. Analysis of these different NOM fractions was then carried out by Fourier transform infrared spectroscopy (FTIR), ultraviolet-visible (UV-Vis) spectroscopy, and electrospray ionization Fourier transform ion cyclotron resonance mass spectrometry (ESI-FTICR-MS). The OC extraction efficiency of the tested extractions followed the order PP>NaOH>HCl=hydroxylamine hydrochloride>dithionite. Greater concentrations of OC in PP vs NaOH extracts suggest that metal complexation and/or ligand exchange plays an important role in OC stabilization. Characterization of different pools of extraction NOM by FITR shows that the water soluble fraction has a higher fraction of aliphatic and carboxylic groups, while the PP fractions have higher C=C groups. This trend from aliphatic to more aromatic is also supported by the UV-Vis and ESI-FTICR-MS data.« less

  12. Does Variability across Events Affect Verb Learning in English, Mandarin, and Korean?

    ERIC Educational Resources Information Center

    Childers, Jane B.; Paik, Jae H.; Flores, Melissa; Lai, Gabrielle; Dolan, Megan

    2017-01-01

    Extending new verbs is important in becoming a productive speaker of a language. Prior results show children have difficulty extending verbs when they have seen events with varied agents. This study further examines the impact of variability on verb learning and asks whether variability interacts with event complexity or differs by language.…

  13. Ten-year study of postoperative complications following dental extractions in patients with inherited bleeding disorders.

    PubMed

    Hsieh, J-T; Klein, K; Batstone, M

    2017-09-01

    Dental extractions challenge the body's haemostatic mechanism. Postoperative bleeding from dental extraction can be prolonged, or even life threatening in patients with inherited bleeding disorders. Pre- and postoperative clotting factor replacements or systemic desmopressin (ddAVP) have been advocated at our institution to prevent bleeding complications in these patients. This study aimed to assess the postoperative bleeding rate in patients with inherited bleeding disorders that underwent dental extractions at our institution between 2003 and 2012. Patients with inherited bleeding disorders such as haemophilia A, haemophilia B, and von Willebrand's disease were included. Retrospective chart review was conducted. The result showed 53 extraction events occurred in 45 patients over the 10-year period. Ten out of 53 extraction events (18.9%) had postoperative bleeding requiring further factor replacement or ddAVP. Postoperative bleeding in one patient with mild haemophilia A was complicated by the development of inhibitors. Type and severity of bleeding disorder, bone removal, and use of a local haemostatic agent did not have any significant effect on postoperative bleeding. Despite the use of perioperative factors and desmopressin, the postoperative bleeding rates remain high for patients with inherited bleeding disorders. More studies are required to assess the safety and effectiveness of using local haemostatic control to achieve haemostasis following extractions. Crown Copyright © 2017. Published by Elsevier Ltd. All rights reserved.

  14. Time dependent calibration of a sediment extraction scheme.

    PubMed

    Roychoudhury, Alakendra N

    2006-04-01

    Sediment extraction methods to quantify metal concentration in aquatic sediments usually present limitations in accuracy and reproducibility because metal concentration in the supernatant is controlled to a large extent by the physico-chemical properties of the sediment that result in a complex interplay between the solid and the solution phase. It is suggested here that standardization of sediment extraction methods using pure mineral phases or reference material is futile and instead the extraction processes should be calibrated using site-specific sediments before their application. For calibration, time dependent release of metals should be observed for each leachate to ascertain the appropriate time for a given extraction step. Although such an approach is tedious and time consuming, using iron extraction as an example, it is shown here that apart from quantitative data such an approach provides additional information on factors that play an intricate role in metal dynamics in the environment. Single step ascorbate, HCl, oxalate and dithionite extractions were used for targeting specific iron phases from saltmarsh sediments and their response was observed over time in order to calibrate the extraction times for each extractant later to be used in a sequential extraction. For surficial sediments, an extraction time of 24 h, 1 h, 2 h and 3 h was ascertained for ascorbate, HCl, oxalate and dithionite extractions, respectively. Fluctuations in iron concentration in the supernatant over time were ubiquitous. The adsorption-desorption behavior is possibly controlled by the sediment organic matter, formation or consumption of active exchange sites during extraction and the crystallinity of iron mineral phase present in the sediments.

  15. Extraction of a group-pair relation: problem-solving relation from web-board documents.

    PubMed

    Pechsiri, Chaveevan; Piriyakul, Rapepun

    2016-01-01

    This paper aims to extract a group-pair relation as a Problem-Solving relation, for example a DiseaseSymptom-Treatment relation and a CarProblem-Repair relation, between two event-explanation groups, a problem-concept group as a symptom/CarProblem-concept group and a solving-concept group as a treatment-concept/repair concept group from hospital-web-board and car-repair-guru-web-board documents. The Problem-Solving relation (particularly Symptom-Treatment relation) including the graphical representation benefits non-professional persons by supporting knowledge of primarily solving problems. The research contains three problems: how to identify an EDU (an Elementary Discourse Unit, which is a simple sentence) with the event concept of either a problem or a solution; how to determine a problem-concept EDU boundary and a solving-concept EDU boundary as two event-explanation groups, and how to determine the Problem-Solving relation between these two event-explanation groups. Therefore, we apply word co-occurrence to identify a problem-concept EDU and a solving-concept EDU, and machine-learning techniques to solve a problem-concept EDU boundary and a solving-concept EDU boundary. We propose using k-mean and Naïve Bayes to determine the Problem-Solving relation between the two event-explanation groups involved with clustering features. In contrast to previous works, the proposed approach enables group-pair relation extraction with high accuracy.

  16. A cathodoluminescence study on zircons with a complex thermal history traces back Permian crustal events in the Ivrea Zone (South Alpine, Northern Italy)

    NASA Astrophysics Data System (ADS)

    Peressini, G.; Poller, U.

    2003-04-01

    In the context of a U-Pb SHRIMP data-set, a cathodoluminescence (CL) study has been performed on zircons from the Ivrea-Verbano Zone; this is a tectonically bounded section of intermediate to deep crust, tilted and obducted in Alpine time, in which a large deep-crustal intrusion of mantle origin, the Mafic Complex (MC), was emplaced in the Early Permian. Zircons from 16 samples from the different units of the MC have been studied using CL. Three samples collected from the Paragneiss Bearing Belt (PBB) yield some partially reset spot-ages, reflecting the field observation that country rock slabs are frequent in that area. On the other side, unlike in zircons from granites, the cores are invisible under CL-imaging, and this makes the U-Pb spot-age results unpredictable, with a continuous range of ages in the same sample, spanning for an interval of over 35 Ma, followed by some much older peaks, up to 600 Ma. A fourth sample, collected 2 km far, but still within the PBB, defines instead a unique, well-defined age at 287±3 Ma, with no older peaks, its zircons showing a CL pattern typical for metamorphic grains. A different case is displayed by a sample collected from the deeper Amphibole Gabbro unit: each single grain records a complex story of magmatic growth with variable diffusivity conditions. All of them show a second major overprint, that lead to both (re)crystallization and resorption, always corresponding to much lower U and Th contents, with no sensible modification of the Th-U ratio. The age of the second event, though, is not distinguishable from that of first crystallization of the grains, and has not been at such a temperature as to obliterate the fine zoning pattern of the primary grain. The CL patterns of each single grain, composed of different domains, allow considerations on the environmental conditions of growth and (re)crystallization. CL is a very powerful tool itself, revealing crystal-chemical processes. The integration of the CL-study with the

  17. Shadow Detection Based on Regions of Light Sources for Object Extraction in Nighttime Video

    PubMed Central

    Lee, Gil-beom; Lee, Myeong-jin; Lee, Woo-Kyung; Park, Joo-heon; Kim, Tae-Hwan

    2017-01-01

    Intelligent video surveillance systems detect pre-configured surveillance events through background modeling, foreground and object extraction, object tracking, and event detection. Shadow regions inside video frames sometimes appear as foreground objects, interfere with ensuing processes, and finally degrade the event detection performance of the systems. Conventional studies have mostly used intensity, color, texture, and geometric information to perform shadow detection in daytime video, but these methods lack the capability of removing shadows in nighttime video. In this paper, a novel shadow detection algorithm for nighttime video is proposed; this algorithm partitions each foreground object based on the object’s vertical histogram and screens out shadow objects by validating their orientations heading toward regions of light sources. From the experimental results, it can be seen that the proposed algorithm shows more than 93.8% shadow removal and 89.9% object extraction rates for nighttime video sequences, and the algorithm outperforms conventional shadow removal algorithms designed for daytime videos. PMID:28327515

  18. Warm-season severe wind events in Germany

    NASA Astrophysics Data System (ADS)

    Gatzen, Christoph

    2013-04-01

    A 15-year data set of wind measurements was analyzed with regard to warm season severe wind gusts in Germany. For April to September of the years 1997 to 2011, 1035 wind measurements of 26 m/s or greater were found. These wind reports were associated with 268 wind events. In total, 252 convective wind events contributed to 837 (81%) of the wind reports, 16 non-convective synoptic-scale wind events contributed to 198 reports (19%). Severe wind events were found with synoptic situations characterized by rather strong mid-level flow and advancing mid-level troughs. Severe convective wind events were analyzed using radar images and classified with respect to the observed radar structure. The most important convective mode was squall lines that were associated with one third of all severe wind gusts, followed by groups, bow echo complexes, and bow echoes. Supercells and cells were not associated with many wind reports. The low contribution of isolated cells indicates that rather large-scale forcing by synoptic-scale features like fronts is important for German severe wind events. Bow echoes were found to be present for 58% of all wind reports. The movement speed of bow echoes indicated a large variation with a maximum speed of 33 m/s. Extreme wind events as well as events with more than 15 wind reports were found to be related to higher movement speeds. Concentrating on the most intense events, derechos seem to be very important to the warm season wind threat in Germany. Convective events with a path length of more than 400 km contributed to 36% of all warm-season wind gusts in this data set. Furthermore, eight of nine extreme gusts exceeding 40 m/s were recorded with derecho events.

  19. Use of Activity-Based Probes to Develop High Throughput Screening Assays That Can Be Performed in Complex Cell Extracts

    PubMed Central

    Deu, Edgar; Yang, Zhimou; Wang, Flora; Klemba, Michael; Bogyo, Matthew

    2010-01-01

    Background High throughput screening (HTS) is one of the primary tools used to identify novel enzyme inhibitors. However, its applicability is generally restricted to targets that can either be expressed recombinantly or purified in large quantities. Methodology and Principal Findings Here, we described a method to use activity-based probes (ABPs) to identify substrates that are sufficiently selective to allow HTS in complex biological samples. Because ABPs label their target enzymes through the formation of a permanent covalent bond, we can correlate labeling of target enzymes in a complex mixture with inhibition of turnover of a substrate in that same mixture. Thus, substrate specificity can be determined and substrates with sufficiently high selectivity for HTS can be identified. In this study, we demonstrate this method by using an ABP for dipeptidyl aminopeptidases to identify (Pro-Arg)2-Rhodamine as a specific substrate for DPAP1 in Plasmodium falciparum lysates and Cathepsin C in rat liver extracts. We then used this substrate to develop highly sensitive HTS assays (Z’>0.8) that are suitable for use in screening large collections of small molecules (i.e >300,000) for inhibitors of these proteases. Finally, we demonstrate that it is possible to use broad-spectrum ABPs to identify target-specific substrates. Conclusions We believe that this approach will have value for many enzymatic systems where access to large amounts of active enzyme is problematic. PMID:20700487

  20. Exploring Evolving Media Discourse Through Event Cueing.

    PubMed

    Lu, Yafeng; Steptoe, Michael; Burke, Sarah; Wang, Hong; Tsai, Jiun-Yi; Davulcu, Hasan; Montgomery, Douglas; Corman, Steven R; Maciejewski, Ross

    2016-01-01

    Online news, microblogs and other media documents all contain valuable insight regarding events and responses to events. Underlying these documents is the concept of framing, a process in which communicators act (consciously or unconsciously) to construct a point of view that encourages facts to be interpreted by others in a particular manner. As media discourse evolves, how topics and documents are framed can undergo change, shifting the discussion to different viewpoints or rhetoric. What causes these shifts can be difficult to determine directly; however, by linking secondary datasets and enabling visual exploration, we can enhance the hypothesis generation process. In this paper, we present a visual analytics framework for event cueing using media data. As discourse develops over time, our framework applies a time series intervention model which tests to see if the level of framing is different before or after a given date. If the model indicates that the times before and after are statistically significantly different, this cues an analyst to explore related datasets to help enhance their understanding of what (if any) events may have triggered these changes in discourse. Our framework consists of entity extraction and sentiment analysis as lenses for data exploration and uses two different models for intervention analysis. To demonstrate the usage of our framework, we present a case study on exploring potential relationships between climate change framing and conflicts in Africa.

  1. A fuzzy Petri-net-based mode identification algorithm for fault diagnosis of complex systems

    NASA Astrophysics Data System (ADS)

    Propes, Nicholas C.; Vachtsevanos, George

    2003-08-01

    Complex dynamical systems such as aircraft, manufacturing systems, chillers, motor vehicles, submarines, etc. exhibit continuous and event-driven dynamics. These systems undergo several discrete operating modes from startup to shutdown. For example, a certain shipboard system may be operating at half load or full load or may be at start-up or shutdown. Of particular interest are extreme or "shock" operating conditions, which tend to severely impact fault diagnosis or the progression of a fault leading to a failure. Fault conditions are strongly dependent on the operating mode. Therefore, it is essential that in any diagnostic/prognostic architecture, the operating mode be identified as accurately as possible so that such functions as feature extraction, diagnostics, prognostics, etc. can be correlated with the predominant operating conditions. This paper introduces a mode identification methodology that incorporates both time- and event-driven information about the process. A fuzzy Petri net is used to represent the possible successive mode transitions and to detect events from processed sensor signals signifying a mode change. The operating mode is initialized and verified by analysis of the time-driven dynamics through a fuzzy logic classifier. An evidence combiner module is used to combine the results from both the fuzzy Petri net and the fuzzy logic classifier to determine the mode. Unlike most event-driven mode identifiers, this architecture will provide automatic mode initialization through the fuzzy logic classifier and robustness through the combining of evidence of the two algorithms. The mode identification methodology is applied to an AC Plant typically found as a component of a shipboard system.

  2. Dietary Supplement Adverse Event Report Data From the FDA Center for Food Safety and Applied Nutrition Adverse Event Reporting System (CAERS), 2004-2013.

    PubMed

    Timbo, Babgaleh B; Chirtel, Stuart J; Ihrie, John; Oladipo, Taiye; Velez-Suarez, Loy; Brewer, Vickery; Mozersky, Robert

    2018-05-01

    The Food and Drug Administration (FDA)'s Center for Food Safety and Applied Nutrition (CFSAN) oversees the safety of the nation's foods, dietary supplements, and cosmetic products. To present a descriptive analysis of the 2004-2013 dietary supplement adverse event report (AER) data from CAERS and evaluate the 2006 Dietary Supplements and Nonprescription Drug Consumer Protection Act as pertaining to dietary supplements adverse events reporting. We queried CAERS for data from the 2004-2013 AERs specifying at least 1 suspected dietary supplement product. We extracted the product name(s), the symptom(s) reported, age, sex, and serious adverse event outcomes. We examined time trends for mandatory and voluntary reporting and performed analysis using SAS v9.4 and R v3.3.0 software. Of the total AERs (n = 15 430) received from January 1, 2004, through December 31, 2013, indicating at least 1 suspected dietary supplement product, 66.9% were mandatory, 32.2% were voluntary, and 0.9% were both mandatory and voluntary. Reported serious outcomes included death, life-threatening conditions, hospitalizations, congenital anomalies/birth defects and events requiring interventions to prevent permanent impairments (5.1%). The dietary supplement adverse event reporting rate in the United States was estimated at ~2% based on CAERS data. This study characterizes CAERS dietary supplement adverse event data for the 2004-2013 period and estimates a reporting rate of 2% for dietary supplement adverse events based on CAERS data. The findings show that the 2006 Dietary Supplements and Nonprescription Drug Consumer Protection Act had a substantial impact on the reporting of adverse events.

  3. Extraction of $$\\sin^2\\theta^{\\rm lept}_{\\rm eff}$$ and indirect measurement of $$m_w$$ from the 9 fb$$^{-1}$$ full run ii sample of $$\\mu^+\\mu^-$$ events at cdf

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

    Bodek, A.

    2014-09-19

    We report on the extraction ofmore » $$\\sin^2\\theta^{\\rm lept}_{\\rm eff}$$ and indirect measurement of the mass of the W boson from the forward-backward asymmetry of $$\\mu^+\\mu^-$$ events in the $Z$ boson mass region. The data sample collected by the CDF detector corresponds to the full 9 fb$$^{-1}$$ run II sample. We measure $$\\sin^2 \\theta^{\\rm lept}_{\\rm eff} = 0.2315 \\pm 0.0010$$,$$ \\sin^2 \\theta_W = 0.2233 \\pm 0.0009$$ and $$M_W ({\\rm indirect}) = 80.365 \\pm 0.047 \\;{\\rm GeV}/c^2$$, where each uncertainty includes both statistical and systematic contributions.« less

  4. A Hierarchical Convolutional Neural Network for vesicle fusion event classification.

    PubMed

    Li, Haohan; Mao, Yunxiang; Yin, Zhaozheng; Xu, Yingke

    2017-09-01

    Quantitative analysis of vesicle exocytosis and classification of different modes of vesicle fusion from the fluorescence microscopy are of primary importance for biomedical researches. In this paper, we propose a novel Hierarchical Convolutional Neural Network (HCNN) method to automatically identify vesicle fusion events in time-lapse Total Internal Reflection Fluorescence Microscopy (TIRFM) image sequences. Firstly, a detection and tracking method is developed to extract image patch sequences containing potential fusion events. Then, a Gaussian Mixture Model (GMM) is applied on each image patch of the patch sequence with outliers rejected for robust Gaussian fitting. By utilizing the high-level time-series intensity change features introduced by GMM and the visual appearance features embedded in some key moments of the fusion process, the proposed HCNN architecture is able to classify each candidate patch sequence into three classes: full fusion event, partial fusion event and non-fusion event. Finally, we validate the performance of our method on 9 challenging datasets that have been annotated by cell biologists, and our method achieves better performances when comparing with three previous methods. Copyright © 2017 Elsevier Ltd. All rights reserved.

  5. Extraction of lanthanides using 1-hydroxy-6- N-octylcarboxamido-2(1 H)-pyridinone as an extractant via competitive ligand complexations between aqueous and organic phases

    DOE PAGES

    Williams, Neil J.; Do-Thanh, Chi -Linh; Stankovich, Joseph J.; ...

    2015-12-10

    Here, the ability to selectively extract lanthanides is crucial in hydrometallurgy and the nuclear fuel cycle. The capabilities of 1-hydroxy-6- N-octylcarboxamido-2(1 H)-pyridinone (octyl-HOPO) as an extractant for the separation of lanthanides and actinides were studied for the first time. Octyl-HOPO greatly outperformed the traditional ligand di-2-ethylhexyl phosphoric acid (DEHPA).

  6. RECOVERY OF URANIUM BY SECONDARY XANTHATE COMPLEXING

    DOEpatents

    Neville, O.K.

    1959-09-01

    A method is described for separating and recovering uranium values contained in an acidic aqueous solution together with thorium or protactinium values. In accordance with the invention, the acidic solution containing uranium in the uranyl form is contacted with an organic xanthate. The xanthate forms a urano-xanthate complex but is substantially non-reactive with thorium and protactinium. The urano-xanthate complex is recovered by organic solvent extraction.

  7. Extraction of cesium, strontium and the platinium group metals from acidic high activity nuclear waste using a Purex process compatible organic extractant. Final report, December 15, 1980-August 15, 1983

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

    Davis, M.W. Jr.; Van Brunt, V.

    1984-09-14

    Purex process compatible organic systems which selectively and reversibly extract cesium, strontium, and palladium from synthetic mixed fission product solutions containing 3M HNO/sub 3/ have been developed. This advance makes the development of continuous solvent extraction processes for their recovery more likely. The most favorable cesium and strontium complexing solutions have been tested for radiation stability to 10/sup 7/ rad using a 0.4 x 10/sup 7/ rad/h /sup 60/Co source. The distribution coefficients dropped somewhat but remained above unity. For cesium the complexing organic solution is 5 vol % (0.1M) NNS, 27 vol % TBP and 68 vol % kerosenemore » containing 0.05m Bis 4,4',(5')(1-hydroxy 2-ethylhexyl)-benzo 18-crown-6 (Crown XVII). The NNS is a sulfonic acid cation exchanger. With an aqueous phase containing 0.006M Cs/sup +1/ in contact with an equal volume of extractant the D org/aq = 1.6 at a temperature of 25 to 35/sup 0/C. For strontium the complexing organic solution is 5 vol % (0.1M) NNS, 27 vol % TBP and 68 vol % Kerosene containing 0.02M Bis 4,4'(5') (1-hydroxyheptyl)cyclohexo 18-crown-6 (Crown XVI). With an aqueous phase containing 0.003M Sr/sup +2/ in contact with an equal volume of extractant the D org/aq = 1.98 at a temperature of 25 to 35/sup 0/C. For palladium the complexing organic solution consisted of a ratio of TBP/kerosene of 0.667 containing 0.3M Alamine 336 which is a tertiary amine anion exchanger. With an aqueous phase containing 0.0045M Pd/sup +/ in contact with an equal volume of extractant the D org/aq = 1.95 at a temperature of 25 to 35/sup 0/C.« less

  8. Molecular events during translocation and proofreading extracted from 200 static structures of DNA polymerase.

    PubMed

    Ren, Zhong

    2016-09-06

    DNA polymerases in family B are workhorses of DNA replication that carry out the bulk of the job at a high speed with high accuracy. A polymerase in this family relies on a built-in exonuclease for proofreading. It has not been observed at the atomic resolution how the polymerase advances one nucleotide space on the DNA template strand after a correct nucleotide is incorporated, that is, a process known as translocation. It is even more puzzling how translocation is avoided after the primer strand is excised by the exonuclease and returned back to the polymerase active site once an error occurs. The structural events along the bifurcate pathways of translocation and proofreading have been unwittingly captured by hundreds of structures in Protein Data Bank. This study analyzes all available structures of a representative member in family B and reveals the orchestrated event sequence during translocation and proofreading. © The Author(s) 2016. Published by Oxford University Press on behalf of Nucleic Acids Research.

  9. Comparison of the activities of extracts of Escherichia coli and Salmonella typhimurium in amino acid incorporation.

    PubMed

    Bassel, B A; Curry, M E

    1973-11-01

    We have compared the amino acid incorporating activities of extracts of Escherichia coli and Salmonella typhimurium in in vitro protein-synthesizing systems directed by bacterial messenger ribonucleic acid (mRNA) of both species and by the genomes of coliphages Qbeta and f2. E. coli and S. typhimurium extracts translate both homologous and heterologous bacterial mRNAs at comparable rates. S. typhimurium extracts translate phage RNAs only 10 to 15% as fast as E. coli extracts do. The presence of glucose in the growth medium increases the activity of S. typhimurium extracts three- to fourfold in the phage RNA-directed systems. Glucose has a much more limited effect on the activities of E. coli extracts. We show that similar amounts of phage RNA-ribosome complexes are formed in both the E. coli and the S. typhimurium systems, indicating that the different activities observed may be attributed to different rates of peptide elongation or to the formation of complexes at different sites on the RNA strand.

  10. An Urban Resilience to Extreme Weather Events Framework for Development of Post Event Learning and Transformative Adaptation in Cities

    NASA Astrophysics Data System (ADS)

    Solecki, W. D.; Friedman, E. S.; Breitzer, R.

    2016-12-01

    Increasingly frequent extreme weather events are becoming an immediate priority for urban coastal practitioners and stakeholders, adding complexity to decisions concerning risk management for short-term action and long-term needs of city climate stakeholders. The conflict between the prioritization of short versus long-term events by decision-makers creates disconnect between climate science and its applications. The Consortium for Climate Risk in the Urban Northeast (CCRUN), a NOAA RISA team, is developing a set of mechanisms to help bridge this gap. The mechanisms are designed to promote the application of climate science on extreme weather events and their aftermath. It is in the post event policy window where significant opportunities for science-policy linkages exist. In particular, CCRUN is interested in producing actionable and useful information for city managers to use in decision-making processes surrounding extreme weather events and climate change. These processes include a sector specific needs assessment survey instrument and two tools for urban coastal practitioners and stakeholders. The tools focus on post event learning and connections between resilience and transformative adaptation. Elements of the two tools are presented. Post extreme event learning supports urban coastal practitioners and decision-makers concerned about maximizing opportunities for knowledge transfer and assimilation, and policy initiation and development following an extreme weather event. For the urban U.S. Northeast, post event learning helps coastal stakeholders build the capacity to adapt to extreme weather events, and inform and develop their planning capacity through analysis of past actions and steps taken in response to Hurricane Sandy. Connecting resilience with transformative adaptation is intended to promote resilience in urban Northeast coastal settings to the long-term negative consequences of extreme weather events. This is done through a knowledge co

  11. Cavity Optical Pulse Extraction: ultra-short pulse generation as seeded Hawking radiation.

    PubMed

    Eilenberger, Falk; Kabakova, Irina V; de Sterke, C Martijn; Eggleton, Benjamin J; Pertsch, Thomas

    2013-01-01

    We show that light trapped in an optical cavity can be extracted from that cavity in an ultrashort burst by means of a trigger pulse. We find a simple analytic description of this process and show that while the extracted pulse inherits its pulse length from that of the trigger pulse, its wavelength can be completely different. Cavity Optical Pulse Extraction is thus well suited for the development of ultrashort laser sources in new wavelength ranges. We discuss similarities between this process and the generation of Hawking radiation at the optical analogue of an event horizon with extremely high Hawking temperature. Our analytic predictions are confirmed by thorough numerical simulations.

  12. Event- and Time-Driven Techniques Using Parallel CPU-GPU Co-processing for Spiking Neural Networks

    PubMed Central

    Naveros, Francisco; Garrido, Jesus A.; Carrillo, Richard R.; Ros, Eduardo; Luque, Niceto R.

    2017-01-01

    Modeling and simulating the neural structures which make up our central neural system is instrumental for deciphering the computational neural cues beneath. Higher levels of biological plausibility usually impose higher levels of complexity in mathematical modeling, from neural to behavioral levels. This paper focuses on overcoming the simulation problems (accuracy and performance) derived from using higher levels of mathematical complexity at a neural level. This study proposes different techniques for simulating neural models that hold incremental levels of mathematical complexity: leaky integrate-and-fire (LIF), adaptive exponential integrate-and-fire (AdEx), and Hodgkin-Huxley (HH) neural models (ranged from low to high neural complexity). The studied techniques are classified into two main families depending on how the neural-model dynamic evaluation is computed: the event-driven or the time-driven families. Whilst event-driven techniques pre-compile and store the neural dynamics within look-up tables, time-driven techniques compute the neural dynamics iteratively during the simulation time. We propose two modifications for the event-driven family: a look-up table recombination to better cope with the incremental neural complexity together with a better handling of the synchronous input activity. Regarding the time-driven family, we propose a modification in computing the neural dynamics: the bi-fixed-step integration method. This method automatically adjusts the simulation step size to better cope with the stiffness of the neural model dynamics running in CPU platforms. One version of this method is also implemented for hybrid CPU-GPU platforms. Finally, we analyze how the performance and accuracy of these modifications evolve with increasing levels of neural complexity. We also demonstrate how the proposed modifications which constitute the main contribution of this study systematically outperform the traditional event- and time-driven techniques under

  13. Characterization and pharmacodynamic properties of Arnica montana complex.

    PubMed

    Šutovská, M; Capek, P; Kočmalová, M; Pawlaczyk, I; Zaczyńska, E; Czarny, A; Uhliariková, I; Gancarz, R; Fraňová, S

    2014-08-01

    A dark brown polymeric complex was isolated from flowering parts of medicinal plant Arnica montana L. by hot alkaline extraction followed by neutralization and multi-step extractions with organic solvents. It was recovered in 5.7% yield, on GPC showed two peaks of molecular mass of 9 and 3.5kDa. The compositional analyses of Arnica complex revealed the presence of carbohydrates (26%), uronic acids (12%), phenolics (1.25mM or 213mg of GAE/1g), and low protein content (∼1%). The carbohydrate moiety was rich mainly in rhamnogalacturonan and arabinogalactan. The antitussive tests showed the reduction of the cough efforts by Arnica complex, however, its total antitussive effect was lower compared with that of codeine, the strongest antitussive agent. The bronchodilatory activity of Arnica complex was similar to salbutamol, a classic antiasthmatic drug, and was confirmed by significantly decreased values of specific airways resistance in vivo and by considerably attenuated the amplitude of acetylcholine and histamine-induced contractions in vitro. Arnica complex did not show any cytotoxic effect on mouse fibroblast cultures and human lung cells, up to the dose of 500μg/mL. Copyright © 2014 Elsevier B.V. All rights reserved.

  14. Cytosolic Extract Induces Tir Translocation and Pedestals in EPEC-Infected Red Blood Cells

    PubMed Central

    Swimm, Alyson I; Kalman, Daniel

    2008-01-01

    Enteropathogenic Escherichia coli (EPEC) are deadly contaminants in water and food, and induce protrusion of actin-filled membranous pedestals beneath themselves upon attachment to intestinal epithelia. Pedestal formation requires clustering of Tir and subsequent recruitment of cellular tyrosine kinases including Abl, Arg, and Etk as well as signaling molecules Nck, N-WASP, and Arp2/3 complex. We have developed a cytosolic extract-based cellular system that recapitulates actin pedestal formation in permeabilized red blood cells (RBC) infected with EPEC. RBC support attachment of EPEC and translocation of virulence factors, but not pedestal formation. We show here that extract induces a rapid Ca++-dependent release of Tir from the EPEC Type III secretion system, and that cytoplasmic factor(s) present in the extract facilitate translocation of Tir into the RBC plasma membrane. We show that Abl and related kinases in the extract phosphorylate Tir and that actin polymerization can be reconstituted in infected RBC following addition of cytosolic extract. Reconstitution requires the bacterial virulence factors Tir and intimin, and phosphorylation of Tir on tyrosine residue 474 results in the recruitment of Nck, N-WASP, and Arp2/3 complex beneath attached bacteria at sites of actin polymerization. Together these data describe a biochemical system for dissection of host components that mediate Type III secretion and the mechanisms by which complexes of proteins are recruited to discrete sites within the plasma membrane to initiate localized actin polymerization and morphological changes. PMID:18208322

  15. Rapid and simultaneous detection of Mycobacterium tuberculosis complex and Beijing/W genotype in sputum by an optimized DNA extraction protocol and a novel multiplex real-time PCR.

    PubMed

    Leung, Eric T Y; Zheng, L; Wong, Rity Y K; Chan, Edward W C; Au, T K; Chan, Raphael C Y; Lui, Grace; Lee, Nelson; Ip, Margaret

    2011-07-01

    Rapid diagnosis and genotyping of Mycobacterium tuberculosis by molecular methods are often limited by the amount and purity of DNA extracted from body fluids. In this study, we evaluated 12 DNA extraction methods and developed a highly sensitive protocol for mycobacterial DNA extraction directly from sputa using surface-coated magnetic particles. We have also developed a novel multiplex real-time PCR for simultaneous identification of M. tuberculosis complex and the Beijing/W genotype (a hypervirulent sublineage of M. tuberculosis) by using multiple fluorogenic probes targeting both the M. tuberculosis IS6110 and the Rv0927c-pstS3 intergenic region. With reference strains and clinical isolates, our real-time PCR accurately identified 20 non-Beijing/W and 20 Beijing/W M. tuberculosis strains from 17 different species of nontuberculosis Mycobacterium (NTM). Further assessment of our DNA extraction protocol and real-time PCR with 335 nonduplicate sputum specimens correctly identified all 74 M. tuberculosis culture-positive specimens. In addition, 15 culture-negative specimens from patients with confirmed tuberculosis were also identified. No cross-reactivity was detected with NTM specimens (n = 31). The detection limit of the assay is 10 M. tuberculosis bacilli, as determined by endpoint dilution analysis. In conclusion, an optimized DNA extraction protocol coupled with a novel multiprobe multiplex real-time PCR for the direct detection of M. tuberculosis, including Beijing/W M. tuberculosis, was found to confer high sensitivity and specificity. The combined procedure has the potential to compensate for the drawbacks of conventional mycobacterial culture in routine clinical laboratory setting, such as the lengthy incubation period and the limitation to viable organisms.

  16. Separation of compounds with multiple -OH groups from dilute aqueous solutions via complexation with organoboronate. [1,2-propanediol

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

    Chow, Tina Kuo Fung.

    1992-05-01

    The complexing extractant agent investigated in this work is 3-nitrophenylboronic acid (NPBA) in its anionic form (NPB). NPBA and Aliquat 336 (quaternary amine) is dissolved in 2-ethyl-l-hexanol, and the extractant is contacted with aq. NaOH. Solutes investigated were 1,2-propanediol, glycerol, fructose, sorbitol and lactic acid. Batch extraction experiments were performed at 25{degree}C. Partition coefficients, distribution ratios and loadings are reported for varying concentrations of solute and NPB. All solutes complexed with NPB{sup {minus}}, with all complexes containing only one NPB{sup {minus}} per complex. The 1:1 complexation constants for the solutes glycerol, fructose and sorbitol follow trends similar to complexation withmore » B(OH){sub 4}{sup {minus}} (aq.), i.e. the complexation constants increase with increasing number of {minus}OH groups available for complexation. Assumption of 1:1 complex is not valid for 1, 2-propanediol, which showed overloading (more than one mole of solute complexed to one mole NPB{sup {minus}}) at higher concentrations. The {minus}OH group on the NPB{sup {minus}} which is left uncomplexed after one solute molecule had bound to the other two {minus}OH groups may be responsible for the overloading. Overloading is also observed in extraction of tactic acid, but through a different mechanism. It was found that TOMA{sup +} can extract lactic acid to an extent comparable to the uptake of lactic acid by NPB{sup {minus}}. The complexation is probably through formation of an acid-base ion pair. Losses of NPBA into the aqueous phase could lead to problems, poor economics in industrial separation processes. One way of overcoming this problem would be to incorporate the NPBA onto a solid support.« less

  17. Probabilistic attribution of individual unprecedented extreme events

    NASA Astrophysics Data System (ADS)

    Diffenbaugh, N. S.

    2016-12-01

    The last decade has seen a rapid increase in efforts to understand the influence of global warming on individual extreme climate events. Although trends in the distributions of climate observations have been thoroughly analyzed, rigorously quantifying the contribution of global-scale warming to individual events that are unprecedented in the observed record presents a particular challenge. This paper describes a method for leveraging observations and climate model ensembles to quantify the influence of historical global warming on the severity and probability of unprecedented events. This approach uses formal inferential techniques to quantify four metrics: (1) the contribution of the observed trend to the event magnitude, (2) the contribution of the observed trend to the event probability, (3) the probability of the observed trend in the current climate and a climate without human influence, and (4) the probability of the event magnitude in the current climate and a climate without human influence. Illustrative examples are presented, spanning a range of climate variables, timescales, and regions. These examples illustrate that global warming can influence the severity and probability of unprecedented extremes. In some cases - particularly high temperatures - this change is indicated by changes in the mean. However, changes in probability do not always arise from changes in the mean, suggesting that global warming can alter the frequency with which complex physical conditions co-occur. Because our framework is transparent and highly generalized, it can be readily applied to a range of climate events, regions, and levels of climate forcing.

  18. Aptamer-functionalized Fe3 O4 magnetic nanoparticles as a solid-phase extraction adsorbent for the selective extraction of berberine from Cortex phellodendri.

    PubMed

    Jiang, Ling-Feng; Chen, Bo-Cheng; Chen, Ben; Li, Xue-Jian; Liao, Hai-Lin; Zhang, Wen-Yan; Wu, Lin

    2017-07-01

    The extraction adsorbent was fabricated by immobilizing the highly specific recognition and binding of aptamer onto the surface of Fe 3 O 4 magnetic nanoparticles, which not only acted as recognition elements to recognize and capture the target molecule berberine from the extract of Cortex phellodendri, but also could favor the rapid separation and purification of the bound berberine by using an external magnet. The developed solid-phase extraction method in this work was useful for the selective extraction and determination of berberine in Cortex phellodendri extracts. Various conditions such as the amount of aptamer-functionalized Fe 3 O 4 magnetic nanoparticles, extraction time, temperature, pH value, Mg 2+ concentration, elution time and solvent were optimized for the solid-phase extraction of berberine. Under optimal conditions, the purity of berberine extracted from Cortex phellodendri was as high as 98.7% compared with that of 4.85% in the extract, indicating that aptamer-functionalized Fe 3 O 4 magnetic nanoparticles-based solid-phase extraction method was very effective for berberine enrichment and separation from a complex herb extract. The applicability and reliability of the developed solid-phase extraction method were demonstrated by separating berberine from nine different concentrations of one Cortex phellodendri extract. The relative recoveries of the spiked solutions of all the samples were between 95.4 and 111.3%, with relative standard deviations ranging between 0.57 and 1.85%. © 2017 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  19. Calix[4]pyrrole: A New Ion-Pair Receptor As Demonstrated by Liquid-Liquid Extraction

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

    Wintergerst, Mr. Matthieu; Levitskaia, Tatiana G.; Moyer, Bruce A

    Solvent-extraction studies provide confirming evidence that meso-octamethylcalix[4]pyrrole acts as an ion-pair receptor for cesium chloride and cesium bromide in nitrobenzene solution. The stoichiometry of the interaction under extraction conditions from water to nitrobenzene was determined from plots of the cesium distribution ratios vs cesium salt and receptor concentration, indicating the formation of an ionpaired 1:1:1 cesium:calix[4]pyrrole:halide complex. The extraction results were modeled to evaluate the equilibria inherent to the solvent-extraction system, with either chloride or bromide. The binding energy between the halide anion and the calix[4]pyrrole was found to be about 7 kJ/mol larger for cesium chloride than for themore » cesium bromide. The ion-pairing free energies between the calix[4]pyrrole-halide complex and the cesium cation are nearly the same within experimental uncertainty for either halide, consistent with a structural model in which the Cs+ cation resides in the calix bowl. These results are unexpected since nitrobenzene is a polar solvent that generally leads to dissociated complexes in the organic phase when used as a diluent in extraction studies of univalent ions. Control studies involving nitrate revealed no evidence of ion pairing for CsNO3 under conditions identical to those where it is observed for CsCl and CsBr.« less

  20. Calix[4]pyrrole: A New Ion-Pair Receptor As Demonstrated by Liquid-Liquid Extraction

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

    Wintergerst, Mr. Matthieu; Levitskaia, Tatiana G.; Moyer, Bruce A

    Solvent extraction studies provide confirming evidence that meso-octamethylcalix[4]pyrrole acts as an ion-pair receptor for cesium chloride and cesium bromide in nitrobenzene solution. The stoichiometry of the interaction under extraction conditions from water to nitrobenzene was determined from plots of the cesium distribution ratios vs. cesium salt and receptor concentration, indicating the formation of an ion-paired 1:1:1 cesium:calix[4]pyrrole:halide complex. The extraction results were modeled to evaluate the equilibria inherent to the solvent extraction system, either with chloride or bromide. The binding energy between the halide anion and the calix[4]pyrrole was found to be about 7 kJ/mol larger for cesium chloride thanmore » for the cesium bromide. The ion-pairing free energies between the calix[4]pyrrole-halide complex and the cesium cation are nearly the same within experimental uncertainty for either halide, consistent with a structural model in which the Cs+ cation resides in the calix bowl. These results are unexpected since nitrobenzene is a very polar solvent that generally leads to dissociated complexes in the organic phase when used as a diluent in extraction studies of univalent ions. Control studies involving nitrate revealed no evidence of ion-pairing for CsNO3 under conditions identical to those where it is observed for CsCl and CsBr.« less