902 resultados para Simulation with multiple Consumers Profiles


Relevância:

100.00% 100.00%

Publicador:

Resumo:

Epstein-Barr virus (EBV) has been associated with multiple sclerosis (MS), however, most studies examining the relationship between the virus and the disease have been based on serologies, and if EBV is linked to MS, CD8+ T cells are likely to be involved as they are important both in MS pathogenesis and in controlling viruses. We hypothesized that valuable information on the link between MS and EBV would be ascertained from the study of frequency and activation levels of EBV-specific CD8+ T cells in different categories of MS patients and control subjects. We investigated EBV-specific cellular immune responses using proliferation and enzyme linked immunospot assays, and humoral immune responses by analysis of anti-EBV antibodies, in a cohort of 164 subjects, including 108 patients with different stages of MS, 35 with other neurological diseases and 21 healthy control subjects. Additionally, the cohort were all tested against cytomegalovirus (CMV), another neurotropic herpes virus not convincingly associated with MS, nor thought to be deleterious to the disease. We corrected all data for age using linear regression analysis over the total cohorts of EBV- and CMV-infected subjects. In the whole cohort, the rate of EBV and CMV infections were 99% and 51%, respectively. The frequency of IFN-gamma secreting EBV-specific CD8+ T cells in patients with clinically isolated syndrome (CIS) was significantly higher than that found in patients with relapsing-remitting MS (RR-MS), secondary-progressive MS, primary-progressive MS, patients with other neurological diseases and healthy controls. The shorter the interval between MS onset and our assays, the more intense was the EBV-specific CD8+ T-cell response. Confirming the above results, we found that EBV-specific CD8+ T-cell responses decreased in 12/13 patients with CIS followed prospectively for 1.0 +/- 0.2 years. In contrast, there was no difference between categories for EBV-specific CD4+ T cell, or for CMV-specific CD4+ and CD8+ T-cell responses. Anti-EBV-encoded nuclear antigen-1 (EBNA-1)-specific antibodies correlated with EBV-specific CD8+ T cells in patients with CIS and RR-MS. However, whereas EBV-specific CD8+ T cells were increased the most in early MS, EBNA-1-specific antibodies were increased in early as well as in progressive forms of MS. Our data show high levels of CD8+ T-cell activation against EBV--but not CMV--early in the course of MS, which support the hypothesis that EBV might be associated with the onset of this disease.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

This trial was aimed to explore the efficacy of pegfilgrastim to accelerate neutrophil engraftment after stem cell autotransplant. Twenty patients with multiple myeloma and 20 with lymphoma received pegfilgrastim 6 mg on day +1. Forty cases treated with daily filgrastim starting at median day +7 (5-7), matched by age, sex, diagnosis, high-dose chemotherapy schedule, CD34 +  cell-dose, and prior therapy lines, were used for comparison. Median time to neutrophil engraftment was 9.5 vs. 11 days for pegfilgrastim and filgrastim, respectively (p < 0.0001). Likewise, duration of neutropenia, intravenous antibiotic use, and hospitalization favored pegfilgrastim, while platelet engraftment, transfusion requirement, and fever duration were equivalent in both groups. No grade  ≥ 3 toxicities were observed. Patients with lymphoma performed similarly to the entire cohort, while patients with myeloma showed faster neutrophil engraftment and shorter neutropenia but not shorter hospitalization and antibiotic use. The possibility of different outcomes for lymphoma and myeloma suggests that stratification by diagnosis may be useful in future phase III studies.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Optimization models in metabolic engineering and systems biology focus typically on optimizing a unique criterion, usually the synthesis rate of a metabolite of interest or the rate of growth. Connectivity and non-linear regulatory effects, however, make it necessary to consider multiple objectives in order to identify useful strategies that balance out different metabolic issues. This is a fundamental aspect, as optimization of maximum yield in a given condition may involve unrealistic values in other key processes. Due to the difficulties associated with detailed non-linear models, analysis using stoichiometric descriptions and linear optimization methods have become rather popular in systems biology. However, despite being useful, these approaches fail in capturing the intrinsic nonlinear nature of the underlying metabolic systems and the regulatory signals involved. Targeting more complex biological systems requires the application of global optimization methods to non-linear representations. In this work we address the multi-objective global optimization of metabolic networks that are described by a special class of models based on the power-law formalism: the generalized mass action (GMA) representation. Our goal is to develop global optimization methods capable of efficiently dealing with several biological criteria simultaneously. In order to overcome the numerical difficulties of dealing with multiple criteria in the optimization, we propose a heuristic approach based on the epsilon constraint method that reduces the computational burden of generating a set of Pareto optimal alternatives, each achieving a unique combination of objectives values. To facilitate the post-optimal analysis of these solutions and narrow down their number prior to being tested in the laboratory, we explore the use of Pareto filters that identify the preferred subset of enzymatic profiles. We demonstrate the usefulness of our approach by means of a case study that optimizes the ethanol production in the fermentation of Saccharomyces cerevisiae.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

