169 resultados para Labelled graphs


Relevância:

10.00% 10.00%

Publicador:

Resumo:

2,3-Dimethyl-2,3-dinitrobutane (DMNB) is an explosive taggant added to plastic explosives during manufacture making them more susceptible to vapour-phase detection systems. In this study, the formation and detection of gas-phase \[M+H](+), \[M+Li](+), \[M+NH(4)](+) and \[M+Na](+) adducts of DMNB was achieved using electrospray ionisation on a triple quadrupole mass spectrometer. The \[M+H](+) ion abundance was found to have a strong dependence on ion source temperature, decreasing markedly at source temperatures above 50 degrees C. In contrast, the \[M+Na](+) ion demonstrated increasing ion abundance at source temperatures up to 105 degrees C. The relative susceptibility of DMNB adduct ions toward dissociation was investigated by collision-induced dissociation. Probable structures of product ions and mechanisms for unimolecular dissociation have been inferred based on fragmentation patterns from tandem mass (MS/MS) spectra of source-formed ions of normal and isotopically labelled DMNB, and quantum chemical calculations. Both thermal and collisional activation studies suggest that the \[M+Na](+) adduct ions are significantly more stable toward dissociation than their protonated analogues and, as a consequence, the former provide attractive targets for detection by contemporary rapid screening methods such as desorption electrospray ionisation mass spectrometry. Copyright (C) 2009 Commonwealth of Australia. Published by John Wiley & Sons, Ltd.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

