WorldWideScience
 
 
1

UML 2 Semantics and Applications  

A coherent and integrated account of the leading UML 2 semantics work and the practical applications of UML semantics development With contributions from leading experts in the field, the book begins with an introduction to UML and goes on to offer in-depth and up-to-date coverage of: The role of semantics Considerations and rationale for a UML system model Definition of the UML system model UML descriptive semantics Axiomatic semantics of UML class diagrams The object constraint language Axiomatic semantics of state machines A coalgebraic semantic framework for reasoning about interaction des

2

An automated tool for generating UML models from natural language requirements  

This paper describes a domain independent tool, named, UML Model Generator from Analysis of Requirements (UMGAR), which generates UML models like the Use-case Diagram, Analysis class model, Collaboration diagram and Design class model from natural language requirements using efficient Natural Langua...

3

Towards a Generic Aspect-Oriented Modeling Framework  

Aspect-Oriented Modeling approaches propose to model reusable aspects, or cross-cutting concerns, that can be later on composed into various base systems. These approaches are often limited to a particular domain: UML class diagrams, UML sequence diagrams, ... and therefore they cannot easily be ada...

4

From State Diagram to Class Diagram  

UML class diagram and Java source code are interrelated and Java code is a kind of interchange format. Working with UML state diagram in CASE tools, a corresponding xml file is maintained. Designing state diagrams is mostly performed manually using design patterns and coding templates - a time consuming process. This article demonstrates how to compile such a diagram into Java code and later, by reverse engineering, produce a class diagram. The process from state diagram via intermediate SAX parsed xml file to Apache Velocity generated Java code is described. The result is a fast reproducible Java code minimizing maintenance.

5

Object Relationship Notation (ORN) for Database Applications  

Object Relationship Notation (ORN) is a simple notation that precisely defines relationships by combining UML multiplicities with defined referential actions. This title shows how ORN can be used in UML class diagrams and database definition languages (DDLs) to better model and implement relationships and thus develop database applications.

6

Automatic extraction of OWL ontologies from UML class diagrams: a semantics-preserving approach  

Full implementation of the Semantic Web requires widespread availability of OWL ontologies. Manual ontology development using current OWL editors remains a tedious and cumbersome task that requires significant understanding of the new ontology language and can easily result in a knowledge acquisition bottleneck. On the other hand, abundant domain knowledge has been specified by existing database schemata such as UML class diagrams. Thus developing an automatic tool for extracting OWL ontologies from existing UML class diagrams is helpful to Web ontology development. In this paper we propose an automatic, semantics-preserving approach for extracting OWL ontologies from existing UML class diagrams. This approach establishes a precise conceptual correspondence between UML and OWL through a se...

7

Connecting UML and VDM++ with Open Tool Support  

Most formal method notations are text based, while tools used in industry often use graphical notations, such as UML. This paper demonstrates how the power of both approaches can be combined by providing the automatic translation of VDM++ models to and from UML. The translation is implemented as a plugin for the popular Eclipse development environment by the open-source Overture initiative. Both UML class diagrams and sequence diagrams can be translated, the latter enabling the novel ability to link with the combinatorial test facility of Overture.

8

UML2SC: Herramienta para el diseño de sistemas electrónicos complejos utilizando los lenguajes UML y SystemC/ UML2SC: A tool for developing complex electronic systems using UML and SystemC  

Abstract in spanish En este artículo se presenta un proceso para la transformación de sistemas basados en hardware/software descritos mediante UML a código esqueleto SystemC. Se introduce la herramienta UML2SC, basada en librerías de Java, mediante la cual se puede realizar este proceso de transformación. La herramienta UML2SC, permite obtener código esqueleto SystemC a partir de modelos descritos en UML mediante los diagramas de clases y estructura compuesta. Los resultados de la util (more) ización de esta herramienta se presentan mediante un ejemplo, el cual describe el modelo funcional de una CPU RISC de 16 bits. Abstract in english In this paper, we propose a transformation process in which SystemC skeleton code is extracted from UML models that describe hardware/software based systems. The tool UML2SC, which is based on Java libraries, is also introduced. This tool allows the transformation of UML class and composite structure diagrams to SystemC skeleton code. An implementation example is given to illustrate the transformation process implemented in the UML2SC tool. The example describes the model of a CPU RISC of 16 bits.

9

A UML Approximation of Three Chidamber-Kemerer Metrics and Their Ability to Predict Faulty Code across Software Projects  

Design-complexity metrics, while measured from the code, have shown to be good predictors of fault-prone object-oriented programs. Some of the most often used metrics are the Chidamber and Kemerer metrics (CK). This paper discusses how to make early predictions of fault-prone object-oriented classes, using a UML approximation of three CK metrics. First, we present a simple approach to approximate Weighted Methods per Class (WMC), Response For Class (RFC) and Coupling Between Objects (CBO) CK metrics using UML collaboration diagrams. Then, we study the application of two data normalization techniques. Such study has a twofold purpose: to decrease the error approximation in measuring the mentioned CK metrics from UML diagrams, and to obtain a more similar data distribution of these metrics among software projects so that better prediction results are obtained when using the same prediction model across different software projects. Finally, we construct three prediction models with the source code of a package of an open source software project (Mylyn from Eclipse), and we test them with several other packages and three different small size software projects, using their UML and code metrics for comparison. The results of our empirical study lead us to conclude that the proposed UML RFC and UML CBO metrics can predict fault-proneness of code almost with the same accuracy as their respective code metrics do. The elimination of outliers and the normalization procedure used were of great utility, not only for enabling our UML metrics to predict fault-proneness of code using a code-based prediction model but also for improving the prediction results of our models across different software packages and projects.   

10

UN MÉTODO PARA EL REFINAMIENTO INTERACTIVO DEL DIAGRAMA DE CLASES DE UML/ A METHOD FOR INTERACTIVE REFINEMENT OF UML CLASS DIAGRAM  

Abstract in spanish Durante el proceso de elicitación de requisitos se presentan problemas de comunicación entre analistas e interesados que suelen ocasionar pérdidas de requisitos funcionales. Estas pérdidas se aminoran mediante el refinamiento de los esquemas conceptuales, en particular el diagrama de clases de UML. Existen algunos acercamientos al refinamiento del diagrama de clases, pero que no realizan ciclos de interacción con el interesado; otros enfoques realizan refinamiento in (more) teractivo del diagrama entidad-relación, un diagrama que no posee toda la información contenida en el diagrama de clases. En este artículo se realiza el refinamiento del diagrama de clases de UML mediante la interacción con el interesado. Para ello, se proponen reglas de completitud que se disparan en lenguaje natural y se emplea un corpus de diagramas de clases para complementar el conocimiento del analista en un determinado dominio. El análisis de completitud propuesto se ilustra con un prototipo en la herramienta UNC-Diagramador y se ejemplifica con un caso de estudio. Abstract in english Along the requirements elicitation process, communication problems appear between analysts and stakeholders; usually, these problems cause losing of functional requirements. Refinement of conceptual schemas-particularly class diagram-lessens the impact of these losses. Some approaches to the refinement of class diagram have been proposed, but they do not evidence cycles of interaction with the stakeholder; other approaches show interactive refinement of the Entity-Relatio (more) nship diagram, which does not have all the information contained in class diagram. In this paper, we propose the refinement of UML class diagram through interaction with stakeholders. To achieve this goal, we propose completeness rules in natural language and the use of a corpus of class diagrams for complementing the analyst knowledge in a specific domain. Finally, we illustrate completeness analysis with a prototype in the UNC-Diagrammer tool and we propose a case study.

11

Generación del cuerpo de los métodos a partir de la semántica de las operaciones del diagrama de clases/ Generating the body of the methods from class diagram operation semantics  

Abstract in spanish Para la generación automática de código fuente a partir de los diagramas de UML, las herramientas CASE convencionales sólo generan el encabezado de los métodos, y algunos esfuerzos adicionales generan parcialmente el cuerpo de los métodos, pero empleando elementos que se alejan de los estándares de modelado y, en todo caso, muy cercanos a la elaboración manual de código fuente. Buscando superar esas limitaciones, en este artículo se propone un proceso para gener (more) ar el cuerpo de los métodos del código fuente a partir de las operaciones del diagrama de clases. Para ello se define la ?semántica de las operaciones?, que es una manera de ligar las operaciones del diagrama de clases y los métodos implementados en la plataforma de desarrollo, tomando como entradas las pre y poscondiciones de las operaciones y el metamodelo de las librerías de la plataforma de desarrollo. Finalmente, el proceso se ejemplifica con un caso de estudio, para el cual fue necesario elaborar una instancia en UML del metamodelo del paquete java.sql. Abstract in english Well-known CASE tools only generate the heading of the methods to automatically generate source code from UML diagrams. Some proposals partially generate the body of the methods; however they use non-standard modeling elements or hand-made source code elements. This paper proposes a process for generating the body of the methods from class diagram operations in an attempt to overcome such constraints. ?Semantics of class operations? was thus defined as a way of linking (more) class diagram operations to development platform implemented methods. These kinds of semantics use pre- and post-conditions belonging to the operations and the development platform library meta-model. This process is also exemplified by giving a case study. An UML instance of the java.sql package meta-model was created for developing the case study.

12

Automatic verification of UML statechart diagrams using the SPIN model-checher  

Statechart Diagrams provide a graphical notation for describing dynamic aspects of system behaviour within the Unified Modeling Language (UML]. In this paper we present a translation from UML Statechart Diagrams into PROMELA, the specification language of the SPIN model checker. SPIN is one of the m...

13

Especificación formal en OCL de reglas de consistencia entre los diagramas de clases y casos de uso de UML y el modelo de interfaces/ Formal OCL specification of consistency rules between the UML class and the use case models and the interfaces model  

Abstract in spanish En el ciclo de vida del software, durante las fases de definición y análisis, se realiza una especificación de los requisitos. Para ello, es necesario realizar un proceso de captura de las necesidades y expectativas de los interesados, que se traduce posteriormente en un conjunto de modelos que representan tanto el problema como su solución. Por lo general, la mayoría de esos modelos se expresan en el lenguaje de modelado unificado -UML-, que define un conjunto de ar (more) tefactos que permiten especificar los requisitos del software, los cuales deberían guardar consistencia, cuando se trate del mismo modelo. Sin embargo, la consistencia entre diferentes artefactos no se encuentra definida en la especificación de UML y poco se ha trabajado con este tipo de consistencia. En este artículo se propone un método para verificar la consistencia entre el diagrama de clases y el diagrama de casos de uso de UML de una manera formal. Dicho proceso se lleva a cabo evaluando una serie de reglas definidas en el lenguaje de restricciones de objetos -OCL- que se deben cumplir para garantizar que la información brindada por dichos modelos sea consistente. Como se reconoce la participación de los dos diagramas en la elaboración de las interfaces gráficas de usuario -GUI-, se define adicionalmente la consistencia con este artefacto. Abstract in english In a software lifetime, during definition and analysis stages, a specification of requirements is carried out. For such a purpose, it is necessary to get through a process to capture interested persons? needs and expectations, which will later be translated into a set of models representing both the problem and the solution. Most models are frequently expressed by the UML (Unified Modeling Language) which defines a set of devices for specifying software requirements whic (more) h should be consistent with the same model. However, consistency among several devices is not defined in the UML specification and not too much work has been made with this type of consistence. This article proposes a method to verify consistence among UML class diagram and use case diagram in a formal way. Such a process is carried out through an evaluation of several rules defined in the OCL (Object Constraint Language), which should be fulfilled to assure that information provided by such models is consistent. As both diagrams participation is recognized when preparing GUI (Graphic User Interfaces) consistence with this device is additionally defined

14

Representación de aspectos candidato en esquemas preconceptuales/ Representing candidate aspects by means of pre-conceptual schemes  

Abstract in english Aspects have been gradually consolidating as a new software development paradigm. Although aspects are already common in programming, as aspect-oriented languages have shown, aspect evolution is currently going to the first phases of software development lifecycle. Some work has been devoted to natural-language-based aspect identification. However, translation from natural language to conceptual schemas still has problems. For this reason, we present, in this paper, a pro (more) posal for representing aspects in the so-called pre-conceptual schemes (PS), which are previous diagrams to conceptual scheme generation. PS representation is, then, translated into class and sequence diagram, two of the most representative UML diagrams. The overall environment is, finally, exemplified by means of a case study

15

A language for interoperability modeling and prediction  

Interoperability, defined as the satisfaction of a communication need between two or more actors, is a sought after quality for enterprises in today's competitive environment. For a decision maker, understanding the effects of a changing market place and understanding how to adapt to the new environment is essential. Sustainable interoperability is an approach where such dynamic environments are considered, including how to adapt to the new environments. This paper presents a modeling language for describing architectures from an interoperability perspective and a formalism for inferring the degree of interoperability from the architecture models, thus supporting sustainable interoperability. The interoperability language is expressed as a Unified Modeling Language, UML, class diagram spec...

16

Software Engineering 2 Specification of Systems and Languages  

The art, craft, discipline, logic, practice and science of developing large-scale software products needs a professional base. The textbooks in this three-volume set combine informal, engineeringly sound approaches with the rigor of formal, mathematics-based approaches. This volume covers the basic principles and techniques of specifying systems and languages. It deals with modelling the semiotics (pragmatics, semantics and syntax of systems and languages), modelling spatial and simple temporal phenomena, and such specialized topics as modularity (incl. UML class diagrams), Petri nets, live se

17

REFINAMIENTO DEL DIAGRAMA DE CLASES UML A ORACLE®9I EN ATOM3/ UML CLASS DIAGRAM  ORACLE® 9I REFINEMENT IN ATOM  

Abstract in spanish El OMG define el refinamiento como el proceso de transformación desde un modelo independiente de la plataforma de implementación hacia un modelo específico de la plataforma de implementación. Las herramientas CASE convencionales han experimentado problemas con este tipo de transformación, debido a la definición estática de los modelos incluidos en ellas, a las dificultades para la definición de reglas de transformación y al pobre rendimiento mostrado por ellas en (more) la obtención de código. Las herramientas MetaCASE han surgido con nuevas capacidades para mejorar el refinamiento en el contexto de la transformación entre modelos. En este artículo se presenta una implementación en AToM3 para refinamiento que transforma un diagrama de clases UML independiente de la plataforma de implementación a un diagrama de clases UML dependiente de la plataforma de implementación Oracle® 9i. Además, se muestra el uso de esta clase de refinamiento con un caso de estudio. Abstract in english Defined by OMG, Refinement is a transformation process from a platform independent model to a platform specific model. CASE Tools have experienced problems with this kind of transformation, because of the static definition of metamodels included on them, difficulties for defining transformation rules and the poor performance showed by them in code obtaining. MetaCASE Tools have emerged with new capabilities for improving the refinement in the context of model transformati (more) on. In this paper, we present an AToM3-based implementation for refinement between a platform-independent UML Class Diagram and an Oracle® 9i-platform UML Class Model. Furthermore, we show the use of this kind of refinement with a study case.

18

Testing UML Statecharts  

Statechart diagrams provide a graphical notation to model dynamic aspects of system behaviour within the Unified Modelling Language (UML). In this paper we present a formal framework for notions related to testing and model based test generation for a behavioural subset of UML Statecharts (UMLSCs). ...

19

Consistency game: a didactic strategy for software engineering/ El juego de la consistencia: una estrategia didáctica para la ingeniería de software  

Abstract in spanish La enseñanza de la ingeniería de software se ha abordado tradicionalmente con métodos convencionales como clases magistrales y proyectos prácticos. Estas estrategias, si bien han permitido la formación de profesionales en esta área durante las últimas cuatro décadas, se han centrado en el docente como fuente de aprendizaje y dejan de lado estrategias en las cuales los alumnos son el centro del aprendizaje, tales como los juegos, estudios de casos y simulaciones. E (more) n este artículo se propone ?El Juego de la Consistencia?, como una manera de lograr el aprendizaje de los alumnos desde una experiencia lúdica; el juego trabaja el concepto de consistencia entre diagramas de UML (Unified Modeling Language), el estándar más aceptado en la actualidad para el modelado de sistemas informáticos en ingeniería de software. Abstract in english Software Engineering teaching has been traditionally worked with conventional methods like magisterial classes and practical projects. These strategies have been centered in teachers as learning sources, though they have permitted professional formation through four decades, but they apart student-centered learning strategies, like games, case studies, and simulations. In this paper we propose ?Consistency Game?, a way to achieve students learning from a playful experie (more) nce; the game works with the concept UML (Unified Modeling Language) diagrams consistency. UML is, nowadays, the most accepted standard for information systems modeling in Software Engineering.

20

Extending the code generation capabilities of the Together CASE tool to support Data Definition languages  

Together is the recommended software development tool in the Atlas collaboration. The programmatic API, which provides the capability to use and augment Together's internal functionality, is comprised of three major components - IDE, RWI and SCI. IDE is a read-only interface used to generate custom outputs based on the information contained in a Together model. RWI allows to both extract and write information to a Together model. SCI is the Source Code Interface, as the name implies it allows to work at the level of the source code. Together is extended by writing modules (java classes) extensively making use of the relevant API. We exploited Together extensibility to add support for the Atlas Dictionary Language. ADL is an extended subset of OMG IDL. The implemented module (ADLModule) makes Together to support ADL keywords, enables options and generate ADL object descriptions directly from UML Class diagrams. The module thoroughly accesses a Together reverse engineered C++ project - and/or design only class ...

 
 
 
 
21

REGLAS PARA LA GENERACIÓN AUTOMÁTICA DE CÓDIGO DEFINIDAS SOBRE METAMODELOS SIMPLIFICADOS DE LOS DIAGRAMAS DE CLASES, SECUENCIAS Y MÁQUINA DE ESTADOS DE UML 2.0/ RULES FOR AUTOMATED CODE GENERATION DEFINED OVER SIMPLIFIED METAMODELS OF CLASS, SEQUENCE AND STATE MACHINE DIAGRAMS OF UML 2.0  

Abstract in spanish La generación automática de código a partir de modelos ha sido una de las promesas parcialmente cumplidas en el desarrollo de software. La experiencia de las herramientas CASE, aún distante del automatismo absoluto, se complementa con algunos trabajos teóricos que se alejan de los estándares de modelamiento. En este artículo se proponen reglas para la generación de código a partir de metamodelos de diagramas de clases, secuencias y máquina de estados de UML. Las (more) reglas están definidas en lógica de primer orden, permitiendo una especificación donde se evitan las ambigüedades y la necesidad de aprender un lenguaje de programación específico. Mediante un caso de estudio se representa la aplicación de las reglas de transformación, generando el código fuente de una clase en el lenguaje orientado a objetos Java. Abstract in english Automatic code generation from models has been one of the partially accomplished promises in software development. CASE Tools experiences, even so far from complete automatism, are complemented by some theoretic works, which torn apart modeling standards. In this paper we propose code generation rules from metamodels of the UML class, sequence, and state machine diagrams. The rules are defined on first-order logic, in order to allow the construction of a specification whe (more) re both ambiguity and the need of learning a programming language are avoided. We also represent the application of transformation rules by means of a case study, and we generate source code of a class in the Java object-oriented programming language.

22

Mapping DEVS Models onto UML Models  

Discrete event simulation specification (DEVS) is a formalism designed to describe both discrete state and continuous state systems. It is a powerful abstract mathematical notation. However, until recently it lacked proper graphical representation, which made computer simulation of DEVS models a challenging issue. Unified modeling language (UML) is a multipurpose graphical modeling language, a de-facto industrial modeling standard. There exist several commercial and open-source UML editors and code generators. Most of them can save UML models in XML-based XMI files ready for further automated processing. In this paper, we propose a mapping of DEVS models onto UML state and component diagrams. This mapping may lead to an eventual unification of the two modeling formalisms, combining the abstractness of DEVS and expressive power and ``computer friendliness'' of the UML.

23

Verification-Driven Slicing of UML/OCL Models  

Model defects are a significant concern in the Model-Driven Development (MDD) paradigm, as model transformations and code generation may propagate errors to other notations where they are harder to detect and trace. Formal verification techniques can check the correctness of a model, but their high computational complexity can limit their scalability. In this paper, we consider a specific static model (UML class diagrams annotated with unrestricted OCL constraints) and a specific property to verify (satisfiability, i.e., “is it possible to create objects without violating any constraint?”). Current approaches to this problem have an exponential worst-case runtime. We propose a technique to improve their scalability by partitioning the original model into submodels (slices) which can be verified independently and where irrelevant information has been abstracted. The definition of the slicing procedure ensures that the property under verification is preserved after partitioning.

24

Polymorphic scenario-based specification models: semantics and applications  

We present polymorphic scenarios, a generalization of a UML2-compliant variant of Damm and Harel?s live sequence charts (LSC) in the context of object-orientation. Polymorphic scenarios are visualized using (modal) sequence diagrams where lifelines may represent classes and interfaces rather than concrete objects. Their semantics takes advantage of inheritance and interface realization to allow the specification of most expressive, succinct, and reusable universal and existential inter-object scenarios for object-oriented system models. We motivate the use of polymorphic scenarios, formally define their trace-based semantics, and present their application for scenario-based testing and execution, as implemented in the S2A compiler developed at the Weizmann Institute of Science. We further ...

25

Object-oriented programming paradigm for damage tolerant evaluation of engineering structural components  

This paper proposes a new fracture mechanics based OOP tool for damage tolerant evaluation of cracked structural components including tubular joints subjected to constant and variable amplitude loading. To meet requirements of damage tolerant evaluation of structural components, interactive and user-friendly software, has been developed by using OOP concepts. Application of OOP concepts with class and sequence diagrams generated using unified modified language (UML) design tool has been explained with reference to the software. Graphical user interface (GUI) has been developed using VC++, which acts as a client at the front end, while the database developed using MS-ACCESS-XP acts as the server at the back-end. Database design for typical structural components with different crack configur...

26

Data information system to promote the organization data of collections - modeling considerations by the Unified Modelign Language (UML)  

Abstract in portuguese Pode-se afirmar que a evolução tecnológica (desenvolvimento de novos instrumentos de medição como, softwares, satélites e computadores, bem como, o barateamento das mídias de armazenamento) permite às Organizações produzirem e adquirirem grande quantidade de dados em curto espaço de tempo. Devido ao volume de dados, Organizações de pesquisa se tornam potencialmente vulneráveis aos impactos da explosão de informações. Uma solução adotada por algumas Orga (more) nizações é a utilização de ferramentas de sistemas de informação para auxiliar na documentação, recuperação e análise dos dados. No âmbito científico, essas ferramentas são desenvolvidas para armazenar diferentes padrões de metadados (dados sobre dados). Durante o processo de desenvolvimento destas ferramentas, destaca-se a adoção de padrões como a Linguagem Unificada de Modelagem (UML, do Inglês Unified Modeling Language), cujos diagramas auxiliam na modelagem de diferentes aspectos do software. O objetivo deste estudo é apresentar uma ferramenta de sistemas de informação para auxiliar na documentação dos dados das Organizações por meio de metadados e destacar o processo de modelagem de software, por meio da UML. Será abordado o Padrão de Metadados Digitais Geoespaciais, amplamente utilizado na catalogação de dados por Organizações científicas de todo mundo, e os diagramas dinâmicos e estáticos da UML como casos de uso, sequências e classes. O desenvolvimento das ferramentas de sistemas de informação pode ser uma forma de promover a organização e a divulgação de dados científicos. No entanto, o processo de modelagem requer especial atenção para o desenvolvimento de interfaces que estimularão o uso das ferramentas de sistemas de informação. Abstract in english It can be argued that technological developments (e.g., measuring instruments like software, satellite and computers, as well as, the cheapening of storage media) allow organizations to produce and acquire a great amount of data in a short time. Due to the data volume, research organizations become potentially vulnerable to the information explosion impacts. An adopted solution is the use of information system tools to assist data documentation, retrieval and analysis. In (more) the scientific scope, these tools are developed to store different metadata (data about data) patterns. During the development process of these tools, the adoption of standards such as the Unified Modeling Language (UML) stands out, whose diagrams assist the different scopes of software modeling. The objective of this study is to present an information system tool that assists organizations in the data documentation through the use of metadata and that highlights the software modeling process, through the UML. The Standard for Digital Geospatial Metadata will be approached, widely used to the dataset cataloging by scientific organizations around the world, and the dynamic and static UML diagrams like use cases, sequence and classes. The development of the information system tools can be a way to promote the scientific data organization and dissemination. However, the modeling process requires special attention during the development of interfaces that will stimulate the use of the information system tools.

27

Real-time image processing for rapid contaminant detection on broiler carcasses  

Recently, the imaging research group at Russell Research Center, ARS in Athens, Georgia has developed a real-time multispectral imaging system for fecal and ingesta contaminant detection on broiler carcasses. The prototype system includes a common aperture camera with three optical trim filters (515.4, 566.4 and 631-nm wavelength), which were selected by visible/NIR spectroscopy and validated by a hyperspectral imaging system. The preliminary results showed that the multispectral imaging technique can be used effectively for detecting feces (from duodenum, ceca, and colon) and ingesta on the surface of poultry carcasses with a processing speed of 140 birds per minute. The accuracy for the detection of fecal and ingesta contaminates was 96%. However, the system contains many false positives including scabs, feathers, and boundaries. This paper demonstrates calibration of common aperture multispectral imaging hardware and real-time multispectral image processing software. The software design, especially the Unified Modeling Language (UML) design approach was used to develop real-time image processing software for on-line application. The UML models including class, object, activity, sequence, and collaboration diagram were discussed. Both hardware and software for a real-time fecal and ingesta contaminant detection were tested at the pilot-scale poultry processing line.

28

Supporting several levels of restriction in the UML  

The emergence of the Unified Modeling Language (UML) has provided software developers with an effective and efficient shared language. However, UML is often too restrictive in initial, informal, and creative modelling, and it is in some cases not restrictive enough, e.g., for code generation. Based on user studies, we propose that tool and meta-level support for several levels of restriction in diagrams and models is needed. We furthermore present a tool, Knight, which supports several levels of restriction as well as ways of transferring models from one level of restriction to another. This approach potentially increases the usability of the UML, and thus ultimately leads to greater quality and adoption of UML models.

29

Generating a Performance Stochastic Model from UML Specifications  

Since its initiation by Connie Smith, the process of Software Performance Engineering (SPE) is becoming a growing concern. The idea is to bring performance evaluation into the software design process. This suitable methodology allows software designers to determine the performance of software during design. Several approaches have been proposed to provide such techniques. Some of them propose to derive from a UML (Unified Modeling Language) model a performance model such as Stochastic Petri Net (SPN) or Stochastic process Algebra (SPA) models. Our work belongs to the same category. We propose to derive from a UML model a Stochastic Automata Network (SAN) in order to obtain performance predictions. Our approach is more flexible due to the SAN modularity and its high resemblance to UML' state-chart diagram.

30

A Wittgenstein Approach to the Learning of OO-Modeling  

The paper uses Ludwig Wittgenstein's theories about the relationship between thought, language, and objects of the world to explore the assumption that OO-thinking resembles natural thinking. The paper imports from research in linguistic philosophy to computer science education research. I show how UML class diagrams (i.e., an artificial context-free language) correspond to the logically perfect languages described in "Tractatus Logico-Philosophicus". In "Philosophical Investigations" Wittgenstein disputes his previous theories by showing that natural languages are not constructed by rules of mathematical logic, but are language games where the meaning of a word is constructed through its use in social contexts. Contradicting the claim that OO-thinking is easy to learn because of its similarity to natural thinking, I claim that OO-thinking is difficult to learn because of its differences from natural thinking. The nature of these differences is not currently well known or appreciated. I suggest how explicit attention to the nature and implications of different language games may improve the teaching and learning of OO-modeling as well as programming. (Contains 1 figure.)

31

Intelligent drug delivery system using UML diagrams analysis  

A novel intelligent drug delivery system potential for the more effective therapy of the diabetics was proposed, and the composition of system was analyzed. Based on the design of micro-electro-mechanical systems (MEMS), an iterative modeling process was introduced. Unified modeling language (UML) was employed to describe the function requirement, and different diagrams were built up to explore the static model, the dynamic model and the employment model. The mapping analysis of different diagrams can simply verify the consistency and completeness of the system model.

32

The Control System Modeling Language  

The well-known Unified Modeling Language (UML) describes software entities, such as interfaces, classes, operations and attributes, as well as relationships among them, e.g. inheritance, containment and dependency. The power of UML lies in Computer Aided Software Engineering (CASE) tools such as Rational Rose, which are also capable of generating software structures from visual object definitions and relations. UML also allows add-ons that define specific structures and patterns in order to steer and automate the design process. We have developed an add-on called Control System Modeling Language (CSML). It introduces entities and relationships that we know from control systems, such as "property" representing a single controllable point/channel, or an "event" specifying that a device is capable of notifying its clients through events. Entities can also possess CSML-specific characteristics, such as physical units and valid ranges for input parameters. CSML is independent of any specific language or technology...

33

Desde esquemas preconceptuales hacia OO-Method/ From pre-conceptual schemas to OO-Method  

Abstract in spanish OO-Method (OOM), es un método basado en modelos orientados a objetos para la generación automática de código. Para la construcción de un producto de software empleando OOM, se debe partir desde los diagramas que propone este método. Esto requiere un gran esfuerzo por parte del analista quien, de manera subjetiva, debe elaborar dichos diagramas. Por otra parte, los Esquemas preconceptuales son diagramas previos a los esquemas conceptuales que permiten representar el (more) conocimiento, presentan una sintaxis cercana a los lenguajes controlados y permiten obtener, automáticamente, diagramas de UML. En este artículo, aprovechando las ventajas anotadas para los Esquemas Preconceptuales, se propone un conjunto de reglas para la obtención de los diagramas de OOM a partir de dichos esquemas. Esta propuesta se ejemplifica con un caso de estudio. Abstract in english OO-Method is an object-oriented method for automated code generation. In order to develop a software application by using OO-Method, the analyst must subjectively create the diagrams included in OO-Method. In this task the analyst must invest too much effort. On the other hand, Pre-conceptual Schemas are controlled-language-based diagrams for knowledge representation. Also, Pre-conceptual Schemas are previous diagrams to conceptual schemas and they are designed for automa (more) tically obtaining UML diagrams. In this paper, we take advantage of Pre-conceptual Schemas and we propose a set of rules for obtaining OO-Method diagrams from these Schemas. We also exemplify the proposal with a case study

34

Mutation-classes of diagrams via infinite graphs  

We give a complete description of the cluster-mutation classes of diagrams of Dynkin types \\mathbb{A},\\mathbb{B},\\mathbb{D} and of affine Dynkin types \\mathbb{B}^{(1)},\\mathbb{C}^{(1)},\\mathbb{D}^{(1)} via certain families of diagrams.

35

Synthesis of test scenarios using UML activity diagrams  

Often system developers follow Unified Modeling Language (UML) activity diagrams to depict all possible flows of controls commonly known as scenarios of use cases. Hence, an activity diagram is treated as a useful design artifact to identify all possible scenarios and then check faults in scenarios of a use case. However, identification of all possible scenarios and then testing with activity diagrams is a challenging task because several control flow constructs and their nested combinations make path identification difficult. In this paper, we address this problem and propose an approach to identify all scenarios from activity diagrams and use them to test use cases. The proposed approach is based on the classification of control constructs followed by a transformation approach which take...

36

Modelling the rural land transaction procedure  

This paper addresses sale as a specific case of real property transfer. Special emphasis is on the administrative procedure and legal framework of such property transactions in Slovenia. The article is concentrated on the rural land sale with the main aim to present and expound the models of transactions for international comparisons, and for comparisons of the real estate transfer among different real estate markets. A detailed transfer of the ownership of rural land is presented, where standardized modelling language UML serves for visualization of the models. The outcomes of this research are presented on different UML diagrams. Besides the comprehensive presentation of the transaction procedures also the roles of involved actors are introduced. The modelled transaction could be the bas...

37

Space-time diagrammatics  

We introduce a new class of two-dimensional diagrams, the \\emph{projection diagrams}, as a tool to visualize the global structure of space-times. We construct the diagrams for several metrics of interest, including the Kerr-Newman - (anti) de Sitter family, with or without cosmological constant, and the Emparan-Reall black rings.

38

Diagram groups are totally orderable  

In this paper, we introduce the concept of the independence graph of a directed 2-complex. We show that the class of diagram groups is closed under graph products over independence graphs of rooted 2-trees. This allows us to show that a diagram group containing all countable diagram groups is a semi-direct product of a partially commutative group and R. Thompson's group $F$. As a result, we prove that all diagram groups are totally orderable.

39

Proposal for a quantity based data model in the Virtual Observatory  

We propose the beginnings of a data model for the Virtual Observatory (VO) built up from simple ``quantity'' objects. In this paper we present how an object-oriented, domain (or namespace)-scoped simple quantity may be used to describe astronomical data. Our model is designed around the requirements that it be searchable and serve as a transport mechanism for all types of VO data and meta-data. In this paper we describe this model in terms of an OWL ontology and UML diagrams. An XML schema is available online.

40

UN AMBIENTE PARA LA OBTENCION AUTOMATICA DE DIAGRAMAS UML A PARTIR DE UN LENGUAJE CONTROLADO/ AN ENVIRONMENT FOR AUTOMATED UML DIAGRAMS OBTAINING FROM A CONTROLLED LANGUAGE  

Abstract in spanish El apoyo suministrado por las herramientas convencionales de la Ingeniería de Software a los analistas se ha basado en ayudas para el trazado y edición de modelos, siendo exiguo el apoyo ofrecido a la concepción misma del modelo. Existe actualmente una tendencia hacia la generación automática de esquemas conceptuales y, si bien se han realizado grandes avances, se ha trabajado con pocos diagramas y subsisten algunos inconvenientes relacionados especialmente con la co (more) nsistencia de los diagramas obtenidos. En este artículo se propone un ambiente para la obtención automática de algunos de los diagramas de UML 2.0, conformado por un lenguaje controlado (UN-Lencep), un mecanismo para la representación del conocimiento (los denominados Esquemas Preconceptuales) y un sistema de reglas para la traducción del lenguaje controlado a un conjunto de diagramas equivalentes de UML; este ambiente se implementó en la herramienta CASE UNC-Diagramador, en la cual se presenta adicionalmente un caso de estudio. Con esta implementación se apoya la labor de conceptualización de los modelos por parte de los analistas y se mejora la consistencia, puesto que los modelos resultantes se elaboran a partir del mismo texto en lenguaje controlado. Abstract in english Conventional Software Engineering tools have supported analysts in helping them for both model drawing and editing, but with little help in model conceptualization. Currently, there is a trend for automated conceptual schema generation and, despite of great advances, there?s still work on few diagrams, and even there are some problems especially related to consistency of the obtained diagrams. In this paper, we define an environment for automatically obtaining of UML 2.0 (more) diagrams, including a controlled language-UN-Lencep-, a Knowledge representation language-Preconceptual Schemas-, and a set of rules for UML diagrams translation; this environment has been implemented in a CASE tool-UNC-Diagramador-and a case study example has been provided. This implementation supports analysts in both model conceptualization, and consistency improvement, due to the fact that resulting models are elaborated from the same text in controlled language.

 
 
 
 
41

QuantUM: Quantitative Safety Analysis of UML Models  

When developing a safety-critical system it is essential to obtain an assessment of different design alternatives. In particular, an early safety assessment of the architectural design of a system is desirable. In spite of the plethora of available formal quantitative analysis methods it is still difficult for software and system architects to integrate these techniques into their every day work. This is mainly due to the lack of methods that can be directly applied to architecture level models, for instance given as UML diagrams. Also, it is necessary that the description methods used do not require a profound knowledge of formal methods. Our approach bridges this gap and improves the integration of quantitative safety analysis methods into the development process. All inputs of the analysis are specified at the level of a UML model. This model is then automatically translated into the analysis model, and the results of the analysis are consequently represented on the level of the UML model. Thus the analysi...

42

Analysis of rheumatoid factors by a biotin-avidin based isotype-specific ELISA  

A one day enzyme immunoassay for the detection of rheumatoid factors of the IgG, IgM, and IgA class is described. The assay utilizes rabbit IgG as solid-phase reactant and the biotin-avidin interaction for the coupling of enzyme to indicator antibody. Three different indicator antibodies discriminated effectively between rheumatoid arthritis patients and normal subjects. F(ab')2 fragments of goat antibodies were found best suited for the test. Rheumatoid factor activity was expressed in U/ml by comparing samples to an internal standard, which was related to the WHO international reference serum for rheumatoid arthritis. Rheumatoid factor activity (U/ml) in the IgM-specific assay showed a close correlation to the latex agglutination titer. Avidity indices estimated from the slopes of the dose response curves of test sera were significantly higher for rheumatoid arthritis patients than for a group of healthy persons, indicating a higher avidity of the rheumatoid factors in the patients' sera.

43

Implementation of UML Schema to RDBM  

Multiple disciplines - especially those within the earth and physical sciences, and increasingly those within social science and medical fields - require Geographic Information (GI) i.e. information concerning phenomena implicitly or explicitly associated with a location relative to the Earth [1]. Therefore geographic datasets are increasingly being shared, exchanged and frequently used for purposes other than those for which they were originally intended. The ISO Technical Committee 211 (ISO/TC 211) together with Open Geospatial Consortium (OGC) provide a series of standards and guidelines for developing application schemas which should: a) capture relevant conceptual aspects of the data involved; and b) be sufficient to satisfy previously defined use-cases of a specific or cross-domain concerns. In addition, the Hollow World technology offers an accessible and industry-standardised methodology for creating and editing Application Schema UML models which conform to international standards for interoperable GI [2]. We present a technology which seamlessly transforms an Application Schema UML model to a relational database model (RDBM). This technology, using the same UML information model, complements the XML transformation of an information model produced by the FullMoon tool [2]. In preparation for the generation of a RDBM the UML model is first mapped to a collection of OO classes and relationships. Any external dependencies that exist are then resolved through the same mechanism. However, a RDBM does not support a hierarchical (relational) data structure - a function that may be required by UML models. Previous approaches have addressed this problem through use of nested sets or an adjacent list to represent such structure. Our unique strategy addresses the hierarchical data structure issue, whether singular or multiple inheritance, by hiding a delegation pattern within an OO class. This permits the object-relational mapping (ORM) software used to generate the RDBM to easily map the class into the RDBM. In other words the particular structure of the resulting OO class may expose a "composition-like aspect" to the ORM whilst maintaining an "inherited-like aspect" for use within an OO program. This methodology has been used to implement a software application to manages the new CEDA metadata model which is based on MOLES 3.4, Python, Django and SQLAlchemy.

44

NASA Tech Briefs, May 2006  

T-Shaped Emitter Metal Structures for HBTs Rigorous Estimation of SNR of a PSK Communication Link Advanced Ka-Band Transceiver With Monopulse Tracking EMI Filters for Low-Temperature Applications Lightweight Electronic Camera for Research on Clouds Pilot Weather Advisor System Waveguide Power-Amplifier Module for 80 to 150 GHz Better Back Contacts for Solar Cells on Flexible Substrates Topics covered include:Tunable, Highly Stable Lasers for Coherent Lidar; Improved Photon-Emission-Microscope System; Program Synthesizes UML Sequence Diagrams; Aspect-Oriented Subprogram Synthesizes UML Sequence Diagrams; Updated Computational Model of Cosmic Rays Near Earth; Software for Alignment of Segments of a Telescope Mirror; Simulation of Dropping of Cargo With Parachutes; DAVE-ML Utility Program; Robust Control for the Mercury Laser Altimeter; Thermally Stable Piezoelectric and Pyroelectric Polymers; Combustion Synthesis of Ca3(PO4)2 Net-Shape Surgical Implants; Stochastic Representation of Chaos Using Terminal Attractors; Two High-Temperature Foil Journal Bearings; Using Plates To Represent Fillets in Finite-Element Modeling; Repairing Chipped Silicide Coatings on Refractory Metal Substrates; Simplified Fabrication of Helical Copper Antennas; Graded-Index "Whispering-Gallery" Optical Microresonators; Optical Profilometers Using Adaptive Signal Processing; Manufacture of Sparse-Spectrum Optical Microresonators; Exact Tuning of High-Q Optical Microresonators by Use of UV; Automation for "Direct-to" Clearances in Air-Traffic Control; Improved Traps for Removing Gases From Coolant Liquids; and Lunar Constellation of Frozen Elliptical Inclined Orbits.

45

Phase Equilibria Diagrams Database  

SRD 31 NIST/ACerS Phase Equilibria Diagrams Database (PC database for purchase)   The Phase Equilibria Diagrams Database contains commentaries and more than 21,000 diagrams for non-organic systems, including those published in all 21 hard-copy volumes produced as part of the ACerS-NIST Phase Equilibria Diagrams Program (formerly titled Phase Diagrams for Ceramists): Volumes I through XIV (blue books); Annuals 91, 92, 93; High Tc Superconductors I & II; Zirconium & Zirconia Systems; and Electronic Ceramics I. Materials covered include oxides as well as non-oxide systems such as chalcogenides and pnictides, phosphates, salt systems, and mixed systems of these classes.

46

Two-state shear diagrams for complex fluids in shear flow  

The possible ``phase diagrams'' for shear-induced phase transitions between two phases are collected. We consider shear-thickening and shear-thinning fluids, under conditions of both common strain rate and common stress in the two phases, and present the four fundamental shear stress vs. strain-rate curves and discuss their concentration dependence. We outline how to construct more complicated phase diagrams, discuss in which class various experimental systems fall, and sketch how to reconstruct the phase diagrams from rheological measurements.

47

Deuteron knockout and virtual loosely bound systems in Feynman diagrams  

It is shown that in the description of deuteron knockout the diagram with transfer of an unbound {ital np} pair is important in addition to the Feynman pole diagram. Inclusion of this diagram changes the result significantly and leads to a redefinition of the nuclear vertex in the pole diagram. Rigorous relations between the diagrams with transfer of a deuteron and an {ital np} pair are established. A simple example demonstrates that, because of the existence of nearby singularities of the nuclear vertices, the nonrelativistic Feynman diagram which contains an intermediate loosely bound system does not in general coincide with the quantum-mechanical expression with the same structure. The strong influence of departure of the virtual deuteron from the mass shell on the nuclear vertices, as has been noted in a number of papers, is unphysical and vanishes when a larger class of diagrams is considered.

48

UML 2 Certification Guide Fundamental & Intermediate Exams  

The popular Unified Modeling Language (UML) is both a language and notation developed by the Object Management Group (OMG) used to design and create specifications for software systems. With the recent release of version 2.0 UML, the OMG has started the OMG-Certified UML Professional Program to provide an objective measure of UML knowledge. As a certified UML professional a developer has an important credential to present to employers and clients. Certification also benefits companies looking for skilled UML practitioners by giving them a basis for making hiring and promotion decisions.UML 2 C

49

A Generic Weaver for Supporting Product Lines  

Aspects have gained attention in the earlier steps of the software life-cycle leading to the creation of numerous ad- hoc Aspect-Oriented Modeling (AOM) approaches. These approaches mainly focus on architecture diagrams, class diagrams, state-charts, scenarios or requirements and generally propose A...

50

Simulation of random set models for unions of discs and the use of power tessellations  

The power tessellation (or power diagram or Laguerre diagram) turns out to be particular useful in connection to a certain class of stochastic models for a disc process used for generating a random set model. We discuss how to simulate these models and calculate various characteristics of power tessellations, where some new relations are established. The proposed model is fitted to a heather dataset.

51

Simulation of random set models for unions of discs and the use of power tessellations  

The power tessellation (or power diagram or Laguerre diagram) turns out to be particular useful in connection to a certain class of stochastic models for a disc process used for generating a random set model. We discuss how to simulate these models and calculate various characteristics of power tess...

52

Minimal Gauge Invariant Classes of Tree Diagrams in Gauge Theories  

We describe the explicit construction of groves, the smallest gauge invariant classes of tree Feynman diagrams in gauge theories. The construction is valid for gauge theories with any number of group factors which may be mixed. It requires no summation over a complete gauge group multiplet of external matter fields. The method is therefore suitable for defining gauge invariant classes of Feynman diagrams for processes with many observed final state particles in the standard model and its extensions.

53

Nebraska Astronomy Applet Project: Hertzsprung-Russel Diagram Lab  

This simulation explores the Hertzsprung-Russell diagram and those topics necessary to understand the diagram. These topics include the different kinds of spectrum, spectral classification, and luminosity class. This module provides a fairly in-depth tutorial in reading HR diagrams. The user can change the temperature and lumonisity of the star and see how its position changes on the HR diagram. Instructor resources are available including student manuals, assessment materials, and a list of the assumptions used. This is part of a collection of astronomy applets.

54

Analysis of Bulk Metallic Glass Formation Using a Tetrahedron Composition Diagram that Consists of Constituent Classes Based on Blocks of Elements in the Periodic Table  

The formation of bulk metallic glasses (BMGs) has been analyzed with a tetrahedron composition diagram, which is comprised of constituent classes from blocks of elements in the periodic table. When Al and Ga are involved in the BMG composition environment, they are assumed to correspond to either s- or p-block elements. The analysis under the assumption reveals the presence of a composition band that connects the composition regions over different classes of BMGs. The diagram has a topological simplicity, is applicable to any multi-component alloy system, and can be analyzed from the bonding nature of the atomic pairs. Thus, this diagram is an important tool for analyzing and developing BMGs.   

55

Aproximación a una ontología para lenguajes de modelado gráfico/ Approach to a Graphical Modeling Language Ontology  

Abstract in spanish UML, SysML y WebML son lenguajes de modelado gráfico (LMG) similares que no se pueden interpretar conjuntamente, pues tienen diferencias en tipos de modelos y diagramas. En la literatura se encuentran técnicas que estudian las características de algunos LMG, pero se aplican sobre lenguajes particulares, sin considerar sus características comunes. En este artículo se propone el diseño e implementación de una ontología que resuma los principales conceptos y relacion (more) es de los LMG, utilizando una metodología creada en la Universidad de Stanford. La ontología desarrollada responde 35 preguntas de competencia, de las cuales algunas se ejemplifican en el artículo. Abstract in english UML, SysML, and WebML are graphical modeling languages (GML). Despite their similarities, these languages can not be jointly interpreted, since they exhibit different kinds of models and diagrams. Some studies for examining the features of some GML are proposed in the state of the art, but applied to individual languages, avoiding the common features among such languages. In this paper, we propose an ontology design and implementation for summarizing GML concepts and rela (more) tions. We use a methodology created in the Stanford University. The developed ontology can successfully answer 35 competence questions, some of them exemplified in this paper.

56

Combinatorial Testing for VDM  

Abstract—Combinatorial testing in VDM involves the automatic generation and execution of a large collection of test cases derived from templates provided in the form of trace definitions added to a VDM specification. The main value of this is the rapid detection of run-time errors caused by forgotten preconditions as well as broken invariants and post-conditions. Trace definitions are defined as regular expressions describing possible sequences of operation calls, and are conceptually similar to UML sequence diagrams. In this paper we present a tool enabling test automation based on VDM traces, and explain how it is possible to reduce large collections of test cases in different ways. Its use is illustrated with a small case study.

57

TGGs for Transforming UML to CSP : Contribution to the AGTIVE 2007 Graph Transformation Tools Contest  

Along with the AGTIVE 2007 conference, a Graph Transformation Tools Contenst invited tool implementers to present their solutions in order to compare the principles and particular strengths and weaknesses of today's graph transformation tools. This paper documents our contribution to the Tools Contest. The second transformation problem, a transformation from UML activity diagrams to CSP processes, i.e. a transformation between two models, is a typical application for Triple Graph Grammars (TGGs). We present our contributed solution, presenting the TGG rules and the implementation of our TGG interpreter. Moreover, we point out the advantages of our soulution as well as some restrictions of the current implementation. This paper will only briefly state the transformation problem and focus on our TGG approach and the discussion of the rules.

58

Space Telecommunications Radio System Software Architecture Concepts and Analysis  

The Space Telecommunications Radio System (STRS) project investigated various Software Defined Radio (SDR) architectures for Space. An STRS architecture has been selected that separates the STRS operating environment from its various waveforms and also abstracts any specialized hardware to limit its effect on the operating environment. The design supports software evolution where new functionality is incorporated into the radio. Radio hardware functionality has been moving from hardware based ASICs into firmware and software based processors such as FPGAs, DSPs and General Purpose Processors (GPPs). Use cases capture the requirements of a system by describing how the system should interact with the users or other systems (the actors) to achieve a specific goal. The Unified Modeling Language (UML) is used to illustrate the Use Cases in a variety of ways. The Top Level Use Case diagram shows groupings of the use cases and how the actors are involved. The state diagrams depict the various states that a system or object may be in and the transitions between those states. The sequence diagrams show the main flow of activity as described in the use cases.

59

SCAN Testbed System  

GD/JPL S-Band: 10 Mbps data rate class; Harris Ka-Band: > 100 Mbps data rate class ... storage, data routing, power control/distribution, RF signal switching, amplification, ... Simplified Functional Diagram of the SCAN Testbed System .... reception of radio frequency (RF) signals throughout the range of motion of the IGA.

60

Arithmetic groups and the affine E8 Dynkin diagram  

Several decades ago, John McKay suggested a correspondence between nodes of the affine E8 Dynkin diagram and certain conjugacy classes in the Monster group. Thanks to Monstrous Moonshine, this correspondence can be recast as an assignment of discrete subgroups of PSL2 to nodes of the affine E8 Dynkin diagram. The purpose of this article is to give an explanation for this latter correspondence using elementary properties of the group PSL2. We also obtain a super analogue of McKay's observation, in which conjugacy classes of the Monster are replaced by conjugacy classes of Conway's group -- the automorphism group of the Leech lattice.

 
 
 
 
61

Genotypic diversity of Streptococcus mutans in 3- to 4-year-old Chinese nursery children suggests horizontal transmission  

ObjectiveThe aims of this study were to investigate the colonisation of Streptococcus mutans and to determine the possibility of horizontal transmission in Chinese nursery children.DesignFifty-six children aged between 3 and 4 years old from a nursery were included in this study. Twenty-four children were from the day and night nursery class, the others were from the day nursery class. Dental plaque samples were collected with sterile toothpicks and cultured on S. mutans-selective tryptone-yeast-cystine agar supplemented with 0.2U/ml bacitracin and 15% sucrose. The typical isolates of S. mutans were identified by classical microbiological methods and genotyped by arbitrarily primed PCR (AP-PCR) and restriction fragment length polymorphism analysis.ResultsS. mutans was isolated from 41 of t...

62

Multi-loop Feynman integrals and conformal quantum mechanics  

New algebraic approach to analytical calculations of D-dimensional integrals for multi-loop Feynman diagrams is proposed. We show that the known analytical methods of evaluation of multi-loop Feynman integrals, such as integration by parts and star-triangle relation methods, can be drastically simplified by using this algebraic approach. To demonstrate the advantages of the algebraic method of analytical evaluation of multi-loop Feynman diagrams, we calculate ladder diagrams for the massless phi{sup 3} theory. Using our algebraic approach we show that the problem of evaluation of special classes of Feynman diagrams reduces to the calculation of the Green functions for specific quantum mechanical problems. In particular, the integrals for ladder massless diagrams in the phi{sup 3} scalar field theory are given by the Green function for the conformal quantum mechanics.

63

The KOH terms and classes of unimodal N-modular diagrams  

We show how N-modular diagrams, suitably modified as to include integer partitions with parts equal to zero, provide a nice interpretation for the general term of Zeilberger's KOH identity. In particular, we determine, using different bijections, two main natural classes of modular diagrams of partitions with bounded parts and length, having the KOH terms as their generating functions. One of our results greatly extends the recent theorems of J. Quinn et al. [3,8], which presented striking applications to quantum physics.

64

The UNC-method: a problem-based software development method/ UNC-Method: un método de desarrollo de software basado en problemas  

Abstract in spanish Los ingenieros de software emplean los métodos de desarrollo para garantizar la entrega puntual, el cumplimiento de los presupuestos y la calidad de las aplicaciones de software. Existen dos tipos de métodos de desarrollo: los dirigidos por planes, y los ágiles. Ambos, aún presentan problemas: se refieren a la solución en lugar de pensar en el problema, usan artefactos formales o semiformales y dejan el manejo de la consistencia en manos de los analistas. En este art (more) ículo se define UNC-Method, un método de desarrollo de software basado en problemas, que se viene desarrollando en la Universidad Nacional de Colombia y que se usa en la Escuela de Sistemas como parte del entrenamiento en desarrollo metodológico de software a los estudiantes de dicha universidad durante los últimos cinco años. UNC-Method combina artefactos tradicionales del desarrollo de software (como los diagramas de UML y las interfaces gráficas de usuario) con enfoques no tradicionales en dicha disciplina (como los diagramas causa-efecto, los diagramas de objetivos de KAOS y los esquemas preconceptuales) en un esfuerzo por resolver los problemas antes mencionados. Además, se ejemplifica el método con un caso de estudio. Abstract in english Software engineers use development methods to guarantee on-time delivery, keeping to budget and quality in their software applications. There are two kinds of development methods: plan-driven and agile methods. Both of them still have problems; these refer to resolving problems instead of thinking about them, they use informal or semi-formal artefacts and they leave consistency management to the analysts. The UNC-method (a problem-based software development method) is def (more) ined in this paper. The UNC-method is currently being developed in the Universidad Nacional de Colombia; it has been used by students from the School of Systems as part of their training in methodological software development during the last five years. The UNC-method is a mixture of well-known artefacts (i.e. UML diagrams and graphical user interfaces) and non-traditional approaches (e.g. cause-and-effect diagram, KAOS goal diagrams and pre-conceptual schemas) used in trying to overcome the aforementioned problems. A case study is also used for exemplification purposes.

65

Using UML State Diagrams for Modelling the Performance of Parallel Programs/ Uso de Diagramas de Estado UML para la Modelación del Desempeño de Programas Paralelos  

Abstract in spanish Hay muchas posibilidades para diseñar un programa paralelo a fin de obtener el mejor desempeño posible. La selección de una estructura del programa, así como una organización de procesos, impacta sobre el desempeño a lograrse, y depende del problema a resolver. Ahora bien, para seleccionar una estructura del programa como la mejor en términos de desempeño, el diseñador de software requiere de técnicas de modelación para evaluar diferentes opciones. Si la estruc (more) tura de un programa paralelo puede modelarse como un conjunto de procesos interactivos, descritos en términos de Diagramas de Estado de UML, este artículo presenta una modelación para estimar el tiempo de ejecución promedio de un programa paralelo, descrito como un conjunto de procesos que corren en tiempos de ejecución con distribuciones determinística y exponencial. Abstract in english There are many possibilities to design a parallel program in order to obtain the best performance possible. The selection of a program structure, as an organisation of processes, impacts on the performance to be achieved, and depends on the problem to be solved. Now, in order to select a program structure as the best in terms of performance, the software designer requires performance modelling techniques to evaluate different alternatives. If the structure of the parallel (more) program can be modelled as a set of interacting processes, described in terms of UML State Diagrams, this paper presents a performance modelling to estimate the average execution time of a parallel program. Performance modelling is achieved by calculating the average execution time of a parallel program, described as a set of processes which run with deterministically and exponentially distributed execution times.

66

UN PATRÓN DE INTERACCIÓN ENTRE DIAGRAMAS DE ACTIVIDADES UML Y SISTEMAS WORKFLOW/ AN INTERACTION PATTERN BETWEEN UML ACTIVITY DIAGRAMS AND WORKFLOW SYSTEMS  

Abstract in spanish Actualmente en los ambientes de desarrollo de software hay un gran interés en buscar y desarrollar técnicas que puedan integrar los sistemas transaccionales con los flujos de trabajo que soportan los procesos del negocio de las organizaciones. Sin embargo, en la industria del software no es común encontrar técnicas o prácticas que faciliten el desarrollo de los modelos del sistema en función de los procesos del negocio. En este artículo se define un patrón de desa (more) rrollo que estandariza la interacción entre diagramas de actividades de UML 2.0, que representan las operaciones de un sistema, y procesos del negocio automatizados bajo tecnologías workflow. La trazabilidad de dicha interacción se mantiene por medio de modelos de trazabilidad que controlan la evolución de las operaciones del negocio y del sistema. Para mostrar la aplicación del patrón se desarrolla un caso de estudio Abstract in english In software development environments there is a big interest to look and develop techniques that could integrate transactional systems with Workflow systems in order to support the business processes in organizations Nevertheless, in the software industry it is not common to find techniques or practices that facilitate the development of system models according to the business processes. In this article we define a development pattern to standardize the interaction betwee (more) n UML 2.0 activity diagrams, which represent the operations of a system, and the business processes automated by means of Workflow technologies. The traceability of the above mentioned interaction is supported by means of traceability models that control the evolution of both operations of the business and of the system. To show the application of the pattern a case study is developed.

67

Forests, Groves and Higgs Bosons: Gauge Invariance Classes in Spontaneously Broken Gauge Theories  

We determine the gauge invariance classes of tree level Feynman diagrams in spontaneously broken gauge theories, providing a proof for the formalism of gauge and flavor flips. We find new gauge invariance classes in theories with a nonlinearly realized scalar sector. In unitarity gauge, the same gauge invariance classes correspond to a decomposition of the scattering amplitude into pieces that satisfy the relevant Ward Identities individually. In theories with a linear realized scalar sector in R_\\xi gauge, no additional nontrivial gauge invariance classes exist compared to the unbroken case.

68

Classes on the moduli space of Riemann surfaces through a noncommutative Batalin-Vilkovisky formalism  

Using the machinery of the Batalin-Vilkovisky formalism, we construct cohomology classes on compactifications of the moduli space of Riemann surfaces from the data of a contractible differential graded Frobenius algebra. We describe how evaluating these cohomology classes upon a well-known construction producing homology classes in the moduli space can be expressed in terms of the Feynman diagram expansion of some functional integral. By computing these integrals for specific examples, we are able to demonstrate that this construction produces families of nontrivial classes.

69

A new object-oriented interface to MDSplus  

The MDSplus data acquisition and management software package is widely used in the international fusion research community. Its core Application Programming Interface (API) remained unchanged since the system was ported to a multiplatform environment in the late nineties. Originally written in C, the MDSplus API did not fully exploit several object-oriented features of the system that were included in the original architecture. In 2008 a project was initiated by the authors to provide the core MDSplus functionality with an object-oriented API. A generic, language-independent class structure has been defined and modeled in Uniform Modeling Language (UML). Based on this description the new API has been implemented so far in C++, Python, and Java. The new API provides data type management, al...

70

Semantic Translation of Simulink Diagrams to Input/Output Extended Finite Automata  

We develop a semantic translation approach for Simulink diagrams. Simulink is a graphical tool for representing and simulating dynamical systems. We propose a recursive approach for translating a class of Simulink diagrams to input/output-extended finite automata (I/O-EFA). An I/O-EFA model of a Simulink diagram can be used for further analysis such as test generation and formal verification. We show that the translation approach is sound and complete: The input-state-output behavior of an I/O-EFA model, as defined in terms of a step-trajectory, preserves the input-state-output behavior of the corresponding Simulink diagram at each sample time (assuming the same integration method for any of the continuous blocks with dynamics).

71

A new class of converters for variable speed wind turbines  

A new class of electronic power converters, based on Isolated Gate Bipolar Transistors (IGBT) technology, is compared to classical converter types. Of both types schematic diagrams are shown. Advantages and disadvantages of both types are listed. In a recently concluded Joule project a converter in this new class was designed, built and tested. The operation of the converter is described and test results, in the laboratory as well as in a wind turbine, are given. 14 figs., 1 tab., 3 refs.

72

The anomalous magnetic moment of the muon in the MSSM - recent developments  

We present recent results of two interesting classes of supersymmetric two-loop contributions to (g-2)_mu. Two-loop diagrams involving either a closed sfermion loop or a closed chargino/neutralino loop can amount to 5*10^{-10}, which is almost one standard deviation of the current experimental uncertainty. We discuss the dependence of these two classes on the unknown supersymmetric parameters and their impact on the supersymmetric prediction of (g-2)_mu.

73

Global phase diagram of two-dimensional Dirac fermions in random potentials  

Anderson localization is studied for two flavors of massless Dirac fermions in two-dimensional space perturbed by static disorder that is invariant under a chiral symmetry (chS) and a time-reversal symmetry (TRS) operation which, when squared, is equal either to plus or minus the identity. The former TRS (symmetry class BDI) can, for example, be realized when the Dirac fermions emerge from spinless fermions hopping on a two-dimensional lattice with a linear energy dispersion such as the honeycomb lattice (graphene) or the square lattice with ? flux per plaquette. The latter TRS is realized by the surface states of three-dimensional Z2-topological band insulators in symmetry class CII. In the phase diagram parametrized by the disorder strengths, there is an infrared stable line of critical points for both symmetry classes BDI and CII. Here we discuss a “global phase diagram” in which disordered Dirac fermion systems in all three chiral symmetry classes, AIII, CII, and BDI, occur in four quadrants, sharing one corner which represents the clean Dirac fermion limit. This phase diagram also includes symmetry classes AII [e.g., appearing at the surface of a disordered three-dimensional Z2-topological band insulator in the spin-orbit (symplectic) symmetry class] and D (e.g., the random bond Ising model in two dimensions) as boundaries separating regions of the phase diagram belonging to the three chS classes AIII, BDI, and CII. Moreover, we argue that physics of Anderson localization in the CII phase can be presented in terms of a non-linear-? model (NL?M) with a Z2-topological term. We thereby complete the derivation of topological or Wess-Zumino-Novikov-Witten terms in the NL?M description of disordered fermionic models in all ten symmetry classes relevant to Anderson localization in two spatial dimensions.

74

Effect of Herbal Medicines on Cytokine-Induced Cytotoxicity and Major Histocompatibility Complex (MHC) Class II Antigen Expression in Rat Thyroid Cells  

The effects of herbal medicines that constitute Gam-du-tang and Gung-gui-tang on cytokine-induced cytotoxicity and thyroid major histocompatibility complex (MHC) class II antigen expression in FRTL rat thyrocytes were investigated. No effect on cell growth was found with interferon (IFN)-?. However, tumor necrosis factor (TNF)-? was cytotoxic, and this was increased by preincubation with IFN-?. Ethanol extract of Glycyrrhizae Radix, black beans, Angelicae Radix, and Cnidii Rhizoma (0.3—15 mg/ml) in both regimens significantly inhibited IFN-? and TNF-?-mediated cytotoxicity of rat thyroid cells (p<0.05, p<0.01). In addition, IFN-? (1—100 U/ml) treatment induced class II antigen expression in up to 60% of FRTL cells, as detected by a murine monoclonal antibody to rat MHC class II antigen (FITC-OX6). Aberrant thyroid cell MHC class II antigen expression induced by IFN-? is suppressed by the extract of herbal medicines. These results indicate that herbal medicines inhibit cytokine-induced thyroid cell destruction, therefore, may have therapeutic potential in the treatment of autoimmune thyroid disease.   

75

A layout technique for class diagrams to be used in product configuration projects  

For several companies the use of product configurators has produced a range of benefits such as minimising the use of resources and shortening the lead times in product specification processes. When developing a product configurator, two kinds of models are often created, namely analysis and design models. The task of describing product knowledge in analysis models involves domain experts, for which reason the analysis language has to be easily understandable in order to avoid extensive training. For this task the so-called Product Variant Master (PVM) diagramming technique is often applied. On the other hand, the requirements for the design language are more focused on having a formalised and rich language. For this task class diagrams are often applied. To avoid the use of different modelling languages in the analysis and design phase, this paper proposes and tests a layout technique that incorporates the usability of PVMs into class diagrams.

76

4d Simplicial Quantum Gravity with a Non-Trivial Measure  

We study 4d simplicial quantum gravity in the dynamical triangulation approach with a non-trivial class of measures. We find that the measure contribution plays an important role, influencing the phase diagram and the nature of the (possible) critical theory. We discuss how the lattice theory could be used to fix the quantum measure in a non-ambiguous way.

77

The BFKL Pomeron calculus: Summing enhanced diagrams  

The goal of this paper is to sum over a class of enhanced diagrams, and derive a new Pomeron Green function. It is found that this sum gives the Pomeron contribution to the scattering amplitude that decreases with energy. In other words, we found that the total cross section of two colourless dipoles of small but equal sizes, falls down at high energies.

78

Some remarks on the {epsilon}-expansion of dimensionally regulated Feynman diagrams  

Some problems related to the construction of the {epsilon}-expansion of dimensionally regulated Feynman integrals are discussed. For certain classes of diagrams, an arbitrary term of the {epsilon}-expansion can be expressed in terms of log-sine integrals related to the polylogarithms. It is shown how the analytic continuation of these functions can be constructed in terms of the generalized Nielsen polylogarithms.

79

All about Lissajous Figures.  

Uses diagrams and text to illustrate the use of Lissajous figures (the figures that are traced out when two simple harmonic motions are combined at right angles to each other) in teaching basic physics concepts. Covers the mathematics of the Lissajous Figure; demonstrating Lissajous Figures; and a typical class. (ZWH)

80

Simplified three-body problem in nuclear matter  

We treat the three-particle problem in nuclear matter for the special class of two-body potentials for which the two-body interaction energy vanishes. We compare the results obtained using the variational method, the Bethe-Faddeev method, and a slightly modified version of the latter in which certain fourth-order diagrams, which can lead to divergences, are eliminated.

 
 
 
 
81

Muon Anomaly from Lepton Vacuum Polarization and The Mellin--Barnes Representation.  

We evaluate, analytically, a specific class of eighth--order and tenth--order QED contributions to the anomalous magnetic moment of the muon. They are generated by Feynman diagrams involving lowest order vacuum polarization insertions of leptons $l=e,\\mu$, and $\\tau$. The results are given in the fo...

82

Phase diagrams for surface alloys  

We discuss surface alloy phases and their stability based on surface phase diagrams constructed from the surface energy as a function of the surface composition. We show that in the simplest cases of pseudomorphic overlayers there are four generic classes of systems, characterized by the sign of the...

83

2-D Radiative Transfer in Protostellar Envelopes: II. An Evolutionary Sequence  

We present model spectral energy distributions, colors, polarization, and images for an evolutionary sequence of a low-mass protostar from the early collapse stage (Class 0) to the remnant disk stage (Class III). We find a substantial overlap in colors and SEDs between protostars embedded in envelopes (Class 0-I) and T Tauri disks (Class II), especially at mid-IR wavelengths. Edge-on Class I-II sources show double-peaked spectral energy distributions, with a short-wavelength hump due to scattered light and the long-wavelength hump due to thermal emission. These are the bluest sources in mid-IR color-color diagrams. Since Class 0 and I sources are diffuse, the size of the aperture over which fluxes are integrated has a substantial effect on the computed colors, with larger aperture results showing significantly bluer colors. This causes overlap in color-color diagrams between all evolutionary states, especially in the mid-IR. However the near-IR polarization of the Class 0 sources is much higher than the Class...

84

Quantification of unfractionated heparin in human plasma and whole blood by means of novel fluorogenic anti-FXa assays.  

Novel and sensitive plate-based fluorogenic anti-factor Xa (FXa) assays were investigated to quantify unfractionated heparin (UFH) in human plasma and whole blood within the therapeutic ranges of 0-1.6 U/mL and 0-0.8 U/mL, respectively. Two fluorogenic anti-FXa assay methods were defined for low (0-0.6 U/mL) and high (0.6-1.2 U/mL) pharmacologically relevant UFH concentration ranges in pooled human plasma. In both cases significant differences were observed at intervals of 0.2 U/mL (P0.99, respectively. The assay was also optimized for whole blood which was capable of differentiating UFH concentrations at intervals of 0.2 U/mL (P0.99. The results obtained in this study could assist diagnostic laboratories towards improved monitoring of UFH therapy. PMID:21852056

85

Ontogeny-Anisometric Growth  

Each student receives the same simple drawing (on graph paper) of a trilobite. By flipping coins, each student determines a growth rate for different parts of the trilobite exoskeleton. They then draw (to scale) a first molt stages of the trilobite by applying the growth rates to the 'juvenile' diagram. They then apply the same rates to the 'first molt' to produce an 'adult' morphology. The adult morphologies for each ontogenetic series, as well as an adult produced by purely isometric growth, are displayed for the entire class to see. These diagrams serve as the basis for class discussion. Later in the semester, the 'adult' trilobites are used to generate a data matrix of morphologic features of related species. Students work in groups so that there are a few different data matrices for the same set of species. A cladistic analysis and a cluster analysis (phenetics) produce possible phylogenies for the data matrices. We compare the results in a class discussion.

86

Transporting and preparing coke for blast furnace smelting  

This paper analyzes changes in the physico-mechanical properties of coke obtained under various conditions during coke delivery into blast furnaces. Coke tends to crumble during transportation while its quality improves insignificantly. To improve coke quality as it is being fed into blast furnace, it is recommended that the crushing effect be reduced and the abrasion effect be increased. Diagrams show the effects of crushing and abrasion. Grain size classes 60-40 and 80-60 mm are considered to be more suitable for blast furnace smelting than the 40-25 mm class, which shows weaker physico-mechanical qualities. It is suggested that size class over 80 mm be separated and either subjected to additional preparation or sent to other users. A schematic diagram shows the coke handling process starting at the coke sorting machine to its delivery into the blast furnace. (4 refs.)

87

The possible role of genomic imprinting at HLA-DQ/DR region in the pathogenesis of insulin-dependent diabetes mellitus  

Insulin-dependent diabetes mellitus (IDDM) is an autoimmune endocrinopathy that often develops with anti glutamic acid decarboxylase autoantibody (GAD-Ab). Accumulated data indicate that specific alleles with HLA-DQA1{sup *}0301 strongly associate with IDDM so that its susceptible gene is localized at HLA class II DQ/DR region. The mode of transmission, however, remains still unclear. To investigate the possibility of involvement of genomic imprinting at the susceptible gene in IDDM, we conducted pedigree analysis of 16 IDDM probands who are positive for GAD-Ab and their first-degree relatives consisting of 14 mothers, 11 fathers and 11 sibs. The GAD-Ab was measured with RIA (cut off = 5 U/ml), and genotypes of DQA1 and DRB1 loci were determined with PCR-RFLP method. Of the observed 16 families, one had an affected brother who developed IDDM and was positive for GAD-Ab (144 U/ml), but the remaining 15 were simplex families. Except for the affected brother, all relatives appeared to be negative for GAD-Ab. DQA1 genotyping showed that 11 probands were homozygotes of high-risk DQA1{sup *}0301, but the five probands were heterozygous with DQA1{sup *}0301/X who were informative for the parental origin of DQA1{sup *}0301 allele. Pedigree analyses revealed that all DQA1{sup *}0301 alleles of the five affected heterozygotes were transmitted from their mothers. We next analyzed segregation pattern of DQA1-DRB1 haplotypes and found that the affected brother shared the same maternally transmitted allele with the proband. Further haplotype analysis indicated that the informative six unaffected sibs did not share the maternally transmitted DQA1{sup *}0301 alleles with their probands. From the exclusive association with maternally transmitted DQA{sup *}0301 alleles, we propose the hypothesis that maternal transmission of {open_quotes}affected alleles{close_quotes} are required for the development of IDDM with the mechanism of genomic imprinting at the HLA-DQ/DR region.

88

On Using SysML, DoDAF 2.0 and UPDM to Model the Architecture for the NOAA's Joint Polar Satellite System (JPSS) Ground System (GS)  

The JPSS Ground System is a lIexible system of systems responsible for telemetry, tracking & command (TT &C), data acquisition, routing and data processing services for a varied lIeet of satellites to support weather prediction, modeling and climate modeling. To assist in this engineering effort, architecture modeling tools are being employed to translate the former NPOESS baseline to the new JPSS baseline, The paper will focus on the methodology for the system engineering process and the use of these architecture modeling tools within that process, The Department of Defense Architecture Framework version 2,0 (DoDAF 2.0) viewpoints and views that are being used to describe the JPSS GS architecture are discussed. The Unified Profile for DoOAF and MODAF (UPDM) and Systems Modeling Language (SysML), as ' provided by extensions to the MagicDraw UML modeling tool, are used to develop the diagrams and tables that make up the architecture model. The model development process and structure are discussed, examples are shown, and details of handling the complexities of a large System of Systems (SoS), such as the JPSS GS, with an equally complex modeling tool, are described

89

Translating Message Sequence Charts to other Process Languages using Process  

Message Sequence Charts (MSCs) are a well known language for speci- fying scenarios that describe how different actors (e.g., system components, people, or organizations) interact. MSCs are often used as a starting point for software analysts to discuss the behavior of a system with different stakeholders. Often such discussions lead to more complete behavioral models described by e.g. Event-driven Process Chains (EPCs), UML activity diagrams, BPMN models, Petri nets, etc. Process mining on the other hand, deals with the problem of constructing complete behavioral models by analyzing event logs of information systems. In contrast to existing process mining techniques, where logs are assumed to only contain implicit information, the approach presented in this paper combines the explicit knowledge captured in individual MSCs and the techniques and tools available in the process mining domain. This combination allows us to discover high-quality process models. To constructively add to the existing work on process mining, our approach has been implemented in the process mining framework ProM (www.processmining.org).

90

Classification of fluidized particles by Archimedes number  

General relations for entrainment and minimum fluidization are derived from Stokes `law and Newton`s law using Ergun`s idea that laminar and turbulent flow effects are always present. Numerical criteria are developed to discriminate different classes of fluidized powders mainly on the basis of critical values for the ratio between laminar and turbulent flow effects at the two benchmark situations of fluidization. The resulting critical Archimedes numbers are checked with literature information. Application to fluidization with ambient air allows a comparison of this general classification of any fluid-solid combination with Geldart`s diagram and with Molerus` classification diagram. (orig.)

91

Spectral evolution of galaxies. III. Cosmological predictions for the space telescope faint object camera  

Galaxy spectral evolutionary models are used to compute the following quantities in bandpasses available in the Space Telescope Faint Object Camera: (a) galaxy color, luminosity, two-color diagrams, and surface brightness profiles as functions of redshift: and (b) galaxy counts, and color and redshift distributions as functions of apparent magnitude. Two-color diagrams for stars of different spectral types and luminosity classes are presented to help in separating stellar from galaxy images. The behavior of the Lyman discontinuity is discussed. These predictions may be used as a guide to prepare and interpret observing runs with the Space Telescope.

92

Ordering and phase transitions in random-field Ising systems  

An exact analysis of the Ising model with infinite-range interactions in a random field and a local mean-field theory in three dimensions is carried out leading to a phase diagram with several coexistence surfaces and lines of critical points. The results show that the phase diagram depends crucially on whether the distribution of random fields is symmetric or not. Thus, Ising-like phase transitions in a porous medium (the asymmetric case) are in a different universality class from the conventional random-field model (symmetric case).

93

Asymptotics of characters of symmetric groups, Gaussian fluctuations of Young diagrams and genus expansion  

The convolution of indicators of two conjugacy classes on the symmetric group S_q is usually a complicated linear combination of indicators of many conjugacy classes. Similarly, a product of the moments of the Jucys--Murphy element involves many conjugacy classes with complicated coefficients. In this article we consider a combinatorial setup which allows us to manipulate such products easily: to each conjugacy class we associate a two-dimensional surface and the asymptotic properties of the conjugacy class depend only on the genus of the resulting surface. This construction closely resembles the genus expansion from the random matrix theory. As the main application we study irreducible representations of symmetric groups S_q for large q. We find the asymptotic behavior of characters when the corresponding Young diagram rescaled by a factor q^{-1/2} converge to a prescribed shape. The character formula (known as the Kerov polynomial) can be viewed as a power series, the terms of which correspond to two-dimens...

94

The Revised Version of Class I Methanol Maser Catalog  

The revised version of the class I methanol maser catalog is presented. It contains 182 sources - new class I methanol masers detected in the direction of EGOs were added to the previous number (~160 sources have been published in the first version of this catalog - see reference in the text). Electronic version has been generated in the form of html file - http://www.asc.rssi.ru/MMI. A statistical analysis was carried out within 2' around a maser position to find an identification of class I methanol masers with any objects typical for star-forming regions - UCHII regions, IRAS sources, bipolar outflows, CS lines as of dense gas tracer, masers (class II methanol masers, OH and H2O) and EGO. None of the bipolar outflow, already registered in the direction of class I methanol maser, did not coincide with EGO. The result is submitted in a form of a diagram.

95

Probabilistic decision graphs for optimization under uncertainty  

This paper provides a survey on probabilistic decision graphs for modeling and solving decision problems under uncertainty. We give an introduction to influence diagrams, which is a popular framework for representing and solving sequential decision problems with a single decision maker. As the methods for solving influence diagrams can scale rather badly in the length of the decision sequence, we present a couple of approaches for calculating approximate solutions. The modeling scope of the influence diagram is limited to so-called symmetric decision problems. This limitation has motivated the development of alternative representation languages, which enlarge the class of decision problems that can be modeled efficiently. We present some of these alternative frameworks and demonstrate their expressibility using several examples. Finally, we provide a list of software systems that implement the frameworks described in the paper.

96

Correlation potential and ladder diagrams  

The all-order correlation potential method of accurate atomic structure calculations for atoms with one external electron is extended to include one more class of correlation diagrams to all orders. These are the so-called ladder diagrams which describe residual Coulomb interaction between an external electron and atomic core. This is in addition to the screening of Coulomb interaction by core electrons and the hole-particle interaction in the core polarization operator which are also included in all orders. Calculations of the energies of the lowest $s$, $p$ and $d$ states of cesium and thallium show that inclusion of the ladder diagrams leads to significant improvement of the accuracy of the calculations. The discrepancy between theoretical and experimental energies is reduced to a small fraction of a per cent in all cases. This widens the range of atoms and atomic states for which the correlation potential method can produce very accurate results.

97

Population dynamics on random networks: simulations and analytical models  

We study the phase diagram of the standard pair approximation equations for two different models in population dynamics, the susceptible-infective-recovered-susceptible model of infection spread and a predator-prey interaction model, on a network of homogeneous degree $k$. These models have similar phase diagrams and represent two classes of systems for which noisy oscillations, still largely unexplained, are observed in nature. We show that for a certain range of the parameter $k$ both models exhibit an oscillatory phase in a region of parameter space that corresponds to weak driving. This oscillatory phase, however, disappears when $k$ is large. For $k=3, 4$, we compare the phase diagram of the standard pair approximation equations of both models with the results of simulations on regular random graphs of the same degree. We show that for parameter values in the oscillatory phase, and even for large system sizes, the simulations either die out or exhibit damped oscillations, depending on the initial conditi...

98

Practice of the Education for the Principle of Otto Cycle by the E-Learning CG-Content  

A CG-animation content which supports the learning of the Otto cycle was developed. This content has a piston assembly and the diagrams of PV, VS, TP and TS. The each diagram has a pointer which moves along the line of the graph and they are synchronized with the movement of the piston. The learners can operate this content directly on the e-learning system. While watching the movements of the piston assembly, the learners can confirm the state of the engine about temperature, pressure, volume, and entropy by the synchronized pointer on the diagrams. This content was used for the class of the machining practice exercise. The learning effect of the content was examined by the score of the short test. As the result of this examination, the CG-animation content was effective in the learning of the Otto cycle.   

99

Practice of the Education for the Principle of Otto Cycle by the E-Learning CG-Content  

A CG-animation content which supports the learning of the Otto cycle was developed. This content has a piston assembly and the diagrams of PV, VS, TP and TS. The each diagram has a pointer which moves along the line of the graph and they are synchronized with the movement of the piston. The learners can operate this content directly on the e-learning system. While watching the movements of the piston assembly, the learners can confirm the state of the engine about temperature, pressure, volume, and entropy by the synchronized pointer on the diagrams. This content was used for the class of the machining practice exercise. The learning effect of the content was examined by the score of the short test. As the result of this examination, the CG-animation content was effective in the learning of the Otto cycle.

100

Requirements for UML and OWL Integration Tool for User Data Consistency Modeling and Testing  

The amount of data available on the Internet is continuously increasing, consequentially there is a growing need for tools that help to analyse the data. Testing of consistency among data received from different sources is made difficult by the number of different languages and schemas being used. In this paper we analyze requirements for a tool that support integration of UML models and ontologies written in languages like the W3C Web Ontology Language (OWL). The tool can be used in the following way: after loading two legacy models into the tool, the tool user connects them by inserting modeling constructs like classes, associations and Object Constraint Language (OCL) statements. It is the tool users responsibility to connected the legacy models in such a way that consistency is beeing explicitly defined. A special modeling technique it to be used when specifying possible consistencies violations, an important part of this technique is attaching of OCL expressions to special boolean class attributes that we call consistency attributes. The resulting integration model can be used for automatic consistency testing of two instances of the legacy models by automatically instantiate the whole integration model and then report consistency attribute values that are false.

 
 
 
 
101

Nutrient utilisation and particulate organic matter changes during summer in the upper mixed layer (Ross Sea, Antarctica).  

The relationships among vertical stability, estimated nutrient utilisation and particulate organic matter in the Ross Sea are analysed from data collected during two cruises in the summers of 1987 - 88 and 1989 - 90. In the upper mixed layer (UML), identified through the vertical stability E(Z(UML))...

102

Testing and the UML. A perfect fit  

Testing activities that are based on models are becoming increasingly popular. UML models represent specification documents which provide the ideal basis for deriving test cases. They are even more valuable if UML tools are used that support the automatic test case generation. This report presents a...

103

Acute release of thyrotropin in the newborn  

Measurements of serum thyrotropin (TSH) concentrations were conducted in maternal and fetal blood during labor and delivery and the early postnatal and neonatal periods. Mean TSH concentration was significantly higher in cord blood (9.5 ?U/ml) than maternal blood (3.9 ?U/ml), a finding suggesting a ...

104

Towards a better interaction between design and dependability analysis: FMEA derived from UML/SysML models  

It is commonly admitted that one of the crux, during the design process of new complex systems, is the efficient communication between the experts. The OMG developed UML to tackle this problem in software design. For several years, many researchers have worked on adapting and reusing UML for whole k...

105

Pre-emptive treatment for Clostridium tetani: importance of early recognition and treatment in the community  

The case of a 79-year-old woman with neurotoxin producing Clostridium tetani identified in a lower limb laceration that was promptly treated is presented; the patient developed no symptoms of tetanus. Her antibody levels were measured as 0.01 U/ml (protective levels >0.01 U/ml) and were therefore no...

106

Quantification of unfractionated heparin in human plasma and whole blood by means of novel fluorogenic anti-FXa assays  

Novel and sensitive plate-based fluorogenic anti-factor Xa (FXa) assays were investigated to quantify unfractionated heparin (UFH) in human plasma and whole blood within the therapeutic ranges of 0-1.6 U/mL and 0–0.8 U/mL, respectively. Two fluorogenic anti-FXa assay methods were defined for low (0-...

107

Executable HybridUML Semantics.A Transformation Definition.  

This thesis contributes to the development of hybrid systems. For the particular specification formalism HybridUML, a formally defined transformation Phi of HybridUML models into executable low-level models is defined. The resulting low-level models have a formal semantics, therefore by Phi, this fo...

108

l-Tryptophan Production by Achromobacter liquidum  

Conditions for the production of tryptophanase from Achromobacter liquidum and for the conversion of l-serine and indole to l-tryptophan were studied. The enzyme could be produced in amounts as great as 0.750 U/ml (degradation) and 0.294 U/ml (synthesis) by shaking cultures at 30°C in a medium conta...

109

A multiform time approach to real-time system modeling: Application to an automotive system  

In the context of an effort to answer the OMG RFP for Modeling and Analysis of Real-Time Embedded systems (MARTE), we are defining extensions to the simple time model of UML2. After a brief review of some time-related UML profiles, we focus on the specificity of our approach: the ability to take acc...

110

Knot polynomials via one parameter knot theory  

We construct new knot polynomials. Let $V$ be the standard solid torus in 3-space and let $pr$ be its standard projection onto an annulus. Let $M$ be the space of all smooth oriented knots in $V$ such that the restriction of $pr$ is an immersion (e.g. regular diagrams of a classical knot in the complement of its meridian). There is a canonical one dimensional homology class for each connected component of $M$. We construct homomorphisms from the first homology group of $M$ into rings of Laurent polynomials. Each such homomorphism applied to the canonical homology class gives a knot invariant. Let $\\gamma$ be a generic smooth oriented loop in $M$ (i.e. a one parameter family of knot diagrams in the annulus). For finitely many points in $\\gamma$ the corresponding knot diagram has in the projection $pr$ an ordinary triple point or an ordinary auto-tangency. To each such diagram we associate some Laurent polynomial by using extensions of the Kauffman bracket or of the Kauffman state model for the Alexander polyno...

111

Influence of the carbon and nitrogen sources on keratinase production by Myrothecium verrucaria in submerged and solid state cultures  

Myrothecium verrucaria is a nondermatophytic filamentous fungus able to grow and to produce keratinase in submerged (93.0???19?U/ml) and solid state (98.8???7.9?U/ml) cultures in which poultry feather powder (PFP) is the only substrate. The purpose of the present work was to verify how different carbon and nitrogen sources can influence the production of keratinase by this fungus. Addition of carbohydrates, such as glucose and sucrose, caused only slight improvements in keratinase production, but the addition of starch caused a significant improvement (135.0???25?U/ml). The highest levels of keratinase activity, however, were obtained by supplementing the PFP cultures with cassava bagasse, 168.0???28?U/ml and 189.0???26?U/ml in submerged and solid state cultures, respectively. Contrarily, ...

112

Earthquake Prediction: Probabilistic Aspect  

A theoretical analysis of the earthquake prediction problem in space-time is presented. We find an explicit structure of the optimal strategy and its relation to the generalized error diagram. This study is a generalization of the theoretical results for time prediction. The possibility and simplicity of this extension is due to the choice of the class of goal functions. We also discuss issues in forecasting versus prediction, scaling laws versus predictability, and measure of prediction efficiency at the research stage.

113

Quasi-periodic spin chains in a magnetic field  

We study the interplay between a (quasi) periodic coupling array and an external magnetic field in a spin-1/2 XXZ chain. A new class of magnetization plateaux are obtained by means of Abelian bosonization methods which give rise to a sufficient quantization condition not contained in previous analysis. The investigation of magnetic phase diagrams via exact diagonalization of finite clusters finds a complete agreement with the continuum treatment in a variety of situations.

114

Near Infrared Observations of IRAS Planetary Nebulae  

The authors have observed 117 faint planetary nebulae in the J, H, K, and somes L and M bands. The results are shown in the colour-colour diagram J-H vs. H-K. The observed objects may be divided in at least three different classes: N (nebular), S (Stellar), D (Dust). The authors conclude that S-type objects are most probably symbiotic stars or other kind of emission line stars.

115

Hiding quiet solutions in random constraint satisfaction problems  

We study constraint satisfaction problems on the so-called planted random ensemble. We show that for a certain class of problems, e.g., graph coloring, many of the properties of the usual random ensemble are quantitatively identical in the planted random ensemble. We study the structural phase transitions and the easy-hard-easy pattern in the average computational complexity. We also discuss the finite temperature phase diagram, finding a close connection with the liquid-glass-solid phenomenology.

116

Exact solution of Frenkel-Kontorova models with a complete devil's staircase in higher dimensions  

We solve exactly a class of Frenkel-Kontorova models with piecewise parabolic potential, which has $d$ sub-wells in a period. With careful analysis, we show that the phase diagram of the minimum enthalpy configurations exhibits the structure of a complete $d$-dimensional devil's staircase. The winding number of a minimum enthalpy configuration is locked to rational values, while the fraction of atoms in each sub-well is locked to values which are sub-commensurable with the winding number.

117

Re-Entrant Quantum Phase Transitions in Antiferromagnetic Spin-1 Ladders  

In response to recent attempts to construct higher-spin ladder materials from organic polyradicals, we study the ground-state properties of a wide class of antiferromagnetic spin-1 ladders. Employing various numerical tools, we reveal the rich phase diagram and correct a previous nonlinear-sigma-model prediction. A variational analysis interprets the phase competition well with particular emphasis on the re-entrant phase boundary as a function of the rung interaction.   

118

Cell transfer and monomial positivity  

We give combinatorial proofs that certain families of differences of products of Schur functions are monomial-positive. We show in addition that such monomial-positivity is to be expected of a large class of generating functions with combinatorial definitions similar to Schur functions. These generating functions are defined on posets with labelled Hasse diagrams and include for example generating functions of Stanley's $(P,\\omega)$-partitions.

119

Hiding Quiet Solutions in Random Constraint Satisfaction Problems  

We study constraint satisfaction problems on the so-called 'planted' random ensemble. We show that for a certain class of problems, e.g. graph coloring, many of the properties of the usual random ensemble are quantitatively identical in the planted random ensemble. We study the structural phase transitions, and the easy/hard/easy pattern in the average computational complexity. We also discuss the finite temperature phase diagram, finding a close connection with the liquid/glass/solid phenomenology.

120

Zeros of Wronskians of Hermite polynomials and Young diagrams  

For a certain class of partitions, a simple qualitative relation is observed between the shape of the Young diagram and the pattern of zeros of the Wronskian of the corresponding Hermite polynomials. In the case of the two-term Wronskian W(Hn,Hn+k), we give an explicit formula for the asymptotic shape of the zero set as n->~. Some empirical asymptotic formulas are given for the zero sets of three-term and four-term Wronskians.

 
 
 
 
121

Visualizing changes in student responses using consistency plots  

Traditional methods of reporting changes in student responses have focused on class-wide averages. Such models hide information about the switches in responses by individual students over the course of a semester. We extend unpublished work by Steven Kanim on "escalator diagrams" which show changes in student responses from correct to incorrect (and vice versa) while representing pre- and post-instruction results on questions. Our extension consists of "consistency plots" in which we represent three forms of data: method of solution and correctness of solution both before and after instruction. Our data are from an intermediate mechanics class, and come from (nearly) identical midterm and final examination questions.

122

Production of a water-resistant binder containing magnesium oxide and ash waste from thermal power plants  

Presents a classification for magnesium-containing waste materials considering the MgO content. A triangular diagram is shown for four classes of natural and technogenic Mg-containing materials, including the ash of brown-coal fired power plants. The materials can be used in the building industry; various applications are pointed out. Recommendations for increasing the quality of each class of Mg-containing materials are made. Ash from combustion of brown coal at thermal power plants can be used for production of binders with predetermined properties. 3 refs.

123

A Mid-Infrared Study of the Class 0 Cluster in LDN 1448  

We present ground-based mid-infrared observations of Class 0 protostars in LDN 1448. Of the five known protostars in this cloud, we detected two, L1448N:A and L1448C, at 12.5, 17.9, 20.8, and 24.5 microns, and a third, L1448 IRS 2, at 24.5 microns. We present high-resolution images of the detected sources, and photometry or upper limits for all five Class 0 sources in this cloud. With these data, we are able to augment existing spectral energy distributions (SEDs) for all five objects and place them on an evolutionary status diagram.

124

Equilibrium Configurations of Homogeneous Fluids in General Relativity  

By means of a highly accurate multi-domain pseudo-spectral method, we investigate classes of uniformly rotating, homogeneous and axisymmetric relativistic fluid bodies. In an appropriate parameter diagram, the well-known Maclaurin sequence of rotating fluid spheroids can be divided into segments, each of which is contained within one of the above mentioned classes as one of its Newtonian limits. These segments are separated by the bifurcation points associated with the onset of secular, axisymmetric instability. Further Newtonian sequences branching off at these points also bound the relativistic solutions. Other limits are characterized by mass-shedding and fragmentation, the latter leading to a two-body system and thus a non-homogeneous model. In addition, the first class is also bounded by the non-rotating Schwarzschild spheres and by configurations with infinite central pressure. The second class, which contains the recently studied relativistic Dyson rings, permits an extreme Kerr Black Hole limit. The N...

125

Properties of the Youngest Protostars in Perseus, Serpens, and Ophiuchus  

We present an unbiased census of deeply embedded protostars in Perseus, Serpens, and Ophiuchus, assembled by combining large-scale 1.1 mm Bolocam continuum and Spitzer Legacy surveys. We identify protostellar candidates based on their mid-infrared properties, correlate their positions with 1.1 mm core positions, and construct well-sampled SEDs using our extensive wavelength coverage (lam=1.25-1100 micron). Source classification based on the bolometric temperature yields a total of 39 Class 0 and 89 Class I sources in the three cloud sample. We compare to protostellar evolutionary models using the bolometric temperature-luminosity diagram, finding a population of low luminosity Class I sources that are inconsistent with constant or monotonically decreasing mass accretion rates. This result argues strongly for episodic accretion during the Class I phase, with more than 50% of sources in a ``sub-Shu'' (dM/dt < 1e-6 Msun/yr) accretion state. Average spectra are compared to protostellar radiative transfer model...

126

Generative power of sequential and parallel programmed graph grammars  

Programmed graph grammars are formally introduced and their generative power is investigated. Programmed graph grammars differ from other approaches to graph grammars in the so-called control diagram which controls the application order of productions are obtained. By restricting the form of the productions of a programmed graph grammar, several classes of graph languages are obtained. These are compared mutually as well as with the hierarchy introduced by M. Nagl (see IBID., Vol.16, p.113-37, 1976). For unrestricted and monotone productions corresponding classes of graph languages coincide, while the class of context free programmed graph languages is properly contained in the class of context free graph languages in the sense of Nagl. 31 references.

127

Effect of welding conditions on transformation and properties of heat-affected zones in LWR (light-water reactor) vessel steels  

The continuous cooling transformation behavior (CCT) and isothermal transformation (IT) behavior were determined for SA-508 and SA-533 materials for conditions pertaining to standard heat treatment and for the coarse-grained region of the heat-affected zone (HAZ). The resulting diagrams help to select welding conditions that produce the most favorable microconstituent for the development of optimum postweld heat treatment (PWHT) toughness levels. In the case of SA-508 and SA-533, martensite responds more favorably to PWHT than does bainite. Bainite is to be avoided for the optimum toughness characteristics of the HAZ. The reheat cracking tendency for both steels was evaluated by metallographic studies of simulated HAZ structures subjected to PWHT cycles and simultaneous restraint. Both SA-533, Grade B, Class 1, and SA-508, Class 2, cracked intergranularly. The stress rupture parameter (the product of the stress for a rupture life of 10 min and the corresponding reduction of area) calculated for both steels showed that SA-508, Class 2, was more susceptible to reheat cracking than SA-533, Grade B, Class 1. Cold cracking tests (Battelle Test and University of Tennessee modified hydrogen susceptibility test) indicated that a higher preheat temperature is required for SA-508, Class 2, to avoid cracking than is required for SA-533, Grade B, Class 1. Further, the Hydrogen Susceptibility Test showed that SA-508, Class 2, is more susceptible to hydrogen embrittlement than is SA-533, Grade B, Class 1.

128

How effective is UML modeling ?  

Modeling has become a common practice in modern software engineering. Since the mid 1990s the Unified Modeling Language (UML) has become the de facto standard for modeling software systems. The UML is used in all phases of software development: ranging from the requirement phase to the maintenance phase. However, empirical evidence regarding the effectiveness of modeling in software development is few and far apart. This paper aims to synthesize empirical evidence regarding the effectiveness of modeling using UML in software development, with a special focus on the cost and benefits.

129

Unified Modeling Language (UML) IT adoption - A holistic model of organizational capabilities perspective  

This study develops an integrated research model to examine various factors affecting the IT adoption in the context of the Unified Modeling Language (UML). UML is one type of business process modeling techniques, which in turn is a key aspect of the business process reengineering. The proposed research model is based on IT adoption framework and organizational culture theory. The model identifies fourteen variables, covering seven broad categories (IT characteristics, organization technology, environment, organization structure, organization process, organization culture, and project culture) that could potentially impact UML adoption in organizations. This comprehensive conceptual model is further validated by survey data collected from 251 North American organizations across five differ...

130

Isolation of lipase producing fungi from palm oil Mill effluent (POME) dump sites at Nsukka  

Abstract in english In this study, twelve fungal lipase producing strains belonging to Aspergillus, Penicillium, Trichoderma and Mucor genera were isolated from palm oil mill effluent composts. The Aspergillus spp. were more frequent (42%) and was present in all the samples assayed. Mucor sp. was the least encountered (8.3%).The lipase producing profile showed that Trichoderma (8.07-8.24 u/mL) and Aspergillus (6.25 -7.54 u/mL) spp. were the highest lipase producers while Mucor (5.72 u/mL) was the least.

131

Suicide attempt by an overdose of sitagliptin, an oral hypoglycemic agent: A case report and a review of the literature  

Dipeptidyl peptidase-4 (DPP-4) inhibitors are a newer class of oral hypoglycemic agents for the management of diabetes that elevate the plasma concentration of active glucagon-like peptide-1 via inhibition of DPP-4. They effectively lower not only glycosylated hemoglobin levels, but also fasting and postprandial plasma glucose levels. Patients with diabetes occasionally consume an overdose of oral hypoglycemic agents in suicide attempts: the prevalence of depression is high in patients with diabetes, and depression is a strong risk factor for suicide. We encountered an 86-year-old woman with type 2 diabetes and depression, who was transferred to the emergency room 4h after ingestion of 1,700 mg of the DPP-4 inhibitor sitagliptin (1,700 mg is 17 times greater than the approved maximum dose). Upon arrival, she was fully conscious, plasma glucose was 124 mg/dL, and serum immunoreactive insulin level was 5.81 ?U/mL. Thereafter, the plasma concentration of sitagliptin rose to 3,793 nM, which is 4.5 times higher than the value found under regular treatment with the maximum dose. The patient did not suffer from hypoglycemia, suggesting that a single oral overdose of sitagliptin is unlikely to cause hypoglycemia. A literature review of oral anti-diabetic agents revealed that overdose of biguanides is occasionally fatal when immediate intensive care is not provided. In summary, sitagliptin is a good treatment option for diabetic elderly patients or patients with psychiatric disorders who are suicidal and do not require insulin.   

132

Suicide attempt by an overdose of sitagliptin, an oral hypoglycemic agent: A case report and a review of the literature  

Dipeptidyl peptidase-4 (DPP-4) inhibitors are a newer class of oral hypoglycemic agents for the management of diabetes that elevate the plasma concentration of active glucagon-like peptide-1 via inhibition of DPP-4. They effectively lower not only glycosylated hemoglobin levels, but also fasting and postprandial plasma glucose levels. Patients with diabetes occasionally consume an overdose of oral hypoglycemic agents in suicide attempts: the prevalence of depression is high in patients with diabetes, and depression is a strong risk factor for suicide. We encountered an 86-year-old woman with type 2 diabetes and depression, who was transferred to the emergency room 4h after ingestion of 1,700 mg of the DPP-4 inhibitor sitagliptin (1,700 mg is 17 times greater than the approved maximum dose). Upon arrival, she was fully conscious, plasma glucose was 124 mg/dl, and serum immunoreactive insulin level was 5.81 ?U/ml. Thereafter, the plasma concentration of sitagliptin rose to 3,793 nM, which is 4.5 times higher than the value found under regular treatment with the maximum dose. The patient did not suffer from hypoglycemia, suggesting that a single oral overdose of sitagliptin is unlikely to cause hypoglycemia. A literature review of oral anti-diabetic agents revealed that overdose of biguanides is occasionally fatal when immediate intensive care is not provided. In summary, sitagliptin is a good treatment option for diabetic elderly patients or patients with psychiatric disorders who are suicidal and do not require insulin.   

133

A near-infrared study of the NGC 7538 star forming region  

We present sub-arcsecond (FWHM ~ 0".7), NIR JHKs-band images and a high sensitivity radio continuum image at 1280 MHz, using SIRIUS on UH 88-inch telescope and GMRT. The NIR survey covers an area of ~ 24 arcmin^2 with 10-sigma limiting mags of ~ 19.5, 18.4, and 17.3 in J, H, and Ks-band, respectively. Our NIR images are deeper than any JHK surveys to date for the larger area of NGC 7538 star forming region. We construct JHK CC and J-H/J and H-K/K CM diagrams to identify YSOs and to estimate their masses. Based on these CC and CM diagrams, we identified a rich population of YSOs (Class I and Class II), associated with the NGC 7538 region. A large number of red sources (H-K > 2) have also been detected around NGC 7538. We argue that these red stars are most probably PMS stars with intrinsic color excesses. Most of YSOs in NGC 7538 are arranged from the N-W toward S-E regions, forming a sequence in age: the diffuse H II region (N-W, oldest: where most of the Class II and Class I sources are detected); the compac...

134

Positive diagrams for Seifert fibered spaces  

A Heegaard diagram for a 3-manifold M is a closed, oriented surface Stogether with a pair (X, Y) of compact 1-manifolds in S whose components serveas attaching curves for the 2-handles of the two sides of a Heegaard splittingfor M. The diagram is positive if X and Y can be oriented so that theintersection number _p = +1 at each point p in their intersection. Every(compact, orientable) 3-manifold can be represented by a positive diagram, butthe argument for this suggests that the minimal genus, phg(M), for a positivediagram may be much larger than the minimal genus,hg(M), among all diagrams.This paper investigates this situation for the class of closed orientableSeifert manifolds over an orientable base. We show that phg(M) = hg(M) for mostof these manifolds with phg(M) never more than hg(M)+2. The cases phg(M) >hg(M) are determined and occur when the minimal genus splitting is horizontal.The arguments provide an alternate proof distinguishing these from verticalsplittings.

135

Kochen-Specker Sets and Generalized Orthoarguesian Equations  

Every set (finite or infinite) of quantum vectors (states) satisfies generalized orthoarguesian equations ($n$OA). We consider two 3-dim Kochen-Specker (KS) sets of vectors and show how each of them should be represented by means of a Hasse diagram---a lattice, an algebra of subspaces of a Hilbert space--that contains rays and planes determined by the vectors so as to satisfy $n$OA. That also shows why they cannot be represented by a special kind of Hasse diagram called a Greechie diagram, as has been erroneously done in the literature. One of the KS sets (Peres') is an example of a lattice in which 6OA pass and 7OA fails, and that closes an open question of whether the 7oa class of lattices properly contains the 6oa class. This result is important because it provides additional evidence that our previously given proof of noa =< (n+1)oa can be extended to proper inclusion noa < (n+1)oa and that nOA form an infinite sequence of successively stronger equations.

136

Massive and luminous YSO IRAS 05361+3539 and its environment. A study of star formation in the parent cloud - I  

Near-infrared photometry and narrow/broad-band imaging of the massive and luminous young stellar object IRAS 05361+3539 are presented. Imaging observations were made at Mt. Abu while the photometric data were taken from the 2MASS. From the color-color and color-magnitude diagrams, we identified several sources of faint Class II type and about six Class I type in the parent molecular cloud complex. The IRAS 05361+3539 itself was seen to be a Class I object and our images in Br$\\gamma$ and H$_{2}$ lines show jets/outflows from this object. The jet/outflow matches with the axis of CO outflow detected earlier. The near-infrared and the IRAS far-infrared flux distribution suggests a possible accretion disk with dust temperatures between 80 to 800K and extent of several tens to hundreds of AU. A possible FU Orionis type of source was detected in the cluster.

137

New Directions in Bipartite Field Theories  

We perform a detailed investigation of Bipartite Field Theories (BFTs), a general class of 4d N=1 gauge theories which are defined by bipartite graphs. This class of theories is considerably expanded by identifying a new way of assigning gauge symmetries to graphs. A new procedure is introduced in order to determine the toric Calabi-Yau moduli spaces of BFTs. For graphs on a disk, we show that the matroid polytope for the corresponding cell in the Grassmannian coincides with the toric diagram of the BFT moduli space. A systematic BFT prescription for determining graph reductions is presented. We illustrate our ideas in infinite classes of BFTs and introduce various operations for generating new theories from existing ones. Particular emphasis is given to theories associated to non-planar graphs.

138

Symmetric groups and random matrices  

The convolution of indicators of two conjugacy classes on the symmetric group S_q is usually a complicated linear combination of indicators of many conjugacy classes. Similarly, a product of the moments of the Jucys--Murphy element involves many conjugacy classes with complicated coefficients. In this article we consider a combinatorial setup which allows us to manipulate such products easily and we show that it very closely related to the combinatorial approach to random matrices. Our formulas are exact (in a sense that they hold not only asymptotically for large q). This result has many interesting applications, for example it allows to find precise asymptotics of characters of large symmetric groups and asymptotics of the Plancherel measure on Young diagrams.

139

Evolutionary generation of unique input/output sequences for class behavioral testing  

Object-oriented software is composed of classes. Their behaviors are usually modeled with state diagrams or finite state machines (FSMs). Testing classes is regarded as testing FSMs in which unique input/output (UIO) sequences are widely applied. The generation of UIO sequences is shown to be an undecidable problem. For these problems, genetic algorithms (GAs) may offer much promise. This paper reports some primary results of on-going research on evolutionary testing classes. First, we explain how to define UIO sequence generation as a search problem, and then describe adapting genetic algorithms to generating UIO sequences. Special issues of using genetic algorithms such as solution representation, validity checking and fitness definition are discussed in detail. Primary experiments confi...

140

A generalization of Quillen's small object argument  

We generalize the small object argument in order to allow for its application to proper classes of maps (as opposed to sets of maps in Quillen's small object argument). The necessity of such a generalization arose with the appearance of several important examples of model categories which were proven to be non-cofibrantly generated. Our current approach allows for the construction of functorial factorizations and localizations in the equivariant model category on diagrams of spaces and in two different model structures on the category of pro-spaces. The examples above suggest a natural extension of the framework of cofibrantly generated model categories. We introduce the concept of a class-cofibrantly generated model category, which is a model category generated by classes of cofibrations and trivial cofibrations satisfying some reasonable assumptions.

 
 
 
 
141

Process of coking in layers and rational level of its intensification  

This paper explains how applying more heat-conducting and heat-resistant refractory materials increases coking process speed from 27 to 40 mm/hour. Process intensification reduces greater than 60 mm/less than 60 mm class relation, increaes tension, large class crushability and structural strength, at the same time as it reduces coke abrasion, specific electric conductivity and reativity. It is suggested that wider than 400 mm coke ovens be used for high speed coking as they seem to reduce metallurgical coke losses and lessen coke crushability. Due to certain distortions caused by process acceleration, coke strength should be defined considering changes in its granulometric composition, in particular 40-25 mm class content. Diagrams are presented showing changes in coke properties as a function of changes in it granulometric composition. (12 refs.)

142

Fungal isolates from natural pectic substrates for polygalacturonase and multienzyme production.  

Pectin rich wastes and waste dump yard soils were screened and eighty pectinolytic fungal isolates were obtained by enrichment culturing and ruthenium red plate assay. Eight isolates with higher zones of pectin hydrolysis were selected and tested for polygalacturonase production. One isolate identified as Aspergillus awamori MTCC 9166 with highest polygalacturonase activity was tested for utilization of raw pectins for enzyme production. Polygalacturonase production was high in raw pectin sources like Orange peel (16.8 U/ml) Jack fruit rind (38 U/ml) Carrot peel (36U/ml) and Beet root peel (24U/ml). Selected Aspergillus awamori MTCC 9166 was found to be having good polygalacturonase, xylanase, cellulase and weak amylase and protease activities. This isolate with multi-enzyme production could have application for enzymes production and degradation of fruit and vegetable waste in the process of urban waste disposal. PMID:23100850

143

Fungal isolates from natural pectic substrates for polygalacturonase and multienzyme production  

Pectin rich wastes and waste dump yard soils were screened and eighty pectinolytic fungal isolates were obtained by enrichment culturing and ruthenium red plate assay. Eight isolates with higher zones of pectin hydrolysis were selected and tested for polygalacturonase production. One isolate identified as Aspergillus awamori MTCC 9166 with highest polygalacturonase activity was tested for utilization of raw pectins for enzyme production. Polygalacturonase production was high in raw pectin sources like Orange peel (16.8 U/ml) Jack fruit rind (38 U/ml) Carrot peel (36U/ml) and Beet root peel (24U/ml). Selected Aspergillus awamori MTCC 9166 was found to be having good polygalacturonase, xylanase, cellulase and weak amylase and protease activities. This isolate with multi-enzyme production cou...

144

Processing of poultry feathers by alkaline keratin hydrolyzing enzyme from Serratia sp. HPC 1383  

The present study describes the production and characterization of a feather hydrolyzing enzyme by Serratia sp. HPC 1383 isolated from tannery sludge, which was identified by the ability to form clear zones around colonies on milk agar plates. The proteolytic activity was expressed in terms of the micromoles of tyrosine released from substrate casein per ml per min (U/mL min). Induction of the inoculum with protein was essential to stimulate higher activity of the enzyme, with 0.03% feathermeal in the inoculum resulting in increased enzyme activity (45U/mL) that further increased to 90U/mL when 3d old inoculum was used. The highest enzyme activity, 130U/mL, was observed in the presence of 0.2% yeast extract. The optimum assay temperature and pH for the enzyme were found to be 60degreeC and...

145

Executable Design Models for a Pervasive Healthcare Middleware System  

 UML is applied in the design of a pervasive healthcare middleware system for the hospitals in Aarhus County, Denmark. It works well for the modelling of static aspects of the system, but with respect to describing the behaviour, UML is not sufficient. This paper explains why and, as a remedy, suggests to supplement the UML models with behaviour descriptions in the modelling language Coloured Petri Nets, CPN. CPN models are executable and fine-grained, and a combined use of UML and CPN thus supports design-time investigation of the detailed behaviour of system components. In this way, the behavioural consequences of alternative design proposals may be evaluated and compared, based on models and prior toimplementation.

146

NCICB GForge: UML Model Projects: Detail: 30206 PASS-PC v1.0  

Concept Mapping Search the entire project This project's trackers This project's forums This project's tasks This project's releases This project's documents Software/Group People Skill Advanced search Log In New Account Home My Page Project Tree UML

147

Assessing thesaurus-based query expansion using the UMLS Metathesaurus.  

OBJECTIVES: Assess query expansion using thesaurus relationships and definitions in the UMLS Metathesaurus for improving searching performance. METHODS: The queries from a MEDLINE test collection (OHSUMED) were expanded using synonym, hierarchical, and related term information as well as term defini...

148

A Study of Teacher-Mediated Enhancement of Students' Organization of Earth Science Knowledge Using Web Diagrams as a Teaching Device  

Current research indicates that students with enhanced knowledge networks are more effective in learning science content and applying higher order thinking skills in open-ended inquiry learning. This research examined teacher implementation of a novel teaching strategy called “web diagramming,” a form of network mapping, in a secondary school earth science class. We report evidence for student improvement in knowledge networking, questionnaire-based reports by the students on the merits of web diagramming in terms of interest and usefulness, and information on the collaborating teacher’s perceptions of the process of implementation, including implications for teacher education. This is among the first reports that teachers can be provided with strategies to enhance student knowledge networking capacity, especially for those students whose initial networking scores are among the lowest.

149

A Study of Teacher-Mediated Enhancement of Students? Organization of Earth Science Knowledge Using Web Diagrams as a Teaching Device  

Current research indicates that students with enhanced knowledge networks are more effective in learning science content and applying higher order thinking skills in open-ended inquiry learning. This research examined teacher implementation of a novel teaching strategy called ?web diagramming,? a form of network mapping, in a secondary school earth science class. We report evidence for student improvement in knowledge networking, questionnaire-based reports by the students on the merits of web diagramming in terms of interest and usefulness, and information on the collaborating teacher?s perceptions of the process of implementation, including implications for teacher education. This is among the first reports that teachers can be provided with strategies to enhance student knowledge networ...

150

The Blue Hook Populations of Massive Globular Clusters  

We present new HST ultraviolet color-magnitude diagrams of 5 massive Galactic globular clusters: NGC 2419, NGC 6273, NGC 6715, NGC 6388, and NGC 6441. These observations were obtained to investigate the "blue hook" phenomenon previously observed in UV images of the globular clusters omega Cen and NGC 2808. Blue hook stars are a class of hot (approximately 35,000 K) subluminous horizontal branch stars that occupy a region of the HR diagram that is unexplained by canonical stellar evolution theory. By coupling new stellar evolution models to appropriate non-LTE synthetic spectra, we investigate various theoretical explanations for these stars. Specifically, we compare our photometry to canonical models at standard cluster abundances, canonical models with enhanced helium (consistent with cluster self-enrichment at early times), and flash-mixed models formed via a late helium-core flash on the white dwarf cooling curve. We find that flash-mixed models are required to explain the faint luminosity of the blue hook...

151

Hybrid bandgap engineering for super-hetero-epitaxial semiconductor materials, and products thereof  

"Super-hetero-epitaxial" combinations comprise epitaxial growth of one material on a different material with different crystal structure. Compatible crystal structures may be identified using a "Tri-Unity" system. New bandgap engineering diagrams are provided for each class of combination, based on determination of hybrid lattice constants for the constituent materials in accordance with lattice-matching equations. Using known bandgap figures for previously tested materials, new materials with lattice constants that match desired substrates and have the desired bandgap properties may be formulated by reference to the diagrams and lattice matching equations. In one embodiment, this analysis makes it possible to formulate new super-hetero-epitaxial semiconductor systems, such as systems based on group IV alloys on c-plane LaF.sub.3; group IV alloys on c-plane langasite; Group III-V alloys on c-plane langasite; and group II-VI alloys on c-plane sapphire.

152

Global Magnetic Phase Diagram and Local Quantum Criticality in Heavy Fermion Metals  

We address the global magnetic phase diagram of Kondo lattice systems. Through the distinct Fermi surface properties of the various phases at zero temperature, we argue that the phase diagram supports two classes of quantum critical point. One of these describes a direct transition from a magnetic metal phase with localized f-electrons to a paramagnetic one with itinerant f-electrons. This result provides the context for the picture of local quantum criticality, in which the Fermi surface jumps across the quantum critical point and the quasiparticle residue vanishes as the quantum critical point is approached from either side. Some of the unusual experiments, concerning the phases and quantum critical points of heavy fermion metals, are discussed from the present perspective. These developments have implications in broader contexts. In particular, they form a part of the growing evidence for quantum criticality that goes beyond the orthodox description in terms of order-parameter fluctuations.

153

Morse theory on spaces of braids and Lagrangian dynamics  

In the first half of the paper we construct a Morse-type theory on certain spaces of braid diagrams. We define a topological invariant of closed positive braids which is correlated with the existence of invariant sets of {\\it parabolic flows} defined on discretized braid spaces. Parabolic flows, a type of one-dimensional lattice dynamics, evolve singular braid diagrams in such a way as to decrease their topological complexity; algebraic lengths decrease monotonically. This topological invariant is derived from a Morse-Conley homotopy index and provides a gloablization of `lap number' techniques used in scalar parabolic PDEs. In the second half of the paper we apply this technology to second order Lagrangians via a discrete formulation of the variational problem. This culminates in a very general forcing theorem for the existence of infinitely many braid classes of closed orbits.

154

Neutron electric dipole moment in the minimal supersymmetric standard model  

The neutron electric dipole moment (EDM) due to the single quark EDM and to the transition EDM is calculated in the minimal supersymmetric standard model. Assuming that the Cabibbo-Kobayashi-Maskawa matrix at the grand unification scale is the only source of CP violation, complex phases are induced in the parameters of soft supersymmetry breaking at low energies. The chargino one-loop diagram is found to give the dominant contribution of the order of 10{sup -27} similar 10{sup -29}e.cm for the quark EDM, assuming the light chargino mass and the universal scalar mass to be 50 GeV and 100 GeV, respectively. Therefore the neutron EDM in this class of model is difficult to measure experimentally. The gluino one-loop diagram also contributes due to the flavor changing gluino coupling. The transition EDM is found to give dominant contributions for certain parameter regions. (orig.).

155

Exact solution of the nonlinear laser passive mode locking transition  

We present the first statistical mechanics study of a passively mode locked laser which includes all the main physical processes, saturable absorption, Kerr nonlinearity, parabolic gain filtering and group velocity dispersion, assuming the soliton condition. We achieve an exact solution in the thermodynamic limit, where the ratio of the cavity length to the pulse width, the duty cycle, tends to infinity. The thermodynamics depends on a single dimensionless parameter $\\gamma$, the ratio of the correlation length to the pulse width. The phase diagram consists of one ordered, mode-locked phase and one disordered, continuous wave phase, separated by a first order phase transition at $\\gamma=9$. The model belongs to a new class of solvable statistical mechanics models with a non-trivial phase diagram. The results are obtained with a fully controlled transfer matrix calculation, showing rigorously that passive mode locking is a thermodynamic phase transition.

156

Makanin-Razborov Diagrams over Free Products  

This paper is the first in a sequence on the first order theory of free products. In the first paper we generalize the analysis of systems of equations over free and (torsion-free) hyperbolic groups, and analyze system of equations over free products. To do that we introduce limit groups over the class of free products, and show that a finitely presented group has a canonical (finite) collection of maximal limit quotients. We further extend this finite collection and associate a Makanin-Razborov diagram over free products with a finitely presented group. This MR diagram encodes all the quotients of a given finitely presented group that are free products, all its homomorphisms into free products, and equivalently all the solutions to a given system of equations over a free product.

157

Mean-Field Analysis and Monte Carlo Study of an Interacting Two-Species Catalytic Surface Reaction Model  

We study the phase diagram and critical behavior of an interacting one dimensional two species monomer-monomer catalytic surface reaction model with a reactive phase as well as two equivalent adsorbing phase where one of the species saturates the system. A mean field analysis including correlations up to triplets of sites fails to reproduce the phase diagram found by Monte Carlo simulations. The three phases coexist at a bicritical point whose critical behavior is described by the even branching annihilating random walk universality class. This work confirms the hypothesis that the conservation modulo 2 of the domain walls under the dynamics at the bicritical point is the essential feature in producing critical behavior different from directed percolation. The interfacial fluctuations show the same universal behavior seen at the bicritical point in a three-species model, supporting the conjecture that these fluctuations are a new universal characteristic of the model.

158

Production of lignocellulose-degrading enzymes employing Fusarium solani F-552.  

In this work, capability of Fusarium solani F-552 of producing lignocellulose-degrading enzymes in submerged fermentation was investigated. The enzyme cocktail includes hydrolases (cellulases, xylanases, and proteinases) as well as ligninolytic enzymes: manganese-dependent peroxidase (MnP), lignin peroxidase (LiP), and laccase (Lac). To our knowledge, this is the first report on production of MnP, LiP, and Lac together by one F. solani strain. The enzyme productions were significantly influenced by application of either lignocellulosic material or chemical inducers into the fermentation medium. Among them, corn bran significantly enhanced especially productions of cellulases and xylanases (248 and 170 U/mL, respectively) as compared to control culture (11.7 and 29.2 U/mL, respectively). High MnP activity (9.43 U/mL, control 0.45 U/mL) was observed when (+)-catechin was applied into the medium, the yield of LiP was maximal (33.06 U/mL, control 2.69 U/mL) in gallic acid, and Lac was efficiently induced by, 2,2'-azino-bis-[3-ethyltiazoline-6-sulfonate] (6.74 U/mL, not detected in control). Finally, in order to maximize the ligninolytic enzymes yields, a novel strategy of introduction of mild oxidative stress conditions caused by hydrogen peroxide into the fermentation broth was tested. Hydrogen peroxide significantly increased activities of MnP, LiP, and Lac which may indicate that these enzymes could be partially involved in stress response against H(2)O(2). The concentration of H(2)O(2) and the time of the stress application were optimized; hence, when 10 mmol/L H(2)O(2) was applied at the second and sixth day of cultivation, the MnP, LiP, and Lac yields reached 21.67, 77.42, and 12.04 U/mL, respectively. PMID:22488104

159

Serum KL-6 Level as an Indicator of Active or Inactive Interstitial Pneumonitis Associated with Connective Tissue Diseases  

Objective To elucidate the cut off levels of serum KL-6 indicating patients with interstitial pneumonitis (IP) and patients with active IP associated with connective tissue diseases (CTDs). Methods CTD patients whose serum KL-6 level was measured were included. IP was diagnosed on the basis of medical records including XP/CT findings, and active IP was assumed in case that intervention for IP was newly added. The cut off levels were determined by receiver operating characteristic (ROC) curve analysis. Results Among 240 (174 females) patients, 67 (42) had IP and 15 (9) had active IP. The ages of patients with and without IP, and with active IP and with inactive IP were 70.3±9.5 and 62.8±15.3, and 72.8±8.1 and 69.6±9.8, respectively. IP was significantly more prevalent in males and the elderly. The KL-6 levels were 990±90 and 301±12 U/mL in patients with and without IP, and 1,905±236 and 726±54 U/mL in those with active IP and with inactive IP, respectively. ROC curve analysis showed a cut off level of 509 U/mL for indicating IP, and that of 1,051-1,060 U/mL for indicating active IP. Conclusion A serum KL-6 level of higher than 500 U/mL is a marker of the presence of IP, and a level of higher than 1,000 U/mL is a marker of the presence of active IP associated with CTDs.   

160

Reversible Renin-dependent Renovascular Hypertension Successfully Treated With Percutaneous Transluminal Renal Angioplasty and Stenting  

A 37-year old woman was suspected of having renovascular hypertension because of recent onset severe hypertension (blood pressure 220/135 mmHg; compared to 132/65 mmHg two years earlier) and an abdominal bruit. A captopril renal scan indicated the presence of right renal artery stenosis. Additionally, a captopril plasma renin activity (PRA) provocation test showed a positive result for renovascular hypertension (baseline PRA = 291 ?U/mL; 1 hour post-captopril PRA = 1444 ?U/mL). Selective renal angiography demonstrated a severe critical stenotic lesion at the distal portion of the right renal artery. Blood pressure (BP) decreased to 136/80 mmHg one day after successful percutaneous transluminal renal angioplasty and stenting. Repeat renal angiography six months after the procedure revealed no evidence of in-stent restenosis. Blood pressure (BP = 137/76 mmHg) and plasma renin profile (baseline PRA = 23.8 ?U/mL; 1 hour post-captopril PRA=22.3 ?u/mL) also were normal six months following initial revascularization. Moreover, blood pressure (137/84 mmHg) and renin profile remained normal 2.5 years after the procedure (baseline PRA = 24.3 ?U/mL; 1 hour post-captopril = 25.6 ?U/mL). The results of this study have thus demonstrated a case of renin-dependent renovascular hypertension in which both the blood pressure and plasma renin activity profile normalized following successful percutaneous transluminal angioplasty and stenting.   

 
 
 
 
161

Response of Nuclear Matter to Electromagnetic Probes  

We develop methods for the calculation of the hadronic tensor that describes the response of nuclear matter to an electromagnetic probe and study the role of final-state interactions, making use of the theory of Horikawa, Lenz and Mukhopadhay. Recently, extensive calculations of such final-state interaction effects in quasielastic (e,e^') reactions have been performed by Chinn, Picklesimer and Van Orden for finite nuclei. Our nuclear matter calculations reproduce the qualitative features found by those authors, including a significant "quenching" of the longitudinal response, if one uses a relativistic description of the process. While we are able to achieve an improved fit to a body of experimental data for the longitudinal response using this formalism, definitive conclusions cannot be drawn without extending the analysis so that the Ward-Takahashi identity is satisfied. We also find quenching of the transverse response in the region of the quasielastic peak; however, it is unclear as to whether that creates a problem for the theory, since the transverse response is known to have contributions from the excitation of the delta resonance and various multinucleon processes. We extend the discussion of Bentz, Arima, Hyuga, Shimizu and Yazaki, who considered the role of the Ward -Takahashi identity in the calculation of the electromagnetic response in nuclear matter, to higher values of the momentum transfer. We place particular emphasis on a class of diagrams for which the Ward-Takahashi identity relates the nucleon self-energy to a vertex correction. Consideration of this class of diagrams leads to the definition of an effective one-body model for ejection of a nucleon from the Fermi sea. We provide a systematic diagrammatic analysis for some members of this class of diagrams and indicate how an expansion in powers of the density of the medium may be made. In this manner we exhibit procedures for the evaluation of such corrections.

162

First-principles calculations of strontium on Si(001)  

This paper reports state-of-the-art electronic structure calculations on the deposition of strontium on the technologically relevant, (001) orientated silicon surface. We identified the surface reconstructions from zero to four thirds monolayers and relate them to experimentally reported data. A phase diagram is proposed. We predict phases at 1/6, 1/4, 1/2, 2/3 and 1 monolayers. Our results are expected to provide valuable information in order to understand heteroepitaxial growth of a prominent class of high-K oxides around SrTiO3. The insight obtained for strontium is expected to be transferable to other alkaline earth metals.

163

Dissipation-Driven Breakdown of Universality in Two-Dimensional Superconductors  

The influence of gapless dissipative degrees of freedom on the superconductor-insulator transition in two dimensions is investigated. We develop a series expansion for the free energy of a (2+1)-dimensional XY model coupled to a bosonic heat bath that can be approximately summed to all orders. The calculation explicitly conserves topological excitations. We derive the zero temperature phase diagram and the free energy critical exponent, and find a transition from universal to non-universal scaling behavior as the coupling to the dissipative environment is increased, implying the existence of a new universality class.

164

Decision-Theoretic Foundations for Causal Reasoning  

We present a definition of cause and effect in terms of decision-theoretic primitives and thereby provide a principled foundation for causal reasoning. Our definition departs from the traditional view of causation in that causal assertions may vary with the set of decisions available. We argue that this approach provides added clarity to the notion of cause. Also in this paper, we examine the encoding of causal relationships in directed acyclic graphs. We describe a special class of influence diagrams, those in canonical form, and show its relationship to Pearl's representation of cause and effect. Finally, we show how canonical form facilitates counterfactual reasoning.

165

Influence of extended dynamics on phase transitions in a driven lattice gas  

Monte Carlo simulations and dynamical mean-field approximations are performed to study the phase transition in a driven lattice gas with nearest-neighbor exclusion on a square lattice. A slight extension of the microscopic dynamics with allowing the next-nearest-neighbor hops results in dramatic changes. Instead of the phase separation into high- and low-density regions in the stationary state the system exhibits a continuous transition belonging to the Ising universality class for any driving. The relevant features of phase diagram are reproduced by an improved mean-field analysis.

166

The many faces of cyclic branched coverings of 2-bridge knots and links  

We discuss 3-manifolds which are cyclic coverings of the 3-sphere, branched over 2-bridge knots and links. Different descriptions of these manifolds are presented: polyhedral, Heegaard diagram, Dehn surgery and coloured graph constructions. Using these descriptions, we give presentations for their fundamental groups, which are cyclic presentations in the case of 2-bridge knots. The homology groups are given for a wide class of cases. Moreover, we prove that each singly-cyclic branched covering of a 2-bridge link is the composition of a meridian-cyclic branched covering of a determined link and a cyclic branched covering of a trivial knot.

167

Trivial Witt groups of flag varieties  

Let G be a split semi-simple linear algebraic group over a field, let P be a parabolic subgroup and let L be a line bundle on the projective homogeneous variety G/P. We give a simple condition on the class of L in Pic(G/P)/2 in terms of Dynkin diagrams implying that the Witt groups W^i(G/P,L) are zero for all integers i. In particular, if B is a Borel subgroup, then W^i(G/B,L) is zero unless L is trivial in Pic(G/B)/2.

168

Unfolding of the period-two bifurcation in a fiber laser pumped with two modulation tones  

The effect of a small second frequency component on a pump modulated neodymium fiber laser is investigated experimentally and theoretically. This term, whose frequency is exactly half the primary driver, incites an unfolding of the attractor. It breaks the period two pitchfork bifurcation and splits the period one orbit. The modification of the bifurcation diagram is studied analytically by employing a map derived from the class B laser rate equations. We determine specific conditions and scaling laws for this phenomenon. Our analytical predictions are in good agreement with recorded experimental data.

169

Angular momentum non conserving symmetries in bosonic models  

The Levi-Malcev decomposition is applied to bosonic models of quantum mechanics based on unitary Lie algebras u(2), u(2)+u(2), u(3) and u(4) to clearly disentangle semisimple subalgebras. The theory of weighted Dynkin diagrams is then applied to identify conjugacy classes of relevant A_1 subalgebras allowing to introduce a complete classification of new angular momentum non conserving (AMNC) dynamical symmetries. The tensor analysis of the whole algebra based on the new "angular momentum" operators reveals unexpected spinors to occur in purely bosonic models. The new chains of subalgebra can be invoked to set up ANMC bases for diagonalization.

170

Minimally helicity violating, maximally simple scalar amplitudes in {N} = 4 SYM  

In planar {N} = 4 SYM we study a particular class of helicity preserving amplitudes. These are scalar amplitudes whose flavor configuration is chosen in such a way that only a limited number of diagrams is allowed, which exhibit an iterative structure. For such amplitudes we evaluate the tree level and one-loop contributions, providing a general formula valid for any number of particles. The ratio between the one-loop and tree level results is a simple combination of dual conformally invariant box functions with at most two massive legs. Along with the MHV and NMHV series, this constitutes the third known infinite sequence of one-loop amplitudes in {N} = 4 SYM.

171

Compact non-baryonic objects and the first generation of stars  

We study properties of the first generation of stars in the Galaxy, in a class of dark matter models which predict the formation of compact non-baryonic objects in the early Universe. Those object become cores of first stars formed in the Galaxy. Global parameters of stars which contain these anomalous cores are studied. Simple physical models of non baryonic cores are used. The HR diagram of stars with non baryonic cores is constructed. Implications for determination of the age of globular clusters, which contain the oldest stars, are considered. (author). 12 refs, 8 figs.

172

Determination of the Darcy permeability of porous media including sintered metal plugs  

Sintered-metal porous plugs with a normal size of the order of 1-10 microns are used to evaluate the Darcy permeability of laminar flow at very small velocities in laminar fluids. Porous media experiment results and data adduced from the literature are noted to support the Darcy law analog for normal fluid convection in the laminar regime. Low temperature results suggest the importance of collecting room temperature data prior to runs at liquid He(4) temperatures. The characteristic length diagram gives a useful picture of the tolerance range encountered with a particular class of porous media.

173

Superconductivity and phase diagram in iron-based arsenic-oxides ReFeAsO1-? (Re = rare-earth metal) without fluorine doping  

Here we report a new class of superconductors prepared by high-pressure synthesis in the quaternary family ReFeAsO1-? (Re=Sm, Nd, Pr, Ce, La) without fluorine doping. The onset superconducting critical temperature (Tc) in these compounds increases with the reduction of the Re atom size, and the highest Tc obtained so far is 55 K in SmFeAsO1-?. For the NdFeAsO1-? compound with different oxygen concentration a dome-shaped phase diagram was found.

174

3-loop 3PI effective action for 3D SU(3) QCD  

The 3PI method is a technique to resum an infinite class of diagrams, which may be useful in studying nonperturbative thermodynamics and dynamics in quantum field theory. But it has never been successfully applied to gauge theories, where there are serious questions about gauge invariance breaking. We show how to perform the 3PI resummation of QCD in 3 Euclidean spacetime dimensions, a warmup problem to the 4 or 3+1 dimensional case. We present the complete details of the technical problems and how they are overcome. We postpone a comparison of gauge invariant correlation functions with their lattice-determined counterparts to a future publication.

175

New developments in the ``ab initio`` determination of transition metal alloy phase diagrams  

Certain classes of temperature-composition binary alloy phase diagrams can now be computed in an ``ab-initio`` approach. No adjustable or experimentally fitted parameter is used. The expectation value of the energy is expressed in terms of an expansion of cluster probabilities, where the prefactors, the Effective Cluster Interaction, are related to the alloy electronic structure. This framework is used to study the MoRe alloy for two situations: bulk and semi-infinite crystal bounded by a (001) surface. In both cases, good agreement with experimental data is found.

176

New developments in the ab initio'' determination of transition metal alloy phase diagrams  

Certain classes of temperature-composition binary alloy phase diagrams can now be computed in an ab-initio'' approach. No adjustable or experimentally fitted parameter is used. The expectation value of the energy is expressed in terms of an expansion of cluster probabilities, where the prefactors, the Effective Cluster Interaction, are related to the alloy electronic structure. This framework is used to study the MoRe alloy for two situations: bulk and semi-infinite crystal bounded by a (001) surface. In both cases, good agreement with experimental data is found.

177

Bifurcations and spatial chaos in an open flow model  

It is shown that a coupled map model for open flow may exhibit spatial chaos and spatial quasiperiodicity with temporal periodicity. The locations of these patterns, which cover a substantial part of parameter space, are indicated in a comprehensive phase diagram. In order to analyze the encountered phenomena, a novel class of spatial maps is introduced which is very efficient in accurately reproducing the original spatial patterns. It is found that temporally period one spatial chaos is convectively unstable, and that it is possible to predict an essential aspect of the bifurcation behavior of the coupled system solely by considering its corresponding spatial map.

178

Oscillator Synchronisation under Arbitrary Quasi-periodic Forcing  

We study the problem of existence of response solutions for a real-analytic one-dimensional system, consisting of a rotator subject to a small quasi-periodic forcing with Bryuno frequency vector. We prove that at least one response solution always exists, without any assumption on the forcing besides smallness and analyticity. This strengthens the results available in the literature, where generic non-degeneracy conditions are assumed. The proof is based on a diagrammatic formalism and relies on renormalisation group techniques, which exploit the formal analogy with problems of quantum field theory; a crucial role is played by remarkable identities between classes of diagrams.

179

A common thread: The pairing interaction for unconventional superconductors  

The structures, the phase diagrams, and the appearance of a neutron resonance signaling an unconventional superconducting state provide phenomenological evidence relating the cuprates, the Fe-pnictides and chalcogenides as well as some heavy-fermion and actinide materials. Single-band and multiband Hubbard models have been found to describe a number of the observed properties of these materials so that it is reasonable to examine the origin of the pairing interaction in these models. In this review, based on the experimental phenomenology and studies of the pairing interaction for Hubbard-like models, it is proposed that spin-fluctuation mediated pairing is the common thread linking a broad class of superconducting materials.

180

Error Threshold for Color Codes and Random 3-Body Ising Models  

We study the error threshold of color codes, a class of topological quantum codes that allow a direct implementation of quantum Clifford gates suitable for entanglement distillation, teleportation and fault-tolerant quantum computation. We map the error-correction process onto a statistical mechanical random 3-body Ising model and study its phase diagram via Monte Carlo simulations. The obtained error threshold of p_c = 0.109(2) is very close to that of Kitaev's toric code, showing that enhanced computational capabilities does not necessarily imply lower resistance to noise.

 
 
 
 
181

The nature of ionized gas in early-type galaxies  

We present a study of the ionized gas in a sample of 65 nearby early-type galaxies, for which we have acquired optical intermediate-resolution spectra. Emission lines are detected in ~89 % of the sample. The incidence of emission appears independent from the E or S0 morphological classes. According to classical diagnostic diagrams, the majority of the galaxies are LINERs. However, the galaxies tend to move toward the "Composites" region (at lower [NII]/Halpha values) as the emission lines are measured at larger galacto-centric distances. This suggests that different ionization mechanisms may be at work in LINERs.

182

A Common Thread: the pairing interaction for the unconventional superconductors  

The structures, the phase diagrams, and the appearance of a neutron resonance signaling an unconventional superconducting state provide phenomenological evidence relating the cuprates, the Fe-pnictides/chalcogenides as well as some heavy fermion and actinide materials. Single- and multi-band Hubbard models have been found to describe a number of the observed properties of these materials so that it is reasonable to examine the origin of the pairing interaction in these models. In this review, based on the experimental phenomenology and studies of the pairing interaction for Hubbard-like models, it is proposed that spin-fluctuation mediated pairing is the common thread linking a broad class of superconducting materials.

183

Merging Object and Process Diagrams for Business Information Modeling  

While developing an information system for the University of Bern, we were faced with two major issues: managing software changes and adapting Business Information Models. Software techniques well-suited to software development teams exist, yet the models obtained are often too complex for the business user. We will first highlight the conceptual problems encountered while designing the Business Information Model. We will then propose merging class diagrams and business process modeling to achieve a necessary transparency. We will finally present a modeling tool we developed which, using pilot case studies, helps to show some of the advantages of a dual model approach.

184

Application of Data Envelopment Analysis on the Indicators Contributing to Learning and Teaching Performance  

This paper applies data envelopment analysis (DEA) to explore the quantitative relative efficiency of 18 classes of freshmen students studying a course of English conversation in a university of Taiwan from the academic year 2004-2006. A diagram of teaching performance improvement mechanism is designed to identify key performance indicators for evaluation in order to help teachers concentrate their efforts on the formulated teaching suggestions. The sensitivity study highlights the priority of the richness of course contents over the other evaluated indicators. The performance improvement mechanism can help decision-makers to design educational policies. (Contains 2 figures and 7 tables.)

185

On the geometric interpretation of N = 2 superconformal theories  

We clarify certain important issues relevant for the geometric interpretation of a large class of N = 2 superconformal theories. By fully exploiting the phase structure of these theories (discovered in earlier works) we are able to clearly identify their geometric content. One application is to present a simple and natural resolution to the question of what constitutes the mirror of a rigid Calabi-Yau manifold. We also discuss some other models with unusual phase diagrams that highlight some subtle features regarding the geometric content of conformal theories.

186

The gauge-independent QCD effective charge; La charge effective independente de jauge en QCD  

It is shown how the QCD concept of a gauge-, scale-and scheme-independent one-loop effective charge can be extended directly at the diagrammatic level to QCD, thus justifying explicitly the `naive non-abelialization` prescription used in renormalon calculus. It is first argued that, for one-shell external fields and at the strictly one-loop level, the required gluon self-energy-like function is precisely that obtained from S-matrix elements via the pinch technique. The generalization of the pinch technique to explicitly off-shell processes is then introduced. It is shown how, as a result of a fundamental cancellation among conventional perturbation theory diagrams encoded in the QCD Ward identities, the pinch technique one-loop gluon self-energy i{Pi}{sub {mu}{nu}}{sup ab} (q) remains gauge-independent and universal regardless of the fact that the `external` fields in the given process are off-shell. This demonstration involves a simple technique enabling the isolation in a arbitrary gauge, of i{Pi}{sub {mu}{nu}}{sup ab} (q) from subclasses of up to several hundreds diagrams at once. Furthermore, it is shown how this one-loop cancellation mechanism iterates for the subclasses of n-loop diagrams containing implicitly the Dyson chains of n-loop self energies i{Pi}{sub {mu}{nu}}{sup ab} (q). The gauge cancellation required for the Dyson summation of i{Pi}{sub {mu}{nu}}{sup ab} (q) is thus demonstrated explicitly in the class of ghost-free gauges for all orders n. (authors)

187

Structural Integrity and Hydraulic Stability of Dolos Armour Layers  

A method for development of design diagrams to ensure structural integrity of slender unreinforced concrete breakwater armour units is presented. The method is based on experimental data from small scale flume tests as well as impact loading of prototype and small scale units. A prerequisite for this is the development of a method for full scale impact testing of prototype units. The method which produces repeatable results is applicable also for quality assessment of the concrete, and is widely used today. The theoretical background for the work is the separation of the loads and related stresses into three classes: static, pulsating and impact. In principle each type is described independently, and separately scaled by appropriate scaling laws to prototype sizes. The complex stress field is characterized by the maximum principal tensile stress acting in defined critical sections. This one-parameter characterization makes it possible to develop simple design diagrams for engineering purposes. Specific design diagrams for integrity of Dolos armour units with the waist ratio as a variable have been produced.

188

Construction of Drug-Polymer Thermodynamic Phase Diagrams using Flory-Huggins Interaction Theory: Identifying the Relevance of Temperature and Drug Weight Fraction to Phase Separation within Solid Dispersions.  

Amorphous drug-polymer solid dispersions have a great potential to enhance the dissolution performance and thus bioavailability of BCS class II drug compounds. The principle drawback of this approach is the limited physical stability of amorphous drug within the dispersion. Accurate determination of the solubility and miscibility of drug in the polymer matrix is the key to the successful design and development of such systems. In this paper we propose a method, based on Flory-Huggins theory, to predict and compare the solubility and miscibility of drug in polymeric systems. The systems chosen for this study are (1) Hydroxypropyl Methylcellulose Acetate Succinate HF grade (HPMCAS-HF) - Felodipine (FD) and (2) Soluplus® (a graft copolymer of Polyvinyl caprolactam - Polyvinyl acetate -Polyethylene glycol) -Felodipine (FD). Samples containing different drug compositions were mixed and ball milled, then analyzed by differential scanning calorimetry (DSC). The value of the drug-polymer interaction parameter ? was calculated from the crystalline drug melting depression data and extrapolated to lower temperatures. The interaction parameter was also calculated at 25 °C for both systems using the van Krevelen solubility parameter method. The rank order of interaction parameters of the two systems obtained at this temperature were comparable. Diagrams of drug-polymer temperature-composition and free energy of mixing (?Gmix) were constructed for both systems. The maximum crystalline drug solubility and amorphous drug miscibility may be predicted based on the phase diagrams. The phase diagrams were tested for accuracy at three drug loadings using high-speed differential scanning calorimetry (HyperDSC™). PMID:23110477

189

The UVJ Selection of Quiescent and Star Forming Galaxies: Separating Early and Late-Type Galaxies and Isolating Edge-on Spirals  

We utilize for the first time HST ACS imaging to examine the structural properties of galaxies in the rest-frame U-V versus V-J diagram (i.e., the UVJ diagram) using a sample at 0.610.25). The use of the UVJ diagram as a tool to distinguish quiescent galaxies from star forming galaxies (SFGs) is becoming more common due to its ability to separate red quiescent galaxies from reddened SFGs. Quiescent galaxies occupy a small and distinct region of UVJ color space and we find most of them to have concentrated profiles with high Sersic indices (n>2.5) and smooth structure characteristic of early-type systems. SFGs populate a broad, but well-defined sequence of UVJ colors and are comprised of objects with a mix of Sersic indices. Interestingly, most UVJ-selected SFGs with high Sersic indices also display structure due to dust and star formation typical of the nlarge degree by the mass of the galaxy and its inclination. Systems that are closer to edge-on generally display redder colors and lower [OII] 3727 luminosity per unit mass as a consequence of the reddening due to dust within the disks. We conclude that the two main features seen in UVJ color space correspond closely to the traditional morphological classes of early and late-type galaxies.

190

Simply-laced isomonodromy systems  

A new class of isomonodromy equations will be introduced and shown to admit Kac?Moody Weyl group symmetries. This puts into a general context some results of Okamoto on the 4th, 5th and 6th Painlevé equations, and shows where such Kac?Moody Weyl groups and root systems occur ?in nature?. A key point is that one may go beyond the class of affine Kac?Moody root systems. As examples, by considering certain hyperbolic Kac?Moody Dynkin diagrams, we find there is a sequence of higher order Painlevé systems lying over each of the classical Painlevé equations. This leads to a conjecture about the Hilbert scheme of points on some Hitchin systems.

191

Phases of Gauge Theories  

One of the most fundamental questions we can ask about a given gauge theory is its phase diagram. In the standard model, we observe three fundamentally different types of behavior: QCD is in a confined phase at zero temperature, while the electroweak sector of the standard model combines Coulomb and Higgs phases. Our current understanding of the phase structure of gauge theories owes much to the modern theory of phase transitions and critical phenomena, but has developed into a subject of extensive study. After reviewing some fundamental concepts of phase transitions and finite-temperature gauge theories, we discuss some recent work that broadly extends our knowledge of the mechanisms that determine the phase structure of gauge theories. A new class of models with a rich phase structure has been discovered, generalizing our understanding of the confinement-deconfinement transition in finite-temperature gauge theories. Models in this class have space-time topologies with one or more compact directions. On R^3 ...

192

Extended Supersymmetric Moduli Space and a SUSY/Non-SUSY Duality  

We study N=1 supersymmetric U(N) gauge theories coupled to an adjoint chiral field with superpotential. We consider the full supersymmetric moduli space of these theories obtained by adding all allowed chiral operators. These include higher-dimensional operators that introduce a field-dependence for the gauge coupling. We show how Feynman diagram/matrix model/string theoretic techniques can all be used to compute the IR glueball superpotential. Moreover, in the limit of turning off the superpotential, this leads to a deformation of N=2 Seiberg-Witten theory. In the case where the superpotential drives the squared gauge coupling to a negative value, we find that supersymmetry is spontaneously broken, which can be viewed as a novel mechanism for breaking supersymmetry. We propose a new duality between a class of N=1 supersymmetric U(N) gauge theories with field-dependent gauge couplings and a class of U(N) gauge theories where supersymmetry is softly broken by nonzero expectation values for auxiliary components...

193

Second Order Phase Transition in Anisotropic Lattice Gauge Theories with Extra Dimensions  

Field theories with extra dimensions live in a limbo. While their classical solutions have been the subject of considerable study, their quantum aspects are difficult to control. A special class of such theories are anisotropic gauge theories. The anisotropy was originally introduced to localize chiral fermions. Their continuum limit is of practical interest and it will be shown that the anisotropy of the gauge couplings plays a crucial role in opening the phase diagram of the theory to a new phase, that is separated from the others by a second order phase transition. The mechanism behind this is generic for a certain class of models, that can be studied with lattice techniques. This leads to new perspectives for the study of quantum effects of extra dimensions.

194

Optimum separation and compound class separation of the metabolites of benzo[a]pyrene-DNA adducts with reversed-phase liquid chromatography  

Mobile phases were optimized for the reversed-phase liquid chromatographic separation of a complex mixtures of fourteen metabolites of benzo[a]pyrene (B[a]P). The metabolites constituted groups of isomers that were difficult to separate. The groups of isomers were tetrols, dihydrodiols, diones, and monohydroxyl-benzo[a]pyrenes. The window diagram optimization approach was used to initially optimize the binary mobile phases. Based on the data obtained from the optimum binary mobile phases, a solubility parameter optimization method was employed to obtain an optimum ternary mobile phase. Both the binary and ternary mobile phases were very effective in separating the metabolites. However, complete baseline resolution of the complex mixture of the metabolites was not achieved under the conditions investigated. Nevertheless, it was possible to obtain a separation of all fourteen of the metabolites with some overlap of the chromatographic bands. Also, compound class separation was obtained with the classes separating in the order of tetrols, diones, dihydrodiols, and monohydroxyl-benzo[a]pyrenes.

195

A new approach of designing Multi-Agent Systems  

Agent technology is a software paradigm that permits to implement large and complex distributed applications. In order to assist analyzing, conception and development or implementation phases of multi-agent systems, we've tried to present a practical application of a generic and scalable method of a MAS with a component-oriented architecture and agent-based approach that allows MDA to generate source code from a given model. We've designed on AUML the class diagrams as a class meta-model of different agents of a MAS. Then we generated the source code of the models developed using an open source tool called AndroMDA. This agent-based and evolutive approach enhances the modularity and genericity developments and promotes their reusability in future developments. This property distinguishes our design methodology of existing methodologies in that it is constrained by any particular agent-based model while providing a library of generic models

196

Cobweb posets - Recent Results  

Cobweb posets uniquely represented by directed acyclic graphs are such a generalization of the Fibonacci tree that allows joint combinatorial interpretation for all of them under admissibility condition. This interpretation was derived in the source papers ([6,7] and references therein to the first author).[7,6,8] include natural enquires to be reported on here. The purpose of this presentation is to report on the progress in solving computational problems which are quite easily formulated for the new class of directed acyclic graphs interpreted as Hasse diagrams. The problems posed there and not yet all solved completely are of crucial importance for the vast class of new partially ordered sets with joint combinatorial interpretation. These so called cobweb posets - are relatives of Fibonacci tree and are labeled by specific number sequences - natural numbers sequence and Fibonacci sequence included. The cobweb posets might be identified with a chain of di-bicliques i.e. by definition - a chain of complete b...

197

Experimental bifurcations and chaos in a modified self-sustained macro electromechanical system  

A class of self-sustained Macro ElectroMechanical (MaEMS) Systems is made up of a Rayleigh–Duffing oscillator actuating a mechanical arm through a magnetic coupling. In this paper, to avoid experimental constraints, an audio amplifier is added to the device. Quenching phenomenon, bifurcation and chaos are predicted and shown to occur in a device of this class of MaEMS. Especially by using linear stability analysis, the condition for the quenching phenomenon is derived. Chaos and bifurcation are predicted using Lyapunov exponent and bifurcation diagram. A prototype of device is designed and fabricated. Experimental results for this device that are consistent with results from theoretical investigations are presented and convincingly show quenching phenomenon, bifurcation and chaos.

198

Simply-laced isomonodromy systems  

A new class of isomonodromy equations will be introduced and shown to admit Kac?Moody Weyl group symmetries. This puts into a general context some results of Okamoto on the 4th, 5th and 6th Painlev? equations, and shows where such Kac?Moody Weyl groups and root systems occur ?in nature?. A key point is that one may go beyond the class of affine Kac?Moody root systems. As examples, by considering certain hyperbolic Kac?Moody Dynkin diagrams, we find there is a sequence of higher order Painlev? systems lying over each of the classical Painlev? equations. This leads to a conjecture about the Hilbert scheme of points on some Hitchin systems.

199

Utilizing the Bicycle for Non-Traditional Activities  

This article examines the bicycle as not simply a means of transportation or as an exercise device, but rather as a vehicle for teambuilding and problem solving activities within a physical education curriculum. The activities described in this article focus on bike-centered initiatives that foster creative problem solving. They have universal appeal and can be used as a part of any teambuilding/initiative game-centered unit within a physical education curriculum for upper elementary through the high school level. These activities may require more than one class session to successfully complete or may fit perfectly into a block time schedule. The described activities will help support the physical educator in designing lessons that appropriately address the standards developed by the National Association for Sport and Physical Education (NASPE). Each activity presented in this article provides the following information: (1) activity name; (2) picture; (3) description; (4) diagram; (5) setup; (6) materials/equipment; and (7) safety/class management considerations.

200

Nonlinear coherent wavetrains and bifurcations in a class of deformable models for one-dimensional nonlinear discrete Klein-Gordon systems  

The discrete static properties of a class of deformable double-well potential models are investigated. The Peierls-stress potential of the models is explicitely given. Numerical analysis of the equation of motion reveal different soliton wavetrain profiles, most of which are periodic. Soliton wavetrains are also found analytically in terms of continuum nonlinear periodic wavefunction solutions then called periodons. The periodon stability in a lattice phonon bath is discussed. Looking at bifurcation phenomena and routes to chaos for a representative model of this class, the return map is derived in terms of a two-dimensional, two-parameter map. This map appears to be area preserving, possesses three characteristic fixed points with one elliptic, and displays complex bifurcation diagrams with hopf-like singularities. The routes to chaos also show complexities all due to the interplay of two control parameters.

 
 
 
 
201

The effects of Carmeda Bioactive Surface on human blood components during simulated extracorporeal circulation.  

Postoperative morbidity after cardiopulmonary bypass most commonly manifests as bleeding diatheses or pulmonary dysfunction. The pathophysiology has been attributed to the activation of cellular and humoral components of blood after contact with an artificial surface. Development of a surface that would be nonthrombogenic and also would constitute a less potent inflammatory stimulus would therefore be beneficial. In the following experiments, we evaluated the heparin-bonded Carmeda Bioactive Surface (Medtronics Cardiopulmonary, Anaheim, Calif.) in an in vitro model of extracorporeal circulation at standard-dose heparin (5 U/ml), to examine the effects of the surface treatment on activation of blood elements, and at reduced-dose heparin (1 U/ml), to determine whether surface-bound heparin would serve as an effective anticoagulant. During the initial recirculation period, platelet counts in the Carmeda (n = 12) circuits were preserved at both doses of heparin and compared with control values (n = 12): At 5 U/ml, control 36% +/- 4% (mean +/- standard error of the mean) versus Carmeda 81% +/- 5%; at 1 U/ml, 43% +/- 3% versus 61% +/- 10%, expressed as a percent of baseline at 30 minutes, p < 0.05. Furthermore, plasma levels of platelet factor 4 and beta-thromboglobulin were significantly reduced in the Carmeda circuits throughout the experiment: At heparin 5 U/ml, 2500 +/- 340 ng/ml versus 604 +/- 191 ng/ml; at 1 U/ml, 2933 +/- 275 ng/ml versus 577 +/- 164 ng/ml of platelet factor 4 at 2 hours (p < 0.05). The pattern of beta-thromboglobulin release was similar, with effects more pronounced at the lower dose of heparin. Surface modification also reduced leukocyte depletion (p < 0.05) and release of elastase at both concentrations of heparin (5 U/ml, 0.72 +/- 0.29 ng/ml versus 0.33 +/- 0.23 ng/ml; 1 U/ml, 0.85 +/- 0.08 ng/ml versus 0.20 +/- 0.05 ng/ml, at 2 hours, p < 0.05). Moreover, as heparin concentration was reduced, Carmeda surface treatment significantly decreased generation of C3a des Arg (1 U/ml, 14,410 +/- 3558 ng/ml versus 3053 +/- 1039 ng/ml at 2 hours, p < 0.05). Although heparin bonding was originally intended to obviate the need for systemic heparinization, Carmeda treatment did not reduce fibrinopeptide A generation at the lower dose of heparin. In summary, Carmeda treatment failed to exhibit anticoagulant efficacy in this model; however, the data suggest that surface modification may have a role in ameliorating the typical inflammatory response initiated by blood contact with an artificial surface. PMID:8622305

202

How you could use the NEPTUNE technology in the modelling process  

The European Community now plays a very active role in giving concrete expression to the new developments taking place in modelling languages and in UML (Unified Modelling Language) in particular. These developments often make use of norms and specifications mainly carried out by the OMG (Object Management Group). The main objective of the European NEPTUNE project led by CS (Nice Environment with a Process and Tools Using Norms and Example) is to develop both a method and tools (complementary to the existing software development tools) supporting the use of the UML notation. This method has emerged from considerable experience gained in the industrial environment. It will apply to a variety of application fields, including software engineering, business process and knowledge management. The newly developed tools will enable UML models to be statically checked for their coherence and consistency. They will also enable professional documentation resulting from the transformation of models. The method and tools developed in this way make easier the application of the UML standard as well as they promote its use in a large number of business fields so that the UML standard might be further improved with the aim to participate effectively in the work of the OMG. This paper will present the NEPTUNE method and tools. Then, lessons learned from this project will be reported, outlining the benefits and drawbacks of this technology as experienced by the development team. A conclusion will offer suggestions for future improvements and provide an overview of the next actions related to NEPTUNE deployment.

203

Endocytic pathway for /sup 3/H-histamine (/sup 3/H-HIS) metabolism in cultured human vascular endothelial cells (HEC)  

Histamine metabolism by HEC utilizes enzymes from both endogenous and extracellular sources. HEC convert histamine to tele-methyl-histamine and accumulate this product. They exhibit a 6- to 10-fold enhancement of /sup 3/H-HIS uptake by exogenous amine oxidase activity from human placenta (P-AO) or fetal calf serum (FCS-AO) and accumulate methyl-imidazole-acetic acid (MIAA). /sup 3/H-HIS uptake is saturable with respect to /sup 3/H-HIS and to P-AO or FCS-AO, suggesting a limited number of interaction sites on HEC. Half maximal and saturated uptake occur at 1.6 ..mu..M and 4 ..mu..M for /sup 3/H-HIS, at 0.14 U/ml and 0.65 U/ml for P-AO, and 1.0- U/ml and 2.0 U/ml for FCS-AO (1 U/ml = 1 nmole putrescine degraded/hour). FCS-AO-enhanced uptake is inhibited 64% to 94% by 3-30 mM methylmaine and 98% by 75 ..mu..M chloroquine. Treatment of HEC with dextran sulfate removes bound FCS-AO activity, blocking subsequent /sup 3/H-HIS uptake by 84%. /sup 3/H-HIS-derived metabolites present in the plasma membrane fraction of HEC incubated in the absence or presence of FCS-AO activity, are tele-methyl-histamine or MIAA respectively. These results suggest the involvement of an endocytic-type process in /sup 3/H-HIS uptake and degradation, utilizing membrane-associated endogenous and exogenous enzymes.

204

Scale-up of an alkaline protease from Bacillus pumilus MTCC 7514 utilizing fish meal as a sole source of nutrients.  

Fish meal grades SL1 and SL2 from Sardine (Sardinella longiceps) and NJ from Pink Perch (Nemipterus japonicas) were evaluated as a sole source of carbon and nitrogen in the medium for alkaline protease production by Bacillus pumilus MTCC 7514. The analysis of the fish meal suggests that the carbon and nitrogen contents in fish meal are sufficient to justify its choice as replacement for other nutrients. Protease production increased significantly (4,914 U/ml) in medium containing only fish meal, compared with the basal medium (2,646 U/ml). However, the elimination of inorganic salts from media reduced the protease productivity. In addition, all the three grades of fish meal yielded almost the same amounts of protease when employed as the sole source of carbon and nitrogen. Nevertheless, the best results were observed in fish meal SL1 medium. Furthermore, protease production was enhanced to 6,966 U/ml and 7,047 U/ml on scaling up from flask (4,914 U/ml) to 3.7 and 20 L fermenters, respectively, using fish meal (10 g/l). Similarly, the corresponding improvement in productivities over flask (102.38 U/ml/h) was 193.5 and 195.75 U/ml/h in 3.7 and 20 L fermenters, respectively. The crude protease was found to have dehairing ability in leather processing, which is bound to have great environmental benefits. PMID:22814497

205

A Statistical Study of Streamer-Associated Coronal Mass Ejections  

We have made a comprehensive statistical study on the coronal mass ejections (CMEs) associated with helmet streamers. A total number of 3810 CMEs observed by SOHO/LASCO coronagraph from 1996 to 2000 have been visually inspected. By comparing their LASCO images and running difference images, we picked out streamer-associated CMEs, which are classified into two sub-groups: Class-A events whose morphological shape seen in the LASCO running difference image is quite similar to that of the pre-existing streamer, and Class-B events whose ejections occurred in a part of the streamer. The former type of CME may be caused by the destabilization of the helmet streamer and the latter type of CME may be related to the eruption of a filament underlying the helmet streamer or narrow CMEs such as streamer puffs. We have examined the distributions of CME speed and acceleration for both classes as well as the correlation between their speed and acceleration. The major results from these investigations are as follows. First, about a quarter of all CMEs are streamer-associated CMEs. Second, their mean speed is 413 km s^{-1} for Class-A events and 371 km s^{-1} for Class-B events. And the fraction of the streamer-associated CMEs decreases with speed. Third, the speed-acceleration diagrams show that there are no correlations between two quantities for both classes and the accelerations are nearly symmetric with respect to zero acceleration line. Fourth, their mean angular width are about 60 arcdeg, which is similar to that of normal CMEs. Fifth, the fraction of streamer-associated CMEs during the solar minimum is a little larger than that during the solar maximum. Our results show that the kinematic characteristics of streamer-associated CMEs, especially Class-A events, are quite similar to those of quiescent filament-associated CMEs.

206

The Revised Version of Class I Methanol Maser Catalog  

The revised version of the class I methanol maser catalog is presented. It contains 198 sources in total. New class I methanol masers detected in the direction of EGOs (38 sources) were added to the previous list containing ˜ 160 sources (the list have been published in the first version of this catalog - see reference in the text). Electronic version of the catalog has been generated in the form of html file - http://www.asc.rssi.ru/MMI. A statistical analysis was carried out within 2' around a maser position to find an identification of class I methanol masers with any objects typical for star-forming regions - UCHII regions, IRAS sources, dark clouds, bipolar outflows, CS lines as of dense gas tracer, and other masers (class II methanol masers, OH and H_2O). Class I methanol masers identification was made with short-wave infrared objects EGO (extended green objects), which are tracers of bipolar outflows in young stellar objects. It was shown that in the new version of catalog more than 50% of class I methanol masers are identified with bipolar outflow - given EGOs as bipolar outflows (compared with the result of 22% in the first version of the catalog that contains no information about EGO). This result is a strong evidence in favor of the fact that EGOs are indeed active bipolar outflows. At the same time it is important to note, that none of the bipolar outflow, already registered in the direction of class I methanol maser, did not coincide with EGO (with the exception of G45.47+0.07). The results are submitted in a form of a diagram.

207

Some applications of the field theory to condensed matter physics: the different sides of the quantum Hall effect; Quelques applications de la theorie des champs a la physique de la matiere condensee: l'effet Hall quantique dans tous ses etats  

The quantum Hall effect appears in low temperature electron systems submitted to intense magnetic fields. Electrons are trapped in a thin layer ({approx} 100.10{sup -8} cm thick) at the interface between 2 semiconductors or between a semiconductor and an insulating material. This thesis presents 3 personal contributions to the physics of plane systems and particularly to quantum Hall effect systems. The first contribution is a topological approach, it involves the study of Landau's problem in a geometry nearing that of Hall effect experiments. A mathematical formalism has been defined and by using the Kubo's formula, the quantification of the Hall conductivity can be linked to the Chern class of threaded holes. The second contribution represents a phenomenological approach based on dual symmetries and particularly on modular symmetries. This contribution uses visibility diagrams that have already produced right predictions concerning resistivity curves or band structures. The introduction of a physical equivalence has allowed us to build a phase diagram for the quantum Hall effect at zero temperature. This phase diagram agrees with the experimental facts concerning : -) the existence of 2 insulating phases, -) direct transitions between an insulating phase and any Hall phase through integer or fractionary values of the filling factor ({nu}), -) selection rules, and -) classification of the Hall states and their distribution around a metal state. The third contribution concerns another phenomenological approach based on duality symmetries. We have considered a class of (2+1)-dimensional effective models with a Maxwell-Chern-Simons part that includes a non-locality. This non-locality implies the existence of a hidden duality symmetry with a Z{sub 2} component: z {yields} 1/z. This symmetry has allowed us to meet the results of the Fisher's law concerning the components of the resistivity tensor. (A.C.)

208

Criticality and Universality in the Unit-Propagation Search Rule  

The probability Psuccess(alpha, N) that stochastic greedy algorithms successfully solve the random SATisfiability problem is studied as a function of the ratio alpha of constraints per variable and the number N of variables. These algorithms assign variables according to the unit-propagation (UP) rule in presence of constraints involving a unique variable (1-clauses), to some heuristic (H) prescription otherwise. In the infinite N limit, Psuccess vanishes at some critical ratio alpha\\_H which depends on the heuristic H. We show that the critical behaviour is determined by the UP rule only. In the case where only constraints with 2 and 3 variables are present, we give the phase diagram and identify two universality classes: the power law class, where Psuccess[alpha\\_H (1+epsilon N^{-1/3}), N] ~ A(epsilon)/N^gamma; the stretched exponential class, where Psuccess[alpha\\_H (1+epsilon N^{-1/3}), N] ~ exp[-N^{1/6} Phi(epsilon)]. Which class is selected depends on the characteristic parameters of input data. The cri...

209

Two years of INTEGRAL monitoring of GRS 1915+105 Part 1: multiwavelength coverage with INTEGRAL, RXTE, and the Ryle radio Telescope  

(Abridged) We report the results of monitoring observations of the Galactic microquasar GRS 1915+105 performed simultaneously with INTEGRAL and RXTE Ryle . We present the results of the whole \\integral campaign, report the sources that are detected and their fluxes and identify the classes of variability in which GRS 1915+105 is found. The accretion ejection connections are studied in a model independent manner through the source light curves, hardness ratio, and color color diagrams. During a period of steady ``hard'' X-ray state (the so-called class chi) we observe a steady radio flux. We then turn to 3 particular observations during which we observe several types of soft X-ray dips and spikes cycles, followed by radio flares. During these observations GRS 1915+105 is in the so-called nu, lambda, and beta classes of variability. The observation of ejections during class lambda are the first ever reported. We generalize the fact that a (non-major) discrete ejection always occurs, in GRS 1915+105, as a respon...

210

Five Year Results of US Intergroup/RTOG 9704 With Postoperative CA 19-9 <=90 U/mL and Comparison to the CONKO-001 Trial  

PurposeRadiation Therapy Oncology Group (RTOG) trial 9704 was the largest randomized trial to use adjuvant chemoradiation therapy for patients with pancreatic cancer. This report analyzes 5-year survival by serum level of tumor marker CA 19-9 of 90 U/mL and compares results to the those of the CONKO-001 trial. Methods and MaterialsCA 19-9 expression was analyzed as a dichotomized variable (90 U/mL). Cox proportional hazard models were used to identify the impact of the CA 19-9 value on overall survival (OS). Actuarial estimates of OS were calculated using the Kaplan-Meier method. ResultsBoth univariate (hazard ratio [HR] = 3.2; 95% confidence interval [CI], 2.3-4.3, PPThis analysis demonstrates that patients with postresection CA 19-9 values ?90 U/mL had a significantly worse survival. ...

211

Specification of Products and Product Lines  

The study of variability in software development has become increasingly important in recent years. A common mechanism to represent the variability in a product line is by means of feature models. However, the relationship between these models and UML design models is not straightforward. UML statecharts are extended introducing variability in their main components, so that the behavior of product lines can be specified. The contribution of this work is the proposal of a rule-based approach that defines a transformation strategy from extended statecharts to concrete UML statecharts. This is accomplished via the use of feature models, in order to describe the common and variant components, in such a way that, starting from different feature configurations and applying the rule-based method, concrete state machines corresponding to different products of a line can be obtained.

212

Avaliação do método imunoenzimático (ELISA) para diagnóstico da infecção por Helicobacter pylori em crianças e adolescentes/ Evaluation of enzyme-linked immunosorbent assay for the diagnosis of Helicobacter pylori infection in children and adolescents  

Abstract in portuguese RACIONAL: A infecção por Helicobacter pylori é reconhecida como a causa mais freqüente de gastrite crônica em adultos e crianças. Seu diagnóstico é realizado com métodos invasivos em fragmentos de mucosa gástrica obtidos com pinça endoscópica e os não-invasivos. O método imunoenzimático constitui exame simples, rápido e de baixo custo, apresentando alta sensibilidade em pacientes adultos. OBJETIVO: Avaliou-se o método ELISA prospectivamente em 111 crianç (more) as e adolescentes. MATERIAL E MÉTODOS: Utilizou-se o kit "Cobas Core II" (Roche). Considerou-se Helicobacter pylori positivo quando o teste rápido da urease e a histologia resultaram ambos positivos ou quando a cultura foi positiva, e Helicobacter pylori negativo quando todos os testes foram negativos. RESULTADOS: A idade dos 111 pacientes variou de 3 meses a 16 anos, (mediana = 9a 5m; média = 8a 7m ± 4.0). Infecção por Helicobacter pylori foi diagnosticada em 47,7% (53/111). A sensibilidade da sorologia foi de 83,0% e 86,0% e a especificidade foi de 70,6% e 71,0%, utilizando o ponto de corte de 7 U/mL e 5 U/mL, respectivamente. Em pacientes maiores de 10 anos de idade, a sensibilidade foi de 90,6% e 96,8% e a especificidade 71,0% e 61,9%, com ponto de corte de 7 U/mL e 5 U/mL, respectivamente. Quando foi utilizada somente a cultura positiva como padrão ouro e ponto de corte em 5 U/mL, a sensibilidade foi de 93,3%. CONCLUSÃO: O método ELISA apresentou boa sensibilidade em crianças maiores de 10 anos, utilizando o ponto de corte de 5 U/mL, porém a especificidade foi menor. Abstract in english BACKGROUND: Helicobacter pylori infection is recognized as the most frequent cause of chronic gastritis in adults and children. The diagnosis is accomplished with invasive methods in fragments of endoscopic gastric biopsies and non-invasive methods. The enzyme-linked immunosorbent assay constitutes a simple, fast exam and of low cost with high sensibility in adult patients. AIM: The purpose of this study was to evaluate the ELISA method for the infection diagnosis for Hel (more) icobacter pylori in children and adolescents using the Cobas Core II kit (Roche). Helicobacter pylori was positive when the rapid urease test and the histology were both positive or when the culture was positive and Helicobacter pylori negative when all the tests were negative. PATIENTS/METHODS: Eleven hundred patients were studied, their age ranged from 3 months and 16 years, (mean = 8y 7m ± 4.0; median = 9y 5m). Helicobacter pylori infection was diagnosed in 47.7% (53/111). RESULT: Sensitivity was 83.0% and 86.0%; specificity was 70.6% and 71.0%, using the cutoff of 7 U/mL and 5 U/mL, respectively. When only the positive culture was used as gold standard and the cutoff of 5 U/mL, the sensitivity was 93.3%. In patients older than 10 years, the sensibility was 90.6% and 96.8%; specificity was 71.0% and 61.9%, with the cutoff of 7 U/mL and 5 U/mL, respectively. CONCLUSION: ELISA method had good sensitivity in children older than 10 years, using the cutoff 5 U/mL, but the specificity was low.

213

Enhanced production of alkaline thermostable keratinolytic protease from calcium alginate immobilized cells of thermoalkalophilic Bacillus halodurans JB 99 exhibiting dehairing activity.  

The thermoalkalophilic Bacillus halodurans JB 99 cells known for production of novel thermostable alkaline keratinolytic protease were immobilized in calcium alginate matrix. Batch and repeated batch cultivation using calcium alginate immobilized cells were studied for alkaline protease production in submerged fermentation. Immobilized cells with 2.5% alginate and 350 beads/flask of initial cell loading showed enhanced production of alkaline protease by 23.2% (5,275 ± 39.4 U/ml) as compared to free cells (4,280 ± 35.4 U/ml) after 24 h. In the semicontinuous mode of cultivation, immobilized cells under optimized conditions produced an appreciable level of alkaline protease in up to nine cycles and reached a maximal value of 5,975 U/ml after the seventh cycle. The enzyme produced from immobilized cells efficiently degraded chicken feathers in the presence of a reducing agent which can help the poultry industry in the management of keratin-rich waste and obtaining value-added products. PMID:21691794

214

An evaluation of the diagnostic value of CA19-9 and CEA levels in patients with pancreatic cancer  

Objective The use of a combination of tumor markers may be an important tool in the early diagnosis of pancreatic cancer, which is the key to improving prognosis. The study aim was to investigate the diagnostic value of carbohydrate antigen 19-9(CA 19-9) and carcinoembryonic antigen(CEA) levels in patients with pancreatic cancer. Methods An immunoradiometric assay was used to homochronously measure the serum CA19-9 and CEA levels in 78 pancreatic cancer cases and 64 healthy examinees in hospital. The normal reference values were CA19-9(0-39 U/ml) and CEA(0-3.4 ng/ml). Results Mean serum CA19-9 and CEA levels in patients with pancreatic cancer(406.55 +- 60.18 U/ml, 12.43 +- 1.25 ng/ml) were significantly higher(P < 0.01) than those in healthy examinees(16.54 +- 1.95 U/ml, 2.37 +- 0.17 ng/ml...

215

Pectinolytic yeast isolates for cold-active polygalacturonase production  

Pectin rich cold stored spoiled fruits, vegetables and cold soils were screened and different pectinolytic isolates were obtained by enrichment culturing and ruthenium red plate assay. Among the primary isolates 10-15% were yeast isolates. Six isolates with higher zones of pectin hydrolysis were selected and tested for polygalacturonase (PGU) production at room temperature (25 degrees C) and at 5 degrees C. One isolate identified as Saccharomyces sp. with highest polygalacturonase activity at 5 degrees C was used for enzyme production using raw fruit pectins as substrates. The isolate was identified by preliminary cultural, morphological and sugar fermentation tests. PGU production was high in raw pectin substrates like orange peel (21 U/ml), apple peel (20 U/ml ), mango peel (19 U/ml), ...

216

Enhancement of transglutaminase production in Streptomyces mobaraensis DSM 40587 by non-nutritional stress conditions: Effects of heat shock, alcohols, and salt treatments  

Stress-mediated bioprocess is a strategy designed to enhance biological target productivity. In this study, an attempt was made to enhance transglutaminase (TGase) production by Streptomyces mobaraensis by using different stress conditions including heat shock, alcohols and salt stress. Results showed that the effects of stress on TGase production depended on the type applied. For heat shock, TGase production (1.32 U/ml) was recorded maximum in the culture treated at 48 h post inoculation in water bath at 60 ?C for 1 min. For alcohols treatment, the maximum activity of TGase (1.77 and 1.75 U/ml) was obtained when 3% methanol was added into the medium at 0 or 24 h of fermentation. However, a 3.5-fold increased production of TGase (3.8 U/ml) was observed in the medium supplemented with 0.2 m...

217

Production of extracellular protease from halotolerant bacterium, Bacillus aquimaris strain VITP4 isolated from Kumta coast  

A newly isolated halotolerant Bacillus sp. VITP4 was investigated for the production of extracellular protease. 16S rRNA gene analysis identified it as Bacillus aquimaris. Enzyme secretion corresponded with growth (Gt, 38min) in the basal Zobell medium, reaching a maximum during stationary phase (630U/ml, 48h). Protease production was investigated in different salt concentrations (0-4M). While growth was optimum in the basal medium, higher levels of protease activity were observed in 0.5M salt medium (728U/ml, 48h) and 1M salt medium (796U/ml, 78h) with 21% and 32% increase in production, respectively. Salt concentrations above 2.5M did not support bacterial growth. The optimum pH and temperature for production were pH 7.5 and 37degreeC, respectively. A combination of peptone and yeast ext...

218

Well-formedness and typing rules for UML Composite Structures  

Starting from version 2.0, UML introduced hierarchical composite structures, which are an expressive way of defining complex software architectures, but which have a very loosely defined semantics in the standard. In this paper we propose a set of consistency rules that disambiguate the meaning of UML composite structures. Our primary goal was to have an operational model of composite structures for the OMEGA UML profile, an executable profile dedicated to the formal specification and validation of real-time systems, developed in a past project to which we contributed. However, the rules and principles stated here are applicable to other hierarchical component models based on the same concepts, such as SysML. The presented ruleset is supported by an OCL formalization which is described in this report. This formalization was applied on different complex models for the evaluation and validation of the proposed principles.

219

Hypothyroidism and Moderate Subclinical Hypothyroidism Are Associated with Increased All-Cause Mortality Independent of Coronary Heart Disease Risk Factors: A PreCIS Database Study  

Background: Thyroid hormones have profound effect on the heart and peripheral vasculature. Hypothyroidism is associated with an increase in a number of coronary heart disease (CHD) risk factors including dyslipidemia, hypertension, and elevated levels of homocysteine. Our objective was to assess the effects of hypothyroidism (thyroid-stimulating hormone [TSH]: >10??U/mL), moderate subclinical hypothyroidism (SCH; TSH: 6.1?10??U/mL), and mild SCH (TSH: 3.1?6.0??U/mL) on cardiovascular risk factors, CHD prevalence, and all-cause mortality in patients at high risk for CHD seen in a preventive cardiology clinic. Methods: All patients seen in the Cleveland Clinic Preventive Cardiology clinic have demographic and laboratory tests including TSH and multiple CHD risk factors obtained at the baseli...

220

Production and partial characterization of polygalacturonases produced by thermophilic Monascus sp N8 and by thermotolerant Aspergillus sp N12 on solid-state fermentation/ Produção e caracterização parcial de poligalacturonases produzidas pelo fungo termofílico Monascus sp N8 e pelo termotolerante Aspergillus sp N12 em fermentação em estado sólido  

Abstract in portuguese A produção de poligalacturonases pelas linhagens fúngicas recentemente isoladas, Monascus sp N8 e Aspergillus sp N12, foi estudada através de fermentação em estado sólido usando como substratos misturas de farelo de trigo, bagaço da cana-de-açúcar e bagaço de laranja. A atividade máxima de exo-Pg produzida por Monascus sp (6,6 U/mL) foi obtida quando o meio de cultivo utilizado continha mistura de farelo de trigo, bagaço da cana-de-açúcar e bagaço de laran (more) ja (1:1:1), enquanto que Aspergillus sp produziu maior quantidade da enzima (10 U/mL) em meio de farelo de trigo e bagaço de laranja. A maior produção de exo-Pg foi obtida através de incubação das culturas a 45ºC quando comparadas àquelas incubadas a 50ºC. A produção de endo-poligalacturonase (endo-Pg) pelas duas linhagens não foi afetada pela temperatura de incubação. A atividade de endo-Pg em meio de cultura Monascus sp foi 1.8 U/mL a 45ºC em 72 hs de fermentação e 1,6 U/mL a 50ºC em 120 hs de fermentação nas mesmas condições. Valores semelhantes foram obtidos pelo cultivo de Aspergillus sp com 1.9 U/mL a 45ºC a 1.8 U/mL at 50ºC. As exo-poligalacturonases produzidas por ambas as linhagens mostraram maiores atividades em pH 5,5. Enzimas de Monascus sp foi mais ativa a 60ºC e a de Aspergillus sp, a 50ºC. A exo-Pg produzida por Monascus sp foi estável em valores de pH entre 4,5-6,0, enquanto a de Aspergillus sp foi estável somente em pH 4,0. Ambas as enzimas mostraram-se estáveis por 1 hora a 50ºC, quando incubadas em ausência de substrato. Abstract in english Polygalacturonases production by newly isolated Monascus sp N8 and Aspergillus sp N12 strains was carried out in solid-state fermentation using mixtures of wheat bran, sugar cane bagasse and orange bagasse as carbon sources. The maximal activity values of exo-polygalacturonases (exo-Pg) from Monascus sp and Aspergillus sp were obtained using wheat bran/sugar cane bagasse/orange bagasse mixture (6.6 U/mL) and wheat bran/orange bagasse mixture (10 U/mL), respectively. Enzym (more) e production by both strains was higher at 45ºC after 72 h and 1.6 U/mL at 50ºC after 120 h. Endo-polygalacturonase (endo-Pg) production was higher in wheat bran/orange bagasse mixture and was not affected by temperature of incubation for both fungi. Endo-Pg production by Monascus was 1.8 U/mL at 45ºC and 50ºC, after 72. Similar values were obtained in Aspergillus sp culture, 1.9 U/mL at 45ºC and 1.8 U/mL at 50ºC. Exo-Pg from both strains showed optimum activity at pH 5.5. Maximal activity was determined at 60ºC for enzyme from Monascus sp and 50ºC for that produced by Aspergillus sp. Exo-Pg from Monascus sp was stable at pH range 4.5-6.0 whereas that from Aspergillus sp enzyme was stable at pH 4.0. Both enzymes showed stability when incubated at 50ºC for 1 h, in absence of substrate.

 
 
 
 
221

Optimal conditions for enhanced b-mannanase production by recombinant Aspergillus sojae  

Optimization of the growth conditions for maximum b-mannanase production in shake flasks by using recombinant Aspergillus sojae ATCC11906 (AsT1) was carried out by Box-Behnken design of response surface methodology. The highest b-mannanase activity on the fourth day of cultivation at 30^oC was obtained as 363U/ml in the optimized medium consisting of 7% sugar beet molasses, 0.43% NH4NO3, 0.1% K2HPO4 and 0.05% MgSO4 (by weight per volume) at 207rpm. On the sixth day of cultivation under the optimized conditions, the highest b-mannanase activity was achieved as 482U/ml which is 1.4-fold of 352U/ml activity found on glucose medium previously.

222

Recombinant intracellular Rhodospirillum rubrum L-asparaginase with low L-glutaminase activity and antiproliferative effect  

The recombinant producer strain expressing Rhodospirillum rubrum L-asparaginase (RrA) has been obtained and a purification procedure of RrA has been developed. The purified enzyme, RrA, has the following biochemical and catalytic characteristics: Km for L-Asn of 0.22 mM, pH optimum at 9.2; temperature optimum at 54?C, pI = 5.1. RrA exhibited a significant cytotoxic effect towards the following cell lines: K562 (IC50 = 1.80 U/mL), DU145 (IC50 = 9.19 U/mL), and MDA-MB-231 (IC50 = 34.62 U/mL). Comparative analysis employing E. coli L-asparaginase II type (EcA) and Erwinia carotovora L-asparaginase (EwA) has shown that the enzyme cytotoxicity towards these cell lines decreased in the following order: EcA > RrA > EwA. Daily administration of RrA (4000 U/kg) to L5178y bearing mice for 10 days (t...

223

Graph-based Word Sense Disambiguation of biomedical documents  

Motivation: Word Sense Disambiguation (WSD), automatically identifying the meaning of ambiguous words in context, is an important stage of text processing. This article presents a graph-based approach to WSD in the biomedical domain. The method is unsupervised and does not require any labeled training data. It makes use of knowledge from the Unified Medical Language System (UMLS) Metathesaurus which is represented as a graph. A state-of-the-art algorithm, Personalized PageRank, is used to perform WSD. Results: When evaluated on the NLM-WSD dataset, the algorithm outperforms other methods that rely on the UMLS Metathesaurus alone. Availability: The WSD system is open source licensed and available from External Link Not Shown. The UMLS, MetaMap program and NLM-WSD corpus are available from t...

224

Modelación de la orientación a aspectos/ Aspect oriented modeling  

Abstract in spanish El desarrollo de software orientado a aspectos (DSOA) representa un nuevo enfoque dentro de la Ingeniería del software. Está basado en la programación orientada a aspectos (POA) y centrado en la separación de incumbencias transversales o crosscuting concerns. Muchos conceptos y/o elementos de modelación se utilizan durante las diferentes etapas del DSOA, sin embargo, se presentan ambigüedades en cuanto a su semántica, no es claro cuál de ellos debe ser utilizado e (more) n cuál etapa. Este trabajo presenta un núcleo o Core UML (lenguaje de modelado unificado), para el DSOA, que engloba diferentes elementos de modelación definidos en la literatura, focalizándose particularmente en el documento de ontología DSOA de la comunidad europea y en diferentes extensiones UML. En el Core UML presentado, cada notación es identificada, clarificada, presentada por autor y asociada a una etapa del desarrollo. Los resultados contribuyen al establecimiento de los estándares para una terminología unificada en el DSOA, favoreciendo el entendimiento, la comunicación y facilitando el diseño arquitectónico orientado a aspecto. Abstract in english Aspect Oriented Software Development (AOSD) is an emerging discipline in Software Engineering based on the Aspect Oriented Programming (AOP) paradigm, and focused on the separation of tangled and scattered concerns (crosscutting concerns). Many concepts and mechanisms have been proposed to handle properly the crosscutting concerns; however, terms are in general semantically slightly different according to the development phase in which they have been defined, causing misu (more) nderstanding and confusion. This paper presents an AOSD UML Core (Unified Modeling Language) to integrate different modeling elements defined in the literature, focusing in particular on the AOSD ontology of the European Community and some UML profiles proposed by other authors. In this UML Core, each notation is identified, clarified, presented by author and related to a development phase. This result, on the one hand contributes to the establishment of standards for a unified AOSD terminology, favoring understanding and communication; on the other hand, it facilitates aspect-oriented architectural design.

225

Vertical distribution and composition of phytoplankton under the influence of an upper mixed layer.  

The vertical distribution of phytoplankton is of fundamental importance for the dynamics and structure of aquatic communities. Here, using an advection-reaction-diffusion model, we investigate the distribution and competition of phytoplankton species in a water column, in which inverse resource gradients of light and a nutrient can limit growth of the biomass. This problem poses a challenge for ecologists, as the location of a production layer is not fixed, but rather depends on many internal parameters and environmental factors. In particular, we study the influence of an upper mixed layer (UML) in this system and show that it leads to a variety of dynamic effects: (i) Our model predicts alternative density profiles with a maximum of biomass either within or below the UML, thereby the system may be bistable or the relaxation from an unstable state may require a long-lasting transition. (ii) Reduced mixing in the deep layer can induce oscillations of the biomass; we show that a UML can sustain these oscillations even if the diffusivity is less than the critical mixing for a sinking phytoplankton population. (iii) A UML can strongly modify the outcome of competition between different phytoplankton species, yielding bistability both in the spatial distribution and in the species composition. (iv) A light limited species can obtain a competitive advantage if the diffusivity in the deep layers is reduced below a critical value. This yields a subtle competitive exclusion effect, where the oscillatory states in the deep layers are displaced by steady solutions in the UML. Finally, we present a novel graphical approach for deducing the competition outcome and for the analysis of the role of a UML in aquatic systems. PMID:19896955

226

Linking the physical and the socio-economic compartments of an integrated water and land use management model on a river basin scale using an object-oriented water supply model  

Within the framework of the research project ‘GLOWA-Danube’, a model of the water supply sector has been developed. GLOWA-Danube investigates long-term changes in the water cycle of the Upper Danube river basin in light of global change. For this purpose, the decision support system DANUBIA, comprising 15 fully coupled models, has been developed. Within DANUBIA the water supply model (‘WaterSupply’) forms the link between various physical models determining water quality and availability and several socio-economic models determining water consumption and demand. Having a central focus on public drinking water supply, its purpose is to correctly simulate the present day system of water extraction and distribution and the related costs, but also to allow meaningful response to possible future changes of boundary conditions, first and foremost changes in water demand or water availability and quality. Response mechanisms are also envisioned for changes in political and economic boundary conditions, and advances in technology. The model will be used locate critical regions which could experience water stress in the future, but does not aim to find the appropriate solutions or to predict the optimal organisation of water supply in the Danube Basin under such changing conditions. In the object-oriented model structure, both water supply companies (WSC) and communities are represented by main classes. Both classes have a limited view and knowledge of their environment. A community knows where and how much water is consumed and from which WSC it is served. A WSC possesses information regarding extraction sites and water rights, raw water quality and potential collaborating WSC. The WSC can perform actions that are different from ‘business as usual’. These deviations from their usual behaviour can be interpreted by decision makers but should not be regarded as a replacement for the decision-making process itself. The model is conceptualised using object-oriented concepts of the Unified Modelling Language (UML) and is implemented in JAVA. This short overview is meant to answer key questions such as why and how WaterSupply was implemented, what is unique and new about the model and what are the general lessons learned and the added value with regard to integrated modelling on a river basin scale. It is obvious that in the attempt to answer these questions it is not possible to satisfy experts from all the relevant related fields, which include computer sciences, economy, behavioural science and not least water supply engineering and hydrology.

227

Novel Nuclear Powered Photocatalytic Energy Conversion  

The University of Massachusetts Lowell Radiation Laboratory (UMLRL) is involved in a comprehensive project to investigate a unique radiation sensing and energy conversion technology with applications for in-situ monitoring of spent nuclear fuel (SNF) during cask transport and storage. The technology makes use of the gamma photons emitted from the SNF as an inherent power source for driving a GPS-class transceiver that has the ability to verify the position and contents of the SNF cask. The power conversion process, which converts the gamma photon energy into electrical power, is based on a variation of the successful dye-sensitized solar cell (DSSC) design developed by Konarka Technologies, Inc. (KTI). In particular, the focus of the current research is to make direct use of the high-energy gamma photons emitted from SNF, coupled with a scintillator material to convert some of the incident gamma photons into photons having wavelengths within the visible region of the electromagnetic spectrum. The high-energy gammas from the SNF will generate some power directly via Compton scattering and the photoelectric effect, and the generated visible photons output from the scintillator material can also be converted to electrical power in a manner similar to that of a standard solar cell. Upon successful implementation of an energy conversion device based on this new gammavoltaic principle, this inherent power source could then be utilized within SNF storage casks to drive a tamper-proof, low-power, electronic detection/security monitoring system for the spent fuel. The current project has addressed several aspects associated with this new energy conversion concept, including the development of a base conceptual design for an inherent gamma-induced power conversion unit for SNF monitoring, the characterization of the radiation environment that can be expected within a typical SNF storage system, the initial evaluation of Konarka's base solar cell design, the design and fabrication of a range of new cell materials and geometries at Konarka's manufacturing facilities, and the irradiation testing and evaluation of these new cell designs within the UML Radiation Laboratory. The primary focus of all this work was to establish the proof of concept of the basic gammavoltaic principle using a new class of dye-sensitized photon converter (DSPC) materials based on KTI's original DSSC design. In achieving this goal, this report clearly establishes the viability of the basic gammavoltaic energy conversion concept, yet it also identifies a set of challenges that must be met for practical implementation of this new technology.

228

Reliability and Maintainability Block Diagrams and Mathematical Models for Externally Mounted, Automatically Expelled/Inflated Multiplace Life Raft for Helicopters.  

This document defines the maintainability block diagrams, and math models, and reliability block diagrams for the externally mounted, automatically expelled/inflated multiplace life raft for helicopters (Automated Life Raft (ALR)). These diagrams and mode...

229

An Object-Oriented Metamodel for Bunge-Wand-Weber Ontology  

A UML based metamodel for Bunge-Wand-Weber (BWW) ontology is presented. BWW ontology is a generic framework for analysis and conceptualization of real world objects. It includes categories that can be applied to analyze and classify objects found in an information system. In the context of BWW ontology, the metamodel is a representation of the ontological categories and relationships among them. An objective behind developing an object-oriented metamodel has been to model BWW ontology in terms of widely used notions in software development. The main contributions of this paper are a classification for ontological categories, a description template, and representations through UML and typed based models.

230

Tannase enzyme production by entrapped cells of Aspergillus niger FETL FT3 in submerged culture system.  

The ability of immobilized cell cultures of Aspergillus niger FETL FT3 to produce extracellular tannase was investigated. The production of enzyme was increased by entrapping the fungus in scouring mesh cubes compared to free cells. Using optimized parameters of six scouring mesh cubes and inoculum size of 1 × 10(6) spores/mL, the tannase production of 3.98 U/mL was obtained from the immobilized cells compared to free cells (2.81 U/mL). It was about 41.64% increment. The immobilized cultures exhibited significant tannase production stability of two repeated runs. PMID:21347668

231

Cloning of Genomic DNA of Rhizopus niveus Lipase and Expression in the Yeast Saccharomyces cerevisiae  

  Genomic DNA encoding Lipase I was cloned from Rhizopus niveus strain IFO4759. For expression of this gene in S. cerevisiae, DBY746 was transformed with YEp352PLipS, which had the cloned lipase gene under the control of a PGK promoter. This strain secreted the lipase at a high level (350 U/ml). The strain ND-12B was produced by a mating of DBY746, harboring YEp352PLipS, and NA74-3A, and dissection of asci. This new strain secreted the lipase up to 530 U/ml. Moreover, the lipase was produced most effectively in a medium containing Bacto-yeast extract, soy-peptide, and sucrose.   

232

Using Fluid Inclusions to Bring Phase Diagrams to Life in a Guided Inquiry Instructional Setting  

A fundamental concept in mineralogy, petrology, and geochemistry is the generation and interpretation of phase diagrams for various systems. We have developed an exercise to strengthen student's familiarity with and confidence in employing phase diagrams by using fluid inclusions. The activity follows the 5Es (Engagement, Exploration, Explanation, Extension, Evaluation) guided inquiry instructional model in order to best facilitate student learning. The exercise follows an activity adapted from Brady (1992) wherein students collect data to generate the phase diagram for the Ice-Water-NaCl system. The engagement activity involves using a USGS-type fluid inclusion heating-cooling stage with a camera and projection system. We typically employ either a doubly-polished quartz sample or a cleaved section of fluorite and select a typical two phase (L + V) aqueous inclusion. Students first observe the inclusion at room temperature and pressure and are asked to predict what would happen if the sample is heated. Students then watch as the sample is heated to its homogenization temperature (Th) and are asked to explain what they see. The sample is then cooled until completely frozen and then slowly warmed until the first ice melting (at the eutectic, Te) and then until all ice melts (Tm). Again, students are asked to explain what they see and, if necessary, they are guided to remember the earlier phase diagram activity. The process is then repeated while students follow along the appropriate phase diagrams. In this fashion, students literally see the changes in phases present and their relative abundances as they move through the phase diagram. The engagement activity generates student interest in the exercise to insure minds-on as well as hands-on exploration. The exploration activities involve students observing and describing a wide range of fluid inclusion types (e.g., CO2, daughter crystals, multiple inclusion trails, etc) and hands-on collection of Th and Tm data for a selected sample. Using a fluorite sample (Denton Mine) yields excellent results and a meaningful extension activity. Each student collects Th and Tm data that are then combined and class histograms are generated and interpreted. At this point, a general explanation of fluid inclusions is provided to bring together the student's observations and to assess their understanding. The extension activity involves using the Th, Te, and Tm data obtained for primary inclusions to constrain the true trapping temperature (Tt). The isochore is calculated and plotted on a P-T plot. Using the geothermal gradient for the sample locale, students calculate the hydrostatic and lithostatic gradients for the region and plot these on the P-T diagram in order to constrain the possible range in Tt. Finally, based upon the salinity and Tt range, students determine what ore fluid type is represented (MVT). The evaluation includes observation of participation, answers to questions posed during the engagement activity, and a written report that includes answers to refining and open-ended questions as well as a reflection on their learning. This activity strengthens student's understanding of phase diagrams while introducing them to the importance of fluids in the crust.

233

Formal Requirements Modeling for Reactive Systems with Coloured Petri Nets  

This dissertation presents the contributions of seven publications all concerned with the application of Coloured Petri Nets (CPN) to requirements modeling for reactive systems. The publications are introduced along with relevant background material and related work, and their contributions to addressing a collection of generic challenges for requirements modeling are discussed. Firstly, two approaches to constructing CPN requirements models based on collections of Use Cases are presented. In both cases, scenarios for the Use Cases are described in terms of UML 2.0 high-level Sequence Diagrams (SDs). The first approach translates collections of Use Cases and their scenarios into executable and hierarchical CPN requirements models. The models are explicitly partitioned in order to make it possible to distinguish the representation of the reactive system from that of its environment. This is important because it represents the identi cation of what is being designed (the reactive system), and what is given and being made assumptions about (the environment). The representation of the environment is further partitioned to distinguish human actors from non-human actors. This allows the modeler to take into concern that the behavior of human actors is less likely to be predictable than the behavior of e.g. mechanical components.   In the second approach, the CPN model is parameterized and utilizes a generic and reusable CPN module operating as an SD interpreter. In addition to distinguishing between system and environment as in the rst approach, the CPN model is structured in a way that allows for explicit distinction between requirements and specifications. Assumptions about the behavior of physical entities in the environment are represented as separate CPN modules. Next, an approach to addressing the problem of validating formal requirements models through interactive graphical animations is presented. Executable Use Cases (EUCs) provide a framework for integrating three tiers of descriptions of specifications and environment assumptions: the lower tier is an informal description, the middle tier is a CPN model representing the contents of the lower tier, and the upper tier is a domain-specific graphical and interactive animation driven by the CPN model. It allows stakeholders to validate the formal requirements model by interacting and experimenting with it through a graphical interface composed of recognizable artifacts and activities. The presentation of the three publications related to Use Cases is followed by a the presentation of a publication formalizing some of the guidelines applied for structuring the CPN requirements models|namely the guidelines that make it possible to distinguish the modeling artifacts describing the environment from those describing the specifications for a reactive system. The formalization allows for clear identi cation of interfaces between interacting domains, where the interaction takes place through an abstraction of possibly parameterized states and events. A tool is presented that allows automated validation of the structure of CPN models with respect to the guidelines. Next, three publications on integrating Jackson's Problem Frames with CPN requirements models are presented: The first publication introduces a method for systematically structuring CPN requirements models based on Jackson's Problem Diagrams. The resulting CPN model contains a requirements module matching the requirements domain of the Problem Diagram. In this module, requirements may be expressed declaratively as universal quantifications over time-stamped traces of interaction activity. The traces are automatically recorded during execution of the model. The second publication presents a formally specified framework for automating a large part of the tasks related to integrating Problem Frames with CPN. The framework is specified in VDM++, and allows the modeler to automatically generate CPN requirements models from one or more Problem Diagrams. The CPN models are immediately executable, and ready for manual refinement aimed at expressing environment assumptions, possible specifications, and requirements. The framework also allows for import of already refined CPN models that may be merged with other CPN models in order to reuse domain descriptions, and to handle changes to the original Problem Diagrams. The third publication continues the presentation of the framework by introducing a formally defined requirements language based on SDs with real-time constraints. An automatic checker that integrates seamlessly with the automatically generated CPN models has been implemented in Standard ML. This allows a collection of requirements to be evaluated during the execution of the CPN model. The requirements adopt the principles of constrained vs. referenced phenomena from Jackson's Problem Frames approach. They are expressed as SDs constraining a collection of automatically collected time-stamped traces. The mechanism in terms of specialized CPN modeling artifacts for collecting these traces is also automatically generated by the framework. The results of the checker are presented in automatically generated HTML reports.

234

Catalog of early-type contact binaries (Bondarenko+, 1996)  

For the first time the early type contact systems were identified as an individual class in M.A. Svechnikov's Catalogue [1] in 1969, which contains 8 systems of this type. The Catalogue of Coch R.H., Plavec M. and Wood F.B. [2] contains 37 systems of the early spectral type. According to Svechnikov's classification [3] a primary component (more massive and hotter) of a CE-system (contact system of early spectral class) has a spectral class earlier than F0-F2 and an orbital period of more than 0.5 day. Usually the spectral class of a primary is earlier than the spectral class of a secondary. Both components fill their Roche-lobes on 90-100%. The following Catalogue of Svechnikov M.A. and Bessonova L.A. [4] contains 38 CE-systems. In 1986 Bondarenko I.I. [5] published the Catalogue of the CE-stars, which contained 83 systems. Physical characteristics of the CE-stars presented in the list of catalogues abovementioned, were obtained by different authors by using different methods of calculation. We propose the Catalogue of the CE-systems with homogeneous absolute physical characteristics, that allows to define accurately general features of this class of binary stars. The comparing of physical characteristics of the CE-systems with other classes` characteristics of binary stars can show the possible evolutionary stages of the CE-systems. The foundation of absolute elements of the CE-systems are the photometric observations (on the whole, the latest multicolour photoelectric, in a few cases photographic and visual observations). The accuracy of modern photometric observations is high, and generally they are processed with the help of reliable computer methods both classical and synthetical methods). But reliable spectral observations (the ray speed curves) are very scarce, especially for both components). We have preferred the spectral class of a primary (usually it is more bright), supposing, that it's spectral class was defined accurately, and photometric and geometrical elements from light curves. All stars from our Catalogue were classified preliminarily as CE-stars by Svechnikov M.A., Istomin L.F. and Grehova O.A. [6]. We have supposed both components fill their Roche-lobes and by using the diagram (q-r[critical]) of Plavec-Kratochvile [7] mass ratio was obtained. The absolute elements were obtained by the approximated method of Svechnikov, which was modernized for CE-stars. Our Catalogue consist of three parts: photometric, geometrical and absolute elements of CE-systems. All stars were divided approximately into two groups: massive (m1>3 solar masses for primary) and less-massive stars (m1<3 solar masses for primary). A Catalogue has a Supplement. (3 data files).

235

The Structure of the Star-forming Cluster RCW 38  

We present a study of the structure of the high-mass star-forming region RCW 38 and the spatial distribution of its young stellar population. Spitzer Infrared Array Camera (IRAC) photometry (3-8 ?m) is combined with Two Micron All Sky Survey near-IR data to identify young stellar objects (YSOs) by IR-excess emission from their circumstellar material. Chandra X-ray data are used to identify class III pre-main-sequence stars lacking circumstellar material. We identify 624 YSOs: 23 class 0/I and 90 flat spectrum protostars, 437 class II stars, and 74 class III stars. We also identify 29 (27 new) O star candidates over the IRAC field. Seventy-two stars exhibit IR-variability, including 7 class 0/I and 12 flat spectrum YSOs. A further 177 tentative candidates are identified by their location in the IRAC [3.6] versus [3.6]-[5.8] color-magnitude diagram. We find strong evidence of subclustering in the region. Three subclusters were identified surrounding the central cluster, with massive and variable stars in each subcluster. The central region shows evidence of distinct spatial distributions of the protostars and pre-main-sequence stars. A previously detected IR cluster, DB2001_Obj36, has been established as a subcluster of RCW 38. This suggests that star formation in RCW 38 occurs over a more extended area than previously thought. The gas-to-dust ratio is examined using the X-ray derived hydrogen column density, N H and the K-band extinction, and found to be consistent with the diffuse interstellar medium, in contrast with Serpens and NGC 1333. We posit that the high photoionizing flux of massive stars in RCW 38 affects the agglomeration of the dust grains.

236

Modelling, Simulation, Animation, and Real-Time Control (Mosart) for a Class of Electromechanical Systems: A System-Theoretic Approach  

This paper describes an interactive modelling, simulation, animation, and real-time control (MoSART) environment for a class of 'cart-pendulum' electromechanical systems that may be used to enhance learning within differential equations and linear algebra classes. The environment is useful for conveying fundamental mathematical/systems concepts through computer-aided analysis, design, graphical visualization, and 3D animation. Referred to as Cart-Pendulum Control3D-Lab 1 , the environment is based on Microsoft Windows/Visual C++/Direct-3D and MATLAB/Simulink 2 . Pull-down menus provide access to systems/models/control laws, exogenous signals, parameters, animation models and visual indicators, a suite of (easy-to-modify) Simulant diagrams containing models and control laws, MATLAB m-files for detailed analysis and design, and detailed documentation for each of the above. Three blocks enable animation, joystick inputs, and real-time animation within Simulant. Examples are presented to illustrate the utility of the environment as a valuable tool for analysing/visualizing the above class of electromechanical systems and for enhancing mathematics instruction.

237

Crystallization and Ordering of Giant Molecules based on Nano-atoms  

To create new functional materials for advanced technologies, control over their hierarchical structures and orders is vital for obtaining the desired properties. We utilized and functionalized fullerene (C60) and polyhedral oligomeric silsesquioxane (POSS), and assembled these particles with polymers to form those hierarchical structures. The structures of these assemblies along with the resulting ordered structures were analyzed to determine their structure-property relationships. One of the most illustrating examples is a series of novel giant surfactants and lipids possessing a well-defined amphiphilic head and polymeric tails. Various architectures of this class of materials have been constructed and their self-assembly processes in solution, in the condensed bulk and thin films have been investigated. Another set of examples are ``nano-atoms.'' These classes of molecules are designed to possess features of molecular Janus particles with various symmetry breakings. When specific interactions are introduced, these ``nano-atoms'': are functioned as building blocks to construct different amplified molecules and further to self-assemble into hierarchical ordered structures. Their thermodynamic phase diagrams and kinetic pathways are explored to understand this new class of materials and their potential applications in modern technologies.

238

Kinetic Line Voronoi Operations and Their Reversibility  

In Geographic Information Systems the reversibility of map update operations has not been explored yet. In this paper we are using the Voronoi based Quad-edge data structure to define reversible map update operations. The reversibility of the map operations has been formalised at the lowest level, as the basic algorithms for addition, deletion and moving of spatial objects. Having developed reversible map operations on the lowest level, we were able to maintain reversibility of the map updates at higher levels as well. The reversibility in GIS can be used for efficient implementation of rollback mechanisms and dynamic map visualisations. In order to use the reversibility within the kinetic Voronoi diagram of points and open oriented line segments, we need to assure that reversing the map commands will produce exactly the changes in the map equivalent to the previous map states. To prove that reversing the map update operations produces the exact reverse changes, we show an isomorphism between the set of complex operations on the kinetic Voronoi diagram of points and open oriented line segments and the sets of numbers of new / deleted Voronoi regions induced by these operations, and its explanation using the finite field of residual classes of integers modulo 5: F 5 = ?/5?. We show also an isomorphism between the set of complex operations on the kinetic Voronoi diagram of points and open oriented line segments and the set of differences of new and deleted Quad-Edge edges induced by these operations, and its explanation using the commutative ring ?15 = ?/15?. We show finally the application of these theoretical results to the logging of a kinetic line Voronoi data structure. © 2010 Springer-Verlag.

239

The UVJ Selection of Quiescent and Star-forming Galaxies: Separating Early- and Late-type Galaxies and Isolating Edge-on Spirals  

We utilize for the first time Hubble Space Telescope Advanced Camera for Surveys imaging to examine the structural properties of galaxies in the rest-frame U - V versus V - J diagram (i.e., the UVJ diagram) using a sample at 0.6 10.25). The use of the UVJ diagram as a tool to distinguish quiescent galaxies from star-forming galaxies (SFGs) is becoming more common due to its ability to separate red quiescent galaxies from reddened SFGs. Quiescent galaxies occupy a small and distinct region of UVJ color space and we find most of them to have concentrated profiles with high Sérsic indices (n > 2.5) and smooth structure characteristic of early-type systems. SFGs populate a broad but well-defined sequence of UVJ colors and are comprised of objects with a mix of Sérsic indices. Interestingly, most UVJ-selected SFGs with high Sérsic indices also display structure due to dust and star formation typical of the n large degree by the mass of the galaxy and its inclination. Systems that are closer to edge-on generally display redder colors and lower [O II]?3727 luminosity per unit mass as a consequence of the reddening due to dust within the disks. We conclude that the two main features seen in UVJ color space correspond closely to the traditional morphological classes of early- and late-type galaxies. Based on observations made with the NASA/ESA Hubble Space Telescope, obtained at the Space Telescope Science Institute. STScI is operated by the Association of Universities for Research in Astronomy, Inc. under NASA contract NAS 5-26555.

240

Production of l-Phenylalanine from trans-Cinnamic Acid with Rhodotorula glutinis Containing l-Phenylalanine Ammonia-Lyase Activity  

An enzymatic method using l-phenylalanine ammonia-lyase (EC 4.3.1.5) for the rapid conversion of trans-cinnamic acid to l-phenylalanine has been investigated. With Rhodotorula glutinis, enzyme activity as high as 0.3 U/ml of culture broth was obtained. The enzyme activity was kept stable for a relat...

 
 
 
 
241

A subset of precise {UML} for model-based testing  

This paper presents an original model-based testing approach that takes a UML behavioural view of the system under test and automatically generates test cases and executable test scripts according to model coverage criteria. This approach is embedded in the LEIRIOS Test Designer tool and is currentl...

242

Effect of Factor XIII on Endothelial Barrier Function  

The effect of factor XIII on endothelial barrier function was studied in a model of cultured monolayers of porcine aortic endothelial cells and saline-perfused rat hearts. The thrombin-activated plasma factor XIII (1 U/ml) reduced albumin permeability of endothelial monolayers within 20 min by 30 ...

243

Generating Statechart Designs From Scenarios  

15 and Rational's Rose 14 do not adequately bridge the gaps between UML notations. The generation of ... use of a domain theory allows us to merge these scenar- ios in a way such that .... In current practice, ambiguities are often resolved by ...

244

Production of Lactase by Candida pseudotropicalis Grown in Whey  

Lactase (?-d-galactosidase) was produced by Candida pseudotropicalis grown in deproteinized whey. Maximum enzyme production in 2% whey was obtained by supplementation with 0.15% yeast extract, 0.1% (NH4)2SO4, and 0.05% KH2PO4 (wt/vol). Highest enzyme values (4.35 U/mg of cells and 68 U/ml) were obta...

245

COURSE DIRECTORY - satern  

Jan 9, 2009 ... Object-Oriented Analysis and Design with UML .... Framework 2.0 - Web-Based Client DevelopmentTP70528CS_ENG ..... Automated Installation of Windows Vista mv_mvmo_a05_it_enus ...... Bluetooth and HomeRF ......................................... ..21937_ENG ... Wireless Networking Basics for the Home and ...

246

Purification and Characterization of a Bifunctional Alginate Lyase from Pseudoalteromonas sp. SM0524  

An alginate lyase-producing bacterial strain, Pseudoalteromonas sp. SM0524, was screened from marine rotten kelp. In an optimized condition, the production of alginate lyase from Pseudoalteromonas sp. SM0524 reached 62.6 U/mL, suggesting that strain SM0524 is a good producer of alginate lyases. The ...

247

Strain improvement of Acremonium cellulolyticus for cellulase production by mutation.  

In the search for an efficient producer of cellulolytic enzymes, Acremonium cellulolyticus strain C-1 was subjected to mutagenesis using UV-irradiation and N-methyl-N'nitro-N-nitrosoguanidine (NTG) and strain CF-2612 was isolated. Strain CF-2612 exhibited higher filter paperase (FPase) activities (17.8 U/ml) than the parent strain C-1 (12.3 U/ml). Soluble protein production and beta-glucosidase activity from strain CF-2612 were also significantly improved. FPase activity, cellulase productivity and yield of CF-2612 using batch culture with 5% Solka Floc in a 2-l jar fermentor at 30 degrees C reached 18.0 U/ml, 150.0 FPU/l/h and 360.0 FPU/g carbohydrate, respectively; when fed-batch culture was used with Solka Floc, these values reached 34.6 U/ml, 240.3 FPU/l/h and 346.0 FPU/g carbohydrate, respectively. It was observed that more hydrolyzed glucose was released from pretreated eucalyptus with the enzyme of strain CF-2612, compared with that of the commercial cellulase GC-220. This result was attributed to the higher ratio of beta-glucosidase/FPase activity of strain CF-2612. Three distinguishable phases including the periods of primary or second mycelial growth and mycelial fragmentation were proposed in batch culture by A. cellulolyticus. PMID:19269588

248

An approach and a tool for test generation and management from UML design  

This paper presents the Cow_Suite approach for UML-based Integration Testing. Cow_Suite is obtained by the suitable connection of two components: the Cowtest strategy and the UIT methos. Cowtest supports test managers in deciding how many and which tests should be run. UIT is a functional method for...

249

HyperMSC - a graphical representation of TTCN  

The development of an MSC (Message Sequence Chart) based graphical representation of TTCN (Tree and Tabular Combined Notation) is part of the ETSI project STF 156 on 'Specification of a Message Sequence Chart/UML format, including validation for TTCN-3'. Important language constructs of TTCN can be ...

250

Time Properties Verification Framework for UML-MARTE Safety Critical Real-Time Systems  

Time properties are key requirements for the reliability of Safety Critical Real-Time Systems (RTS). UML and MARTE are standardized modelling languages widely accepted by industrial designers for the design of RTS using Model-Driven Engineering (MDE). However, formal verification at early phases of ...

251

Microbial lipase production on a polymeric resin  

#Rhizopus delemar$ was grown in a submerged culture and produced a lipase at 14 U/ml. It was compared with solid state fermentation with a polymeric resin (Amberlite). The lipase was produced and simultaneously adsorbed on the support : 96 U/g initial dry matter were obtained when dextrin was used a...

252

Interferon-induced differentiation of U937 cells. Comparison with other agents that promote differentiation of human myeloid or monocytelike cell lines.  

Effects of human fibroblast (beta) or leukocyte (alpha) interferon (IFN) on differentiations of a human histiocytic lymphoma-derived cell line (U937) or promyelocytic leukemia-derived cell line (HL-60) were studied. When cultured with beta-IFN (400-1,000 U/ml), U937 cells showed gross morphologic an...

253

The KeY Tool  

KeY is a tool that provides facilities for formal specification and verification of programs within a commercial platform for UML based software development. Using the KeY tool, formal methods and object-oriented development techniques are applied in an integrated manner. Formal specification is per...

254

MODEL-DRIVEN APPROACH FOR AUTOMATIC DYNAMIC PARTIALLY RECONFIGURABLE IP CUSTOMIZATION  

This paper presents a framework which automates the generation of DPR capable IP cores. The approach is based in an MDE methodology, which exploits two widely used standards for Systems-on-Chip specification, UML/MARTE and IP-XACT. The approach aims at generating IPs which incorporate different func...

255

An Information System Development Method Connecting Business Process Modeling and its Experimental Evaluation  

Business process modeling (BPM) is gaining attention as a measure of analysis and improvement of the business process. BPM analyses the current business process as an AS-IS model and solves problems to improve the current business and moreover it aims to create a business process, which produces values, as a TO-BE model. However, researches of techniques that connect the business process improvement acquired by BPM to the implementation of the information system seamlessly are rarely reported. If the business model obtained by BPM is converted into UML, and the implementation can be carried out by the technique of UML, we can expect the improvement in efficiency of information system implementation. In this paper, we describe a method of the system development, which converts the process model obtained by BPM into UML and the method is evaluated by modeling a prototype of a parts procurement system. In the evaluation, comparison with the case where the system is implemented by the conventional UML technique without going via BPM is performed.

256

A common C-->T polymorphism at nt 46 in the promoter region of coagulation factor XII is associated with decreased factor XII activity.  

Coagulation factor XII (FXII) deficiency is rarely found to be associated with bleeding, but single reports demonstrated thromboembolic events in FXII-deficient patients. Currently, the biological role of FXII is still discussed controversially. It is well known that plasma levels of FXII show great interindividual variability. Recently, it has been demonstrated that a frequently occurring C-->T polymorphism in the FXII promoter region at nucleotide (nt) 46 is associated with lower plasma FXII activity levels in Orientals. In our study, we evaluated the frequency of this polymorphism in a randomly selected sample of newborns and investigated whether this C-->T polymorphism also contributes to the frequently observed moderate FXII deficiency in Europeans. We developed a new mutagenically separated polymerase chain reaction assay (MS PCR), which allows mutation detection without the use of restriction enzymes. Among 100 healthy newborns, we found 64% homozygous carriers of the wildtype FXII 46C allele, 29% were heterozygous for FXII C46T, and 7% homozygous for FXII 46T. Evaluation of plasma FXII activity and genotype in 80 randomly selected and unrelated individuals revealed a highly statistically significant (PC46T showed a mean of 0.70 U/ml (+/-0.31 U/ml), and subjects homozygous for FXII 46T had only 0.44 U/ml (+/-0.10 U/ml) plasma FXII activity. PMID:11248286

257

Etude pour une meilleure intégration des données de conception dans les analyses de fiabilité  

Il a été relevé dans de nombreux travaux, que la communication entre les experts de chaque domaine est l'un des points clef du développement des nouveaux systèmes complexes. Pour relever ce défi dans l'industrie logiciel, l'OMG (Object Management Group) a développé l'UML (Unified Modelling Language)...

258

Purification and Characterization of Three Chitosanase Activities from Bacillus megaterium P1  

Bacillus megaterium P1, a bacterial strain capable of hydrolyzing chitosan, was isolated from soil samples. Chitosan-degrading activity was induced by chitosan but not by its constituent d-glucosamine. Extracellular secretion of chitosanase reached levels corresponding to 1 U/ml under optimal condit...

259

UMLS-Interface and UMLS-Similarity : Open Source Software for Measuring Paths and Semantic Similarity  

A number of computational measures for determining semantic similarity between pairs of biomedical concepts have been developed using various standards and programming platforms. In this paper, we introduce two new open-source frameworks based on the Unified Medical Language System (UMLS). These fra...

260

Concepts and Synonymy in the UMLS Metathesaurus  

This paper advances a detailed exploration of the complex relationships among terms, concepts, and syn­onymy in the UMLS (Uni?ed Medical Language System) Metathesaurus, and proposes the study and under­standing of the Metathesaurus from a model-theoretic perspective. Initial sections provide the bac...

 
 
 
 
261

NCICB GForge: release-skip  

We will skip release of NCI Metathesaurus containing February NCI Thesaurus 2006_02D data due to ongoing editing of the UMLS2005AB update. Next release version of NCI Metathesaurus will contain either NCI Thesaurus 2006_03D (March data) or the April data.

262

NPA4K development system using object-oriented methodology  

NPA4K consists of module programs with several components for various functions. Software components have to be developed systematically by compartment criteria and design method. In this paper, the understandings of a typical Object-Oriented Methodology , UML(Unified Modeling Language), the procedure for NPA4K program development and the architecture for long-term development of NPA4K are introduced.

263

Analysis of the Effect of Surgical Lung Biopsy on Serum KL-6 Levels in Patients with Interstitial Pneumonia: Surgical Lung Biopsy Does not Elevate Serum KL-6 Levels  

Objective: It is well known that the serum level of KL-6 can be an indicator of disease activity in patients with interstitial pneumonia (IP). However, surgical lung biopsy is often required for the diagnosis of IP, although this can result in IP exacerbation. Methods: The effect of surgical lung biopsy on the serum level of KL-6 in patients with IP was analyzed. Thirty-two cases of IP were examined in this study. There were no cases showing exacerbation of IP. Results: The serum level of KL-6 demonstrated 1067±550 U/ml (mean±SD) before lung biopsy, 991±471 U/ml a day, 824±377 U/ml 4 days and 826±384 U/ml 7 days after lung biopsy. The serum KL-6 levels on the 1st, 4th, 7th day after the lung biopsy were significantly lower than that before the lung biopsy (P Conclusion: Surgical lung biopsy of patients with IP has little effect on the increase in serum KL-6 levels. An elevation of serum KL-6 after surgical lung biopsy may indicate exacerbation of IP.   

264

Binding of fibrinogen to human monocytes.  

The interaction of fibrinogen with monocytes was studied. After stimulation with ADP (10 microM) or thrombin (1 U/ml), platelet-free suspensions of human monocytes bind 125I-fibrinogen with two different affinities in a specific and Ca2+-dependent reaction with saturation at 5.80-7.35 X 10(-7) M of ...

265

Modeling of Configurations for Embedded System Implementations in MARTE  

This paper deals with aspects related to modeling of system configurations, which are very useful for describing various states of an embedded system, from both structural and operational viewpoints. We discuss in detail the current proposition of the UML MARTE profile via some examples, and point o...

266

Be phenomenon in open clusters: Results from a survey of emission-line stars in young open clusters  

Emission-line stars in young open clusters are identified to study their properties, as a function of age, spectral type and their evolutionary state. 207 open star clusters were observed using slitless spectroscopy method and 157 emission stars were identified in 42 clusters. We have found 54 new emission-line stars in 24 open clusters, out of which 19 clusters are found to house emission stars for the first time. About 20% clusters harbour emission stars. The fraction of clusters housing emission stars is maximum in both the 0--10 and 20--30 Myr age bin ($\\sim$ 40% each) and in the other age bins, this fraction ranges between 10% -- 25%, upto 80 Myr. We have used optical colour magnitude diagram (CMD) along with Near-IR Colour-Colour diagram (NIR CCDm) to classify the emission stars into Classical Be (CBe) stars and Herbig Be (HBe) stars. Most of the emission stars in our survey belong to CBe class ($\\sim$ 92%) while a few are HBe stars ($\\sim$ 6%) and HAe stars ($\\sim$1%). The CBe stars are located all alo...

267

Star Formation in the Southern Dark Cloud DC 296.2-3.6  

We report near- and mid-infrared (IR) images of the southern hemisphere dark cloud DC 296.2-3.6 associated with IRAS 11431 - 6516. The Ks and L' images show the presence of an IR nebulosity at the center of the dark cloud (DC). From the analysis of the near-IR color-color diagrams we have identified a young stellar population in the region. Five of these young stellar objects, here named A, B, C, D, and E, were also detected in the mid-IR. Sources B, D, and E are Class I-II T Tauri as suggested by the analysis of their spectral energy distributions. In addition, source E shows a long-term near-IR variability. The near-IR color-color diagrams indicate the presence of circumstellar dust envelope in sources A, B, D, and E, while the fit of SEDs of the intermediate- and low-mass objects A and B with a radiation transfer model including infalling envelope+disk+central source suggests circumstellar disks around these two objects. These results indicate that DC 296.2-3.6, located in the far Carina arm, is associated with an embedded cluster of low-mass young stellar objects.

268

Quark-gluon vertex dressing and meson masses beyond ladder-rainbow truncation  

We include a generalized infinite class of quark-gluon vertex dressing diagrams in a study of how dynamics beyond the ladder-rainbow truncation influences the Bethe-Salpeter description of light quark pseudoscalar and vector mesons. The diagrammatic specification of the vertex is mapped into a corresponding specification of the Bethe-Salpeter kernel, which preserves chiral symmetry. This study adopts the algebraic format afforded by the simple interaction kernel used in previous work on this topic. The new feature of the present work is that in every diagram summed for the vertex and the corresponding Bethe-Salpeter kernel, each quark-gluon vertex is required to be the self-consistent vertex solution. We also adopt from previous work the effective accounting for the role of the explicitly non-Abelian three gluon coupling in a global manner through one parameter determined from recent lattice-QCD data for the vertex. With the more consistent vertex used here, the error in ladder-rainbow truncation for vector mesons is never more than 10% as the current quark mass is varied from the u/d region to the b region.

269

Poset pinball, highest forms, and (n-2,2) Springer varieties  

In this manuscript we study type $A$ nilpotent Hessenberg varieties equipped with a natural $S^1$-action using techniques introduced by Tymoczko, Harada-Tymoczko, and Bayegan-Harada, with a particular emphasis on a special class of nilpotent Springer varieties corresponding to the partition $\\lambda= (n-2,2)$ for $n \\geq 4$. First we define the adjacent-pair matrix corresponding to any filling of a Young diagram with $n$ boxes with the alphabet $\\{1,2,...,n\\}$. Using the adjacent-pair matrix we make more explicit and also extend some statements concerning highest forms of linear operators in previous work of Tymoczko. Second, we construct an explicit bijection between the $S^1$-fixed points of a nilpotent Hessenberg variety $\\Hess(N,h)$ associated to a nilpotent operator $N$ and Hessenberg function $h$ and the set of $(h,\\lambda_N)$-permissible fillings of the Young diagram $\\lambda_N$. Third, we use poset pinball, the combinatorial game introduced by Harada and Tymoczko, to study the $S^1$-equivariant cohomo...

270

The high energy behavior of QCD: The effective action and the triple-Pomeron-vertex  

ge limit which belongs to the pair-of-pants topology. We re-derive the triple Pomeron vertex function and show that it belongs to a specific set of graphs in color space which we identify as the analog of the Mandelstam diagram. We then extend the study to the high-energy behavior of N=4 SYM where we find a new class of color graphs not present in QCD. We study integrations over light-cone momenta in the high energy effective action of QCD. After a review of the effective action, we arrive on a regularization mechanism from matching with QCD diagrams, which we apply to a re-derivation of the reggeized gluon and of the BFKL-equation. We study consequences of the proposed regularization on the analytic structure of 2->3 and 2->4 production amplitudes in the Multi-Regge-Kinematics. We derive a certain part of the 1-loop corrections to the production vertex and demonstrate that they yield the on-set of corrections demanded by the Steinmann-relations. The Reggeon-Particle-2-Reggeon vertex is determined and applied...

271

Latent autoimmune diabetes in adults (LADA): usefulness of anti-GAD antibody titers and benefit of early insulinization/ Diabetes autoimune latente do adulto (LADA): utilidade do título de anticorpos anti-GAD (GADA) e benefício da insulinização precoce  

Abstract in portuguese OBJETIVO: Determinar os parametros clínicos e laboratoriais e a progressão para a necessidade de insulina em dois grupos de pacientes com LADA, divididos de acordo com os títulos de GADA, e avaliar o benefício da insulinização precoce naqueles com risco elevado de falência prematura das células beta (títulos altos de GADA). MÉTODOS: Dentre os pacientes adultos com diabetes (DM) seguidos em nosso serviço e rastreados para GADA no diagnóstico, 54 foram diagnosti (more) cados com LADA e classificados como tendo títulos de GADA baixos (> 1 U/ml e 17,2 U/ml). A comparação foi feita com 54 pacientes selecionados com DM tipo 2 (GADA-). Além disso, 24 pacientes com títulos de GADA > 20 U/ml, mas que não foram insulinizados no início, foram comparados com 16 outros que foram insulinizados desde o diagnóstico. RESULTADOS: A resistência à insulina foi maior no grupo GADA-, seguidos por aqueles com títulos baixos de GADA. O IMC, a frequência de hipertensão arterial, os triglicérides elevados e o HDL-colesterol reduzido foram menores no grupo com títulos elevados de GADA, sem diferença entre os GADA- ou com baixos títulos de GADA. O grupo com títulos elevados de GADA mostrou uma redução maior e menores níveis de peptídeo C, tendo requerido insulina mais precocemente durante o seguimento. Pacientes com títulos de GADA > 20 U/ml e precocemente insulinizados não apresentaram variações significantes nos níveis de peptídeo C, tiveram melhor controle glicêmico e requereram doses mais baixas de insulina do que aqueles que foram insulinizados mais tardiamente. CONCLUSÃO: Nós concordamos que pacientes com LADA devem ser diferenciados com base nos títulos de GADA e que aqueles com títulos > 20 U/ml beneficiam-se de insulinização precoce. Abstract in english OBJECTIVE: To determine the clinical and laboratory parameters and the progression to insulin requirement in two groups of LADA patients separated according to GADA titers, and to evaluate the benefit of early insulinization in patients at high risk of premature beta-cell failure (high GADA titers). METHODS: Among the diabetic adults seen at our service and screened for GADA at diagnosis, 54 were diagnosed with LADA and classified as having low (> 1 U/ml and (more) or high (> 17.2 U/ml) GADA titers. Fifty-four patients with type 2 diabetes (GADA-) were selected for comparison. In addition, 24 patients who had GADA titers > 20 U/ml and who were not initially insulinized were compared to 16 patients who were insulinized at diagnosis. RESULTS: Insulin resistance was higher in the GADA- group, followed by patients with low GADA titers. BMI and the frequency of arterial hypertension, elevated triglycerides and reduced HDL cholesterol were lower in the high GADA+ group, with no difference between the GADA- or low GADA+ groups. The high GADA+ group showed a greater reduction and lower levels of C-peptide and required insulin earlier during follow-up. Patients with GADA titers > 20 U/ml and insulinized early presented no significant variation in C-peptide levels, had better glycemic control and required a lower insulin dose than patients who were insulinized later. CONCLUSION: We agree that patients with LADA should be differentiated on the basis of GADA titers and that patients with GADA titers > 20 U/ml benefit from early insulinization.

272

Mix proportioning of concrete containing paper mill residuals using response surface methodology  

The use of paper-mill residuals in concrete formulations provides an alternative to landfill disposal. A response surface statistical methodology was carried out to model the influence on the slump and compressive strength of concrete containing paper-mill residuals with and without Class F fly ash replacement. The variables considered in this study included the water/cement ratio (w/c), paper-mill residual content and fly ash content to total cementitious material (FA/CM). The performance of the derived models to achieve good balance between the workability and compressive strength were further discussed by using the contour diagrams. The results showed that the compressive strength of concrete containing paper-mill residuals could be predicted from the referred slump value.

273

On the structural dependence of the stress?strain diagram parameters and fracture toughness of metastable austenitic steels  

The results of the investigation into the effect of structure on the variation of yield stresses and fracture toughness of a number of austenitic steels at the temperatures of suppression and evolution of the martensitic transformation are generalized taking into account their chemical composition and mode of loading. The correlations are established between the structural characteristics of steels of the class under consideration and the parameters of the analytic expressions for their stress?strain diagrams that determine the conditions for the competitive influence of the austenite strength, the intensity of the formation process of deformation-induced martensite, its amount and the strength of the strain hardening of the material. The specific character of creating its fracture toughne...

274

Estimation of sleepiness using pupillary response and its frequency components.  

Pupillary response has been used as an index of sleepiness, but the validity of the index is not clear. In this paper, the influence of blinks on the Pupillary Unrest Index (PUI) and the Power Spectrum Density (PSD) as indices of pupil instability during a sleepiness test was examined. To create pupillary indices for sleepiness, four frequency components of the compensated pupillary change were extracted from PSD. These factor components were applied to two-class classifications of subjective sleepiness using discriminant analysis, and their performance was assessed. Differences in contribution ratios for the four factor components were observed between the two kinds of subjective sleepiness. Finally, a causal path diagram was created to show the relationship between blink, pupillary indices and subjective sleepiness. PMID:23060415

275

Relativistic wave packets in the quantum field approach to the theory of neutrino oscillations  

A covariant theory of wave packets and its application to the quantum field method of calculation of the probabilities of neutrino oscillations in vacuum that is based on the technique of macroscopic Feynman diagrams, which describe the processes of emission and absorption of virtual massive neutrinos ? i (i = 1, 2, 3) at macroscopicly separated space-time points, is considered. The effect of flavor oscillations is reduced to an interference of amplitudes with different vi in an intermediate state. A macroscopic amplitude is calculated that describes a class of processes which go with nonconservation of leptonic numbers, and statistical averaging of the squared modulus of this amplitude is performed. The averaged probability of a process with ultrarelativistic neutrino exchange is represen...

276

Prediction  

This chapter first presents a rather personal view of some different aspects of predictability, going in crescendo from simple linear systems to high-dimensional nonlinear systems with stochastic forcing, which exhibit emergent properties such as phase transitions and regime shifts. Then, a detailed correspondence between the phenomenology of earthquakes, financial crashes and epileptic seizures is offered. The presented statistical evidence provides the substance of a general phase diagram for understanding the many facets of the spatio-temporal organization of these systems. A key insight is to organize the evidence and mechanisms in terms of two summarizing measures: (i) amplitude of disorder or heterogeneity in the system and (ii) level of coupling or interaction strength among the system's components. On the basis of the recently identified remarkable correspondence between earthquakes and seizures, we present detailed information on a class of stochastic point processes that has been found to be particu...

277

Superconductivity and Metal-Insulator Transition in Twin-Columnar Organic Superconductor, (BETS)2(X2TCNQ)[X=Cl, Br  

Low-temperature electronic properties of the first all-organic donor-acceptor-type superconducting system, (BETS)2(X2TCNQ) [X=Cl, Br] under high pressure have been investigated by means of resistivity and 1H NMR experiments. The crystal structure of this class of complexes is characterized by a twin-columnar structure of BETS without intra-columnar dimerization at room temperature. Pressure-temperature phase diagrams are established for these compounds, where the electronic ground states are spin-density-wave (SDW's) insulators, except a narrow region of superconducting state in (BETS)2(Cl2TCNQ). A possible unified picture of the electronic states of the title compounds is discussed in terms of hydrostatic pressure effects and chemical substitution ones on them.   

278

Phase Equilibria of Lattice Polymers from Histogram Reweighting Monte Carlo Simulations  

Histogram-reweighting Monte Carlo simulations were used to obtain polymer / solvent phase diagrams for lattice homopolymers of chain lengths up to r=1000 monomers. The simulation technique was based on performing a series of grand canonical Monte Carlo calculations for a small number of state points and combining the results to obtain the phase behavior of a system over a range of temperatures and densities. Critical parameters were determined from mixed-field finite-size scaling concepts by matching the order parameter distribution near the critical point to the distribution for the three-dimensional Ising universality class. Calculations for the simple cubic lattice (coordination number z=6) and for a high coordination number version of the same lattice (z=26) were performed for chain lengths significantly longer than in previous simulation studies. The critical temperature was found to scale with chain length following the Flory-Huggins functional form. For the z=6 lattice, the extrapolated infinite chain ...

279

OCL2Trigger: Deriving active mechanisms for relational databases using Model-Driven Architecture  

Transforming integrity constraints into active rules or triggers for verifying database consistency produces a serious and complex problem related to real time behaviour that must be considered for any implementation. Our main contribution to this work is to provide a complete approach for deriving the active mechanisms for Relational Databases from the specification of the integrity constraints by using OCL. This approach is designed in accordance with the MDA approach which consists of transforming the specified OCL clauses into a class diagram into SQL:2003 standard triggers, then transforming the standard triggers into target DBMS triggers. We believe that developing triggers and plugging them into a given model is insufficient because the behaviour of such triggers is invisible to the...

280

Entanglement and separability of quantum harmonic oscillator systems at finite temperature  

In the present paper we study the entanglement properties of thermal (a.k.a. Gibbs) states of finite quantum harmonic oscillator systems as functions of the Hamiltonian and the temperature. We prove the physical intuition that at sufficiently high temperatures the thermal state becomes fully separable and we deduce bounds on the critical temperature at which this happens. We show that the bound becomes tight for a wide class of Hamiltonians with sufficient translation symmetry. We find, that at the crossover the thermal energy is of the order of the energy of the strongest normal mode of the system and quantify the degree of entanglement below the critical temperature. Finally, we discuss the example of a ring topology in detail and compare our results with previous work in an entanglement-phase diagram.

 
 
 
 
281

Handling ambiguity in constraint-based recognition of stick figure sketches  

Even seemingly simple drawings, diagrams, and sketches are hard for computer programs to interpret, because these inputs can be highly variable in several respects. This variability corrupts the expected mapping between a prior model of a configuration and an instance of it in the scene. We propose a scheme for representing ambiguity explicitly, within a subgraph matching framework, that limits its impact on the computational and program complexity of matching. First, ambiguous alternative structures in the input are explicitly represented by coupled subgraphs of the data graph, using a class of segmentation post-processing operations termed graph elaboration. Second, the matching process enforces mutual exclusion constraints among these coupled alternatives, and preferences or rankings associated with them enable better matches to be found early on by a constrained optimization process. We describe several elaboration processes, and extend a straightforward constraint-based subgraph matching scheme to elaborated data graphs. The discussion focuses on the domain of human stick figures in diverse poses.

282

Metallic AdS/CFT  

We use the AdS/CFT correspondence to compute the conductivity of massive N=2 hypermultiplet fields at finite baryon number density in an N=4 SU(N_c) super-Yang-Mills theory plasma in the large N_c, large 't Hooft coupling limit. The finite baryon density provides charge carriers analogous to electrons in a metal. An external electric field then induces a finite current which we determine directly. Our result for the conductivity is good for all values of the mass, external field and density, modulo statements about the yet-incomplete phase diagram. In the appropriate limits it agrees with known results obtained from analyzing small fluctuations around equilibrium. For large mass, where we expect a good quasi-particle description, we compute the drag force on the charge carriers and find that the answer is unchanged from the zero density case. Our method easily generalizes to a wide class of systems of probe branes in various backgrounds.

283

Stability of Biaxial Nematic Phase for Systems with Variable Molecular Shape Anisotropy  

We study the influence of fluctuations in molecular shape on the stability of the biaxial nematic phase by generalizing the mean field model of Mulder and Ruijgrok [Physica A {\\bf 113}, 145 (1982)]. We limit ourselves to the case when the molecular shape anisotropy, represented by the alignment tensor, is a random variable of an annealed type. A prototype of such behavior can be found in lyotropic systems - a mixture of potassium laurate, 1-decanol, and $D_2O$, where distribution of the micellar shape adjusts to actual equilibrium conditions. Further examples of materials with the biaxial nematic phase, where molecular shape is subject to fluctuations, are thermotropic materials composed of flexible trimeric- or tetrapod-like molecular units. Our calculations show that the Gaussian equilibrium distribution of the variables describing molecular shape (dispersion force) anisotropy gives rise to new classes of the phase diagrams, absent in the original model. Depending on properties of the shape fluctuations, th...

284

Impure Aspects of Supersymmetric Wilson Loops  

We study a general class of supersymmetric Wilson loops operator in N = 4 super Yang-Mills theory, obtained as orbits of conformal transformations. These loops are the natural generalization of the familiar circular Wilson-Maldacena operator and their supersymmetric properties are encoded into a Killing spinor that is not pure. We present a systematic analysis of their scalar couplings and of the preserved supercharges, modulo the action of the global symmetry group, both in the compact and in the non-compact case. The quantum behavior of their expectation value is also addressed, in the simplest case of the Lissajous contours: explicit computations at weak-coupling, through Feynman diagrams expansion, and at strong-coupling, by means of AdS/CFT correspondence, suggest the possibility of an exact evaluation.

285

Probing Shear-Banding Transitions of Entangled Liquids Using Large Amplitude Oscillatory Shearing (LAOS) Deformations  

We explore the dynamical response, under Large Amplitude Oscillatory Shear (LAOS) deformation, of a new class of constitutive models (denoted generically VCM) designed to describe entangled solutions of wormlike micellar solutions or concentrated polymer solutions. The goal is to investigate the applicability of LAOS as a test protocol for determining the rheological properties of entangled fluids and the onset of shear banding events that are observed experimentally. The VCM family of models show that shear-banding transitions will develop in LAOS experiments at a frequency-dependent critical strain. The velocity and stress field exhibit a complex dynamical response that varies with both the frequency and amplitude of the forcing. The rheological response of the different states that are observed can be represented in terms of a Pipkin diagram together with Lissajous figures (phase plane portraits).

286

Impure aspects of supersymmetric Wilson loops  

We study a general class of supersymmetric Wilson loops operator in {N} = 4 super Yang-Mills theory, obtained as orbits of conformal transformations. These loops are the natural generalization of the familiar circular Wilson-Maldacena operator and their supersymmetric properties are encoded into a Killing spinor that is not pure. We present a systematic analysis of their scalar couplings and of the preserved supercharges, modulo the action of the global symmetry group, both in the compact and in the non-compact case. The quantum behavior of their expectation value is also addressed, in the simplest case of the Lissajous contours: explicit computations at weak-coupling, through Feynman diagrams expansion, and at strong-coupling, by means of AdS/CFT correspondence, suggest the possibility of an exact evaluation.

287

The Discrete and Continuum Broken Line Process  

In this work we introduce the discrete-space broken line process (with discrete and continues parameter values) and derive some of its properties. We explore polygonal Markov fields techniques developed by Arak-Surgailis. The discrete version is presented first and a natural continuum generalization to a continuous object living on the discrete lattice is then proposed and studied. The broken lines also resemble the Young diagram and the Hammersley's process and are useful for computing last passage percolation values and finding maximal oriented paths. For a class of passage time distributions there is a family of boundary conditions that make the process stationary and self-dual. For such distributions there is a law of large numbers and the process extends to the infinite lattice. A proof of Burke's theorem emerges from the construction. We present a simple proof of the explicit law of large numbers for last passage percolation as an application. Finally we show that the exponential and geometric distribut...

288

Quadratic Control Lyapunov Functions for Bilinear Systems  

In this paper the existence of a quadratic control Lyapunov function for bilinear systems is considered. The existence of a control Lyapunov function ensures the existence of a control law which ensures the global asymptotic stability of the closed loop control system. In this paper we will derive conditions for the existence of a control Lyapunov function for bilinear systems. These conditions will be derived for the whole class of two dimensional bilinear systems with one control input. This will lead to a simple flow diagram representation for the controller design for bilinear systems using a quadratic control Lyapunov function. The controller design itself is carried out using Sontag's universal control law to obtain an asymptotically stable closed loop system. The Gutman control law which, however, only ensures practical stability of the closed loop system but which is considerably simpler than Sontag's control law will also be considered. An example will conclude the paper.

289

Beyond the NCA new results for the spectral properties of the Anderson model  

In the framework of direct perturbation theory a fully self-consistent approximation beyond the well known NCA will be presented for the Anderson Model. The resummation of a class of skeleton diagrams up to infinite order in V includes all contribution up to the order O(1/N^2) ( N = degeneracy of the magnetic state). Qualitative improvements in maintaining local Fermi-Liquid relations and one-particle spectral properties in comparison to the well known NCA will be reported. The location and temperature dependence of the AS-resonance for the case N=2 is found to be rather close to the chemical potential in excellent agreement with Friedel's sum rule; the static magnetic susceptibility exhibits the same N-dependence as the exact {\\em Bethe-Ansatz} solution.

290

A Skeleton for Distributed Work Pools in Eden  

We present a flexible skeleton for implementing distributed work pools in our parallel functional language Eden. The skeleton manages a pool of tasks (work pool) in a distributed manner using a demand-driven work stealing approach for load balancing. All coordination is done locally within the worker processes. The latter are arranged in a ring topology and exchange additional channels to shortcut communication paths. The skeleton is suited for different types of algorithms, namely simple data parallel ones and standard tree search algorithms like backtracking, and using a global state as needed for branch-and-bound. Runtime experiments reveal a stable runtime behaviour for the different algorithm classes as illustrated by activity profiles (timeline diagrams). Acceptable speedups can be achieved with low effort.

291

The harmonic analysis of cylindrically symmetric proteins: A comparison of Dronpa and a DNA sliding clamp  

The harmonic analysis of two types of proteins with cylindrical symmetry is performed by the Standard Force Field Normal Mode Analysis and by the elastic network model. For both proteins the global elastic modes are assigned to their characteristic topologies. Dronpa is a rigid b-barrel structure, presenting the twisting, bending and breathing motion of a cylindrical rod. The b sliding clamp of Escherichia coli is a hexagonal b-wheel, consisting of rigid segments. In its spectrum four classes of vibrations are identified which are characteristic of an elastic torus. Correlation diagrams and RMSF analysis are compared. The results provide not only a comprehensive validation of the use of both methods to describe the elastic behavior according to the low-frequency normal modes, but also depi...

292

Unified dark energy models a phenomenological approach  

A phenomenological approach is proposed to the problem of universe accelerated expansion and of the dark energy nature. A general class of models is introduced whose energy density depends on the redshift $z$ in such a way that a smooth transition among the three main phases of the universe evolution (radiation era, matter domination, asymptotical de Sitter state) is naturally achieved. We use the estimated age of the universe, the Hubble diagram of Type Ia Supernovae and the angular size - redshift relation for compact and ultracompact radio structures to test whether the model is in agreement with astrophysical observation and to constrain its main parameters. Although phenomenologically motivated, the model may be straightforwardly interpreted as a two fluids scenario in which the quintessence is generated by a suitably chosen scalar field potential. On the other hand, the same model may also be read in the context of unified dark energy models or in the framework of modified Friedmann equation theories.

293

An Investigation of Difficulties Experienced by Students Developing Unified Modelling Language (UML) Class and Sequence Diagrams  

Object-oriented analysis and design (OOAD) is not an easy subject to learn. There are many challenges confronting students when studying OOAD. Students have particular difficulty abstracting real-world problems within the context of OOAD. They are unable to effectively build object-oriented (OO) models from the problem domain because they essentially do not know "what" to model. This article investigates the difficulties and misconceptions undergraduate students have with analysing systems using unified modelling language analysis class and sequence diagrams. These models were chosen because they represent important static and dynamic aspects of the software system under development. The results of this study will help students produce effective OO models, and facilitate software engineering lecturers design learning materials and approaches for introductory OOAD courses. (Contains 2 notes, 8 tables, and 13 figures.)

294

Topological features of proteins from amino acid residue networks  

Topological properties of native folds are obtained from statistical analysis of 160 low homology proteins covering the four structural classes. This is done analysing one, two and three-vertex joint distribution of quantities related to the corresponding network of amino acid residues. Emphasis on the amino acid residue hydrophobicity leads to the definition of their center of mass as vertices in this contact network model with interactions represented by edges. The network analysis helps us to interpret experimental results such as hydrophobic scales and fraction of buried accessible surface area in terms of the network connectivity. To explore the vertex type dependent correlations, we build a network of hydrophobic and polar vertices. This procedure presents the wiring diagram of the topological structure of globular proteins leading to the following attachment probabilities between hydrophobic-hydrophobic 0.424(5), hydrophobic-polar 0.419(2) and polar-polar 0.157(3) residues.

295

A connection between operator orderings and representations of the Lie algebra sl{sub 2}  

We investigate special classes of polynomials in the quantum mechanical position and momentum operators arising from various operator orderings, in particular from the so-called {mu}-orderings generalizing well-known operator orderings in quantum mechanics such as the Weyl ordering, the normal ordering, etc. Viewing orderings as maps from the polynomial algebra on the phase space to the Weyl algebra generated by the quantum mechanical position and momentum operators we formulate conditions under which these maps intertwine certain naturally defined actions of the Lie algebra sl{sub 2}. These conditions arise via certain regularities in coefficients defining the orderings which can nicely be described in terms of some combinatorial objects called here 'inverted Pascal diagrams'. At the end we establish a connection between radial elements in the Weyl algebra and certain polynomials of the 'number operator' expressible in terms of the hypergeometric function. This is related to another representation of sl{sub 2}, realized in terms of difference operators.

296

Z(3)-symmetric effective theory for SU(3) Yang-Mills theory at high temperature  

A three-dimensional effective theory for high temperature SU(3) gauge theory, which maintains the Z(3) center symmetry of the full theory, is constructed. Such a Z(3) invariant effective theory should be applicable to a wider temperature range than the usual effective theory, known as EQCD, which fails to respect the center symmetry. This center-symmetric effective theory can reproduce domain wall and phase transition properties that are not accessible in EQCD. After identifying a convenient class of Z(3) invariant effective theories, we constrain the coefficients of the various terms in the Lagrangian using leading-order matching to EQCD at high temperature, plus matching of domain wall properties in the full theory. We sketch the expected structure of the phase diagram of the effective theory and briefly discuss the prospects of numerical simulations and the addition of quarks.

297

Real Space Imaging of the Metal–Insulator Phase Separation in the Band Width Controlled Organic Mott System ?-(BEDT-TTF)2Cu[N(CN)2]Br  

Systematic investigation of the electronic phase separation on macroscopic scale is reported in the organic Mott system ?-(BEDT-TTF)2Cu[N(CN)2]Br. Real space imaging of the phase separation is obtained by means of scanning micro-region infrared spectroscopy using the synchrotron radiation. The phase separation appears near the Mott boundary and changes its metal–insulator fraction with the substitution ratio x in ?-[(h-BEDT-TTF)1?x(d-BEDT-TTF)x]2Cu[N(CN)2]Br, of which band width is controlled by the substitution ratio x between the hydrogenated BEDT-TTF molecule (h-BEDT-TTF) and the deuterated one (d-BEDT-TTF). The phase separation phenomenon observed in this class of organics is considered on the basis of the strongly correlated electronic phase diagram with the first order Mott transition.   

298

Using ?Slowmation? to Enable Preservice Primary Teachers to Create Multimodal Representations of Science Concepts  

Research has identified the value of students constructing their own representations of science concepts using modes such as writing, diagrams, 2-D and 3-D models, images or speech to communicate meaning. ?Slowmation? (abbreviated from ?Slow Animation?) is a simplified way for students, such as preservice teachers, to make a narrated animation using a combination of modes. In this study, 13 preservice primary teachers learned how to create a slowmation during a two-hour class in a science methods course and then created one about an allocated science topic as an assignment. The research question that guided this study was, ?What are the preservice teachers? perceptions of making a slowmation and how was the science concept represented in the animation?? Data included pre and post individua...

299

Quantum Phase Transitions in the Ising model in spatially modulated field  

The phase transitions in the transverse field Ising model in a competing spatially modulated (periodic and oscillatory) longitudinal field are studied numerically. There is a multiphase point in absence of the transverse field where the degeneracy for a longitudinal field of wavelength $\\lambda$ is $(\\frac {1 + \\sqrt{5}}{2})^{2N/\\lambda}$ for a system with $N$ spins, an exact result obtained from the known result for $\\lambda =2$. The phase transitions in the $\\Gamma $ (transverse field) versus $h_0$ (amplitude of the longitudinal field) phase diagram are obtained from the vanishing of the mass gap $\\Delta$. We find that for all the phase transition points obtained in this way, $\\Delta $ shows finite size scaling behaviour signifying a continuous phase transition everywhere. The values of the critical exponents show that the model belongs to the universality class of the two dimensional Ising model. The longitudinal field is found to have the same scaling behaviour as that of the transverse field, which seems...

300

Thermodynamic properties of some metal oxide-zirconia systems  

Metal oxide-zirconia systems are a potential class of materials for use as structural materials at temperatures above 1900 K. These materials must have no destructive phase changes and low vapor pressures. Both alkaline earth oxide (MgO, CaO, SrO, and BaO)-zirconia and some rare earth oxide (Y2O3, Sc2O3, La2O3, CeO2, Sm2O3, Gd2O3, Yb2O3, Dy2O3, Ho2O3, and Er2O3)-zirconia system are examined. For each system, the phase diagram is discussed and the vapor pressure for each vapor species is calculated via a free energy minimization procedure. The available thermodynamic literature on each system is also surveyed. Some of the systems look promising for high temperature structural materials.

 
 
 
 
301

Evolution of oxygen and nitrogen abundances in SDSS galaxies  

New expressions for ON and NS calibrations (we call them ON11 and NS11 calibrations) for the determination of oxygen and nitrogen abundances in HII regions are proposed. New criteria for the division of HII regions into three classes (hot, warm, and cold) are also proposed. ON11 and NS11 calibrations provide more accurate determination of oxygen and nitrogen abundances from integrated emission spectra, in comparison with ON and NS calibrations. Oxygen and nitrogen abundances are estimated for a sample of 57 470 SDSS galaxies using ON11 and NS11 calibrations. Strongline flux measurements for SDSS spectra of these galaxies are taken from the MPA/JHU catalog. A ?mass-metallicity? diagram for several redshift ranges is constructed. It is found that the interstellar medium of galaxies with high...

302

Nonlocal growth processes and conformal invariance  

Up to now the raise and peel model was the single known example of a one-dimensional stochastic process where one can observe conformal invariance. The model has one-parameter. Depending on its value one has a gapped phase, a critical point where one has conformal invariance and a gapless phase with changing values of the dynamical critical exponent $z$. In this model, adsorption is local but desorption is not. The raise and strip model presented here in which desorption is also nonlocal, has the same phase diagram. The critical exponents are different as are some physical properties of the model. Our study suggest the possible existence of a whole class of stochastic models in which one can observe conformal invariance.

303

A Phase Transition in Energy-Filtered RNA Secondary Structures  

Abstract In this article we study the effect of energy parameters on minimum free energy (mfe) RNA secondary structures. Employing a simplified combinatorial energy model that is only dependent on the diagram representation and is not sequence-specific, we prove the following dichotomy result. Mfe structures derived via the Turner energy parameters contain only finitely many complex irreducible substructures, and just minor parameter changes produce a class of mfe structures that contain a large number of small irreducibles. We localize the exact point at which the distribution of irreducibles experiences this phase transition from a discrete limit to a central limit distribution and, subsequently, put our result into the context of quantifying the effect of sparsification of the folding o...

304

Phase transitions in a frustrated XY model with zig-zag couplings  

We study a new generalized version of the square-lattice frustrated XY model where unequal ferromagnetic and antiferromagnetic couplings are arranged in a zig-zag pattern. The ratio between the couplings $\\rho$ can be used to tune the system, continuously, from the isotropic square-lattice to the triangular-lattice frustrated XY model. The model can be physically realized as a Josephson-junction array with two different couplings, in a magnetic field corresponding to half-flux quanta per plaquette. Mean-field approximation, Ginzburg-Landau expansion and finite-size scaling of Monte Carlo simulations are used to study the phase diagram and critical behavior. Depending on the value of $\\rho$, two separate transitions or a transition line in the universality class of the XY-Ising model, with combined $Z_2$ and U(1) symmetries, takes place. In particular, the phase transitions of the standard square-lattice and triangular-lattice frustrated XY models correspond to two different cuts through the same transition li...

305

Ellipsoidal anisotropies in linear elasticity Extension of Saint Venant's work to phenomenological modelling of materials  

Several families of elastic anisotropies were introduced by Saint Venant (1863) for which the polar diagram of elastic parameters in different directions of the material (indicator surface) are ellipsoidal. These families recover a large variety of models introduced in recent years for damaged materials or as effective modulus of heterogeneous materials. On the other hand, ellipsoidal anisotropy has been used as a guideline in phenomenological modeling of materials. A question that then naturally arises is to know in which conditions the assumption that some indicator surfaces are ellipsoidal allows one to entirely determine the elastic constants. This question has not been rigorously studied in the literature. In this paper, first several basic classes of ellipsoidal anisotropy are presented. Then the problem of determination of the elastic parameters from indicator surfaces is discussed in several basic cases that can occur in phenomenological modelling. Finally the compatibility between the assumption of e...

306

Isomorphisms and non-isomorphisms of at actions  

Measure-theoretic classification of ergodic actions of the integers and reals was developed through the use of von Neumann algebras by Krieger and later by Connes and Woods. In particular, the latter showed that AT (approximatively transitive) actions are classified by their Poisson boundary obtained from an inverse limit of (binomial) polynomials. Recently (2008), Giordano and Handelman [GH] showed that the classification can be divorced from the von Neumann algebra and inverse limit constructions, by instead examining (what amounts to the predual) direct limits. This results in a measure-theoretic version of dimension groups (used in C*-algebras, especially in classification programmes), and a corresponding equivalence relation on diagrams which amounts to determining isomorphism classes...

307

Mixed QCD-electroweak contributions to Higgs-plus-dijet production at the LHC  

We present a calculation of interference effects in Hjj production via gluon fusion and via vector boson fusion, respectively, beyond tree level. We reproduce results recently discussed in the literature, but go beyond this calculation by including a class of diagrams not considered previously. Special care is taken in developing a numerically stable and flexible parton level Monte-Carlo program which allows us to study cross sections and kinematic distributions within experimentally relevant selection cuts. Loop-induced interference contributions are found to exhibit kinematical distributions different in shape from vector boson fusion. Due to the small interference cross section and cancelation among different quark flavor contributions their impact on the signal process is found to be negligible in all regions of phase space, however.

308

A Non-Perturbative Analysis of the Finite T Phase Transition in SU(2)xU(1) Electroweak Theory  

The continuum 3d SU(2)$\\times$U(1)+Higgs theory is an effective theory for a large class of 4d high-temperature gauge theories, including the minimal standard model and some of its supersymmetric extensions. We study the effects of the U(1) subgroup using lattice Monte Carlo techniques. When $g'^2/g^2$ is increased from the zero corresponding to pure SU(2)+Higgs theory, the phase transition gets stronger. However, the increase in the strength is close to what is expected perturbatively, and the qualitative features of the phase diagram remain the same as for $g'^2=0$. In particular, the first order transition still disappears for $m_H>m_{H,c}$. We measure the photon mass and mixing angle, and find that the mass vanishes in both phases within the statistical errors.

309

Phase Diagram of Optimal Paths  

We show that choosing appropriate distributions of the randomness, the search for optimal paths links diverse problems of disordered media like directed percolation, invasion percolation, directed and non-directed spanning polymers. We also introduce a simple and efficient algorithm, which solves the d-dimensional model numerically in order N^(1+d_f/d) steps where d_f is the fractal dimension of the path. Using extensive simulations in two dimensions we identify the phase boundaries of the directed polymer universality class. A new strong-disorder phase occurs where the optimum paths are self-affine with parameter-dependent scaling exponents. Furthermore, the phase diagram contains directed and non-directed percolation as well as the directed random walk models at specific points and lines.

310

Strongly star forming galaxies in the local universe with nebular He II 4686 emission  

We present a sample of 2865 emission line galaxies with strong nebular He II {\\lambda}4686 emissions in Sloan Digital Sky Survey Data Release 7 and use this sample to investigate the origin of this line in star-forming galaxies. We show that star-forming galaxies and galaxies dominated by an active galactic nucleus form clearly separated branches in the He II {\\lambda}4686/H{\\beta} versus [N II] {\\lambda}6584/H{\\alpha} diagnostic diagram and derive an empirical classification scheme which separates the two classes. We also present an analysis of the physical properties of 189 star forming galaxies with strong He II {\\lambda}4686 emissions. These star-forming galaxies provide constraints on the hard ionizing continuum of massive stars. To make a quantitative comparison with observation we use photoionization models and examine how different stellar population models affect the predicted He II {\\lambda}4686 emission. We confirm previous findings that the models can predict He II {\\lambda}4686 emission only for ...

311

On the use of POD-based ROMs to analyze bifurcations in some dissipative systems  

This paper deals with the use of POD-based reduced order models to construct bifurcation diagrams (which requires calculating steady and time-dependent attractors) in complex bifurcation problems involving dissipative systems. The method proposed in the paper relies on the observation that POD manifolds resulting from snapshots calculated in time-dependent runs for specific values of the parameters of the problem also contain the attractors for other values of the parameters. The reason for this property is explained for a general class of dissipative systems, which includes many problems of scientific/industrial interest. The consequence is that appropriate POD manifolds can be calculated in a quite computationally efficient way. The method is illustrated considering both a simple bifurcation problem for a Fisher-like equation and a fairly complex bifurcation problem for the complex Ginzburg-Landau equation.

312

Electrical and magnetic phases of the layered perovskites Ca{sub (4x)}La{sub x}Mn{sub 3}O{sub 10}  

Full text: We analyse magnetic susceptibility, resistivity and neutron diffraction measurements of the electron doped triple layered perovskite, or Ruddleston-Popper class of Manganates Ca{sup 2+}La{sup 3+}Mn{sup 3/4+}O{sub 10}, where the CaO component is doped by small quantities of La, thus oxidising the compound. In the resulting phase diagram, near the undoped region, a paramagnetic insulator to antiferromagnetic insulator transition is observed with decreasing temperature and a concomitant change in the conduction process from thermal activation to Mott-type hopping. For larger doping, with a Mn valence of 3.97, there is a transition from the paramagnetic insulator to a canted antiferromagnetic insulator, which exhibits a more dramatic change in the conduction mechanism. The undoped magnetic structure is a collinear Antiferromagnet with moment reversal along all axes, and the moment is approximately aligned along the c-axis

313

Parallel-sequencing of early-type and spiral galaxies  

Since Edwin Hubble introduced his famous tuning fork diagram more than 70 years ago, spiral galaxies and early-type galaxies (ETGs) have been regarded as two distinct families. The spirals are characterized by the presence of disks of stars and gas in rapid rotation, while the early-types are gas poor and described as spheroidal systems, with less rotation and often non-axisymmetric shapes. The separation is physically relevant as it implies a distinct path of formation for the two classes of objects. I will give an overview of recent findings, from independent teams, that motivated a radical revision to Hubble's classic view of ETGs. These results imply a much closer link between spiral galaxies and ETGs than generally assumed.

314

Understanding the Fanaroff-Riley radio galaxy classification  

The simple, yet profoundly far-reaching classification scheme based on extended radio morphologies of radio galaxies, the Fanaroff-Riley classification has been a cornerstone in our understanding of radio galaxies. Over the decades since the recognition that there are two basic types of radio galaxy morphologies there have been several findings in different wavebands that have reported properties on different scales. Although it is realized that there may be intrinsic as well external causes an overarching view of how we may understand the two morphological types is missing. With the radio power-absolute magnitude relation (the Owen-Ledlow diagram) as backdrop we review and develop an understanding of the two radio galaxy types in the light of what is known about them. We have for the first time included the dust properties of the two FR classes together with the relative orientations of dust, host major axis and the radio axis to present a qualitative framework within which to understand the conditions under...

315

Monte Carlo modelling of NLO DGLAP QCD Evolution in the fully unintegrated form  

We would like to present recent work, which is going to change three-decades old paradigm of perturbative QCD calculations, in which hard process matrix element calculated to LO+NLO(+NNLO) level is combined with: either the collinear PDF at LO+NLO(+NNLO) or with the Monte Carlo parton shower, but the MC PS restricted to LO only. For many years upgrading Monte Carlo parton shower to NLO level was regarded as unfeasible in practice or in principle, or both. In a series of the recent works we demonstrate that for NLO non-singlet subset of diagrams we are able to implement in the Monte Carlo PS the exact DGLAP evolution, without any approximation. This seminal work, after extending to complete NLO DGLAP, will lead to a new class of powerful techniques of combining re-summed and finite order pQCD calculations in a form of Monte Carlo event generators for W/Z production at hadron collider experiments. (authors)

316

The LHCb Online Configuration Database  

The aim of the LHCb configuration database [1] is to store information about all the controllable devices of the detector. The experiment’s control system (that uses PVSS [2]) will configure, start up and monitor the detector from the information in the configuration database. The database will contain devices with their properties, connectivity and hierarchy. The ability to store and rapidly retrieve huge amounts of data, and the navigability between devices are important requirements. We have collected use cases to ensure the completeness of the design. Using the entity relationship modelling technique we describe the use cases as classes with attributes and links. We designed the schema for the tables using relational diagrams. This methodology has been applied to the TFC (switches) and DAQ system. Other parts of the detector will follow later. The database has been impl...

317

Google Earth Investigations of Folded and Faulted Landforms  

To prepare for this activity, students have been introduced in class and through readings in their textbook to basic crustal deformation processes and landforms including: kinds of stress and strain, surface expressions, and types of faults and folds. Students also have some previous experience navigating in and controlling views in Google Earth. In Lab, students use their personal or lab computers equipped with Google Earth to view a number of specific locations within the United States that have folded or faulted landforms. Each location and landform includes some additional background information and a series of questions that ask the student to 1) review learned knowledge of processes and landforms, 2) identify real topographic expressions of processes and landforms, thus practicing the terminology, and 3) create new understanding of the processes that formed specific landforms. This exercise helps students to move from viewing simple textbook diagrams of crustal deformation processes and landforms to recognizing these elements in real landscape settings.

318

Combinatorics of RNA-RNA interaction  

RNA-RNA binding is an important phenomenon observed for many classes of non-coding RNAs and plays a crucial role in a number of regulatory processes. Recently several MFE folding algorithms for predicting the joint structure of two interacting RNA molecules have been proposed. Here joint structure means that in a diagram representation the intramolecular bonds of each partner are pseudoknot-free, that the intermolecular binding pairs are noncrossing, and that there is no so-called ``zig-zag'' configuration. This paper presents the combinatorics of RNA interaction structures including their generating function, singularity analysis as well as explicit recurrence relations. In particular, our results imply simple asymptotic formulas for the number of joint structures.

319

Explaining the paradoxical diversity of ultrafast laser-induced demagnetization.  

Pulsed-laser-induced quenching of ferromagnetic order has intrigued researchers since pioneering works in the 1990s. It was reported that demagnetization in gadolinium proceeds within 100 ps, but three orders of magnitude faster in ferromagnetic transition metals such as nickel. Here we show that a model based on electron-phonon-mediated spin-flip scattering explains both timescales on equal footing. Our interpretation is supported by ab initio estimates of the spin-flip scattering probability, and experimental fluence dependencies are shown to agree perfectly with predictions. A phase diagram is constructed in which two classes of laser-induced magnetization dynamics can be distinguished, where the ratio of the Curie temperature to the atomic magnetic moment turns out to have a crucial role. We conclude that the ultrafast magnetization dynamics can be well described disregarding highly excited electronic states, merely considering the thermalized electron system. PMID:20010830

320

Explaining the paradoxical diversity of ultrafast laser-induced demagnetization  

Pulsed-laser-induced quenching of ferromagnetic order has intrigued researchers since pioneering works in the 1990s. It was reported that demagnetization in gadolinium proceeds within 100?ps, but three orders of magnitude faster in ferromagnetic transition metals such as nickel. Here we show that a model based on electron–phonon-mediated spin-flip scattering explains both timescales on equal footing. Our interpretation is supported by ab initio estimates of the spin-flip scattering probability, and experimental fluence dependencies are shown to agree perfectly with predictions. A phase diagram is constructed in which two classes of laser-induced magnetization dynamics can be distinguished, where the ratio of the Curie temperature to the atomic magnetic moment turns out to have ...

 
 
 
 
321

Collapsing lattice animals and lattice trees in two dimensions  

We present high statistics simulations of weighted lattice bond animals and lattice trees on the square lattice, with fugacities for each non-bonded contact and for each bond between two neighbouring monomers. The simulations are performed using a newly developed sequential sampling method with resampling, very similar to the pruned-enriched Rosenbluth method (PERM) used for linear chain polymers. We determine with high precision the line of second order transitions from an extended to a collapsed phase in the resulting 2-dimensional phase diagram. This line includes critical bond percolation as a multicritical point, and we verify that this point divides the line into two different universality classes. One of them corresponds to the collapse driven by contacts and includes the collapse of (weakly embeddable) trees, but the other is {\\it not yet} bond driven and does not contain the Derrida-Herrmann model as special point. Instead it ends at a multicritical point $P^*$ where a transition line between two col...

322

Renormalization group fixed point analysis on small-world Hanoi networks  

The Hanoi networks (HN) are a class of small-world hierarchical networks with varying degree distributions. Because of their unique self-similar structure, the renormalization group (RG) can be solved exactly on these networks. ootnotetextS. Boettcher, C.T. Brunson, http://arxiv.org/abs/1011.1603 The real-space RG framework is used to study the Ising model phase diagrams on HNs and to interpolate between different types of networks using a tunable parameter in the recursion equations. This interpolation between different HNs reveals tunable transitions and critical behavior including the inverted Berezinskii-Kosterlitz-Thouless transition. The fixed point analysis of the RG in HNs explains the behavior of the divergence of the correlation length at critical temperatures as well as other critical phenomena observables. ootnotetextSee also http://www.physics.emory.edu/faculty/boettcher/.^, ootnotetextSee also http://www.physics.emory.edu/students/tbrunson/.

323

The three species monomer-monomer model in the reaction-controlled limit  

We study the one dimensional three species monomer-monomer reaction model in the reaction controlled limit using mean-field theory and dynamic Monte Carlo simulations. The phase diagram consists of a reactive steady state bordered by three equivalent adsorbing phases where the surface is saturated with one monomer species. The transitions from the reactive phase are all continuous, while the transitions between adsorbing phases are first-order. Bicritical points occur where the reactive phase simultaneously meets two adsorbing phases. The transitions from the reactive to an adsorbing phase show directed percolation critical behaviour, while the universal behaviour at the bicritical points is in the even branching annihilating random walk class. The results are contrasted and compared to previous results for the adsorption-controlled limit of the same model.

324

Reversible and irreversible magnetocaloric effect in the NdBa_2Cu_3O_7 superconductor in relation with specific heat and magnetization  

A recently developed technique for measuring the isothermal magnetocaloric coefficient ($M_T$) is applied to the study of a superconducting NdBa$_2$Cu$_3$O$_7$ single crystal. Results are compared with magnetization ($M$) and specific heat ($C$). In the reversible region both $C$ and $M_T$ follow the scaling law of the 3D-xy universality class. The anomalies connected with flux-line lattice melting are visible on $M_T(B)$ curves as peaks and steps, similar to $C(T)$ curves yet with much smaller background. At lower temperature, in the irreversible region the $M_T(B)$ behaviour resembles more that of $M(B)$, exhibiting the "fishtail" effect. Our results confirm that the peculiarities of the phase diagram known from the high temperature superconductor YBa$_2$Cu$_3$O$_7$, e.g. vortex melting, dominance of critical fluctuations and absence of a $B_{c2}$ critical field line, are a common property of RE-123 systems.

325

Testing grain surface chemistry a survey of deuterated formaldehyde and methanol in low-mass Class 0 protostars  

Context : Despite the low cosmic abundance of deuterium (D/H ~ 1e-5), large degrees of deuterium fractionation in molecules are observed in star forming regions with enhancements that can reach 13 orders of magnitude, which current models have difficulties to account for. Aims : Multi-isotopologue observations are a very powerful constraint for chemical models. The aim of our observations is to understand the processes forming the observed large abundances of methanol and formaldehyde in low-mass protostellar envelopes (gas-phase processes ? chemistry on the grain surfaces ?) and better constrain the chemical models. Methods : Using the IRAM 30m single-dish telescope, we observed deuterated formaldehyde (HDCO and D2CO) and methanol (CH2DOH, CH3OD, and CHD2OH) towards a sample of seven low-mass class 0 protostars. Using population diagrams, we then derive the fractionation ratios of these species (abundance ratio between the deuterated molecule and its main isotopologue) and compare them to the predictions of ...

326

The antiferromagnetic Ising chain in a mixed transverse and longitudinal magnetic field  

We have studied the antiferromagnetic Ising chain in a transverse magnetic field $h_{x}$ and uniform longitudinal field $h_{z}$. Using the density matrix renormalization group calculation combined with a finite-size scaling the ground state phase diagram in ($h_{x},h_{z}$) plane is determined. It is shown that there is an order-disordered transition line in this plane and the critical properties belong to the universality class of the two-dimensional Ising model. Based on the perturbation theory in $h_{z}$ the scaling behavior of the mass gap in the vicinity of the critical point ($h_{x}=1/2,h_{z}=0$) is established. It is found that the form of the transition line near the classical multicritical point ($h_{x}=0,h_{z}=1$) is linear. The connection of the considered quantum model with the quasi-one-dimensional classical Ising model in the magnetic field is discussed.

327

Data Maps: A Hypertext Technique for Visualizing, Analyzing and Presenting Qualitative Data.  

Making diagrams of the relationships among data is not a new idea: however, the utility of computerized hypertext techniques makes the task more feasible, on a wider scale of data. Data maps using "EntryWay" (a hypertext editing program) were made based on qualitative data from eight different research projects, including: a discourse analysis of 100 postings on an electronic bulletin board; transcripts of interviews with students; transcripts of lessons for preservice teachers on the nature of learning in music classes; transcripts of videotapes of mathematics lessons, and observation notes of preschool children at play. From the eight studies, four specific uses for data maps emerged: (1) as navigational aids; (2) as prompts for further investigation; (3) as demonstrations of relationships; and (4) as cognitive supports. Data maps add a new tool for researchers in the visualization, analysis, and display of their data. (Fifteen figures representing data maps are included.) (RS)

328

Electronic properties of alkali-metal loaded zeolites -- a "supercrystal" Mott insulator  

First-principles band calculations are performed for the first time for an open-structured zeolite (LTA) with guest atoms (potassium) introduced in their cages. A surprisingly simple band structure emerges, which indicates that this system may be regarded as a "supercrystal", where each cluster of guest atoms with diameter $\\sim$10\\AA acts as a "superatom" with well-defined $s$- and $p$-like orbitals, which in turn form the bands around the Fermi energy. The calculated Coulomb and exchange energies for these states turn out to be in the strongly-correlated regime. With the dynamical mean-field theory we show the system should be on the Mott-insulator side, and, on a magnetic phase diagram for degenerate-orbital systems, around the ferromagnetic regime, in accord with experimental results. We envisage this class of systems can provide a new avenue for materials design.

329

Bicontinuous surfaces in self-assembling amphiphilic systems  

Amphiphiles are molecules which have both hydrophilic and hydrophobic parts. In water- and/or oil-like solvent, they self-assemble into extended sheet-like structures due to the hydrophobic effect. The free energy of an amphiphilic system can be written as a functional of its interfacial geometry, and phase diagrams can be calculated by comparing the free energies following from different geometries. Here we focus on bicontinuous structures, where one highly convoluted interface spans the whole sample and thereby divides it into two separate labyrinths. The main models for surfaces of this class are triply periodic minimal surfaces, their constant mean curvature and parallel surface companions, and random surfaces. We discuss the geometrical properties of each of these types of surfaces and how they translate into the experimentally observed phase behavior of amphiphilic systems.

330

Investigating AM Her Cataclysmic Variables with OPTIMA  

We focus on short--period eclipsing binaries that belong to a class of Cataclysmic Variables (CVs). They are known as polars and intermediate polars, closely resembling their prototype AM Herculis. These binaries consist of a red dwarf and a strongly magnetic white dwarf, having orbital periods of only a few hours. Monitoring eclipses of these typically faint sources demands high-time resolution photometry. We describe the very recent results obtained for two CVs, HU Aqr and DQ Her, which were observed with the Optical Pulsar Timing Analyzer (OPTIMA). The new observations of HU Aqr confirm that the O--C (Observed minus Calculated) diagrams exhibit variations known for this binary which can be explained by a single, massive Jupiter--like planet, possibly accompanied by a very distant companion.

331

Properties of PMR Polyimides Improved by Preparation of Polyhedral Oligomeric Silsesquioxane (POSS) Nanocomposites  

The field of hybrid organic-inorganic materials has grown drastically over the last several years. This interest stems from our ever-increasing ability to custom-build and control molecular structure at several length scales. This ability to control both the composition and structure of hybrid materials is sometimes broadly referred to as nanocomposite systems. One class of hybrid (organic-inorganic) nanostructured material is polyhedral oligomeric silsesquioxane (POSS), shown in the preceding diagram. The hybrid composition gives POSS materials dramatically enhanced properties relative to traditional hydrocarbons and inorganics. An important benefit of this technology is that it makes possible the formulations of nanostructured chemicals with excellent thermal and oxidative stability. This is largely due to the inorganic component.

332

Designing a Children's Water Garden as an Outdoor Learning Lab for Environmental Education  

A Clemson University introductory landscape design class collaborated with South Carolina Botanical Gardens (SCBG) staff and coordinators of Sprouting Wings to design an exploratory Children's Garden within the SCBG. Service learning provides students with invaluable real-world experiences solving problems and interacting with clients while contributing to the local community. Project methodology included research, site selection and analysis, conceptual diagrams, preliminary designs, and full-color renderings of final designs. Based on children's desire for water play and on current issues in water quality and the need for environmental education, clients and students designed a Wonders of Water Garden that can be used as a model at other institutions. The design celebrates the beauty of ...

333

Static Properties of the Multiple-Sine-Gordon Systems  

In this paper, we examine some basic properties of the multiple-Sine-Gordon (MSG) systems, which constitute a generalization of the celebrated sine-Gordon (SG) system. We start by showing how MSG systems can be viewed as a general class of periodic functions. Next, periodic and step-like solutions of these systems are discussed in some details. In particular, we study the static properties of such systems by considering slope and phase diagrams. We also use concepts like energy density and pressure to characterize and distinguish such solutions. We interpret these solutions as an interacting many body system, in which kinks and antikinks behave as extended particles. Finally, we provide a linear stability analysis of periodic solutions which indicates short wavelength solutions to be stable.

334

Simultaneous observation of monochromatic and variable period geomagnetic pulsations  

On February 4, 1983, following a storm sudden commencement, a monochromatic and a variable period pulsation were simultaneously observed by the Scandinavian Twin Auroral Radar Experiment (STARE) and Sweden and Britain Radar Experiment (SABRE) radar systems. Both pulsations differed from previously analyzed examples of their class. The phase of the monochromatic pulsation increased linearly with latitude rather than decreased. Its amplitude remained relatively constant over the latitude interval of linear phase change. The variable period pulsation experienced a change of orientation of its essentially linear polarization diagram in association with a discontinuity of its period. The variable period pulsation was thus manifest in both the toroidal and poloidal components. The results are discussed in terms of recent developments in theoretical pulsation modeling.

335

Further Results from the Galactic O-Star Spectroscopic Survey: Rapidly Rotating Late ON Giants  

With new data from the Galactic O-Star Spectroscopic Survey, we confirm and expand the ONn category of late-O, nitrogen-enriched (N), rapidly rotating (n) giants. In particular, we have discovered two "clones" (HD 102415 and HD 117490) of one of the most rapidly rotating O stars previously known (HD 191423, "Howarth's Star"). We compare the locations of these objects in the theoretical HR Diagram to those of slowly rotating ON dwarfs and supergiants. All ON giants known to date are rapid rotators, whereas no ON dwarf or supergiant is; but all ON stars are small fractions of their respective spectral-type/luminosity-class/rotational subcategories. The ONn giants, displaying both substantial processed material and high rotation at an intermediate evolutionary stage, may provide significant information about the development of those properties. They may have preserved high initial rotational velocities or been spun up by TAMS core contraction; but alternatively and perhaps more likely, they may be products of bi...

336

Asteroseismology with the MOST space mission  

After over three years in space, the Microvariability & Oscillations of STars (MOST) satellite has obtained about 500 light curves of high photometric precision, rapid sampling, long - time coverage and duty cycles approaching 100%. Photometry of bright solar-type stars has reached detection thresholds of a few ppm, and we recently monitored ? Centauri A for about a month (despite its location far outside MOST's Continuous Viewing Zone). MOST photometry has resulted in seismic models for red giants such as ? Ophiuchi and HD 20884 (a p-mode discovery), the ? Cephei star ? Ceti, SPB (Slowly Pulsating B) stars and the new classes of SPBe and SPBsg pulsators discovered by MOST, and the magnetic pulsating roAp star HR 1217 = HD 24712. MOST has also discovered the richest oscillation spectrum observed for any star other than the Sun (at least 84 frequencies), the ? Scuti star HD 209775, which we locate in the HR Diagram based on excitation models and eigenfrequency spacings.

337

Imaging study of NGC 3372, the Carina nebula - III. The properties of G287.47-0.54 (Tr 14-N4), an embedded young cluster and its associated H2 emission  

Abstract New deep broad- and narrow-band (JHK and Br at 2.17 m and H2 at 2.12-m) near-infrared (near-IR) images of the mid-IR source G287.47-0.54 (Tr14-N4) taken with the Baade Magellan telescope are presented and analysed along with archive 3.6-8- m-Spitzer images. The analysis of these data demonstrates the presence of a compact (r- 23- arcsec, 0.3-pc), embedded IR cluster with at least 72 young members. The colour-magnitude diagram of the cluster suggests an age of approximately 105 years, consistent with the large fraction (-32 per cent) of embedded sources found to show significant excess emission at > 2 - m. The two youngest and most luminous sources are located close to the cluster nucleus. The properties of their spectral energy distributions (SEDs) indicate that these are Class I ...

338

HST/NICMOS Imaging of Bright High-Redshift 24{\\mu}m-selected Galaxies: Merging Properties  

We present new results on the physical nature of infrared-luminous sources at 0.5 0.9 mJy. We find many (~60%) of our sources to possess an important bulge and/or central point source component, most of which reveal additional underlying structures after subtraction of a best-fit sersic (or sersic+PSF) profile. Based on visual inspection of the NIC2 images and their residuals, we estimate that ~80% of all our sources are mergers. We calculate lower and upper limits on the merger fraction to be 62% and 91% respectively. At z 3.36) quasars to live in faint and compact hosts and show that these are likely high-redshift analogs of local dense-core mergers. We find late-stage mergers to show predominantly unobscured AGN spectra, but do not observe other morphological classes to occupy any one specific region in the Spoon diagram. [abridged

339

Competing ferromagnetic and nematic alignment in self-propelled polar particles  

We study a Vicsek-style model of self-propelled particles where ferromagnetic and nematic alignment compete in both the usual “metric” version and in the “metric-free” case where a particle interacts with its Voronoi neighbors. We show that the phase diagram of this out-of-equilibrium XY model is similar to that of its equilibrium counterpart: The properties of the fully nematic model, studied before by Ginelli [Phys. Rev. Lett.PRLTAO0031-900710.1103/PhysRevLett.104.184502 104, 184502 (2010)], are thus robust to the introduction of a modest bias of interactions toward ferromagnetic alignment. The direct transitions between polar and nematic ordered phases are shown to be discontinuous in the metric case, and continuous, belonging to the Ising universality class, in the metric-free version.

340

A Structured Methodology for Spreadsheet Modelling  

In this paper, we discuss the problem of the software engineering of a class of business spreadsheet models. A methodology for structured software development is proposed, which is based on structured analysis of data, represented as Jackson diagrams. It is shown that this analysis allows a straightforward modularisation, and that individual modules may be represented with indentation in the block-structured form of structured programs. The benefits of structured format are discussed, in terms of comprehensibility, ease of maintenance, and reduction in errors. The capability of the methodology to provide a modular overview in the model is described, and examples are given. The potential for a reverse-engineering tool, to transform existing spreadsheet models is discussed.

 
 
 
 
341

Utility FGD (flue gas desulfurization) survey, October-December 1984. Volume 1. Categorical summaries of FGD systems  

The Utility FGD Survey report, which is generated by a computerized data base system, represents a survey of operational and planned domestic utility flue gas desulfurization (FGD) systems. The two volume set summarizes information contributed by the utility industry, system and equipment suppliers, system designers, research organizations, and regulatory agencies. The data cover system design, fuel characteristics, operating history, and actual system performance. Also included is a unit-by-unit discussion of problems and solutions associated with the boilers, scrubbers, and FGD systems. The development status (operational, under construction, or in the planning stages), system supplier, process, waste disposal practice, and regulatory class are tabulated alphabetically by utility company. Simplified process flow diagrams of FGD systems, definitions, and a glossary of terms are attached to the report. Current data for domestic FGD systems show 126 systems in operation, 24 systems under construction, and 65 systems planned. The current FGD-controlled capacity in the United States is 49,574 MW.

342

Utility FGD (flue gas desulfurization) survey, October-December 1984. Volume 2. Part 2 of 2. Design performance data for operating FGD systems  

The Utility FGD Survey report, which is generated by a computerized data base system, represents a survey of operational and planned domestic utility flue gas desulfurization (FGD) systems. The two volume set summarizes information contributed by the utility industry, system and equipment suppliers, system designers, research organizations, and regulatory agencies. The data cover system design, fuel characteristics, operating history, and actual system performance. Also included is a unit-by-unit discussion of problems and solutions associated with the boilers, scrubbers, and FGD systems. The development status (operational, under construction, or in the planning stages), system supplier, process, waste disposal practice, and regulatory class are tabulated alphabetically by utility company. Simplified process flow diagrams of FGD systems, definitions, and a glossary of terms are attached to the report. Current data for domestic FGD systems show 126 systems in operation, 24 systems under construction, and 65 systems planned. The current FGD-controlled capacity in the United States is 49,574 MW.

343

Utility FGD (flue gas desulfurization) survey, October-December 1984. Volume 2. Part 1 of 2. Design performance data for operating FGD systems  

The Utility FGD Survey report, which is generated by a computerized data base system, represents a survey of operational and planned domestic utility flue gas desulfurization (FGD) systems. The two volume set summarizes information contributed by the utility industry, system and equipment suppliers, system designers, research organizations, and regulatory agencies. The data cover system design, fuel characteristics, operating history, and actual system performance. Also included is a unit-by-unit discussion of problems and solutions associated with the boilers, scrubbers, and FGD systems. The development status (operational, under construction, or in the planning stages), system supplier, process, waste disposal practice, and regulatory class are tabulated alphabetically by utility company. Simplified process flow diagrams of FGD systems, definitions, and a glossary of terms are attached to the report. Current data for domestic FGD systems show 126 systems in operation, 24 systems under construction, and 65 systems planned. The current FGD-controlled capacity in the United States is 49,574 MW.

344

Demonstration of an interaction of the radioprotector cysteamine with lecithin  

Cysteamine, a radioprotector belonging to the aminothiol class, interacts with nucleus DNA of mammalian or human cells to reduce the lethal effect of ionizing radiation. The transfer of this drug through cellular membranes has been studied, using as a model system an aqueous dispersion of lipid and cysteamine. The interaction of synthetic lecithin dipalmitoylphosphatidylcholine (DPPC) smectic mesophases with cysteamine was investigated by means of spectrophotometric and dielectric measurements. The thermal transitions of DPPC studied by spectrophotometry and dielectric Arrhenius diagrams showed that cysteamine deletes the pretransition of the lipid phase and does not modify the principal transition. This indicates a direct interaction between the lipid polar head with cysteamine; the aliphatic chains are not affected. Conductivity measurements confirmed these results and demonstrated an electrostatic interaction between the anionic phosphate site of the polar head and the cysteamine cation.

345

Superconductivity and magnetism in electrochemically doped oxides  

We study the magnetic and electronic properties of transition metal oxides in which the valency of the metal ions is modified electrochemically by Li intercalation/deintercalation. The electrochemical doping strongly affects the electronic and magnetic properties. One example is the evolution of superconductivity in the CuO{sub 2} planes of Li{sub x}Sr{sub 2}CuO{sub 2}Br{sub 2}. Electron doping is realized by Li-intercalation and superconductivity is found below 9 K. Electrochemical treatment hence allows studying the electronic phase diagram of this new electron doped cuprate superconductor. Another relevant class of materials under study are mixed valent vanadium-oxide multiwall nanotubes which represent a technologically relevant material for lithium-ion batteries. Upon electron doping of VO{sub x}-NTs, our data confirm a higher number of magnetic V{sup 4+} sites. Interestingly, room temperature ferromagnetism evolves after electrochemical intercalation of Li making VO{sub x}-NTs a novel type of self-assembled nanoscaled magnets.

346

Systematics of phase formation in the MO/sub 2/-Ln/sub 2/O/sub 3/(M = Ti, Zr, Hf; Ln = r. e. e. ) systems  

An analysis of the phase formation is carried out in the systems Mo/sub 2/-Ln/sub 2/O/sub 3/ (M = Ti, Zr, Hf; Ln = r.e.e.). Systematic relationships are noticed to exist in the phase diagrams of the TiO/sub 2/-Ln/sub 2/O/sub 3/ systems and their classification is made. It is established that the titanate systems fall into four classes, corresponding to the division of the majority of a series of r.e.e. compounds into four subgroups. At the same time, hafnate and zirconate systems reflect the features of the r.e.e. series to a considerably smaller extent. The principal causes for this detected difference are the different formation mechanisms and phases in the systems considered.

347

Next-to-eikonal corrections to soft gluon radiation: a diagrammatic approach  

We consider the problem of soft gluon resummation for gauge theory amplitudes and cross sections, at next-to-eikonal order, using a Feynman diagram approach. At the amplitude level, we prove exponentiation for the set of factorizable contributions, and construct effective Feynman rules which can be used to compute next-to-eikonal emissions directly in the logarithm of the amplitude, finding agreement with earlier results obtained using path-integral methods. For cross sections, we also consider sub-eikonal corrections to the phase space for multiple soft-gluon emissions, which contribute to next-to-eikonal logarithms. To clarify the discussion, we examine a class of log(1 - x) terms in the Drell-Yan cross-section up to two loops. Our results are the first steps towards a systematic generalization of threshold resummations to next-to-leading power in the threshold expansion.

348

Developments in Chiral effective Field Theory for Nuclear Matter  

We review on a chiral power counting scheme for in-medium chiral perturbation theory with nucleons and pions as degrees of freedom \\cite{ref}. It allows for a systematic expansion taking into account local as well as pion-mediated inter-nucleon interactions. Based on this power counting, one can identify classes of non-perturbative diagrams that require a resummation. We then calculate the nuclear matter energy density for the symmetric and purely neutron matter cases up-to-and-including next-to-leading order (NLO), in good agreement with sophisticated many-body calculations. Next, the neutron matter equation of state is applied to calculate the upper limit for neutron stars, with an upper bound around 2.3 solar masses, large enough to accommodate the most massive neutron star observed until now. We also apply our equation state to constraint $G_N$ in exceptionally large gravitational fields.

349

New diagram of the wet air  

The h, x-diagram of wet air is one of the most frequently used diagrams for heat engineering calculations. As the diagrams used up to now include simplifications which are inadmissible for exact calculations, the author has developed new h, x-diagrams for various pressure and temperature ranges. They include variables instead of the constant values assumed up to now.

350

Folded-diagram method for deriving an energy-independent nucleon-nucleon potential from meson exchanges: (I) Theory*  

In this paper, a folded diagram method for deriving an energy-independent nucleon-nucleon (N-N) potential from meson exchanges is proposed. The potential obtained by this method contains not only the irreducible diagrams but also the mesonic folded diagrams. And it is proved that all stretched diagrams are not contained in this potential.

351

DIAGRAM EXPRESSIONS USEFUL IN THE THEORY OF FLUIDS  

Diagrams that occur in a power series expansion in density of the total and direct correlation functions are presented. Diagram expressions are also given for the first six virial coefficients. Values are given for certain of the diagrams for a hard sphere potential; these diagrams are sufficient to calculate numerical values for the flrst six virial coefficients as predicted by the Hyperchain approximation. (auth)

352

Pharmacokinetics, immunogenicity and anticancer efficiency of Aspergillus flavipes L-methioninase.  

Methionine starvation can powerfully modulate DNA methylation, cell cycle transition, polyamines and antioxidant synthesis of tumor cells, in contrary to normal ones. Aspergillus flavipesl-methioninase was previously characterized by our studies, displaying affordable biochemical properties comparing to Pseudomonas putida enzyme (ONCASE). Thus, the objective of current study was to evaluate the catalytic properties of Af-METase in New Zealand rabbits, exploring its antitumor efficacy. In vivo, Af-METase (40.8 U/ml) have T(1/2) 19.8 h, elimination constant 0.088 U/h and apparent volume distribution 85 U/ml. Also, Af-METase has two maxima one at A(280 nm) (apo-enzyme) and at A(420 nm) (internal Schiff base of PLP), unlike control plasma (without enzyme). The two peaks of absorption spectra were detected maximally at 15 min then the absorbance at 420 nm was subsequently decreased with circulation time, due to dissociation of the co-enzyme. The A???/??? ratio was increased from 1.69 to 5.81 with circulation time from 15 to 30 h. Rabbits plasma methionine was depleted from 18.7 ?M (control) to 8.8 ?M after 1h of enzyme injection and completely omitted after 2 h till 19 h, assuming the sustainability of negligible levels of methionine (glucose, lipids, and other electrolytes. Additionally, the anticancer activity of Af-METase was evaluated against five types of human cancer cell lines, in vitro. The enzyme showed a powerful activity against prostate (PC3), liver (HEPG2) and breast (MCF7) cancers, with IC?? 0.001 U/ml, 0.26 U/ml and 0.37 U/ml, respectively. PMID:22883554

353

QuickDiagram: A System for Online Sketching and Understanding of Diagrams  

In this paper, a system named QuickDiagram is proposed for quick diagram input and understanding. With a user sketching a (complete or partial) component/symbol or a wire (connecting two components) of the diagram, the system can recognize and beautify it immediately. After the entire diagram is finished, certain understandings can be obtained. Especially, the following two methods are used to interpret the recognized diagram: 1) Nodal Analysis on resistive circuits, and 2) generation of PSpice codes from the recognized diagrams. Experiments on a few sketched circuit diagrams show that the results are robust and accurate for both recognition and understanding.

354

Exogenous Cu,Zn-superoxide dismutase suppresses the stimulation of neonatal rat hepatocytes' growth by tumor promoters.  

A single exposure to a low concentration (10(-10) mol/l) of tumor promoters [such as 12-O-tetradecanoylphorbol-13-acetate (TPA), phenobarbital and nafenopin] or hormones [such as epidermal growth factor (EGF), glucagon and insulin] or drugs [such as imidazole and indomethacin] stimulated the 24-h flow into DNA synthesis and mitosis of primary neonatal rat hepatocytes incubated in high-calcium (1.8 mmol/l) Eagle's FBS(10% v/v)-MEM. However, only tumor promoters acted as enhancers of hepatocytic DNA synthesis when a low-calcium (0.01 mmol/l) FBS-MEM was used. The activity of tumor promoters was totally suppressed by the simultaneous (or nearly such) addition of low doses (from 25.0 to 0.25 micrograms/ml; activity, from 100 to 0.7 U/ml) of exogenous bovine liver and ox and dog erythrocyte superoxide dismutase (SOD), independent of the calcium concentration of the medium. Even at the minimal dose administered, SOD effectively inhibited the stimulatory actions of TPA concentrations up to 10(-6) mol/l. SOD's blocking effect depended upon its enzymatic activity, as it was prevented by a specific inhibitor of SOD, sodium diethyldithiocarbamate (DDC). By contrast, SOD did not inhibit the growth stimulation elicited by hormones and drugs in hepatocytes maintained in high-calcium FBS-MEM. Moreover, several tumor promoters (namely TPA, phenobarbital, nafenopin, saccharin, teleocidin, benzoyl peroxide, BHT, DDT, lindane, clofibrate and melittin) stimulated DNA synthesis even when the hepatocytes were incubated in the serumless HiWoBa2000 medium, whatever its calcium concentration. In this synthetic medium, tumor promoters' stimulatory activity was again completely inhibited by the simultaneous administration of exogenous SOD. Known antioxidants such as retinoids, vitamin E, selenous acid, and 7,8-benzoflavone, when given simultaneously with TPA, also prevented the stimulation of hepatocytic growth. These results disclose the existence of two quite different mechanisms by which the growth of neonatal rat hepatocytes can be stimulated: (i) the physiological-pharmacological extracellular calcium-dependent SOD-insensitive system mediating the effects of EGF, glucagon, insulin, imidazole, and indomethacin; and (ii) the pathological extracellular calcium-independent SOD- and antioxidant-suppressible mechanism operated by agents belonging to the tumor promoters class and involving, as a critical step, the generation of superoxide anions on the surface of the hepatocyte plasmalemma. PMID:6333936

355

OWL representation of the geologic timescale implementing stratigraphic best practice  

The geologic timescale is a cornerstone of the earth sciences. Versions are available from many sources, with the following being of particular interest: (i) The official International Stratigraphic Chart (ISC) is maintained by the International Commission for Stratigraphy (ICS), following principles developed over the last 40 years. ICS provides the data underlying the chart as part of a specialized software package, and the chart itself as a PDF using the standard colours; (ii) ITC Enschede has developed a representation of the timescale as a thesaurus in SKOS, used in a Web Map Service delivery system; (iii) JPL's SWEET ontology includes a geologic timescale. This takes full advantage of the capabilities of OWL. However, each of these has limitations - The ISC falls down because of incompatibility with web technologies; - While SKOS supports multilingual labelling, SKOS does not adequately support timescale semantics, in particular since it does not include ordering relationships; - The SWEET version (as of version 2) is not fully aligned to the model used by ICS, in particular not recognizing the role of the Global Boundary Stratotype Sections and Point (GSSP). Furthermore, it is distributed as static documents, rather than through a dynamic API using SPARQL. The representation presented in this paper overcomes all of these limitations as follows: - the timescale model is formulated as an OWL ontology - the ontology is directly derived from the UML representation of the ICS best practice proposed by Cox & Richard [2005], and subsequently included as the Geologic Timescale package in GeoSciML (http://www.geosciml.org); this includes links to GSSPs as per the ICS process - key properties in the ontology are also asserted to be subProperties of SKOS properties (topConcept and broader/narrower relations) in order to support SKOS-based queries; SKOS labelling is used to support multi-lingual naming and synonyms - the International Stratigraphic Chart is implemented as a set of instances of classes from the ontology, and published through a SPARQL end-point - the elements of the Stratigraphic chart are linked to the corresponding elements in SWEET (Raskin et al., 2011) and DBpedia to support traceability between different commonly accessed representations. The ontology builds on standard geospatial information models, including the Observations and Measurements model (ISO 19156), and GeoSciML. This allows the ages given in the chart to be linked to the evidence basis found in the associated GeoSciML features.

356

Fishbone Diagrams: Organize Reading Content with a "Bare Bones" Strategy  

Fishbone diagrams, also known as Ishikawa diagrams or cause-and-effect diagrams, are one of the many problem-solving tools created by Dr. Kaoru Ishikawa, a University of Tokyo professor. Part of the brilliance of Ishikawa's idea resides in the simplicity and practicality of the diagram's basic model--a fish's skeleton. This article describes how you can use Fishbone diagrams to organize reading content with this "bare bones" strategy. (Contains 6 figures, 2 resources, and 2 online resources.)

357

Nivel de corte de los ELISAs para cuantificación de anticuerpos inducidos por la vacuna antimeningocócica VA-MENGOC-BC/ ELISA Cut off Level for Quantitation of Antibodies Elicited by the Meningococcal Vaccine VA-MENGOC-BC  

Abstract in spanish Para medir el grado de protección inducido por vacunas antimeningocócicas se ha establecido el Ensayo Bactericida en Suero (EBS) y se perfeccionan otros ensayos inmunobiológicos, sin embargo, es necesario contar con pruebas sencillas como el ELISA, capaz de evaluar un gran número de muestras. Se estimó el nivel de corte de los ELISAs para la cuantificación de IgG humana contra los antígenos de VA-MENGOC-BC, vacuna antimeningocócica compuesta por vesículas proteic (more) as de membrana externa de meningococo B y polisacárido capsular de meningococo C, con respecto a un panel de muestras de suero de lactantes, caracterizado por Ensayo Bactericida en Sangre Total (EBST). Los valores correspondientes a la máxima sensibilidad y especificidad fueron respectivamente; 2 ?g/mL y 12 ?g/mL para antipolisacárido C, y 1000 U/mL y 7000 U/mL para antiproteínas de membrana externa. La mayor coincidencia se obtuvo con 6 ?g/mL y 2500 U/mL. Se evaluó otro panel de muestras de suero de adolescentes entre 14 y 18 años, por ELISA y EBS para Neisseria meningitidis serogrupos B y C, alcanzándose una buena concordancia. Doce años después de la inmunización con VA-MENGOC-BC persiste una importante concentración de anticuerpos contra los antígenos vacunales en los sueros estudiados. Abstract in english The Serum Bactericidal Assay (SBA) has been used to measure the protection elicited by meningococcal vaccines. Other immunobiological assays are being improved, however simple assays as ELISA, which are useful to test many samples are necessary. The cut off levels in the ELISAs for quantitation of human IgG against the antigens in VA-MENGOC-BC vaccine, prepared from outer membrane proteins of meningococcus B and capsular polysaccharide of meningococcus C, were assessed wi (more) th a panel of serum samples from infants, previously characterized by Whole-Blood Assay (WBA). The cut off levels corresponding with the greatest sensitivity and specificity were respectively 2 ?g/mL and 12 ?g/mL for polysaccharide C antibodies, and 1000 U/mL and 7000 U/mL for outer membrane protein antibodies. The highest coincidence was obtained with 6 ?g/mL, and 2500 U/mL. Another panel of serum samples from teenagers between 14 and 18 years old was tested by ELISA and SBA against Neisseria meningitidis serogroups B and C; a good concordance was reached. A high concentration of specific antibodies persists twelve years after vaccination with VA-MENGOC-BC.

358

Alternative method for quantification of alfa-amylase activity/ Alternativa para quantificação de alfa-amilase  

Abstract in portuguese Modificações foram propostas ao método sensível de difusão em ágar para a macrodeterminação de alfa-amilase. As modificações propostas diminuem os custos, com a utilização de amido como substrato e ágar como meio solidificante. Assim, foi construída uma curva padrão utilizando uma solução de alfa-amilase de Aspergillus oryzae com concentrações variando de 2,4 a 7.500 U.mL-1. Em seguida, as zonas claras de difusão radial foram mensuradas depois de 4 hor (more) as de incubação a 20 °C. Foi obtida uma relação linear entre o logaritmo da atividade enzimática e os diâmetros das zonas claras. O método foi validado utilizando-se soluções de alfa-amilase de cevada nas concentrações de 2,4; 60; 300 e 1.500 U.mL-1. O método tornou-se mais simples, rápido, com baixo custo e passível de ser utilizado para macrodeterminação de alfa-amilase em ampla faixa (2,4 a 7.500 U.mL-1) na investigação científica e para fins didáticos em aulas práticas. Abstract in english A modification of the sensitive agar diffusion method was developed for macro-scale determination of alfa-amylase. The proposed modifications lower costs with the utilisation of starch as substrate and agar as supporting medium. Thus, a standard curve was built using alfa-amylase solution from Aspergillus oryzae, with concentrations ranging from 2.4 to 7,500 U.mL-1. Clear radial diffusion zones were measured after 4 hours of incubation at 20 °C. A linear relationship b (more) etween the logarithm of enzyme activities and the area of clear zones was obtained. The method was validated by testing ?-amylase from barley at the concentrations of 2.4; 60; 300 and 1,500 U.mL-1. The proposed method turned out to be simpler, faster, less expensive and able to determine on a macro-scale ?-amylase over a wide range (2.4 to 7,500 U.mL-1) in scientific investigation as well as in teaching laboratory activities.

359

STAR FORMATION IN THE COMETARY GLOBULE ORI I-2  

We investigate the young stellar population in and near the cometary globule Ori I-2. The analysis is based on deep Nordic Optical Telescope R-band and Halpha images, JCMT SCUBA 450 and 850 mum images combined with near-infrared Two Micron All Sky Survey (2MASS) photometry and mid-infrared archival Spitzer images obtained with the Infrared Array Camera (IRAC; 3.6, 4.5, 5.8, and 8 mum), and MIPS (24 and 70 mum) instruments. We identify a total of 125 sources within the 5'x5' region imaged by the IRAC. Of these sources, 87 are detected in the R-band image and 51 are detected in the 2MASS. The detailed physical properties of the sources are explored using a combination of near/mid-infrared color-color diagrams, graybody fitting of spectral energy distributions (SEDs) and an online SED fitting tool that uses a library of two-dimensional radiation transfer based accretion models of young stellar objects with disks. Ori I-2 shows clear evidence of triggered star formation with four young low-luminosity pre-main-sequence (PMS) stars embedded in the globule. At least two, possibly as many as four, additional low-mass PMS objects were discovered in the field which are probably part of the young sigma Orionis cluster. Among the PMS stars which have formed in the globule, MIR-54 is a young, deeply embedded Class 0/I object; MIR-51 and 52 are young Class II sources, while MIR-89 is a more evolved, heavily extincted Class II object with its apparent colors mimicking a Class 0/I object. The Class 0/I object MIR-54 coincides with a previously known IRAS source and is a strong submillimeter source. It is most likely the source for the molecular outflow and the large parsec-scale Herbig-Haro (HH) flow. However, the nearby Class II source, MIR-52, which is strong a Halpha emission line star, also appears to drive an outflow approximately aligned with the outflow from MIR-54, and because of the proximity of the two outflows, either star could contribute. MIR-89 appears to excite a low-excitation HH object, HH 992, discovered for the first time in this study.

360

Restrictive Acceptance Suffices for Equivalence Problems  

One way of suggesting that an NP problem may not be NP-complete is to show that it is in the class UP. We suggest an analogous new approach---weaker in strength of evidence but more broadly applicable---to suggesting that concrete~NP problems are not NP-complete. In particular we introduce the class EP, the subclass of NP consisting of those languages accepted by NP machines that when they accept always have a number of accepting paths that is a power of two. Since if any NP-complete set is in EP then all NP sets are in EP, it follows---with whatever degree of strength one believes that EP differs from NP---that membership in EP can be viewed as evidence that a problem is not NP-complete. We show that the negation equivalence problem for OBDDs (ordered binary decision diagrams) and the interchange equivalence problem for 2-dags are in EP. We also show that for boolean negation the equivalence problem is in EP^{NP}, thus tightening the existing NP^{NP} upper bound. We show that FewP, bounded ambiguity polynomi...

 
 
 
 
361

Dynamic characterisers of spatiotemporal intermittency  

We study spatiotemporal intermittency in a system of coupled sine circle maps. The phase diagram of the system shows parameter regimes where the STI lies in the directed percolation class, as well as regimes which show pure spatial intermittency (where the temporal behaviour is regular) which do not belong to the DP class. Thus, both DP and non-DP behaviour can be seen in the same system. The signature of DP and non-DP behaviour can be seen in the dynamic characterisers, viz. the spectrum of eigenvalues of the linear stability matrix of the evolution equation, as well as in the multifractal spectrum of the eigenvalue distribution. The eigenvalue spectrum of the system in the DP regimes is continuous, whereas it shows evidence of level repulsion in the form of gaps in the spectrum in the non-DP regime. The multifractal spectrum of the eigenvalue distribution also shows the signature of DP and non-DP behaviour. These results have implications for the manner in which correlations build up in extended systems.

362

Nonparametric Estimation of Intrinsic Properties of Faint X-ray Sources  

X-ray sources with very few counts can be identified with low-noise X-ray detectors such as the Advanced CCD Imaging Spectrometer onboard the Chandra X-ray Observatory. These sources are often too faint for parametric spectral modeling using well-established methods such as spectral fitting with XSPEC. We discuss the estimation of apparent and intrinsic broad-band X-ray fluxes and soft X-ray absorption from gas along the line-of-sight to these sources, using nonparametric methods. Apparent flux is estimated from the ratio of the source count number to the instrumental effective area averaged over the chosen band. Absorption and intrinsic flux are estimated from the comparison of the apparent median energy of the source photons and apparent source flux with those of high signal-to-noise spectra that were simulated using spectral models characteristic of much brighter sources of similar class previously studied in detail. The concept of this method is similar to the long-standing use of color-magnitude diagrams in optical and infrared astronomy. Our nonparametric method is tested against the apparent spectra of faint sources. We show that the intrinsic X-ray properties can be determined with little bias and reasonable accuracy using these observable photometric quantities without employing often uncertain methods of non-linear parametric spectral modeling. Our results are obtained for thermal spectra characteristic of stars in young stellar clusters, but similar results should hold for other classes of faint X-ray sources.

363

Ferromanganese Furnace Modelling Using Object-Oriented Principles  

This doctoral thesis defines an object-oriented framework for aiding unit process modelling and applies it to model high-carbon ferromanganese furnaces. A framework is proposed for aiding modelling of the internal topology and the phenomena taking place inside unit processes. Complex unit processes may consist of a number of zones where different phenomena take place. A topology is therefore defined for the unit process itself, which shows the relations between the zones. Inside each zone there is a set of chemical species and phenomena, such as reactions, phase transitions, heat transfer etc. A formalized graphical methodology is developed as a tool for modelling these zones and their interaction. The symbols defined in the graphical framework are associated with objects and classes. The rules for linking the objects are described using OMT (Object Modeling Technique) diagrams and formal language formulations. The basic classes that are defined are implemented using the C++ programming language. The ferromanganese process is a complex unit process. A general description of the process equipment is given, and a detailed discussion of the process itself and a system theoretical overview of it. The object-oriented framework is then used to develop a dynamic model based on mass and energy balances. The model is validated by measurements from an industrial furnace. 101 refs., 119 figs., 20 tabs.

364

Towards a systematic classification of protein folds  

A lattice model Hamiltonian is suggested for protein structures that can explain the division into structural fold classes during the folding process. Proteins are described by chains of secondary structure elements, With the hinges in between being the important degrees of freedom. The protein structures are given a unique name, which simultaneously represent a linear string of physical coupling constants describing hinge spin interactions. We have defined a metric and a precise distance measure between the fold classes. An automated procedure is constructed in which any protein structure in the usual protein data base coordinate format can be transformed into the proposed chain representation. Taking into account hydrophobic forces we have found a mechanism for the formation of domains with a unique fold containing predicted magic numbers {4,6,9,12,16,18,...} of secondary structures and multiples of these domains. It is shown that the same magic numbers are robust and occur as well for packing on other nonclosed packed lattices. We have performed a statistical analysis of available protein structures and found agreement with the predicted preferred abundances of proteins with a predicted magic number of secondary structures. Thermodynamic arguments for the increased abundance and a phase diagram for the folding scenario are given. This includes an intermediate high symmetry phase, the parent structures, between the molten globule and the native states. We have made an exhaustive enumeration of dense lattice animals on a cubic lattice for acceptance number Z=4 and Z=5 up to 36 vertices.

365

Self Assembly of Tethered Nanoparticle Telechelics  

Simulations, theory, and experiement predict that aggregating nanoparticles functionalized with polymer tethers can self-assemble to form phases seen in block copolymer and surfactant systems, but with additional nanoparticle ordering and mesophase complexity. Here we consider a novel class of ``telechelic'' tethered nanoparticle building blocks, where two nanoparticles are connected together by a polymer tether. The architecture is similar to a triblock copolymer, but with additional geometric constraints imposed by the rigid particle end groups. Using Brownian dynamics simulations, we explore the phase diagrams of several examples of this class of nano-building-block, and present predictions of novel phases and their dependence on particle size, tether length, and thermodynamic parameters. We compare our results with recent simulations of di-tethered nanospheres [1, 2] and mono-tethered nanospheres [2, 3]. *Iacovella, C. R.; Glotzer, S. C.; Soft Matter 2009, 5, 4492-4498. *Iacovella, C. R.; Keys, A.S..; Glotzer, S. C. PNAS, in press. arXiv:1102.5589. *Phillips, C. L.; Iacovella, C. R.; Glotzer, S. C.; Soft Matter 2010, 6, 1693-1703.

366

A Chandra Study of the Rosette Star-Forming Complex. III. The NGC 2237 Cluster and the Region's Star Formation History  

We present Chandra X-ray images of the NGC 2237 young star cluster on the periphery of the Rosette Nebula. We detect 168 X-ray sources, 80% of which have counterparts in USNO, 2MASS, and deep FLAMINGOS images. These constitute the first census of the cluster members with 0.2<~M<~2 Msun. Star locations in near-infrared color-magnitude diagrams indicate a cluster age around 2 Myr with a visual extinction of 1Class II counterparts are aligned in an arc ~3 pc long suggestive of a triggered formation process induced by the O stars in NGC 2244. The diskless Class III sources are more dispersed. Several X-ray emitting stars are located inside the molecular cloud and around gaseous pillars projecting from the cloud. These...

367

Infrared Colors of the gamma-ray detected blazars  

Blazars constitute the most enigmatic class of extragalactic gamma-ray sources, and their observational features have been ascribed to a relativistic jet closely aligned to the line of sight. They are generally divided in two main classes: the BL Lac objects (BL Lacs) and the Flat Spectrum Radio Quasars (FSRQs). In the case of BL Lacs the double bumped spectral energy distribution (SED) is generally described by the Synchrotron Self Compton (SSC) emission, while for the FSRQs it is interpreted as due to External Compton (EC) emission. Recently, we showed that in the [3.4]-[4.6]-[12] micron color- color diagram the blazar population covers a distinct region (i.e., the WISE blazar Strip, WBS), clearly separated from the other extragalactic sources that are dominated by thermal emission. In this paper we investigate the relation between the infrared and gamma-ray emission for a subset of confirmed blazars from the literature, associated with Fermi sources, for which WISE archival observations are available. This...

368

CRC-cards to support development and maintenance of product configuration systems  

This article presents a new definition of special Class, Responsibility and Collaboration (CRC) cards to be used for the development and maintenance of Product Configuration Systems (PCSs). CRC cards were introduced as an informal and user-friendly technique for teaching object-oriented modelling. These CRC cards are often applied in the early phases of a software development project to come up with design alternatives. In 1994, extended CRC cards, with the purpose of holding detailed descriptions of classes in structural diagrams, were incorporated into a procedure for the development and maintenance of PCSs. This procedure has since been applied in several configuration projects and further developed at the Centre for Product Modelling (CPM) at the Technical University of Denmark. However, the investigations of two companies that applies CRC cards to document the knowledge base of their PCSs showed that their CRC card layouts differ from the definitions by CPM in many respects. Therefore, this article proposes a new CRC card definition that incorporates the experiences from the studied cases together with other kinds of extensions. The proposed CRC-card definition improves the basis for the companies that take up the technique.

369

Discontinuous percolation transitions in epidemic processes, surface depinning in random media, and Hamiltonian random graphs  

Discontinuous percolation transitions and the associated tricritical points are manifest in a wide range of both equilibrium and nonequilibrium cooperative phenomena. To demonstrate this, we present and relate the continuous and first-order behaviors in two different classes of models: The first are generalized epidemic processes that describe in their spatially embedded version—either on or off a regular lattice—compact or fractal cluster growth in random media at zero temperature. A random graph version of these processes is mapped onto a model previously proposed for complex social contagion. We compute detailed phase diagrams and compare our numerical results at the tricritical point in d=3 with field theory predictions of Janssen [Phys. Rev. EPLEEE81539-375510.1103/PhysRevE.70.026114 70, 026114 (2004)]. The second class consists of exponential (“Hamiltonian,” i.e., formally equilibrium) random graph models and includes the Strauss and the two-star model, where “chemical potentials” control the densities of links, triangles, or two-stars. When the chemical potentials in either graph model are O(logN), the percolation transition can coincide with a first-order phase transition in the density of links, making the former also discontinuous. Hysteresis loops can then be of mixed order, with second-order behavior for decreasing link fugacity, and a jump (first order) when it increases.

370

Analytic ultracentrifuge calibration and determination of lipoprotein-specific refractive increments  

Accurate quantification of the major classes and subfractions of human serum lipoproteins is an important analytical need in the characterization and evaluation of therapy of lipid and lipoprotein abnormalities. For calibrating the analytic ultracentrifuge (AnUC), the authors routinely use a Beckman calibration wedge cell with parallel scribed lines 1 cm apart. Such a cell give a rectangular pattern in the schlieren diagram, which determines magnification and also provides an area corresponding to an invariant refractive increment. Complete calibration for AnUC analysis of lipoproteins also requires accurate determination of the specific refractive increments (SRI) of the major lipoprotein classes, namely low density lipoprotein (LDL) and high density lipoprotein (HDL). These are measured in the density in which they are analyzed, i.e., 1.061 g/ml for LDL and 1.200 g/ml for HDL. Five fresh serum samples were fractionated for total LDL and total HDL and their SRI determined. Total lipoprotein mass was determined using precise CHN elemental analysis and compositional analyses. The results yielded corrected SRI of 0.00142 and 0.00135 ..delta..n/g/100 ml for LDL and HDL. Thus, their current values using 0.00154 and 0.00149 ..delta..n/g/100 ml underestimate LDL and HDL by 9% and 11%. Corrections of all previous LDL and HDL AnUC data can be made using appropriate factors of 1.087 and 1.106.

371

Jamming in systems with attraction  

Many materials jam. As density increases or temperature decreases, structural relaxation becomes sluggish and the system approaches mechanical equilibrium without spatial ordering. The concept of a universal jamming transition and the conjecture that the mechanical response at zero temperature is linked to slow dynamics at non-zero temperature has inspired research in a variety of glassy materials such as colloidal suspensions, emulsions, granular media and foams. While most recent theoretical and simulation studies of the jamming transition have focused on systems with purely repulsive interactions, many materials also possess attractive forces. I will present our recent numerical results on the jamming transition in particulate systems with attractive interactions. At zero temperature, instead of the single discontinuous jamming transition observed in purely repulsive systems, attractive systems exhibit two second-order transitions---connectivity and rigidity percolation---which belong to different universality classes than their lattice counterparts. This observation also holds for low temperature before diffusion and activation/bond-breaking become relevant. At higher temperatures, the universality class of the jamming transition can depend on the age of the system. Finally, I will discuss a proposed phase diagram for gelation and rigidification in the temperature- density plane.

372

A Chandra and Spitzer census of the young star cluster in the reflection nebula NGC 7129  

The reflection nebula NGC 7129 has long been known to be a site of recent star formation as evidenced, e.g., by the presence of deeply embedded protostars and HH objects. However, studies of the stellar population produced in the star formation process have remained rudimentary. At a presumed age of ~3 Myr, NGC7129 is in the critical range where disks around young stars disappear. We make use of Chandra X-ray and Spitzer and 2MASS IR imaging observations to identify the pre-main sequence stars in NGC7129. We define a sample of Young Stellar Objects based on color-color diagrams composed from IR photometry between 1.6 and 8 mu, from 2MASS and Spitzer, and based on X-ray detected sources from a Chandra observation. This sample is composed of 26 Class II and 25 Class III candidates. The sample is estimated to be complete down to ~ 0.5 solar masses. The most restricted and least biased sub-sample of pre-main sequence stars is composed of lightly absorbed (A_V < 5 mag) stars in the cluster core. This sample com...

373

Color Diagrams for Non Vacuum Reggeons in Hadron-Hadron Interactions  

One-to-one correspondence between dual diagrams of dual resonance model and QCD based color diagrams describing non vacuum exchanges in pi+ pi-, pi+- p, p anti p interactions is discussed. Both for dual and color diagrams there are state with quark-antiquark in t channel and state, in which only coherent quark string exists, in s channel. There are no such dual diagrams in pp interaction. Color diagram for pp interaction was found basing on principle of conformity. Secondary hadrons spectrum, obtained from this diagram, has nucleon in its central region. This effect may lead to increase of baryon chemical potential in nucleus-nucleus collisions in facilities NICA and FAIR.

374

Collaborative Learning through Chat Discussions and Argument Diagrams in Secondary School  

This study clarifies whether secondary school students develop their argumentation skills through reading and collaboration. The students first constructed an individual argument diagram on genetically modified organisms, read three articles, and improved their diagrams. Next, they engaged in a chat debate, reflected on their debate by constructing a collaborative argument diagram on it, and finally finished their individual diagrams. The analyses compared the diagrams students finished after the debate and reflection with the diagrams they constructed before the debate. Collaboration not only encouraged students to elaborate their previous arguments but also helped them to recall and create ideas and arguments. (Contains 1 table and 5 figures.)

375

Diagnostic reasoning and medical decision-making with fuzzy influence diagrams  

Influence diagrams have been widely used as knowledge bases in medical informatics and many applied domains. In conventional influence diagrams, the numerical models of uncertainty are probability distributions associated with chance nodes and value tables for value nodes. However, when incomplete knowledge or linguistic vagueness is involved in the reasoning systems, the suitability of probability distributions is questioned. This study intends to propose an alternative numerical model for influence diagrams, possibility distributions, which extend influence diagrams into fuzzy influence diagrams. In fuzzy influence diagrams, each chance node and value node is associated with a possibility distribution which expresses the uncertain features of the node. This study also develops a simulati...

376

Safety- barrier diagrams  

Safety-barrier diagrams and the related so-called 'bow-tie' diagrams have become popular methods in risk analysis. This paper describes the syntax and principles for constructing consistent and valid safety-barrier diagrams. The relation of safety-barrier diagrams to other methods such as fault trees and Bayesian networks is discussed. A simple method for quantification of safety-barrier diagrams is proposed. It is concluded that safety-barrier diagrams provide a useful framework for an electronic data structure that integrates information from risk analysis with operational safety management.

377

A modular model of the apoptosis machinery.  

Using a modular principle of computer hardware as a metaphor, we defined and implemented in the BioUML platform a module concept for biological pathways. BioUML provides a user interface to create modular models and convert them automatically into plain models for further simulations. Using this approach, we created the apoptosis model including 13 modules: death stimuli (TRAIL, CD95L, and TNF-?)-induced activation of caspase-8; survival stimuli (p53, EGF, and NF-?B) regulation; the mitochondria level; cytochrome C- and Smac-induced activation of caspase-3; direct activation of effector caspases by caspase-8 and - 12; PARP and apoptosis execution phase modules. Each module is based on earlier published models and extended by data from the Reactome and TRANSPATH databases. The model ability to simulate the apoptosis-related processes was checked; the modules were validated using experimental data. Availability: http://www.biouml.org/apoptosis.shtml . PMID:22161332

378

Determination of optimal condition to obtain the bromelain from pineapple plants produced by micropropagation  

Abstract in english This study aimed to obtain the condition of maximum bromalein activity in different parts of pineapple plants produced in vitro, by micropropagation. The sStems and leaves of Pérola and Imperial cultivar plants were evaluated after three and eight months of in vitro cultivation in Murashige and Skoog medium without growth phytoregulator, macerated in potassium phosphate buffer at different pH values (5.7, 6.7 and 7.7). Total protein and proteolytic activity were determin (more) ed in the samples after three- and eight-month cultivation periods. For both the cultivars, the best results were obtained at pH 5.7 in extraction media. Pérola cultivar, showed higher bromelain activity in the leaves cultivated in vitro for three months (0.0194U/mL) while in the Imperial cultivar, it was higher in the stem after eight months (0.0179 U/mL). Imperial cultivar showed higher bromelain activity than the Pérola's.

379

Use of evolutionary operation (EVOP) factorial design technique to develop a bioprocess using grease waste as a substrate for lipase production  

The aim of the present work was to develop a bioprocess using EVOP-factorial design technique employing grease waste as a substrate for the production of lipase. A newly isolated fungal strain of Penicillium chrysogenum was explored for the fermentation process. Solid-state fermentation (SSF) was carried out using grease waste and Czapek-dox medium, supplemented with wheat bran. The yield of lipase was 38U/ml when SSF was carried out at 32degreeC for 8days and grease:wheat bran:Czapek-dox media in 1:1:2 (w/w/v). Different physicochemical parameters affecting the production of lipase were optimized through evolutionary operation (EVOP) factorial design technique and after optimization yield was enhanced up to 46U/ml at 30degreeC, pH 7.0 with 1:1:2 (w/w/v) grease waste:wheat bran:Czapek-dox ...

380

Simultaneous Laccase Production and Color Removal by Culturing Fungus Pycnoporus sp. SYBC-L3 in a Textile Wastewater Effluent Supplemented with a Lignocellulosic Waste Phragmites australis  

We conducted experiments to culture Pycnoporus sp. SYBC-L3 in a medium comprising an industrial waste (dye-containing textile effluent) and a lignocellulosic waste (Phragmites australis) that achieved laccase production while having the color removed from the wastewater. Our experimental results showed that the fungus grew well in liquid submerged cultivation with the diluted textile effluent as the sole culture medium, but relatively low extracellular laccase activity (1.8 U/mL) was produced. Addition of the lignocellulosic biomass enhanced laccase production and color removal. The highest laccase activity was found to be 6.5 U/mL in the presence of Phragmites australis stem. Under this condition, 70 % color removal occurred in the culture medium. This study provided an alternative novel ...

 
 
 
 
381

Saccharification of poplar biomass by using lignocellulases from Pholiota adiposa.  

A basidiomycetous fungus, identified as Pholiota adiposa SKU0714 on the basis of morphological and phylogenetic analyses, was found to secrete efficient lignocellulose degrading enzymes. The strain showed maximum endoglucanase, cellobiohydrolase and ?-glucosidase activities of 26, 32 and 39 U/mL, respectively and also secreted xylanase, laccase, mannanase, and lignin peroxidase with activities of 1680, 0.12, 65 and 0.41 U/mL, respectively when grown with rice straw as a carbon source. Among the various plant biomasses tested for saccharification, poplar biomass produced the maximum amount of reducing sugar. Response surface methodology was used to optimize hydrolysis parameters. A maximum saccharification yield of 83.4% (667 mg/g-substrate), the highest yield from any plant biomass, was obtained with Populus biomass after 24h of hydrolysis. P. adiposa was proven to be a good choice for the production of reducing sugars from cellulosic biomass. PMID:22831905

382

Production of Acid-Stable and High-Maltose-Forming ?-Amylase of Bacillus acidicola by Solid-State Fermentation and Immobilized Cells and Its Applicability in Baking.  

Among matrices used for immobilizing Bacillus acidicola cells [calcium alginate, chitosan + alginate, scotch brite, and polyurethane foam (PUF)], ?-amylase production was highest by PUF-immobilized cells (9.1 U?ml(-1)), which is higher than free cells (7.2 U?ml(-1)). The PUF-immobilized cells could be reused over seven cycles with sustained ?-amylase production. When three variables (moisture, starch, and ammonium sulfate), which significantly affected enzyme production in solid-state fermentation (SSF), were optimized using response surface methodology, 5.6-fold enhancement in enzyme production was attained. The enzyme production in SSF is 3.8-fold higher than that in submerged fermentation. The bread made by supplementing dough with ?-amylase of B. acidicola scored better than those with the xylanase of Bacillus halodurans and thermostable ?-amylase of Geobacillus thermoleovorans. PMID:22907515

383

a-Amylase production from catabolite derepressed Bacillus subtilis KCC103 utilizing sugarcane bagasse hydrolysate  

A catabolite derepressed Bacillus subtilis strain KCC103 was used to produce a-amylase in medium containing sugarcane bagasse hydrolysate (SBH). Addition of SBH (1% reducing sugar (w/v)) to the nutrient medium supported maximum a-amylase production of 67.4Uml-1. HPLC analysis of SBH showed the presence of glucose, xylose and arabinose in the ratio of 0.9:1.0:0.16 (w/w/w). In SBH-medium glucose and xylose were consumed completely while arabinose remained unutilized. Uptake rate of glucose was 2-folds higher than xylose but rate of a-amylase production with xylose was 1.5-folds higher than glucose. Arabinose had no effect on growth and a-amylase synthesis. Further, a-amylase production in SBH-medium was enhanced to 144.5Uml-1 (2.2-fold) by response surface methodology where the levels of SBH...

384

Case of Type 1 Diabetes Mellitus Following Interferon ?-1a Treatment for Multiple Sclerosis  

A 57-year-old woman who had been treated with interferon ?-1a (IFN?-1a) for multiple sclerosis was diagnosed with diabetic ketosis. Her fasting serum C-peptide (F-CPR) was 1.9 ng/mL and her daily urinary C-peptide (U-CPR) was 24.1 ?g/day. Her anti-glutamic acid decarboxylase (GAD) antibody was 3.5 U/mL. Seven months later, she was hospitalized with body weight loss and a high level of hemoglobin A1c [11.1% (JDS)]. Her F-CPR and U-CPR were very low (0.1 ng/mL and 8.35 ?g/day, respectively), and anti-GAD antibody became distinctly positive (12.4 U/mL). She had HLA-DRB1*04:05, A24, and B54. For these reasons, IFN?-1a administration was considered a possible cause of type 1 diabetes mellitus in this case.   

385

A novel expression system for intracellular production and purification of recombinant affinity-tagged proteins in Aspergillus niger  

Three Bacillus species (B. subtilis LFB-FIOCRUZ 1270, B. subtilis LFB-FIOCRUZ 1273, and B. licheniformis LFB-FIOCRUZ 1274), isolated from the poultry industry, were evaluated for keratinase production using feathers or feather meal as the sole carbon and nitrogen sources in a submerged fermentation. The three Bacillus spp. produced extracellular keratinases and peptidases after 7 days. Feather meal was the best substrate for keratinase and peptidase production in B. subtilis 1273, with 412?U/mL and 463?U/ml. The three strains were able to degrade feather meal (62–75%) and feather (40–95%) producing 3.9–4.4?mg/ml of soluble protein in feather meal medium and 1.9–3.3?mg/ml when feather medium was used. The three strains produced serine peptidases with keratinase and gelatinase activity. B. subtilis 1273 was the strain which exhibited the highest enzymatic activity. PMID:19908039

386

Application of statistical experimental design for optimization of keratinases production by Bacillus pumilus A1 grown on chicken feather and some biochemical properties  

A new keratinolytic enzyme-producing bacterium was isolated from slaughter house polluted water and identified as Bacillus pumilus A1. Medium composition and culture conditions for the keratinases production by B. pumilus A1 were optimized using two statistical methods: Plackett-Burman design applied to find the key ingredients and conditions for the best yield of enzyme production and central composite design used to optimize the concentration of the five significant variables: feathers meal, soy peptone, NaCl, KCl, and KH2PO4. The medium optimization resulted in a 3.4-fold increase in keratinase production (87.73U/ml) compared to that of the initial medium (25.9U/ml). The zymography analysis shows the presence of at least five keratinolytic enzymes. The keratinolytic activity of the extr...

387

Medium optimization for a novel 58kDa dimeric keratinase from Bacillus licheniformis ER-15: Biochemical characterization and application in feather degradation and dehairing of hides  

A novel dimeric 58kDa keratinase is reported from Bacillus licheniformis ER-15. The bacterium produced 244U/ml keratinase in 48h which was increased by eight fold (1962U/ml) after medium optimization by one-variable-at-a-time and response surface methodology. Enzyme was concentrated by ultrafiltration followed by acetone precipitation and purified by gel filtration chromatography. It had subunit of 30 and 28kDa and pI of 8.4. Enzyme was maximally active at pH 11 and 70degreeC. It hydrolyzed various complex proteins viz. haemoglobin, feather, hooves, fibrin and meat protein. It was a thiol activated serine protease and 6.25-fold enhancement in activity was observed in presence of 5mM mercaptoethanol. Nearly 1200U keratinase degraded 1.5g feather in 12h at pH 8, 50degreeC in redox free envir...

388

Keratinase Production by Three Bacillus spp. Using Feather Meal and Whole Feather as Substrate in a Submerged Fermentation.  

Three Bacillus species (B. subtilis LFB-FIOCRUZ 1270, B. subtilis LFB-FIOCRUZ 1273, and B. licheniformis LFB-FIOCRUZ 1274), isolated from the poultry industry, were evaluated for keratinase production using feathers or feather meal as the sole carbon and nitrogen sources in a submerged fermentation. The three Bacillus spp. produced extracellular keratinases and peptidases after 7 days. Feather meal was the best substrate for keratinase and peptidase production in B. subtilis 1273, with 412?U/mL and 463?U/ml. The three strains were able to degrade feather meal (62-75%) and feather (40-95%) producing 3.9-4.4?mg/ml of soluble protein in feather meal medium and 1.9-3.3?mg/ml when feather medium was used. The three strains produced serine peptidases with keratinase and gelatinase activity. B. subtilis 1273 was the strain which exhibited the highest enzymatic activity. PMID:21822479

389

Human cardiac fibroblasts express B-type natriuretic peptide: fluvastatin ameliorates its up-regulation by interleukin-1a, tumour necrosis factor-a and transforming growth factor-b  

Abstract B-type natriuretic peptide (BNP) is a cardiac hormone, which plays a major role in body fluid and cardiovascular homeostasis. Produced by cardiac ventricles, its expression is highly regulated by various mediators. Canine cardiac fibroblasts have been identified as a source of BNP. Cardiac fibroblasts are key regulators of myocardial structure and function. We treated cultured human adult cardiac fibroblasts (HACF) with 2000 U/ml tumour necrosis factor-a (TNF-a), 200 U/ml interleukin-1a (IL-1a) or 50 ng/ml transforming growth factor-b (TGF-b) in the presence or absence of 500 nM fluvastatin. N-terminal pro-BNP (Nt-proBNP) concentration was determined by a competitive enzyme immunoassay. RealTime polymerase chain reaction (real-time PCR) was performed to investigate changes in BNP ...

390

Killing of Histoplasma capsulatum by macrophage colony stimulating factor-treated human monocyte-derived macrophages: role for reactive oxygen intermediates.  

The interaction of human macrophages with the yeast-form of Histoplasma capsulatum was studied. The use of culture and a short-term assay period instead of microscopy gave direct evidence of the fungicidal activity of human macrophages. The present study reports the novel finding of fungicidal activity of macrophages derived from monocytes in the presence of macrophage colony-stimulating-factor (MCSF). The induction of fungicidal activity by this cytokine was dose dependent. MCSF at 10,000 U/ml was optimal with 73(SD3)% killing. Inhibition of macrophage killing by superoxide dismutase (SOD), but not catalase (CAT) or N-monomethyl-L-arginine (NMMA), established the role of the superoxide anion in the killing mechanism. The fungistatic activity of MCSF-derived human macrophages in a 24-h assay was also dose dependent and was not inhibited by SOD, CAT or NMMA. MCSF at 10,000 U/ml produced optimal macrophage fungistatic activity, 34.6(SD4)%. PMID:7650732

391

Valores de referencia para marcadores tumorales séricos dosados por inmunoensayo/ Reference values for tumor serum markers dosed by immunoassay  

Abstract in spanish El objetivo de este trabajo fue establecer valores de referencia (VR) para cinco marcadores tumorales de gran utilidad en clínica oncológica y comparar los valores establecidos con los recomendados por los fabricantes, así como determinar la influencia de la edad y del estado menstrual sobre los mismos. En el suero de 335 mujeres sanas (edad media de 38,20 ± 11,0 años con rango de 15 a 65 años) fueron determinados los niveles de CA 15.3, CA 125, ferritina (Ferr), an (more) tígeno carcinoembrionario (CEA) y prolactina (PRL). Las determinaciones fueron efectuadas con un sistema automatizado (Roche) que emplea técnicas de enzimoinmunoensayo con anticuerpos monoclonales. Los valores de referencia, definidos sobre la base del percentilo 95, fueron los siguientes en las mujeres premenopáusicas: CA 15.3 = 20 U/mL; CA 125 = 24 U/mL; CEA = 3 ng/mL; PRL = 25 ng/mL. En las mujeres sanas postmenopáusicas los valores de referencia calculados fueron los siguientes: CA 15.3 = 24 U/mL; CA 125 = 19 U/mL; CEA = 4 ng/mL; PRL = 19 ng/mL. Los VR sugeridos para Ferr sérica son: 138 ng/mL, 171 ng/mL, 286 ng/mL para mujeres menores de 40 años, entre 41 y 50 años y mayores de 51 años respectivamente. Los VR encontrados no fueron concordantes con los recomendados por los fabricantes, lo cual indica la importancia de la aplicación de los mismos en la clínica oncológica de acuerdo a la edad o al estado menopáusico de la mujer. Abstract in english The aim of this work was to determine the reference values (RV) for five tumor markers of great usefulness in oncologic medicine. The stated values were compared to the ones recommended by the manufacturers and the influence of the menstrual state over them was also studied. The levels of CA 15.3, CA 125, ferritin (Ferr), carcinoembryonic antigen (CEA) and prolactin (PRL) were determined in the serum of 335 healthy women (aged 15 to 65 years old). The RV based on percenti (more) le 95 were as follows: CA 15.3 = 20 U/mL; CA 125 = 24 U/mL; CEA = 3 ng/mL; PRL = 25 ng/mL, in premenopausic women. In healthy postmenopausic donors the RV were as follows: CA 15.3 = 24 U/mL; CA 125 = 19 U/mL; CEA = 4 ng/mL; PRL = 19 ng/mL. The RV of Ferr were as follows: 138 ng/mL, 171 ng/mL, 286 ng/mL for women donors less than 40 years old, 41-50 and over 51 years old, respectively. The observed reference values were not concordant with those recommended by the manufacturers, suggesting the importance of women's age or menopausal stage in serum marker levels.

392

Unfractionated heparin promotes LPS-induced endothelial barrier dysfunction: A preliminary study on the roles of angiopoietin/Tie2 axis  

Introduction: Heparins, including unfractionated heparin (UFH) and low-molecular-weight heparins (LMWH), are anticoagulants approved as a treatment for severe sepsis, which can also prevent apoptosis and inflammation. The aim of this study was to investigate whether UFH prevents vascular leakage induced by lipopolysaccharide (LPS) and to define the role of angiopoietin (Ang)/Tie2 signaling pathway since LPS is usually used to mimic the initiation of sepsis. Methods: Human pulmonary microvascular endothelial cells (HPMECs) were pretreated with UFH (0.1U/ml-10U/ml), 15min prior to stimulation with LPS (10@mg/ml). Those samples not receiving LPS or UFH received an equal volume of Phosphate-buffered saline (PBS). Cells were cultured under various experimental conditions for 2h, 6h or 12h for a...

393

Strain improvement for tannase production from co-culture of Aspergillus foetidus and Rhizopus oryzae.  

Spores from the co-culture of Aspergillus foetidus and Rhizopus oryzae were subjected to UV, heat and NTG (3-nitro,5-methylguanidine) mutagenesis. A few colonies were screened from the selected media for tannase study. Amongst all, the best mutant isolated from the heat treatment (60 degrees C for 60 min) was SCPR 337. The maximum yield of gallic acid and tannase in case of mutant strain was 95.2% and 53.6 U/ml with an incubation period of 30 h as compared to wild strain where the incubation period was 48 h with an enzyme activity of 44.2 U/ml and gallic acid yield of 94%, respectively. The mutant was sensitive to tetracycline and was also an over-producer of protease and amylase. PMID:15963714

394

Opsoclonus as a manifestation of Hashimoto's encephalopathy.  

We present a 59-year-old male with early manifestation of opsoclonus associated with gait ataxia as a rare clinical presentation of Hashimoto's encephalopathy. Empiric use of intravenous immunoglobulin followed by intravenous high dose methylprednisolone was initiated with subsequent remittance of opsoclonus, encephalopathy, ataxia, and tremor. Extensive workup for infectious, autoimmune, and paraneoplastic etiologies were undertaken and all studies were negative. Thyroglobulin antibodies (312 U/mL) and thyroid peroxidase antibodies (457 U/mL) were elevated (normal thyroglobulin and thyroid peroxidase antibodies were retested and found to have decreased considerably. Thus, with steroid therapy, the patient's opsoclonus and encephalopathy improved. We have presented a patient with a rare case of opsoclonus as the principal presenting feature of Hashimoto's encephalopathy that was incompletely responsive to intravenous immunoglobulin and resolved with corticosteroids. This report underscores the importance for clinical practitioners to maintain a high index of suspicion for Hashimoto's encephalopathy in cases of opsoclonus, especially when accompanied by an atypical presentation. PMID:22889978

395

Excellent laundry detergent compatibility and high dehairing ability of the Bacillus pumilus CBS alkaline proteinase (SAPB)  

The newly Tunisian soil-isolated bacterium, producing the alkaline proteinase termed SAPB that was already purified and characterized [1], was assigned as Bacillus pumilus CBS strain on the basis of biochemical properties and 16S rRNA gene sequencing. The maximum protease activity recorded after 24 h of incubation in an optimized medium at 37?C was 6,500 U/mL in shaking flask culture and 25,000 U/mL in fermentor. SAPB showed excellent stability and compatibility in laundry detergent retaining more than 98% of its initial activity after pre-incubation for 1 h at 40?C with Det, followed by OMO (97%), Dinol (94%), and Dixan (93%). Examination of various stained cloth pieces exhibited a remarkable efficiency in the removal of blood and chocolate stains. More interestingly, SAPB demonstrated po...

396

CompSize: A Model-Based and Automated Approach to Size Estimation of Embedded Software Components  

Accurate estimation of Software Code Size is important for developing cost-efficient embedded systems. The Code Size affects the amount of system resources needed, like ROM and RAM memory, and processing capacity. In our previous work, we have estimated the Code Size based on CFP (COSMIC Function Points) within 15% accuracy, with the purpose of deciding how much ROM memory to fit into products with high cost pressure. Our manual CFP measurement process would require 2.5 man years to estimate the ROM size required in a typical car. In this paper, we want to investigate how the manual effort involved in estimation of Code Size can be minimized. We define a UML Profile capturing all information needed for estimation of Code Size, and develop a tool for automated estimation of Code Size based on CFP. A case study will show how UML models save manual effort in a realistic case.   

397

Isolation of a lipase-producing Trichosporon spp and enzyme extraction by two-phase aqueous system/ Isolamento de Trichosporon spp produtor de lipase e extração enzimática pelo sistema bifásico aquoso  

Abstract in portuguese Uma levedura produtora de lipase isolada de queijo coalho e identificada como Trichosporon spp produziu 7,3 U/mL (59,3 U/µg) após 72h de cultivo. A lipase mostrou atividade ótima em pH 7,0-8,0 e temperatura ótima entre 45-50ºC. Extração pelo sistema PEG - sais de fosfato apresentou 99,8% de recuperação da atividade enzimática na fase PEG. Abstract in english A lipase-producing yeast strain isolated from crude cheese and identified as Trichosporon spp produced 7.3 U/mL (59.3 U/µg) after 72h of cultivation. Lipase showed optimum activity at pH 7.0-8.0 and 45-50ºC. Extraction by the two-phase aqueous system (PEG-phosphate salts) showed an elevated recuperation (99.8%) of enzymatic activity in the PEG phase.

398

Primary hemocyte culture of the freshwater prawn Macrobrachium rosenbergii and its susceptibility to the novel pathogen spiroplasma strain MR-1008  

Primary culture of hemocyte from the giant freshwater prawn, Macrobrachium rosenbergii, was established for studies on the in vitro propagation of the novel nature pathogen spiroplasma MR-1008. In this context, a modified method of hemocyte culture from this crustacean has been standardized by employing Leibovitz-15(L-15) growth medium supplemented with 15% Fetal Bovine Serum (FBS) along with 0.1% glucose, 0.5% NaCl and antibiotics (100Uml^-^1 penicillin, 100Uml^-^1 streptomycin,1mgml^-^1 amphotericin b) and a suitable pH of 7.20-7.40. In this medium, the hemocytes can be subcultured twice, including significant cell proliferation and viability of up to 12days. Susceptibility of the hemocytes was investigated by challenging with spiroplasma MR-1008. Cytopathic effects (CPE) were observed a...

399

Biosynthesis of cyclodextrin glucosyltransferase by the free and immobilized cells of Bacillus cereus NRC7 in batch and continuous cultures  

Abstract Aims:- The objective of this study was to enhance the production of cyclodextrin glucanotransferase (CGTase) produced by a local isolate Bacillus cereus NRC7. Methods and Results:- In batch culture, maximal CGTase activity (690-U-ml-1) was reached after 24-h incubation period. In continuous production of CGTase by the free cells of B.cereus NRC7, maximal reactor productivity (1176-KU-l-1-h-1), with enzyme concentration of 490-U-ml-1 and specific productivity of 9046-U per g wet cells per h, was attained at dilution rate of 024-h-1, over a period of 640-h. Bacillus cereus NRC7 cells were immobilized on chitosan. The immobilization conditions with respect to matrix concentration and maximal cell loading were optimized for maximal CGTase production. In repeated batch operation, the a...

400

Methods of checking general safety criteria in UML statechart specifications  

This paper describes methods and tools for safety analysis of UML statechart specifications. A comprehensive set of general safety criteria including completeness and consistency is applied in automated analysis. Analysis techniques are based on OCL expressions, graph transformations and reachability analysis. Two canonical intermediate representations of the statechart specification are introduced. They are suitable for straightforward implementation of checker methods and for the support of the proof of the correctness and soundness of the applied analysis. One of them also serves as a basis of the metamodel of a variant of UML statecharts proposed for the specification of safety-critical control systems. The analysis is extended to object-oriented specifications. Examples illustrate the application of the checker methods implemented by an automated tool-set.

 
 
 
 
401

Characterization of Polyphenol Oxidase Activity in Juices from 12 Underutilized Tropical Fruits with High Agroindustrial Potential  

Polyphenol oxidase activities of lulo, mangosteen, Castilla blackberry, mango, apple guava, tree tomato, papaya, soursop, banana passionfruit, giant granadilla, sweet granadilla, and passion fruit were determined and related to their physicochemical properties. Mangosteen and lulo showed the highest activities (0.1435 and 0.1298?U?mL?1, respectively), while passion fruit and banana passionfruit had the lowest ones (0.0101 and 0.0093?U?mL?1). The two fruits with highest PPO activity were also the ones in which highest color differences (?E) during the first 90?min after fruit crushing were achieved. The Principal Component Analysis revealed a high correlation between PPO activity and total phenolic content for the compounds that are susceptible to act as enzyme substrate. These two variable...

402

Production of Crude Xylanase from Thermoascus Aurantiacus CBMAI 756 Aiming the Baking Process  

Abstract: In recent years, the baking industry has focused its attention on substituting several chemical compounds with enzymes. Enzymes that hydrolyze nonstarch polysaccharides, such as xylanase, lead to the improvement of rheological properties of dough, loaf specific volume, and crumb firmness. The purpose of this study was to find a better solid state fermentation substrate to produce high levels of xylanase and low levels of protease and amylase, which are enzymes involved in bread quality, from Thermoascus aurantiacus CBMAI 756. Wheat bran, corncob, and corn straw were used as energy sources. The enzyme extract of corncob showed high xylanase activity (130 U/mL) and low amylase and protease activity (<1 and 15 U/mL, respectively). This enzyme profile may be more profitable for the b...

403

PARTIAL PURIFICATION AND CHARACTERIZATION OF THE ORGANIC SOLVENT-TOLERANT LIPASE PRODUCED BY Pseudomonas fluorescens RB02-3 ISOLATED FROM MILK  

Eighty-five putative Pseudomonas isolates were obtained from various raw milk and pasteurized milk samples using Pseudomonas CFC agar. Among them, 36 isolates were identified as Pseudomonas fluorescens, and one isolate was identified as Pseudomonas putida. Lipase activity of the strains was quantitatively measured by the spectrophotometric method using p-nitrophenyl palmitate (p-NPP) as substrate. Detected lipase activity of the strains was between 10.03 U/mL and 22.16 U/mL. Pseudomonas fluorescens RB02-3 possessed the highest lipase activity. The extracellular lipase of P. fluorescens RB02-3 strain was homogeneously purified using a combination of ammonium sulfate precipitation, dialysis, and gel filtration column chromatography. This purification procedure resulted in 2.97-fold...

404

Execution of natural language requirements using State Machines synthesised from Behavior Trees  

This paper defines a transformation from Behavior Tree models to UML state machines. Behavior Trees are a graphical modelling notation for capturing and formalising dynamic system behaviour described in natural language requirements. But state machines are more widely used in software development, and are required for use with many tools, such as test case generators. Combining the two approaches provides a formal path from natural language requirements to an executable model of the system. This in turn facilitates requirements validation and transition to model-driven software development methods. The approach is demonstrated by defining a mapping from Behavior Trees to UML state machines using the ATLAS Transformation Language (ATL) in the Eclipse Modeling Framework. A security-alarm sys...

405

Polypyrrole based amperometric and potentiometric phosphate biosensors: A comparative study B  

The preparation of two electrochemical (potentiometric and amperometric) phosphate biosensors is described and compared. Purine nucleoside phosphorylase (PNP) and xanthine oxidase (XOD) were co-immobilized via entrapment into polypyrrole (PPy) films by galvanostatic polymerization. Polypyrrole entrapment was achieved with 0.5M pyrrole by using a polymerization time of 200s and a mole ratio of 1:8 (6.2U/mL XOD: 49.6U/mL PNP) in amperometric phosphate biosensor. Potentiometric bi-layer biosensor PPy–NO3/BSA–GLA–PNP–XOD is made of an inner electropolymerized PPy–NO3 layer and an outer layer of PNP and XOD cross-linked with a mixture of bovine serum albumen (BSA) and gultaraldehyde (GLA).The optimum conditions for potentiometric bi-layer biosensor includ...

406

Optimization of media composition for Nattokinase production by Bacillus subtilis using response surface methodology  

Response surface methodology and central composite rotary design (CCRD) was employed to optimize a fermentation medium for the production of Nattokinase by Bacillus subtilis at pH 7.5. The four variables involved in this study were Glucose, Peptone, CaCl2, and MgSO4. The statistical analysis of the results showed that, in the range studied; only peptone had a significant effect on Nattokinase production. The optimized medium containing (%) Glucose: 1, Peptone: 5.5, MgSO4: 0.2 and CaCl2: 0.5 resulted in 2-fold increased level of Nattokinase (3194.25U/ml) production compared to initial level (1599.09U/ml) after 10h of fermentation. Nattokinase production was checked with fibrinolytic activity.

407

Optimization of media composition for Nattokinase production by Bacillus subtilis using response surface methodology.  

Response surface methodology and central composite rotary design (CCRD) was employed to optimize a fermentation medium for the production of Nattokinase by Bacillus subtilis at pH 7.5. The four variables involved in this study were Glucose, Peptone, CaCl2, and MgSO4. The statistical analysis of the results showed that, in the range studied; only peptone had a significant effect on Nattokinase production. The optimized medium containing (%) Glucose: 1, Peptone: 5.5, MgSO4: 0.2 and CaCl2: 0.5 resulted in 2-fold increased level of Nattokinase (3194.25U/ml) production compared to initial level (1599.09U/ml) after 10h of fermentation. Nattokinase production was checked with fibrinolytic activity. PMID:18430568

408

Effect of Oxidized Fibrinogen on Aggregation of Activated Platelets and Neutrophils  

The effect of oxidized fibrinogen on platelet-neutrophil complex formation was evaluated by studying the platelet aggregation (changes in light transmission and turbidimetric assay). Activation of cells by thrombin (0.015 U/ml) in the presence of oxidized fibrinogen was accompanied by the formation of larger intermolecular aggregates of platelets and leukocytes as compared to those detected in experiments with non-oxidized fibrinogen. Addition of thrombin (0.2 U/ml) in the presence of oxidized fibrinogen was followed by the formation of more stable complexes of platelets and leukocytes as compared to those revealed in experiments with non-oxidized fibrinogen. An increase in the width of aggregation curves was most pronounced in the system of 10?4 M Fe2+ and 10?4 M H2O2 with oxidized fibrin...

409

An RM-ODP enterprise view for spatial data infrastructures  

Spatial Data Infrastructures (SDIs) are large, open, distributed and standards-based information systems which intend to facilitate and promote the use of spatial data and spatial services on the Internet. Spatial data describe information tied with locations on Earth, while spatial services allow to manipulate spatial data following a Service Oriented Architecture. This paper proposes to model SDIs as federations of autonomous communities following the enterprise language of the ITU-T and ISO/IEC 'Reference Model of Open Distributed Processing' (RM-ODP), and the recently approved 'Use of UML for ODP Systems Specifications' (UML4ODP). The enterprise language of the RM-ODP provides a conceptual foundation to address several aspects of SDIs not previously considered from a systems architectu...

410

Intermittent Flushing with Heparin Versus Saline for Maintenance of Peripheral Intravenous Catheters in a Medical Department: A Pragmatic Cluster-Randomized Controlled Study  

Abstract Background: Three meta-analyses conducted in the 1990s concluded that the effect of intermittent flushing with heparin at low concentration (10 U/mL) was equivalent to that of 0.9% sodium chloride flushes in preventing occlusion or superficial phlebitis. No firm conclusion was reached on the safety and efficacy of heparin concentrations of 100 U/mL used as an intermittent flush. Purpose: To determine whether flushing peripheral intravenous catheters with 3 mL of a 100 U heparin/mL solution instead of saline improves the outcome of infusion devices. Methods: Cluster-randomized, controlled, two-arm, open trial, conducted in a research and teaching hospital in Northern Italy, involving 214 medical patients without contraindications to heparin: 107 randomly allocated to heparin and 10...

411

Method for mapping the French CCAM terminology to the UMLS metathesaurus.  

The French coding system of surgical procedures, the Classification Commune des Actes Médicaux (CCAM), is used in France for DRG databases and fee for services payment. Mapping between CCAM and other clinical procedures terminologies by the means of UMLS metathesaurus is essential in order to increase semantic interoperability between different healthcare terminologies and between different case mix systems. In a previous work the CISMeF team used an automatic approach to map CCAM descriptors to the French part of the UMLS metathesaurus. In another way for the French funded research project InterSTIS, we performed a mapping using MetaMap based on the top level semantic structure descriptors of anatomy and action of CCAM translated from French to English. This paper aims to present this new approach and to compare the results with the previous one. The combination of both approaches significantly improved the coverage of the mapping to 68 % for both descriptors and 95 % for at least one descriptor. PMID:22874173

412

Prognostic value of soluble ST2 in an unselected cohort of patients admitted to an intensive care unit - The Linz Intensive Care Unit (LICU) study  

Background: Soluble ST2 (sST2) has emerged as a prognostic biomarker in patients with heart disease. We tested the hypothesis that sST2 is an independent predictor of mortality in patients admitted to an intensive care unit (ICU). Methods: We performed measurements of sST2 plasma concentrations in 530 consecutive patients admitted to a medical ICU of a tertiary care hospital during a study period of one year. The patients recruited during the first six months were used for the derivation cohort (n=274) and the patients recruited during the second six months were used for the validation cohort (n=256). The endpoint was defined as 90-day all-cause mortality. Results: In the derivation cohort, sST2 was higher among decedents (n=56; median, 146U/mL) than survivors (n=218; median 42U/mL, p<0.00...

413

Functional expression of trypsin from Streptomyces griseus by Pichia pastoris  

In the present study, the genes encoding trypsinogen and active trypsin from Streptomyces griseus were both cloned and expressed in the methylotrophic yeast Pichia pastoris with the ?-factor secretion signal under the control of the alcohol oxidase promoter. The mature trypsin was successfully accumulated extracellularly in soluble form with a maximum amidase activity of 6.6?U?ml?1 (batch cultivation with flask cultivation) or 14.4?U?ml?1 (fed-batch cultivation with a 3-l fermentor). In contrast, the recombinant trypsinogen formed inclusion bodies and no activity was detected. Replacement of the trypsin propeptide Ala-Pro-Asn-Pro confirmed that its physiological function was as a repressor of activity. More importantly, our results proved that the propeptide inhibited the activity of tryps...

414

Functional expression of trypsin from Streptomyces griseus by Pichia pastoris.  

In the present study, the genes encoding trypsinogen and active trypsin from Streptomyces griseus were both cloned and expressed in the methylotrophic yeast Pichia pastoris with the ?-factor secretion signal under the control of the alcohol oxidase promoter. The mature trypsin was successfully accumulated extracellularly in soluble form with a maximum amidase activity of 6.6 U ml(-1) (batch cultivation with flask cultivation) or 14.4 U ml(-1) (fed-batch cultivation with a 3-l fermentor). In contrast, the recombinant trypsinogen formed inclusion bodies and no activity was detected. Replacement of the trypsin propeptide Ala-Pro-Asn-Pro confirmed that its physiological function was as a repressor of activity. More importantly, our results proved that the propeptide inhibited the activity of trypsinogen after its successful folding. PMID:22842958

415

M2-integrin-intercellular adhesion molecule-1 interactions drive the flow-dependent trafficking of Guillain-Barr syndrome patient derived mononuclear leukocytes at the blood-nerve barrier in vitro  

Abstract The mechanisms of hematogenous leukocyte trafficking at the human blood-nerve barrier (BNB) are largely unknown. Intercellular adhesion molecule-1 (ICAM-1) has been implicated in the pathogenesis of Guillain-Barr syndrome (GBS). We developed a cytokine-activated human in vitro BNB model using primary endoneurial endothelial cells. Endothelial treatment with 10-U/ml tissue necrosis factor- and 20-U/ml interferon- resulted in de novo expression of pro-inflammatory chemokines CCL2, CXCL9, CXCL11, and CCL20, with increased expression of CXCL2-3, CXCL8, and CXCL10 relative to basal levels. Cytokine treatment induced/enhanced ICAM-1, E- and P-selectin, vascular cell adhesion molecule-1 and the alternatively spliced pro-adhesive fibronectin variant, fibronectin connecting segment-1 expre...

416

Characterization of Polyphenol Oxidase Activity in Juices from 12 Underutilized Tropical Fruits with High Agroindustrial Potential  

Polyphenol oxidase activities of lulo, mangosteen, Castilla blackberry, mango, apple guava, tree tomato, papaya, soursop, banana passionfruit, giant granadilla, sweet granadilla, and passion fruit were determined and related to their physicochemical properties. Mangosteen and lulo showed the highest activities (0.1435 and 0.1298 U?mL?1, respectively), while passion fruit and banana passionfruit had the lowest ones (0.0101 and 0.0093 U?mL?1). The two fruits with highest PPO activity were also the ones in which highest color differences (?E) during the first 90 min after fruit crushing were achieved. The Principal Component Analysis revealed a high correlation between PPO activity and total phenolic content for the compounds that are susceptible to act as enzyme substrate. These two variable...

417

MDA based-approach for UML Models Complete Comparison  

If a modeling task is distributed, it will frequently be necessary to integrate models developed by different team members. Problems occur in the models integration step and particularly, in the comparison phase of the integration. This issue had been discussed in several domains and various models. However, previous approaches have not correctly handled the semantic comparison. In the current paper, we provide a MDA-based approach for models comparison which aims at comparing UML models. We develop an hybrid approach which takes into account syntactic, semantic and structural comparison aspects. For this purpose, we use the domain ontology as well as other resources such as dictionaries. We propose a decision support system which permits the user to validate (or not) correspondences extracted in the comparison phase. For implementation, we propose an extension of the generic correspondence metamodel AMW in order to transform UML models to the correspondence model.

418

Production of Acid-Stable and High-Maltose-Forming ?-Amylase of Bacillus acidicola by Solid-State Fermentation and Immobilized Cells and Its Applicability in Baking  

Among matrices used for immobilizing Bacillus acidicola cells [calcium alginate, chitosan + alginate, scotch brite, and polyurethane foam (PUF)], ?-amylase production was highest by PUF-immobilized cells (9.1 U???ml???1), which is higher than free cells (7.2 U???ml???1). The PUF-immobilized cells could be reused over seven cycles with sustained ?-amylase production. When three variables (moisture, starch, and ammonium sulfate), which significantly affected enzyme production in solid-state fermentation (SSF), were optimized using response surface methodology, 5.6-fold enhancement in enzyme production was attained. The enzyme production in SSF is 3.8-fold higher than that in submerged fermentation. The bread made by supplementing dough with ?-amylase of B. acidicola scored better than t...

419

Cerebral infarction developing in a patient without cancer with a markedly elevated level of mucinous tumor marker.  

Previous studies have shown the possible role of mucin in cerebral infarction associated with coagulation abnormalities in patients with cancer, particularly adenocarcinoma. We report a 42-year-old woman who developed motor aphasia and cerebral infarction in the left frontal lobe and right parietal lobe. A mucinous tumor marker, CA125 level, was markedly elevated at 1750 U/mL (normal, <36 U/mL), and the D-dimer level was 6.0 ?g/mL (normal, <1 ?g/mL). She had adenomyosis and no malignancy was revealed. The CA125 and the D-dimer levels became normal after treatment of adenomyosis. Our findings suggest for the first time that marked elevation of mucinous tumor marker level may cause cerebral infarction even in benign conditions. PMID:21277226

420

A promising alternate lipase for biodiesel fuel production  

By screening samples from different sources, a high-yield yet low-cost lipase of Enterobacter aerogenes was found and used in biodiesel production. The enzyme activity of Enterobacter aerogenes reached 34.16 U?mL?1 under the optimum conditions of initial pH 9.0, agitating at 30?C for 40 h, using NaHCO3 and glucose as carbon sources and peptone as nitrogen source, with 0.1% (w/v) MgSO4?7H2O. When adding 1.0% (w/v) olive oil to the culture, the enzyme activity reached 66.31 U?mL?1, which increased by 56.5% compared to that obtained by using 2.0% (w/v) olive oil as the sole carbon source. The lipase of Enterobacter aerogenes was immobilized by diatomite and used to catalyze biodiesel with rapeseed oil as raw materials, the transesterification rate was 92.91% under the optimum reaction conditi...

 
 
 
 
421

Expressing Model Constraints Visually with VMQL  

OCL is the de facto standard language for expressing constraints and queries on UML models. However, OCL expressions are very difficult to create, understand, and maintain, even with the sophisticated tool support now available. In this paper, we propose to use the Visual Model Query Language (VMQL) for specifying constraints on UML models. We examine VMQL's usability by controlled experiments and its expressiveness by a representative sample. We conclude that VMQL is less expressive than OCL, although expressive enough for most of the constraints in the sample. In terms of usability, however, VMQL is superior to OCL, although the experimental evidence we present here is not as compelling as the one we presented when comparing VMQL and OCL on model querying.

422

The production of ?-glucosidases by Fusarium proliferatum NBRC109045 isolated from Vietnamese forest.  

ABSTRACT: Fusarium proliferatum NBRC109045 is a filamentous fungus isolated from Vietnamese forest due to high production of ?-glucosidases. Production of the enzyme was studied on varied carbon source based mediums. The highest activity was obtained in medium containing 1% corn stover + 1% wheat bran (3.31?±?0.14 U/ml). It is interesting to note that glucose (0.69?±?0.02 U/ml) gave higher activity and just followed by cellobiose among the di- and mono-saccharides, which is generally regarded as a universal repressor of hydrolases. We improved the zymogram method to prove that in response to various carbon sources, F. proliferatum could express various ?-glucosidases. One of the ?-glucosidases produced by F. proliferatum growing in corn stover + wheat bran based medium was partially purified and proved to have high catalytic ability. PMID:22974424

423

An amperometric immunosensor for separation-free immunoassay of CA125 based on its covalent immobilization coupled with thionine on carbon nanofiber.  

A carbon nanomaterial, soluble carbon nanofiber, was used for the first time to construct an immunosensor for a rapid separation-free immunoassay. The acidic oxidation of the carbon nanofiber provided its solubility and wettability for convenient preparation of a porous carbon nanofiber membrane and a larger number of active sites for covalent binding of carcinoma antigen-125 (CA125) and thionine as electron transfer mediator. This matrix was a suitable environment for the immobilized protein. The immobilized HRP-labeled immunoconjugate showed good enzymatic activity for the oxidation of thionine by hydrogen peroxide. With a competitive mechanism, the differential pulse voltammetric peak current of this system decreased linearly with increasing CA125 concentration (from 2 to 75 U/ml) in the incubation solution. The CA125 immunosensor showed good precision, high sensitivity, acceptable stability and reproducibility with a detection limit of 1.8 U/ml. The soluble carbon nanofiber is a novel method for preparation of immunosensors. PMID:17350032

424

Increased production of alkaline polygalacturonate lyase in the recombinant Pichia pastoris by controlling cell concentration during continuous culture  

Recombinant alkaline polygalacturonate lyase (PGL) production by recombinant Pichia pastoris GS115 was selected as a model to study as a continuous culture strategy for enhancing heterologous protein production based on controlling methanol feeding (CCCM culture) or on dual carbon source feeding (CCCD culture). Using the CCCM process with a dry cell weight of 75g/L regulated by controlling methanol concentration in the induction media, the final PGL activity was 441.9U/mL. The PGL productivity (Qv) and the average specific enzyme production rate (Qx) were 4.65UmL-1h-1 and 84.5Ug-1h-1, an increase of 42.1% and 191.2%, respectively, over what was achieved with traditional fed-batch culture with high cell density. The control strategies also reduced proteolytic degradation by 84.1% in the fer...

425

Serum albumin and paraoxonase activity in Iranian veterans 20 years after sulfur mustard exposure  

Sulfur mustard, a chemical warfare agent, has short- and long-term effects on various organs including respiratory system. Its late toxic effects on biological macromolecules among exposed veterans have not been well studied. We performed a study to determine paraoxonase-1 (PON1) activity and phenotype distribution as well as its correlation with albumin level in 289 male veterans with severe pulmonary complications who had exposure to sulfur mustard 20 years ago and in 66 age and ethnic matched healthy male subjects as controls. Serum albumin levels were lower in the veterans compared to controls (P < 0.001). Mean basal PON1 activity was 91.61 +- 44.80 U/mL in the veteran group versus 110.27 +- 50.23 U/mL in controls (P = 0.005). Arylesterase activity was not significantly different betwe...

426

Domain-specific modeling and verification for C4ISR capability requirements  

An approach was proposed to specify the C4ISR capability of domain-specific modeling language. To confine the domain modeling within a standard architecture framework, formally a C4ISR capability meta-ontology was defined according to the meta-model of DoD Architecture Framework. The meta-ontology is used for extending UML Profile so that the domain experts can model the C4ISR domains using the C4ISR capability meta-concepts to define a domain-specific modeling language. The domain models can be then checked to guarantee the consistency and completeness through converting the UML models into the Description Logic ontology and making use of inference engine Pellet to verify the ontology.

427

The Cows Come Home. A Farm Kid Milks Her Experiences for All They're Worth  

Carla Panciera, is a farmer's daughter who grew up on a hundred acres of corn, pasture with a herd of dairy cows. As a child she learned that cows have 4 stomachs, the average gestation period of a calf, how to back the manure spreader into the shed, and the art of clipping, and bathing cows on show day. Her father eventually sold the farm and moved into town, and she went of to college and a teaching career, wondering what she could ever do with all she had learned on the farm. About half way through her 10th year of teaching English, she over heard a conversation among her students who were sharing tales of their latest conquest at the local "all you can eat" restaurant. Panciera had shared with her class that she was a vegetarian, and had been raised on a farm. One student asked her if she drank milk, and said "Well, I think it's pretty hypocritical, I mean, they had to kill the cow to get the milk, anyway." At that point, the author, knew she had been presented with one of those impromptu teachable moments that she had learned about in graduate school. When kids need to know something critical, her professors told her, let it happen. This article describes how she postphoned the lesson she had planned for that day, and seized the moment to answer questions, about life on the farm, diagrammed a milking parlor, and taught the class to milk an imaginary cow. For the rest of the class students who had not raised their hands the entire year, were enthisiastically asking one question after another as they learned how beef, milk, and dairy products are produced. How much milk do cows give? Did you drive a tractor? Did you have horses, chickens, pigs, goats, sheep, llamas? What?s a cow weigh, anyway? Are bulls the ones with horns?

428

Model Driven ArchitectureTM  

Model Driven Architecture MDA)is a new methodologyf rom OMG that uses modeling languages like UML along with programming languages like Java to build software architectures. PriceWatersCoopers' prestigious Technology Center just predicted that MDA will be one of the most important methodologies in the next two years Written by the lead architect of the specification who provides inside information on how MDA has worked in the real world

429

The Making of Information Systems Software Engineering and Management in a Globalized World  

Information systems (IS) are the backbone of any organization today, supporting all major business processes. This book deals with the question: how do these systems come into existence? It gives a comprehensive coverage of managerial, methodological and technological aspects including: Management decisions before and during IS development, acquisition and implementation Project management Requirements engineering and design using UML Implementation, testing and customization Software architecture and platforms Tool support (CASE tools, IDEs, collaboration tools) The book takes into account th

430

Increased expression of keratinase and other peptidases by Candida parapsilosis mutants  

Abstract in english Keratinases are enzymes of great importance involved in pathogenic processes of some fungi. They also have a widespread ecological role since they are responsible for the degradation and recycling of keratin. On the one hand, studying them furthers our knowledge of pathogenicity mechanisms, which has important implications for human health, and on the other hand, understanding their ecological role in keratin recycling has biotechnological potential. Here, a wild-type ker (more) atinolytic Candida parapsilosis strain isolated from a poultry farm was treated with ethyl methanesulfonate in order to generate mutants with increased keratinase activity. Mutants were then cultured on media with keratin extracted from chicken feathers as the sole source of nitrogen and carbon. Approximately 500 mutants were screened and compared with the described keratinolytic wild type. Three strains, H36, I7 and J5, showed enhanced keratinase activity. The wild-type strain produced 80 U/mL of keratinolytic activity, strain H36 produced 110 U/mL, strain I7, 130 U/mL, and strain J5, 140 U/mL. A 70% increase in enzyme activity was recorded for strain J5. Enzymatic activity was evaluated by zymograms with proteic substrates. A peptidase migrating at 100 kDa was detected with keratin, bovine serum albumin and casein. In addition, a peptidase with a molecular mass of 50 kDa was observed with casein in the wild-type strain and in mutants H36 and J5. Gelatinase activity was detected at 60 kDa. A single band of 35 kDa was found in wild-type C. parapsilosis and in mutants with hemoglobin substrate.

431

Effects of interleukin-6 on cellular function in UMR-106-01 osteoblastlike cells  

High levels of interleukin-6 (IL-6) have been detected in synovial fluid from patients with inflammatory arthropathies associated with local bone resorption, suggesting a role for IL-6 as a local regulator of bone resorption and remodeling. In the present study we examined the effects of IL-6 on ({sup 3}H)thymidine (({sup 3}H)TdR) incorporation, collagen synthesis, and alkaline phosphatase activity in UMR-106-01 rat osteoblastic osteosarcoma cells. IL-6 stimulated a dose-dependent increase in ({sup 3}H)TdR incorporation that was maximal at 1000 U/ml (- 147% of basal, p less than 0.005) in osteoblastlike cells that were in a logarithmic phase of growth. The increase in ({sup 3}H)TdR incorporation was maximal between 12 and 24 h and was neutralized by pretreatment with the polyclonal rabbit antibody to IL-6. IL-6 also increased cell number and the secretion of prostaglandin E2 in UMR-106-01 cells in logarithmic growth phase. The stimulation of ({sup 3}H)TdR incorporation and release of PGE2 into the culture medium by IL-6 was inhibited by indomethacin. A 24 h exposure of the osteoblastlike cells to 1000 U/ml of IL-6 reduced ({sup 3}H)proline incorporation into collagenase-digestible (CDP) protein to 73% of control values (p less than 0.01). Noncollagen protein (NCP) synthesis was inhibited to 80% of control values (p less than 0.01) by 1000 U/ml of IL-6. The inhibitory effect was relatively greater on CDP than on NCP and consequently resulted in a decrease in the percentage of collagen synthesis. Alkaline phosphatase activity was not altered in these cells after a 24 h exposure to 1-1000 U/ml of IL-6.

432

Effects of a low molecular weight heparin, bemiparin, and unfractionated heparin on hemostatic properties of endothelium.  

Human endothelial cells synthesize and secrete a variety of molecules involved in fibrinolysis and coagulation. The effects of a low molecular weight heparin, Bemiparin, and unfractionated heparin (UFH) were compared on plasminogen activator inhibitor-1 (PAI-1), tissue-plasminogen activator (t-PA), tissue factor (TF), tissue factor pathway inhibitor (TFPI) release, and PAI-1 gene expression by human umbilical vein endothelial cells (HUVEC). Cell cultures were supplemented with Bemiparin or UFH at 1 or 10 U/mL. Culture media samples were obtained before the addition of the drugs and 2, 6, and 24 hours afterward to measure the antigen levels of TF, TFPI, t-PA, and PAI-1. RNA was obtained to study the endothelial expression of PAI-1 by reverse transcriptase-polymerase chain reaction (RT-PCR). Bemiparin at 1 U/mL resulted in a decreased messenger RNA (mRNA) PAI-1 expression, which remained unaltered when UFH had been added. PAI-1 levels increased after the cultures had been supplemented with either Bemiparin or UFH at both doses. UFH induced an increase in t-PA either at 1 or 10 U/mL. Both doses of UFH, but not Bemiparin, induced an important increase in TF secretion. An increase in the TFPI levels was seen with UFH at 1 U/mL. The decrease in PAI-1 gene expression observed with a therapeutic dose of Bemiparin might confer this drug interesting profibrinolytic properties. The fact that Bemiparin, in contrast with UFH, does not induce an increase in TF could give this drug another positive feature. PMID:11991242

433

Increased expression of keratinase and other peptidases by Candida parapsilosis mutants.  

Keratinases are enzymes of great importance involved in pathogenic processes of some fungi. They also have a widespread ecological role since they are responsible for the degradation and recycling of keratin. On the one hand, studying them furthers our knowledge of pathogenicity mechanisms, which has important implications for human health, and on the other hand, understanding their ecological role in keratin recycling has biotechnological potential. Here, a wild-type keratinolytic Candida parapsilosis strain isolated from a poultry farm was treated with ethyl methanesulfonate in order to generate mutants with increased keratinase activity. Mutants were then cultured on media with keratin extracted from chicken feathers as the sole source of nitrogen and carbon. Approximately 500 mutants were screened and compared with the described keratinolytic wild type. Three strains, H36, I7 and J5, showed enhanced keratinase activity. The wild-type strain produced 80 U/mL of keratinolytic activity, strain H36 produced 110 U/mL, strain I7, 130 U/mL, and strain J5, 140 U/mL. A 70% increase in enzyme activity was recorded for strain J5. Enzymatic activity was evaluated by zymograms with proteic substrates. A peptidase migrating at 100 kDa was detected with keratin, bovine serum albumin and casein. In addition, a peptidase with a molecular mass of 50 kDa was observed with casein in the wild-type strain and in mutants H36 and J5. Gelatinase activity was detected at 60 kDa. A single band of 35 kDa was found in wild-type C. parapsilosis and in mutants with hemoglobin substrate. PMID:21399854

434

Developing a UMLS-based indexing tool for health science repository system.  

One of the important procedures during the operation of an Institutional Repository System (IRS) is to categorize and index the submitted digital objects. Based on current practice, human catalogers are frequently involved in this process to make accurate categorization. Funded by NLM development grant, we are developing an UMLS-based indexing tool. The tool will be integrated or plug-in into most IRS, and categorize and assign MeSH headings and keywords to text-based digital objects automatically. PMID:17238776

435

Regulation of Inwardly Rectifying K+ Channel in Cultured Opossum Proximal Tubule Cells by Protein Phosphatases 1 and 2A  

The inwardly rectifying ATP-regulated K+ channel with an inward conductance of about 90 pS in the surface membrane of cultured opossum kidney proximal tubule (OKP) cells is activated at least in part by protein kinase A (PKA). In this study, we examined the effects of protein serine/threonine phosphatase types 1 (PP-1) and 2A (PP-2A) on activity of the K+ channel using the patch-clamp technique. In cell-attached patches, channel activity was enhanced by the application of okadaic acid (OA, 1 ?M), a membrane-permeable inhibitor of PP-1 and PP-2A, to the bath solution. This enhancement was abolished by the pretreatment of cells with KT5720 (200 nM), a specific inhibitor of PKA. In inside-out patches, channel activity which could be maintained in the presence of ATP (3 mM) in the bath solution was also increased by the addition of OA (1 ?M), and the OA-induced increase in channel activity was partially prevented in the presence of KT5720 (200 nM). Direct application of either PP-1 (1 U/ml) or PP-2A (1 U/ml) to the cytoplasmic surface of the patch membrane inhibited channel activity maintained by ATP (3 mM) in inside-out patches. Moreover, channel activity stimulated by PKA (20 nM) in the presence of ATP (3 mM) was also inhibited by the application of either PP-1 (1 U/ml) or PP-2A (1 U/ml). These results indicate that the OA-sensitive protein phosphatase is involved in the regulation of channel activity, and suggest that both PP-1 and PP-2A are candidates responsible for the inhibition of channel activity through dephosphorylation of the PKA-mediated protein phosphorylation.   

436

Large Prospective Study of Ovarian Cancer Screening in High-risk Women: CA125 Cut-point Defined by Menopausal Status  

Background Previous screening trials for early detection of ovarian cancer in postmenopausal women have used the standard CA125 cut-point of 35 U/mL, the 98th percentile in this population yielding a 2% false positive rate, while the same cut-point in trials of premenopausal women results in substantially higher false positive rates. We investigated demographic and clinical factors predicting CA125 distributions, including 98th percentiles, in a large population of high-risk women participating in two ovarian cancer screening studies with common eligibility criteria and screening protocols. Methods Baseline CA125 values and clinical and demographic data from 3,692 women participating in screening studies conducted by the NCI-sponsored Cancer Genetics Network and Gynecologic Oncology Group were combined for this pre-planned analysis. Due to the large effect of menopausal status on CA125 levels, statistical analyses were conducted separately in pre- and postmenopausal subjects to determine the impact of other baseline factors on predicted CA125 cut-points based on the 98th percentile. Results The primary clinical factor affecting CA125 cut-points was menopausal status, with premenopausal women having a significantly higher cut-point of 50 U/mL while in postmenopausal subjects the standard cut-point of 35 U/mL was recapitulated. In premenopausal women, current oral contraceptive (OC) users had a cut-point of 40 U/mL. Conclusions To achieve a 2% false positive rate in ovarian cancer screening trials and in high-risk women choosing to be screened, the cut-point for initial CA125 testing should be personalized primarily for menopausal status (~ 50 for premenopausal women, 40 for premenopausal on OC, 35 for postmenopausal women).

437

Processing of poultry feathers by alkaline keratin hydrolyzing enzyme from Serratia sp. HPC 1383.  

The present study describes the production and characterization of a feather hydrolyzing enzyme by Serratia sp. HPC 1383 isolated from tannery sludge, which was identified by the ability to form clear zones around colonies on milk agar plates. The proteolytic activity was expressed in terms of the micromoles of tyrosine released from substrate casein per ml per min (U/mL min). Induction of the inoculum with protein was essential to stimulate higher activity of the enzyme, with 0.03% feathermeal in the inoculum resulting in increased enzyme activity (45U/mL) that further increased to 90U/mL when 3d old inoculum was used. The highest enzyme activity, 130U/mL, was observed in the presence of 0.2% yeast extract. The optimum assay temperature and pH for the enzyme were found to be 60 degrees C and 10.0, respectively. The enzyme had a half-life of 10min at 60 degrees C, which improved slightly to 18min in presence of 1mM Ca(2+). Inhibition of the enzyme by phenylmethyl sulfonyl fluoride (PMSF) indicated that the enzyme was a serine protease. The enzyme was also partially inhibited (39%) by the reducing agent beta-mercaptoethanol and by divalent metal ions such as Zn(2+) (41% inhibition). However, Ca(2+) and Fe(2+) resulted in increases in enzyme activity of 15% and 26%, respectively. The kinetic constants of the keratinase were found to be 3.84 microM (K(m)) and 108.7 microM/mLmin (V(max)). These results suggest that this extracellular keratinase may be a useful alternative and eco-friendly route for handling the abundant amount of waste feathers or for applications in other industrial processes. PMID:19101133

438

Thermal stability of xylanases produced by Aspergillus awamori/ Estabilidade térmica de xilanases produzidas por Aspergillus awamori  

Abstract in portuguese O presente trabalho trata do estudo do efeito da temperatura na atividade e estabilidade de endo-xilanase e beta-xilosidase produzidas, extracelularmente, por Aspergillus awamori. O cultivo deste microrganismo, em bagaço de cana finamente dividido, produziu predominantemente endo-xilanases (30 U/ml) e menores atividades de beta-xilosidase (1,3 U/ml); esta última exibiu considerável estabilidade em faixa de temperatura variando de 35 a 55°C, por outro lado verificou-se (more) uma menor termo estabilidade para a endoenzima. A estabilidade térmica de endo-xilanase foi aumentada consideravelmente através da adição de polióis, principalmente xilitol e sorbitol em concentração de 2,0 M. No que concerne à estocagem a baixa temperatura (-4°C), observou-se uma estabilidade particular na atividade endo-xilanásica (100%), durante 165 dias, porém, um decréscimo de aproximadamente 20% na atividade beta-xilosidásica foi verificado após os primeiros 15 dias de armazenamento nas mesmas condições, mantendo-se aproximadamente em 75% da atividade inicial no mesmo período de tempo. Abstract in english The effect of temperature on the activity and stability of endoxylanase and beta-xylosidase from Aspergillus awamori was investigated. The growth of A. awamori in milled sugar cane bagasse produced predominantly extracellular endoxylanase (30 U/ml) and lower amounts of beta-xylosidase (1.3 U/ml). Grown in sugar cane bagasse as the principal carbon source, the microorganism produced a quite stable beta-xylosidase in a temperature range of 35-55°C, but it exhibited a lower (more) thermostable endoxylanase. The thermostability of endoxylanase was enhanced through addition of polyhydric alcohols, mainly 2 M xylitol and sorbitol solutions. Particular stability upon storage (100%) was found for endoxylanase at -4°C for 165 days. Yet for beta-xylosidase, an activity decrease of approximately 20% was observed during the first 15 days of storage, maintaining roughly 75% of initial activity until the end of the experiment.

439

Inoculum padronization for the production of cutinase by Fusarium oxysporum/ Padronização do inóculo para a produção de cutinase por Fusarium oxysporum  

Abstract in portuguese Cutinase é uma enzima versátil, que apresenta propriedades interessantes para aplicação em processos industriais. O uso desta enzima em larga escala depende do desenvolvimento de um sistema de produção eficiente e de baixo custo. Uma das etapas mais importantes em um processo de fermentação é a padronização do inóculo. Neste estudo, houve uma associação estatisticamente significativa entre a produção de cutinase por Fusarium oxysporum e tamanho do inóculo (more) e pH do meio PDA. As maiores atividades de cutinase foram 19,1 U/mL em PDA com pH 7,0 e 22,72 U/mL empregando um inóculo de 12,72 x 10(7) esporos/mL. As características macroscópicas das colônias de Fusarium oxysporum mostraram alterações em função do pH do meio, com as maiores atividades sendo registradas em presença de colônias brancas com aspecto cotonoso. Abstract in english Cutinase is a versatile enzyme showing several interesting properties for application in industrial processes. The widespread use of this enzyme depends on the development of an efficient and low-cost production system. One of the most important steps in a fermentation process is the standardization of the inoculum characteristics. In this study, the production of cutinase by Fusarium oxysporum showed a statistically significant relationship with both the inoculum size an (more) d the inoculum PDA pH. The greatest activities were 19.1 U/mL at PDA pH 7.0 and 22.72 U/mL using an aliquot of 12.72 x 10(7) spores/mL. The macroscopic characteristics of the colonies of Fusarium oxysporum changed according to the variation of the medium pH, with the best results recorded in those colonies presenting a cotton white aspect.

440

Modification of 5-hydroxytryptophan-evoked 5-hydroxytryptamine formation of guinea pig colonic mucosa by reactive oxygen species.  

We studied whether reactive oxygen species (ROS) generated by normal colonic mucosa affect 5-hydroxytryptophan (5-HTP)-evoked 5-HT formation (measured as the sum of 5-HT plus 5-hydroxyindole acetic acid (5-HIAA) accumulation) of guinea pig's isolated colonic mucosa. Catalase (3000-6000 U/ml), a hydrogen peroxide (H2O2) scavenger or diphenylene iodonium (DPI, 10-100 microM), an NADPH oxidase inhibitor, concentration-dependently caused an increase of the sum of 5-HT plus 5-HIAA accumulation in the presence of 5-HTP (10 microM), but these drugs did not significantly affect the 5-HT-metabolite in the colonic mucosa measured as the ratio of 5-HIAA/5-HT. Exogenously applied H2O2 (10-100 microM) concentration-dependently inhibited the sum of 5-HT plus 5-HIAA accumulation. In contrast, neither superoxide dismutase (SOD, 100-300 U/ml), superoxide anion scavenger, nor dimetyl sulfoxide (1-5%, DMSO), a hydroxyl radical scavenger affected the sum of 5-HT plus 5-HIAA accumulation. Moreover, mucosa ROS generation was estimated using the chemiluminescence technique. SOD (100-300 U/ml), catalase (3000-6000 U/ml) or DPI (10-100 microM), concentration-dependently reduced luminol-enhanced chemiluminescence signal from the colonic mucosa, while allopurinol (10-100 microM), a xanthine oxidase inhibitor, did not affect the chemiluminescence signal. These results suggest that ROS is formed through an NADPH oxidase system in the guinea pig colonic mucosa, where it exerts a modulatory effect on mucosal 5-HT formation upon addition of 5-HTP. Thus, ROS formation from normal colonic mucosa could be considered to contribute to the control of 5-HT production in mucosa enterochromaffin cells. PMID:11855670

 
 
 
 
441

Optimization of photometric determination of U with arsenazo III for direct determination of U in steels, soils and waters  

Conditions were optimized for the reaction of U(VI) with arsenazo III. Recommended as the optimal medium for photometric determination of uranium in the concentration range 0.5 to 50 ..mu..g U/ml was the glycine buffer with pH 1.2 to 2.2. The results of the suggested method have better reproducibility than those of the mineral acid procedure used so far. Complexone III should be added to mask the other cations accompanying uranium in steels, waters and rocks.

442

Quantitative thyroid scintigraphy for the differentiation of Graves' disease and hyperthyroid autoimmune thyroiditis  

The purpose of this study is the evaluation of the TCTUs in the differentiation between AIT and GD in patients with hyperthyroidism. Methods: We determined the TCTUs in 59 patients with untreated hyperthyroid GD and in 51 patients with AIT who had subclinical or manifest hyperthyroidism without medication. Patients with GD were characterized by the presence of hyperthyroidism, decreased echogenicity of the thyroid, elevation of TSH-receptor autoantibodies (TRAb). AIT was defined by a decreased echogenicity of the thyroid, absence of elevated TSH-receptor autoantibodies (TRAb), autoantibodies against the thyroid peroxidase (anti-TPO) and spontaneous remission or development of subclinical hypothyroidism within 3 months. Results: Thyroid volumes of patients with AIT were significantly lower than those of patients with GD (p<0.05). TRAb levels were significantly higher in GD-patients (median: 19.5 U/ml; range: 15.3-35 U/ml) than in AIT-patients (median: 1.3 U/ml; range: 0-4.1 U/ml). 73% (38/59) of patients with GD had elevated anti-TPO levels. In these patients anti-TPO levels (median: 768 U/l; range: 83-6397 U/l) were not significantly different from anti-TPO levels of patients with AIT (median: 834 U/l; range: 107-8675 U/l; p=0.17). TCTUs values of patients with AIT were significantly lower (p<0.05; median: 0.9%; range: 0.1-3.2%) than those of patients with GD (median: 5.7%; range: 1.9-28.3%). Conclusion: In our patients quantitative thyroid scintigraphy with {sup 99m}TcO{sub 4}{sup -} offered rapid and reliable differentiation between hyperthyroid GD and AIT. (orig.)