946 resultados para Behaviour Patterns
Resumo:
A method is presented for calculating the currents and winding patterns required to design independent zonal and tesseral shim coils for magnetic resonance imaging. Both actively shielded and unshielded configurations are considered, and the region of interest can be located asymmetrically with respect to the coil's length. Streamline, target-field and Fourier-series methods are utilized. The desired target-field is specified at two cylindrical radii, on and inside a circular conducting cylinder of length 2L and radius a. The specification is over some asymmetric portion pL < z < qL of the coil's length (-1 < p < q < 1). Arbitrary functions are used in the outer sections, -L < z < pL and qL < z < L, to ensure continuity of the magnetic field across the entire length of the coil. The entire field is then periodically extended as a half-range cosine Fourier series about either end of the coil. The resultant Fourier coefficients are then substituted into the Fourier-series expressions for the internal and external magnetic fields, and current densities and stream functions on both the primary coil and shield. A contour plot of the stream function directly gives the required coil winding patterns. Spherical harmonic analysis and shielding analysis on field calculations from a ZX shim coil indicate that example designs and theory are well matched.
Resumo:
We investigated how the relative direction of limb movements in external space (iso- and non-isodirectionality), muscular constraints (the relative timing of homologous muscle activation) and the egocentric frame of reference (moving simultaneously toward/away the longitudinal axis of the body) contribute to the stability of coordinated movements. In the first experiment, we attempted to determine the respective stability of isodirectional and non-isodirectional movements in between-persons coordination. In a second experiment, we determined the effect of the relative direction in external space, and of muscular constraints, on pattern stability during a within-person bimanual coordination task. In the third experiment we dissociated the effects on pattern stability of the muscular constraints, relative direction and egocentric frame of reference. The results showed that (1) simultaneous activation of homologous muscles resulted in more stable performance than simultaneous activation of non-homologous muscles during within-subject coordination, and that (2) isodirectional movements were more stable than non-isodirectional movements during between-persons coordination, confirming the role of the relative direction of the moving limbs in the stability of bimanual coordination. Moreover, the egocentric constraint was to some extent found distinguishable from the effect of the relative direction of the moving limbs in external space, and from the effect of the relative timing of muscle activation. In summary, the present study showed that relative direction of the moving limbs in external space and muscular constraints may interact either to stabilize or destabilize coordination patterns. (C) 2003 Published by Elsevier B.V.
Resumo:
The outer-sphere redox behaviour of a series of [LnCoIII-NCFeII(CN)(5)](-) (L-n = n-membered pentadentate aza-macrocycle) complexes have been studied as a function of pH and oxidising agent. All the dinuclear complexes show a double protonation process at pH approximate to 2 that produces a shift in their UV/Vis spectra. Oxidation of the different non-protonated and diprotonated complexes has been carried out with peroxodisulfate, and of the non-protonated complexes also with trisoxalatocobaltate(III). The results are in agreement with predictions from the Marcus theory. The oxidation of [Fe(phen)(3)](3+) and [IrCl6](2-) is too fast to be measured, although for the latter the transient observation of the process has been achieved at pH = 0. The study of the kinetics of the outer-sphere redox process, with the S2O82- and [Co(ox)(3)](3-) oxidants, has been carried out as a function of pH, temperature, and pressure. As a whole, the values found for the activation volumes, entropies, and enthalpies are in the following margins, for the diprotonated and non-protonated dinuclear complexes, respectively: DeltaV(not equal) from 11 to 13 and 15 to 20 cm(3) mol(-1); DeltaS(not equal) from 110 to 30 and -60 to -90 J K-1 mol(-1); DeltaH(not equal) from 115 to 80 and 50 to 65 kJ.mol(-1). The thermal activation parameters are clearly dominated by the electrostriction occurring on outer-sphere precursor formation, while the trends found for the values of the volume of activation indicate an important degree of tuning due to the charge distribution during the electron transfer process. The special arrangement on the amine ligands in the isomer trans[(L14CoNCFeII)-N-III(CN)(5)](-) accounts for important differences in solvent-assisted hydrogen bonding occurring within the outer-sphere redox process, as has been established in redox reactions of similar compounds. ((C) Wiley-VCH Verlag GmbH & Co. KGaA, 69451 Weinheim, Germany, 2003).
Resumo:
Ontologies are becoming an important mechanism to build information systems. Nevertheless, there is still no systematic approach to support the design of such systems using tools that are common to information systems developers. In this paper, we propose an approach for deriving object frameworks from domain ontologies and then we show the application of this approach in the software process domain.
Resumo:
Over the last decade, software architecture emerged as a critical issue in Software Engineering. This encompassed a shift from traditional programming towards software development based on the deployment and assembly of independent components. The specification of both the overall systems structure and the interaction patterns between their components became a major concern for the working developer. Although a number of formalisms to express behaviour and to supply the indispensable calculational power to reason about designs, are available, the task of deriving architectural designs on top of popular component platforms has remained largely informal. This paper introduces a systematic approach to derive, from CCS behavioural specifications the corresponding architectural skeletons in the Microsoft .Net framework, in the form of executable C and Cω code. The prototyping process is fully supported by a specific tool developed in Haskell
Resumo:
COORDINSPECTOR is a Software Tool aiming at extracting the coordination layer of a software system. Such a reverse engineering process provides a clear view of the actually invoked services as well as the logic behind such invocations. The analysis process is based on program slicing techniques and the generation of, System Dependence Graphs and Coordination Dependence Graphs. The tool analyzes Common Intermediate Language (CIL), the native language of the Microsoft .Net Framework, thus making suitable for processing systems developed in any .Net Framework compilable language. COORDINSPECTOR generates graphical representations of the coordination layer together with business process orchestrations specified in WSBPEL 2.0
Resumo:
A large and growing amount of software systems rely on non-trivial coordination logic for making use of third party services or components. Therefore, it is of outmost importance to understand and capture rigorously this continuously growing layer of coordination as this will make easier not only the veri cation of such systems with respect to their original speci cations, but also maintenance, further development, testing, deployment and integration. This paper introduces a method based on several program analysis techniques (namely, dependence graphs, program slicing, and graph pattern analysis) to extract coordination logic from legacy systems source code. This process is driven by a series of pre-de ned coordination patterns and captured by a special purpose graph structure from which coordination speci cations can be generated in a number of di erent formalisms
Resumo:
The integration and composition of software systems requires a good architectural design phase to speed up communications between (remote) components. However, during implementation phase, the code to coordinate such components often ends up mixed in the main business code. This leads to maintenance problems, raising the need for, on the one hand, separating the coordination code from the business code, and on the other hand, providing mechanisms for analysis and comprehension of the architectural decisions once made. In this context our aim is at developing a domain-specific language, CoordL, to describe typical coordination patterns. From our point of view, coordination patterns are abstractions, in a graph form, over the composition of coordination statements from the system code. These patterns would allow us to identify, by means of pattern-based graph search strategies, the code responsible for the coordination of the several components in a system. The recovering and separation of the architectural decisions for a better comprehension of the software is the main purpose of this pattern language
Resumo:
Software architecture is currently recognized as one of the most critical design steps in Software Engineering. The specification of the overall system structure, on the one hand, and of the interactions patterns between its components, on the other, became a major concern for the working developer. Although a number of formalisms to express behaviour and supply the indispensable calculational power to reason about designs, are available, the task of deriving architectural designs on top of popular component platforms has remained largely informal. This paper introduces a systematic approach to derive, from behavioural specifications written in Cw, the corresponding architectural skeletons in the Microsoft .NET framework in the form of executable code
Resumo:
Over the last decade, software architecture emerged as a critical design step in Software Engineering. This encompassed a shift from traditional programming towards the deployment and assembly of independent components. The specification of the overall system structure, on the one hand, and of the interactions patterns between its components, on the other, became a major concern for the working developer. Although a number of formalisms to express behaviour and supply the indispensable calculational power to reason about designs, are available, the task of deriving architectural designs on top of popular component platforms has remained largely informal. This paper introduces a systematic approach to derive, from behavioural specifications written in Ccs, the corresponding architectural skeletons in the Microsoft .Net framework in the form of executable C] code. Such prototyping process is automated by means of a specific tool developed in Haskell
Resumo:
Tourism is a phenomenon that moves millions of people around the world, taking as a major driver of the global economy. Such relevance is reflected in the proliferation of studies in the overall area known as tourism, under various perspectives and backgrounds. In the light of such multitude of insights our study aims at gaining a deeper understanding of customer profiling and behavior in cross-border tourism destinations. Previous studies conducted in such contexts suggest that cross-border regions (CBRs) are an attractive and desirable idea, yet requiring further theoretical and empirical research. The new configuration of many CBRs calls for a debate on issues concerning its development, raising up important dimensions, such as, organization and planning of common tourism destinations. There is still a gap in the understanding of destination management in CBRs and the customer profile and motivations. Overall this research aims at attaining a deeper understanding of the profile and behavior of consumers in tourism settings, addressing the predisposition for the destination. The study addresses the following research question: “What factors influence customer behavior and attitudes in a CBRs tourism destination?” To address our question we will take an interdisciplinary perspective bringing together inputs from marketing, tourism and local economics. When addressing consumer behavior in tourism previous studies considered the following constructs: involvement, place attachment, satisfaction and destination loyalty. In order to establish the causal relationships in our theoretical model, we intend to develop a predominant quantitative design, yet we plan to conduct exploratory interviews. In the analysis and discussion of results, we intend to use Structural Equation Modeling. It will further allow understanding how the constructs in the research model relate to each other in the specified context. Results are also expected to have managerial implications. Consequently our results may assist decision makers in developing their local policies.
Resumo:
Mortality due to chronic diseases has been increasing in all regions of Brazil with corresponding decreases in mortality from infectious diseases. The geographical variation in proportionate mortality for chronic diseases for 17 Brazilian state capitals for the year 1985 and their association with socio-economic variables and infectious disease was studied. Calculations were made of correlation coefficients of proportionate mortality for adults of 30 years or above due to ischaemic heart disease, stroke and cancer of the lung, the breast and stomach with 3 socio-economic variables, race, and mortality due to infectious disease. Linear regression analysis included as independent variables the % of illiteracy, % of whites, % of houses with piped water, mean income, age group, sex, and % of deaths caused by infectious disease. The dependent variables were the % of deaths due to each one of the chronic diseases studied by age-sex group. Chronic diseases were an important cause of death in all regions of Brazil. Ischaemic heart diseases, stroke and malignant neoplasms accounted for more than 34% of the mortality in each of the 17 capitals studied. Proportionate cause-specific mortality varied markedly among state capitals. Ranges were 6.3-19.5% for ischaemic heart diseases, 8.3-25.4% for stroke, 2.3-10.4% for infections and 12.2-21.5% for malignant neoplasm. Infectious disease mortality had the highest (p < 0.001) correlation with all the four socio-economic variables studied and ischaemic heart disease showed the second highest correlation (p < 0.05). Higher socio-economic level was related to a lower % of infectious diseases and a higher % of ischaemic heart diseases. Mortality due to breast cancer and stroke was not associated with socio-economic variables. Multivariate linear regression models explained 59% of the variance among state capitals for mortality due to ischaemic heart disease, 50% for stroke, 28% for lung cancer, 24% for breast cancer and 40% for stomach cancer. There were major differences in the proportionate mortality due to chronic diseases among the capitals which could not be accounted for by the social and environmental factors and by the mortality due to infectious disease.
Resumo:
Resting adults Culicidae were collected from January 1992 through January 1993 in several habitats of the Ribeira Valley region. The diversity of species found among them suggested that the vegetation remaining within human settlements favored the survival and the population increase of some mosquitoes. Among there are: Ae. scapularis, Ae. serratus, Cx. (Culex), Cx. nigripalpus and Cx. (Melanoconion) such as Cx. ribeirensis. That preservation role may be attributed to the rearing of livestock and the consequent increase in the number of blood sources. These species may be classified as hemisynanthropes and Cx. oedipus apparently evolving to the eusynanthropic status. On the other hand, An. cruzii showed an asynanthropic behaviour, with a low degree of survival in the modified human environment. Epidemiological implications of the data are mentioned.
Resumo:
The tris(1-pyrazolyl)methanesulfonate lithium salt Li(Tpms) [Tpms = SO3C(pz)(3)-] reacts with [Mo(CO)(6)] in NCMe heated at reflux to yield Li[Mo(Tpms)(CO)(3)] (1), which, upon crystallization from thf, forms the coordination polymer [Mo(Tpms)(CO)(2)(mu-CO)Li(thf)(2)](n) (2). Reaction of 1 with I-2, HBF4 or AgBF4 yields [Mo(Tpms)I(CO)(3)] (3), (Mo(Tpms)-H(CO)(3)] (5) or (Mo(Tpms)O-2](2)(mu-O) (7), respectively. The high-oxidation-state dinuclear complexes [{Mo(Tpms)O(mu-O)}(2)] (4) and [{Mo(tpms)OCl)(2)](mu-O) (6) are formed upon exposure to air of solutions of 3 and 5, respectively. Compounds 1-7, which appear to be the first tris(pyrazolyl)methanesulfonate complexes of molybdenum to be reported, were characterized by IR, H-1 and C-13 NMR spectroscopy, ESI-MS, elemental analysis, cyclic voltammetry and, in the cases of Li(Tpms) and compounds 2, 4.2CH(3)CN, 6.6CHCl(3) and 7, by X-ray diffraction analyses. Li(Tpms) forms a 1D polymeric structure (i.e., [Li(tpms)](n)} with Tpms as a tetradentate N2O2 chelating ligand that bridges two Li cations with distorted tetrahedral coordination. Compound 2 is a 1D coordination polymer in which Tpms acts as a bridging tetradentate N3O ligand and each Li(thf)(2)(+) moiety is coordinated by one bridging CO ligand and by the sulfonyl group of a contiguous monomeric unit. In 4, 6 and 7, the Tpms ligand is a tridentate chelator either in the NNO (in 4) or in the NNN (in 6 and 7) fashion. Complexes 1, 3 and 5 exhibit, by cyclic voltammetry, a single-electron oxidation at oxidation potential values that indicate that the Tpms ligand has an electron-donor character weaker than that of cyclopentadienyl.