In a recent paper, Bai and Perron (1998) considered theoretical issues related to the limiting distribution of estimators and test statistics in the linear model with multiple structural changes. In this companion paper, we consider practical issues for the empirical applications of the procedures. We first address the problem of estimation of the break dates and present an efficient algorithm to obtain global minimizers of the sum of squared residuals. This algorithm is based on the principle of dynamic programming and requires at most least-squares operations of order O(T 2) for any number of breaks. Our method can be applied to both pure and partial structural-change models. Secondly, we consider the problem of forming confidence intervals for the break dates under various hypotheses about the structure of the data and the errors across segments. Third, we address the issue of testing for structural changes under very general conditions on the data and the errors. Fourth, we address the issue of estimating the number of breaks. We present simulation results pertaining to the behavior of the estimators and tests in finite samples. Finally, a few empirical applications are presented to illustrate the usefulness of the procedures. All methods discussed are implemented in a GAUSS program available upon request for non-profit academic use.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Scheduling tasks to efficiently use the available processor resources is crucial to minimizing the runtime of applications on shared-memory parallel processors. One factor that contributes to poor processor utilization is the idle time caused by long latency operations, such as remote memory references or processor synchronization operations. One way of tolerating this latency is to use a processor with multiple hardware contexts that can rapidly switch to executing another thread of computation whenever a long latency operation occurs, thus increasing processor utilization by overlapping computation with communication. Although multiple contexts are effective for tolerating latency, this effectiveness can be limited by memory and network bandwidth, by cache interference effects among the multiple contexts, and by critical tasks sharing processor resources with less critical tasks. This thesis presents techniques that increase the effectiveness of multiple contexts by intelligently scheduling threads to make more efficient use of processor pipeline, bandwidth, and cache resources. This thesis proposes thread prioritization as a fundamental mechanism for directing the thread schedule on a multiple-context processor. A priority is assigned to each thread either statically or dynamically and is used by the thread scheduler to decide which threads to load in the contexts, and to decide which context to switch to on a context switch. We develop a multiple-context model that integrates both cache and network effects, and shows how thread prioritization can both maintain high processor utilization, and limit increases in critical path runtime caused by multithreading. The model also shows that in order to be effective in bandwidth limited applications, thread prioritization must be extended to prioritize memory requests. We show how simple hardware can prioritize the running of threads in the multiple contexts, and the issuing of requests to both the local memory and the network. Simulation experiments show how thread prioritization is used in a variety of applications. Thread prioritization can improve the performance of synchronization primitives by minimizing the number of processor cycles wasted in spinning and devoting more cycles to critical threads. Thread prioritization can be used in combination with other techniques to improve cache performance and minimize cache interference between different working sets in the cache. For applications that are critical path limited, thread prioritization can improve performance by allowing processor resources to be devoted preferentially to critical threads. These experimental results show that thread prioritization is a mechanism that can be used to implement a wide range of scheduling policies.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