More children are now being diagnosed with chromosome abnormalities. Some chromosome disorder syndromes are relatively well known; while others are so rare that there is only limited evidence about their likely impact on learning and development. For educators, a basic level of knowledge about chromosome abnormalities is important for understanding the literature and communicating with families and professionals. This paper describes chromosomes, and the numerical and structural anomalies that can occur, usually spontaneously during early cell division. Distinctive features of various chromosome syndromes are summarised before a discussion of the rare chromosome disorders that are labelled, not with a syndrome name, but simply by a description of the chromosome number, size and shape. Because of the potential within-group variability that characterises syndromes, and the scarcity of literature about the rare chromosome disorders, expectations for learning and development of individual students need to be based on the range of possible outcomes that may be achievable.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Purpose – This paper aims to examine the tendencies of sustainability reporting by major commercial banks in Bangladesh in comparison with global sustainability reporting indicators outlined in the GRI framework together with banks' predilection toward reporting 16 GRI financial service sector (FSS) specific performance indicators. Design/methodology/approach – Based on the GRI G3 guidelines, the paper investigated banks' reporting in five broad areas of sustainability, such as environment, labour practices and decent works, product responsibility, human rights and society. The 2008/2009 annual reports of 12 major commercial banks listed on Dhaka stock exchange were analysed and coded using a content-based technique. Findings – The results show that information on society is addressed most extensively with regard to extent of reporting. This is followed by the disclosures prepared on decent works and labour practices and environmental issues. Furthermore, the disclosures of product responsibility information and the information for human rights are rather scarce in banks' reporting; on the subject of FSS-specific disclosures, only seven items out of 16 are disclosed by all sample banks. Research limitations/implications – The findings of the study indicate that Bangladeshi commercial banks' social disclosures could develop in this style to become more holistic and over time (in association with the country's central bank involvement) to resemble a type of structured reporting to the point where they are properly labelled per se. Originality/value – The study contributes to the social disclosure literature, in particular in a developing countries banking sector context, seeing as it disseminates evidence of the standing on social disclosures practices at the level of GRI with developing countries' banks data.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Software engineers constantly deal with problems of designing, analyzing, and improving process specifications, e.g., source code, service compositions, or process models. Process specifications are abstractions of behavior observed or intended to be implemented in reality which result from creative engineering practice. Usually, process specifications are formalized as directed graphs in which edges capture temporal relations between decisions, synchronization points, and work activities. Every process specification is a compromise between two points: On the one hand engineers strive to operate with less modeling constructs which conceal irrelevant details, while on the other hand the details are required to achieve the desired level of customization for envisioned process scenarios. In our research, we approach the problem of varying abstraction levels of process specifications. Formally, developed abstraction mechanisms exploit the structure of a process specification and allow the generalization of low-level details into concepts of a higher abstraction level. The reverse procedure can be addressed as process specialization.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Process models define allowed process execution scenarios. The models are usually depicted as directed graphs, with gateway nodes regulating the control flow routing logic and with edges specifying the execution order constraints between tasks. While arbitrarily structured control flow patterns in process models complicate model analysis, they also permit creativity and full expressiveness when capturing non-trivial process scenarios. This paper gives a classification of arbitrarily structured process models based on the hierarchical process model decomposition technique. We identify a structural class of models consisting of block structured patterns which, when combined, define complex execution scenarios spanning across the individual patterns. We show that complex behavior can be localized by examining structural relations of loops in hidden unstructured regions of control flow. The correctness of the behavior of process models within these regions can be validated in linear time. These observations allow us to suggest techniques for transforming hidden unstructured regions into block-structured ones.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

A business process is often modeled using some kind of a directed flow graph, which we call a workflow graph. The Refined Process Structure Tree (RPST) is a technique for workflow graph parsing, i.e., for discovering the structure of a workflow graph, which has various applications. In this paper, we provide two improvements to the RPST. First, we propose an alternative way to compute the RPST that is simpler than the one developed originally. In particular, the computation reduces to constructing the tree of the triconnected components of a workflow graph in the special case when every node has at most one incoming or at most one outgoing edge. Such graphs occur frequently in applications. Secondly, we extend the applicability of the RPST. Originally, the RPST was applicable only to graphs with a single source and single sink such that the completed version of the graph is biconnected. We lift both restrictions. Therefore, the RPST is then applicable to arbitrary directed graphs such that every node is on a path from some source to some sink. This includes graphs with multiple sources and/or sinks and disconnected graphs.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Behavioral models capture operational principles of real-world or designed systems. Formally, each behavioral model defines the state space of a system, i.e., its states and the principles of state transitions. Such a model is the basis for analysis of the system’s properties. In practice, state spaces of systems are immense, which results in huge computational complexity for their analysis. Behavioral models are typically described as executable graphs, whose execution semantics encodes a state space. The structure theory of behavioral models studies the relations between the structure of a model and the properties of its state space. In this article, we use the connectivity property of graphs to achieve an efficient and extensive discovery of the compositional structure of behavioral models; behavioral models get stepwise decomposed into components with clear structural characteristics and inter-component relations. At each decomposition step, the discovered compositional structure of a model is used for reasoning on properties of the whole state space of the system. The approach is exemplified by means of a concrete behavioral model and verification criterion. That is, we analyze workflow nets, a well-established tool for modeling behavior of distributed systems, with respect to the soundness property, a basic correctness property of workflow nets. Stepwise verification allows the detection of violations of the soundness property by inspecting small portions of a model, thereby considerably reducing the amount of work to be done to perform soundness checks. Besides formal results, we also report on findings from applying our approach to an industry model collection.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Service science combines scientific, management, and engineering disciplines to improve the understanding of how service systems cooperate to create business value. Service systems are complex configurations of people, technologies, and resources that coexist in a common environment of service provisioning. While the general concepts of service science are understood and agreed upon, the representation of service systems using models is still in its infancy. In this chapter, we look at business processes and their role in properly representing service systems. We propose flexible process graphs, a high-level process modeling language, and extend it in order to specify service systems and their compositions within shared environments in a flexible way. The discussion in this chapter is the first step towards a formal description of service science environment, including service systems, networks, and whole ecology.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Process models are usually depicted as directed graphs, with nodes representing activities and directed edges control flow. While structured processes with pre-defined control flow have been studied in detail, flexible processes including ad-hoc activities need further investigation. This paper presents flexible process graph, a novel approach to model processes in the context of dynamic environment and adaptive process participants’ behavior. The approach allows defining execution constraints, which are more restrictive than traditional ad-hoc processes and less restrictive than traditional control flow, thereby balancing structured control flow with unstructured ad-hoc activities. Flexible process graph focuses on what can be done to perform a process. Process participants’ routing decisions are based on the current process state. As a formal grounding, the approach uses hypergraphs, where each edge can associate any number of nodes. Hypergraphs are used to define execution semantics of processes formally. We provide a process scenario to motivate and illustrate the approach.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Businesses document their operational processes as process models. The common practice is to represent process models as directed graphs. The nodes of a process graph represent activities and directed edges constitute activity ordering constraints. A flexible process graph modeling approach proposes to generalize process graph structure to a hypergraph. Obtained process structure aims at formalization of ad-hoc process control flow. In this paper we discuss aspects relevant to concurrent execution of process activities in a collaborative manner organized as a flexible process graph. We provide a real world flexible process scenario to illustrate the approach.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Objective To explore the feasibility of conducting a 10-week home-based physical activity (PA) programme and evaluate the changes in insulin sensitivity (S I) commensurate with the programme in obese young people. Design Open-labelled intervention. Setting Home-based intervention with clinical assessments at a tertiary paediatric hospital. Subjects 18 obese (body mass index (BMI)>International Obesity Task Force age and sex-specifi c cut-offs) children and adolescents (8-18 years, 11 girls/7 boys) were recruited. 15 participants (nine girls/six boys, mean±SE age 11.8±0.6 years, BMI-SD scores (BMI-SDS) 3.5±0.1, six prepubertal/nine pubertal) completed the intervention. Intervention The programme comprised biweekly home visits over 10 weeks with personalised plans implemented aiming to increase moderate-intensity PA. Pedometers and PA diaries were used as self-monitoring tools. The goals were to (1) teach participants behavioural skills related to adopting and maintaining an active lifestyle and (2) increase daily participation in PA. Outcome measures Mean steps/day were assessed. SI assessed by the frequently sampled intravenous glucose tolerance test and other components of the insulin resistance syndrome were measured. Results Mean steps/day increased significantly from 10 363±927 (baseline) to 13 013±1131 (week 10) (p<0.05). S I was also significantly increased, despite no change in BMI-SDS, and remained so after an additional 10-week follow-up. Conclusions The results suggest that such a homebased PA programme is feasible. S I improved without changes in BMI-SDS. More rigorous evaluations of such programmes are warranted.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Banana bunchy top disease (BBTD) caused by banana bunchy top virus (BBTV) was radioactively detected by nucleic acid hybridization techniques. Results showed that, 32P-labelled insert of pBT338 was hybridized with nucleic acid extracts from BBTV-infected plants from Egypt and Australia but not with those from CMV-infected plants from Egypt. Results revealed that BBTV was greatly detected in midrib, roots, meristem, corm, leaves and pseudostem respectively. BBTV was also detected in symptomless young plants prepared from diseased plant materials grown under tissue culture conditions but was not present in those performed from healthy plant materials. The sensitivity of dot blot and Southern blot hybridizations for the detection of BBTV was also performed for the detection of BBTV.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

We study the natural problem of secure n-party computation (in the passive, computationally unbounded attack model) of the n-product function f G (x 1,...,x n ) = x 1 ·x 2 ⋯ x n in an arbitrary finite group (G,·), where the input of party P i is x i  ∈ G for i = 1,...,n. For flexibility, we are interested in protocols for f G which require only black-box access to the group G (i.e. the only computations performed by players in the protocol are a group operation, a group inverse, or sampling a uniformly random group element). Our results are as follows. First, on the negative side, we show that if (G,·) is non-abelian and n ≥ 4, then no ⌈n/2⌉-private protocol for computing f G exists. Second, on the positive side, we initiate an approach for construction of black-box protocols for f G based on k-of-k threshold secret sharing schemes, which are efficiently implementable over any black-box group G. We reduce the problem of constructing such protocols to a combinatorial colouring problem in planar graphs. We then give two constructions for such graph colourings. Our first colouring construction gives a protocol with optimal collusion resistance t < n/2, but has exponential communication complexity O(n*2t+1^2/t) group elements (this construction easily extends to general adversary structures). Our second probabilistic colouring construction gives a protocol with (close to optimal) collusion resistance t < n/μ for a graph-related constant μ ≤ 2.948, and has efficient communication complexity O(n*t^2) group elements. Furthermore, we believe that our results can be improved by further study of the associated combinatorial problems.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Knowledge of CT anatomy is increasingly vital in daily radiotherapy practice, especially with more widespread use of cross-sectional image-guided radiotherapy (IGRT) techniques. Existing CT anatomy texts are predominantly written for the diagnostic practitioner and do not always address the radiotherapy issues while emphasising structures that are not common to radiotherapy practice. CT Anatomy for Radiotherapy is a new radiotherapy-specific text that is intended to prepare the reader for CT interpretation for both IGRT and treatment planning. It is suitable for undergraduate students, qualified therapy radiographers, dosimetrists and may be of interest to oncologists and registrars engaged in treatment planning. All essential structures relevant to radiotherapy are described and depicted on 3D images generated from radiotherapy planning systems. System-based labelled CT images taken in relevant imaging planes and patient positions build up understanding of relational anatomy and CT interpretation. Images are accompanied by comprehensive commentary to aid with interpretation. This simplified approach is used to empower the reader to rapidly gain image interpretation skills. The book pays special attention to lymph node identification as well as featuring a unique section on Head and Neck Deep Spaces to help understanding of common pathways of tumour spread. Fully labelled CT images using radiotherapy-specific views and positioning are complemented where relevant by MR and fusion images. A brief introduction to image interpretation using IGRT devices is also covered. The focus of the book is on radiotherapy and some images of common tumour pathologies are utilised to illustrate some relevant abnormal anatomy. Short self-test questions help to keep the reader engaged throughout.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Little is known about the beliefs that underlie the biased attributions that typically characterise people’s perceptions of intoxicated sexual perpetrators and their victims. Guided by consensual qualitative research, we explored young Australian adults’ (18-25 years; N = 15) attributions for an alcohol-involved rape based on focus groups and interviews. Prominent themes indicated that participants rarely labelled the assault as rape and, instead, adhered to miscommunication explanations. Participants emphasised the developmental value of the victimisation experience although recognising its harmful consequences. Both perpetrator and victim were held strongly responsible based on perceived opportunities to prevent the assault but implicit justifications were, nevertheless, evident. As such, explicit and implicit attributions were contradictory, with the latter reflecting the attributional double standard previously observed in quantitative rape-perception research. Findings underscore the need to challenge pervasive rape myths and equip young adults with knowledge on how to respond supportively to the commonly stigmatised victims of rape.