29 resultados para formula workflow

em Repositório Científico do Instituto Politécnico de Lisboa - Portugal


Relevância:

20.00% 20.00%

Publicador:

Resumo:

Trabalho Final de Mestrado para obtenção do grau de Mestre em Engenharia Mecânica

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Workflows have been successfully applied to express the decomposition of complex scientific applications. This has motivated many initiatives that have been developing scientific workflow tools. However the existing tools still lack adequate support to important aspects namely, decoupling the enactment engine from workflow tasks specification, decentralizing the control of workflow activities, and allowing their tasks to run autonomous in distributed infrastructures, for instance on Clouds. Furthermore many workflow tools only support the execution of Direct Acyclic Graphs (DAG) without the concept of iterations, where activities are executed millions of iterations during long periods of time and supporting dynamic workflow reconfigurations after certain iteration. We present the AWARD (Autonomic Workflow Activities Reconfigurable and Dynamic) model of computation, based on the Process Networks model, where the workflow activities (AWA) are autonomic processes with independent control that can run in parallel on distributed infrastructures, e. g. on Clouds. Each AWA executes a Task developed as a Java class that implements a generic interface allowing end-users to code their applications without concerns for low-level details. The data-driven coordination of AWA interactions is based on a shared tuple space that also enables support to dynamic workflow reconfiguration and monitoring of the execution of workflows. We describe how AWARD supports dynamic reconfiguration and discuss typical workflow reconfiguration scenarios. For evaluation we describe experimental results of AWARD workflow executions in several application scenarios, mapped to a small dedicated cluster and the Amazon (Elastic Computing EC2) Cloud.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Four cationic ruthenium(II) complexes with the formula [Ru(eta(5)-C5H5)(PPh3)(2)](+), with L = 5-phenyl-1H-tetrazole (TzH) 1, imidazole (ImH) 2, benzo[1,2-b; 4,3-b'] dithio-phen-2-carbonitrile (Bzt) 3, and [5-(2-thiophen-2-yl)-vinyl]-thiophene-2-carbonitrile] (Tvt) 4 were prepared and characterized in view to evaluate their potentialities as antitumor agents. Studies by Circular Dichroism indicated changes in the secondary structure of ct-DNA. Changes in the tertiary structure of pBR322 plasmid DNA were also observed in gel electrophoresis experiment and the images obtained by atomic force microscopy (AFM) suggest strong interaction with pBR322 plasmid DNA; the observed decreasing of the viscosity with time indicates that the complexes do not intercalate between DNA base pairs. Compounds 1, 2, and 3 showed much higher cytotoxicity than the cisplatin against human leukaemia cancer cells (HL-60 cells).

Relevância:

10.00% 10.00%

Publicador:

Resumo:

The new potentially N-4-multidentate pyridyl-functionalized scorpionates 4-((tris-2,2,2-(pyrazol-1-ypethoxy)methyl)pyridine (TpmPy, (1)) and 4-((tris-2,2,2-(3-phenylpyrazol-1-yl)ethoxy)methyl)pyridine (TpmPy(Ph), (2)) have been synthesized and their coordination behavior toward Fe-II, Ni-II, Zn-II, Cu-II, Pd-II, and V-III centers has been studied. Reaction of (1) with Fe(BF4)(2)center dot 6H(2)O yields [Fe(TpmPy)(2)](BF4)(2) (3), that, in the solid state, shows the sandwich structure with trihapto ligand coordination via the pyrazolyl arms, and is completely low spin (LS) until 400 K. Reactions of 2 equiv of (1) or (2) with Zn-II or Ni-II chlorides give the corresponding metal complexes with general formula [MCl2(TpmPy*)(2)] (M = Zn, Ni; TpmPy* = TpmPy, TpmPy(Ph)) (4-7) where the ligand is able to coordinate through either the pyrazolyl rings (in case of [Ni(TpmPy)(2)Cl-2 (5)) or the pyridyl-side (for [ZnCl2(TpmPy)(2)] (4), [ZnCl2(TpmPy(Ph))(2)] (6) and [NiCl2(TpmPy(Ph))(2)] (7)). The reaction of (1) with VCl3 gives [VOCl2(TpmPy)] (8) that shows the N-3-pyrazolyl coordination-mode. Moreover, (1) and react with cis-[PdCl2(CH3CN)(2)] to give the disubstituted complexes [PdCl2(TprnPy)(2)] (9) and [PdCl2(TpmPy(Ph))(2)] (10), respectively, bearing the scorpionate coordinated via the pyridyl group. Compounds (9) and (10) react with Fe(BF4)(2) to give the heterobimetallic Pd/Fe systems [PdCl2(mu-TpmPy)(2)-Fe](BF4)(2) (11) and [PdCl2(mu-TpmPy(Ph))(2)Fe-2(H2O)(6)]BF4)(4) (13), respectively. Compound (11) can also be formed from reaction of (3) with cis-[PdCl2(CH3CN)(2)], while reaction of (3) with Cu(NO3)(2).2.5H(2)O generates [Fe(mu-TpmPy)(2)-Cu(NO3)(2)](BF4)(2) (12), confirming the multidentate ability of the new chelating ligands. The X-ray diffraction analyses of compounds (1), (3), (4), (5), and (9) are also reported.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

O desenvolvimento actual de aplicações paralelas com processamento intensivo (HPC - High Performance Computing) para alojamento em computadores organizados em Cluster baseia-se muito no modelo de passagem de mensagens, do qual é de realçar os esforços de definição de standards, por exemplo, MPI - Message - Passing Interface. Por outro lado, com a generalização do paradigma de programação orientado aos objectos para ambientes distribuídos (Java RMI, .NET Remoting), existe a possibilidade de considerar que a execução de uma aplicação, de processamento paralelo e intensivo, pode ser decomposta em vários fluxos de execução paralela, em que cada fluxo é constituído por uma ou mais tarefas executadas no contexto de objectos distribuídos. Normalmente, em ambientes baseados em objectos distribuídos, a especificação, controlo e sincronização dos vários fluxos de execução paralela, é realizada de forma explicita e codificada num programa principal (hard-coded), dificultando possíveis e necessárias modificações posteriores. No entanto, existem, neste contexto, trabalhos que propõem uma abordagem de decomposição, seguindo o paradigma de workflow com interacções entre as tarefas por, entre outras, data-flow, control-flow, finite - state - machine. Este trabalho consistiu em propor e explorar um modelo de execução, sincronização e controlo de múltiplas tarefas, que permita de forma flexível desenhar aplicações de processamento intensivo, tirando partido da execução paralela de tarefas em diferentes máquinas. O modelo proposto e consequente implementação, num protótipo experimental, permite: especificar aplicações usando fluxos de execução; submeter fluxos para execução e controlar e monitorizar a execução desses fluxos. As tarefas envolvidas nos fluxos de execução podem executar-se num conjunto de recursos distribuídos. As principais características a realçar no modelo proposto, são a expansibilidade e o desacoplamento entre as diferentes componentes envolvidas na execução dos fluxos de execução. São ainda descritos casos de teste que permitiram validar o modelo e o protótipo implementado. Tendo consciência da necessidade de continuar no futuro esta linha de investigação, este trabalho é um contributo para demonstrar que o paradigma de workflow é adequado para expressar e executar, de forma paralela e distribuída, aplicações complexas de processamento intensivo.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Longevity risk is one of the major risks that an insurance company or a pension fund has to deal with and it is expected that its importance will grow in the near future. In agreement with these considerations, in Solvency II regulation the Standard formula furnished for calculating the Solvency Capital Requirement explicitly considers this kind of risk. According to the new European rules in our paper we suggest a multiperiod approach to evaluate the SCR for longevity risk. We propose a backtesting framework for measuring the consistency of SCR calculations for life insurance policies.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Chromium dioxide (CrO2) has been extensively used in the magnetic recording industry. However, it is its ferromagnetic half-metallic nature that has more recently attracted much attention, primarily for the development of spintronic devices. CrO2 is the only stoichiometric binary oxide theoretically predicted to be fully spin polarized at the Fermi level. It presents a Curie temperature of ∼ 396 K, i.e. well above room temperature, and a magnetic moment of 2 mB per formula unit. However an antiferromagnetic native insulating layer of Cr2O3 is always present on the CrO2 surface which enhances the CrO2 magnetoresistance and might be used as a barrier in magnetic tunnel junctions.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Four ruthenium(II) complexes with the formula [Ru(eta(5)-C(5)H(5))(PP)L][CF(3)SO(3)], being (PP = two triphenylphosphine molecules), L = 1-benzylimidazole, 1; (PP = two triphenylphosphine molecules), L = 2,2'bipyridine, 2; (PP = two triphenylphosphine molecules), L = 4-Methylpyridine, 3; (PP = 1,2-bis(diphenylphosphine) ethane), L = 4-Methylpyridine, 4, were prepared, in view to evaluate their potentialities as antitumor agents. The compounds were completely characterized by NMR spectroscopy and their crystal and molecular structures were determined by X-ray diffraction. Electrochemical studies were carried out giving for all the compounds quasi-reversible processes. The images obtained by atomic force microscopy (AFM) suggest interaction with pBR322 plasmid DNA. Measurements of the viscosity of solutions of free DNA and DNA incubated with different concentrations of the compounds confirmed this interaction. The cytotoxicity of compounds 1234 was much higher than that of cisplatin against human leukemia cancer cells (HL-60 cells). IC(50) values for all the compounds are in the range of submicromolar amounts. Apoptotic death percentage was also studied resulting similar than that of cisplatin. (C) 2010 Elsevier Inc. All rights reserved.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

This work describes a methodology to extract symbolic rules from trained neural networks. In our approach, patterns on the network are codified using formulas on a Lukasiewicz logic. For this we take advantage of the fact that every connective in this multi-valued logic can be evaluated by a neuron in an artificial network having, by activation function the identity truncated to zero and one. This fact simplifies symbolic rule extraction and allows the easy injection of formulas into a network architecture. We trained this type of neural network using a back-propagation algorithm based on Levenderg-Marquardt algorithm, where in each learning iteration, we restricted the knowledge dissemination in the network structure. This makes the descriptive power of produced neural networks similar to the descriptive power of Lukasiewicz logic language, minimizing the information loss on the translation between connectionist and symbolic structures. To avoid redundance on the generated network, the method simplifies them in a pruning phase, using the "Optimal Brain Surgeon" algorithm. We tested this method on the task of finding the formula used on the generation of a given truth table. For real data tests, we selected the Mushrooms data set, available on the UCI Machine Learning Repository.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

A series of new ruthenium(II) complexes of the general formula [Ru(eta(5)-C5H5)(PP)(L)][PF6] (PP = DPPE or 2PPh(3), L = 4-butoxybenzonitrile or N-(3-cyanophenyl)formamide) and the binuclear iron(II) complex [Fe(eta(5)-C5H5)(PP)(mu-L)(PP)(eta(5)-C5H5)Fe][PF6](2) (L = (E)-2-(3-(4-nitrophenyl)allylidene)malononitrile, that has been also newly synthesized) have been prepared and studied to evaluate their potential in the second harmonic generation property. All the new compounds were fully characterized by NMR, IR and UV-Vis spectroscopies and their electrochemistry behaviour was studied by cyclic voltammetry. Quadratic hyperpolarizabilities (beta) of three of the complexes have been determined by hyper-Rayleigh scattering (HRS) measurements at fundamental wavelength of 1500 nm and the calculated static beta(0) values are found to fall in the range 65-212 x 10(-30) esu. Compound presenting beta(0) = 212 x 10(-30) esu has revealed to be 1.2 times more efficient than urea standard in the second harmonic generation (SHG) property, measured in the solid state by Kurtz powder technique, using a Nd:YAG laser (1064 nm). (C) 2013 Elsevier B.V. All rights reserved.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Mestrado em Gestão e Avaliação de Tecnologias em Saúde

Relevância:

10.00% 10.00%

Publicador:

Resumo:

The didactic update on requirements, types of feeding and dosages of nutrients by Su is a useful guide for clinicians on optimization of nutrition in preterm infants. We take this opportunity to focus on postdischarge nutrition in very preterm infants, which has not yet reached consensus, because of concerns regarding the potentially negative consequences of rapid catch-up growth on obesity and metabolic programming. Some formula feeding approaches have been proposed when mother’s milk is not available.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Mestrado em Gestão e Empreendedorismo

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Agência Financiadora: FCT - PTDC/QUI/72656/2006 ; SFRH/BPD/27454/2006; SFRH/BPD/44082/2008; SFRH/BPD/41138/2007