We have performed atomistic molecular dynamics simulations of an anionic sodium dodecyl sulfate (SDS) micelle and a nonionic poly(ethylene oxide) (PEO) polymer in aqueous solution. The micelle consisted of 60 surfactant molecules, and the polymer chain lengths varied from 20 to 40 monomers. The force field parameters for PEO were adjusted by using 1,2-dimethoxymethane (DME) as a model compound and matching its hydration enthalpy and conformational behavior to experiment. Excellent agreement with previous experimental and simulation work was obtained through these modifications. The simulated scaling behavior of the PEO radius of gyration was also in close agreement with experimental results. The SDS-PEO simulations show that the polymer resides on the micelle surface and at the hydrocarbon-water interface, leading to a selective reduction in the hydrophobic contribution to the solvent-accessible surface area of the micelle. The association is mainly driven by hydrophobic interactions between the polymer and surfactant tails, while the interaction between the polymer and sulfate headgroups on the micelle surface is weak. The 40-monomer chain is mostly wrapped around the micelle, and nearly 90% of the monomers are adsorbed at low PEO concentration. Simulations were also performed with multiple 20-monomer chains, and gradual addition of polymer indicates that about 120 monomers are required to saturate the micelle surface. The stoichiometry of the resulting complex is in close agreement with experimental results, and the commonly accepted "beaded necklace" structure of the SDS-PEO complex is recovered by our simulations.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Measurements of weighted dietary intakes and plasma determinations of albumin, iron, zinc, ascorbic acid and TIBC were carried out on twenty female multiple sclerosis patients in a long-stay hospital for disabled people. The group included ten patients with a recent history of pressure sores, closely matched with ten patients without pressure sores. Mean daily intake of carbohydrate was found to be higher in the non-pressure sore group whilst intake of zinc was lower in this group. Intakes of all other nutrients were comparable between the two groups. For both groups, intakes of energy, folate, vitamin D, iron and zinc were less than recommended values. Mean plasma levels of albumin and iron were towards the lower limit of the normal range, whilst that for zinc was considerably less than the normal range. Plasma TIBC was slightly above the normal range. Levels of plasma iron and zinc were significantly lower in the pressure sore group. The data indicate that severely disabled hospitalized patients with multiple sclerosis may be at risk of poor nutritional status. The results suggest that in the presence of pressure sores, there are increased requirements for specific nutrients, notably zinc and iron. Consideration is given to the possible value of supplementation of these individuals.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

In this work, two different docking programs were used, AutoDock and FlexX, which use different types of scoring functions and searching methods. The docking poses of all quinone compounds studied stayed in the same region in the trypanothione reductase. This region is a hydrophobic pocket near to Phe396, Pro398 and Leu399 amino acid residues. The compounds studied displays a higher affinity in trypanothione reductase (TR) than glutathione reductase (GR), since only two out of 28 quinone compounds presented more favorable docking energy in the site of human enzyme. The interaction of quinone compounds with the TR enzyme is in agreement with other studies, which showed different binding sites from the ones formed by cysteines 52 and 58. To verify the results obtained by docking, we carried out a molecular dynamics simulation with the compounds that presented the highest and lowest docking energies. The results showed that the root mean square deviation (RMSD) between the initial and final pose were very small. In addition, the hydrogen bond pattern was conserved along the simulation. In the parasite enzyme, the amino acid residues Leu399, Met400 and Lys402 are replaced in the human enzyme by Met406, Tyr407 and Ala409, respectively. In view of the fact that Leu399 is an amino acid of the Z site, this difference could be explored to design selective inhibitors of TR.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

This project constructs a structural model of the United States Economy. This task is tackled in two separate ways: first econometric methods and then using a neural network, both with a structure that mimics the structure of the U.S. economy. The structural model tracks the performance of U.S. GDP rather well in a dynamic simulation, with an average error of just over 1 percent. The neural network performed well, but suffered from some theoretical, as well as some implementation issues.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Application of optimization algorithm to PDE modeling groundwater remediation can greatly reduce remediation cost. However, groundwater remediation analysis requires a computational expensive simulation, therefore, effective parallel optimization could potentially greatly reduce computational expense. The optimization algorithm used in this research is Parallel Stochastic radial basis function. This is designed for global optimization of computationally expensive functions with multiple local optima and it does not require derivatives. In each iteration of the algorithm, an RBF is updated based on all the evaluated points in order to approximate expensive function. Then the new RBF surface is used to generate the next set of points, which will be distributed to multiple processors for evaluation. The criteria of selection of next function evaluation points are estimated function value and distance from all the points known. Algorithms created for serial computing are not necessarily efficient in parallel so Parallel Stochastic RBF is different algorithm from its serial ancestor. The application for two Groundwater Superfund Remediation sites, Umatilla Chemical Depot, and Former Blaine Naval Ammunition Depot. In the study, the formulation adopted treats pumping rates as decision variables in order to remove plume of contaminated groundwater. Groundwater flow and contamination transport is simulated with MODFLOW-MT3DMS. For both problems, computation takes a large amount of CPU time, especially for Blaine problem, which requires nearly fifty minutes for a simulation for a single set of decision variables. Thus, efficient algorithm and powerful computing resource are essential in both cases. The results are discussed in terms of parallel computing metrics i.e. speedup and efficiency. We find that with use of up to 24 parallel processors, the results of the parallel Stochastic RBF algorithm are excellent with speed up efficiencies close to or exceeding 100%.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

The authors present an offline switching power supply with multiple isolated outputs and unity power factor with the use of only one power processing stage, based on the DC-DC SEPIC (single ended primary inductance converter) modulated by variable hysteresis current control. The principle of operation, the theoretical analysis, the design procedure, an example, and simulation results are presented. A laboratory prototype, rated at 160 W, operating at a maximum switching frequency of 100 kHz, with isolated outputs rated at +5 V/15 A -5 V/1 A, +12 V/6 A and -12 V/1 A, has been built given an input power factor near unity.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

PURPOSE. We compared retinal nerve fiber layer (RNFL) and macular thickness measurements in patients with multiple sclerosis (MS) and neuromyelitis optica (NMO) with or without a history of optic neuritis, and in controls using Fourier-domain (FD) optical coherence tomography (OCT). METHODS. Patients with MS (n = 60), NMO (n = 33), longitudinal extensive transverse myelitis (LETM, n = 28) and healthy controls (n = 41) underwent ophthalmic examination, including automated perimetry, and FD-OCT RNFL and macular thickness measurements. Five groups of eyes were compared: MS with or without previous optic neuritis, NMO, LETM, and controls. Correlation between OCT and visual field (VF) findings was investigated. RESULTS. With regard to most parameters, RNFL and macular thickness measurements were significantly smaller in eyes of each group of patients compared to controls. MS eyes with optic neuritis did not differ significantly from MS eyes without optic neuritis, but measurements were smaller in NMO eyes than in all other groups. RNFL (but not macular thickness) measurements were significantly smaller in LETM eyes than in controls. While OCT abnormalities were correlated significantly with VF loss in NMO/LETM and MS, the correlation was much stronger in the former. CONCLUSIONS. Although FD-OCT RNFL and macular thickness measurements can reveal subclinical or optic neuritis-related abnormalities in NMO-spectrum and MS patients, abnormalities are predominant in the macula of MS patients and in RFNL measurements in NMO patients. The correlation between OCT and VF abnormalities was stronger in NMO than in MS, suggesting the two conditions differ regarding structural and functional damage. (ClinicalTrials.gov number, NCT01024985.) Invest Ophthalmol Vis Sci. 2012;53:3959-3966) DOI:10.1167/iovs.11-9324

Relevância:

100.00% 100.00%

Publicador:

Resumo:

The objective of this thesis was to improve the commercial CFD software Ansys Fluent to obtain a tool able to perform accurate simulations of flow boiling in the slug flow regime. The achievement of a reliable numerical framework allows a better understanding of the bubble and flow dynamics induced by the evaporation and makes possible the prediction of the wall heat transfer trends. In order to save computational time, the flow is modeled with an axisymmetrical formulation. Vapor and liquid phases are treated as incompressible and in laminar flow. By means of a single fluid approach, the flow equations are written as for a single phase flow, but discontinuities at the interface and interfacial effects need to be accounted for and discretized properly. Ansys Fluent provides a Volume Of Fluid technique to advect the interface and to map the discontinuous fluid properties throughout the flow domain. The interfacial effects are dominant in the boiling slug flow and the accuracy of their estimation is fundamental for the reliability of the solver. Self-implemented functions, developed ad-hoc, are introduced within the numerical code to compute the surface tension force and the rates of mass and energy exchange at the interface related to the evaporation. Several validation benchmarks assess the better performances of the improved software. Various adiabatic configurations are simulated in order to test the capability of the numerical framework in modeling actual flows and the comparison with experimental results is very positive. The simulation of a single evaporating bubble underlines the dominant effect on the global heat transfer rate of the local transient heat convection in the liquid after the bubble transit. The simulation of multiple evaporating bubbles flowing in sequence shows that their mutual influence can strongly enhance the heat transfer coefficient, up to twice the single phase flow value.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

The present report describes the clinical signs, magnetic resonance imaging (MRI) findings, surgical procedure, pathological findings and follow-up in four cats with multiple meningiomas; three castrated male and one spayed female domestic shorthair indoor cats, ranging in age from 11 to 14 years. In three of four cats, clinical signs at presentation were suggestive of a focal lesion. Three cats had two meningiomas and one had four meningiomas. Most of the tumours were supratentorial, one arose from the tentorium and one was infratentorial. The duration of presenting signs before surgery ranged from 10 days to 11 months. Postoperative MRI revealed complete gross tumour removal in three cases. In one cat with two cranial fossa meningiomas, subtotal excision with a small basal remnant (2 x 2 mm) of the ventral part of one meningioma lying on the floor of the skull, was observed. Based on histopathological architecture, six tumours revealed features of a transitional subtype meningioma, and four of a meningotheliomatous meningioma. In each cat, the multiple meningiomas were all assigned to the same histopathological group. The preoperative presenting signs had resolved by the follow-up examinations 4 weeks after surgery in two cats. Long-term follow-up evaluation revealed that surgically-induced or exacerbated neurological deficits in two cats had completely or almost completely resolved within 8 weeks of surgery. All patients are still alive 12 to 21 months after surgery and no clinical signs of recurrence could be detected at that time.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

One dimensional magnetic photonic crystals (1D-MPC) are promising structures for integrated optical isolator applications. Rare earth substituted garnet thin films with proper Faraday rotation are required to fabricate planar 1D-MPCs. In this thesis, flat-top response 1D-MPC was proposed and spectral responses and Faraday rotation were modeled. Bismuth substituted iron garnet films were fabricated by RF magnetron sputtering and structures, compositions, birefringence and magnetooptical properties were studied. Double layer structures for single mode propagation were also fabricated by sputtering for the first time. Multilayer stacks with multiple defects (phase shift) composed of Ce-YIG and GGG quarter-wave plates were simulated by the transfer matrix method. The transmission and Faraday rotation characteristics were theoretically studied. It is found that flat-top response, with 100% transmission and near 45o rotation is achievable by adjusting the inter-defect spacing, for film structures as thin as 30 to 35 μm. This is better than 3-fold reduction in length compared to the best Ce-YIG films for comparable rotations, thus allows a considerable reduction in size in manufactured optical isolators. Transmission bands as wide as 7nm were predicted, which is considerable improvement over 2 defects structure. Effect of repetition number and ratio factor on transmission and Faraday rotation ripple factors for the case of 3 and 4 defects structure has been discussed. Diffraction across the structure corresponds to a longer optical path length. Thus the use of guided optics is required to minimize the insertion losses in integrated devices. This part is discussed in chapter 2 in this thesis. Bismuth substituted iron garnet thin films were prepared by RF magnetron sputtering. We investigated or measured the deposition parameters optimization, crystallinity, surface morphologies, composition, magnetic and magnetooptical properties. A very high crystalline quality garnet film with smooth surface has been heteroepitaxially grown on (111) GGG substrate for films less than 1μm. Dual layer structures with two distinct XRD peaks (within a single sputtered film) start to develop when films exceed this thickness. The development of dual layer structure was explained by compositional gradient across film thickness, rather than strain gradient proposed by other authors. Lower DC self bias or higher substrate temperature is found to help to delay the appearance of the 2nd layer. The deposited films show in-plane magnetization, which is advantageous for waveguide devices application. Propagation losses of fabricated waveguides can be decreased by annealing in an oxygen atmosphere from 25dB/cm to 10dB/cm. The Faraday rotation at λ=1.55μm were also measured for the waveguides. FR is small (10° for a 3mm long waveguide), due to the presence of linear birefringence. This part is covered in chapter 4. We also investigated the elimination of linear birefringence by thickness tuning method for our sputtered films. We examined the compressively and tensilely strained films and analyze the photoelastic response of the sputter deposited garnet films. It has been found that the net birefringence can be eliminated under planar compressive strain conditions by sputtering. Bi-layer GGG on garnet thin film yields a reduced birefringence. Temperature control during the sputter deposition of GGG cover layer is critical and strongly influences the magnetization and birefringence level in the waveguide. High temperature deposition lowers the magnetization and increases the linear birefringence in the garnet films. Double layer single mode structures fabricated by sputtering were also studied. The double layer, which shows an in-plane magnetization, has an increased RMS roughness upon upper layer deposition. The single mode characteristic was confirmed by prism coupler measurement. This part is discussed in chapter 5.