19 resultados para Federal High Performance Computing Program (U.S.)
Resumo:
Background: Cerebral palsy (CP) presents changes in posture and movement as a core characteristic, which requires therapeutic monitoring during the habilitation or rehabilitation of children. Besides clinical treatment, it is fundamental that professionals use systems of evaluation to quantify the difficulties presented to the individual and assist in the organization of a therapeutic program. The aim of this study was to quantitatively verify the performance of children with spastic di-paresia type CP. Methods: The Pediatric Evaluation of Disability Inventory (PEDI) and Gross Motor Function Classification System (GMFM) tests were used and classification made through the GMFCS in the assessment of 7 patients with CP, 4 females and 3 males, average age of 9 years old. Results: According to GMFCS scales, 17% (n=1) were level II and 83% (n=6) were level III. The PEDI test and 88 GMFM items were used in the area of mobility. We observed that there was high correlation between mobility and gross motor function with Pearson's correlation coefficient =0.929) showing the likely impact of these areas in the functional skills and the quality of life of these patients. Conclusion: We suggest the impact of the limitation of the areas in functional skills and quality of life of these patients.
Resumo:
A high-fat (HF) diet, the serotonergic system and stromal elements have all been implicated in colon carcinogenesis. We investigated whether the colonic serotonergic system could play a main role in the development of colonic dysplasia and stromal reactivity in carcinogen-treated rats under HF diet. For this, dimethylhydrazine-treated rats were fed with standard diet and a HF diet. Fat distribution was quantified by computerized tomography exam, serotonergic activity was analyzed by high-performance liquid chromatography, gene expression, and immunohistochemistry, which along with histopathological technique enabled us to enumerate dysplasia, microvessels density, cell proliferation and COX-2 expression. We found that the HF diet induced an increase in the amount of viscera! adipose tissue, even without expressive changes in the average body weight. This was correlated with a loss of serotonergic balance in colon tissue. Moreover, the HF diet promoted dysplasia and microvessel density in association with increased proliferation and COX-2 expression within pericryptal colonic stroma. Our current findings suggest that a HF diet promotes the enlargement of adipose tissue via loss of control in colon serotonergic activity, which enhances colonic dysplasia by supporting microvessel development. (C) 2012 Elsevier Ireland Ltd. All rights reserved.
Resumo:
The opto(electrical) properties and theoretical calculations of polyazomethine with vinylene and phenantridine moieties in the main chain were investigated in the present study. 2,5-Bis(hexyloxy)-1,4-bis[(2,5-bis(hexyloxy)-4-formyl-phenylenevinylene]benzene was polymerized in solution with 3,8-diamino-6-phenylphenanthridine (PAZ-PV-Ph). The temperatures of 5% weight loss (T-5%) of the polyazomethine was observed at 356 degrees C in nitrogen. Electrochemical properties of thin film of the polymer were studied by differential pulse voltammetry. The HOMO level of the PAZ-PV-Ph was at -4.97 eV. The energy band gap (E-g) was detected of approximately similar to 1.9 eV. Energy band gap (E-gopt) was additionally calculated from absorption spectrum and absorption coefficient alpha. The absorption UV-vis spectra of polyazomethine recorded in solution showed a blue shift in comparison with the solid state. HOMO-LUMO levels and E-g were additionally calculated theoretically by density functional theory and molecular simulations of PAZ-PV-Ph are presented. Current density-voltage (J-U) measurements were performed on ITO/PAZ-PV-Ph/Al, ITO/TiO2/PAZ-PV-Ph/Al and ITO/PEDOT/PAZ-PV-Ph:TiO2/Al devices in the dark and during irradiation with light (under illumination of 1000 W m(-2)). The polymer was tested using AFM technique and roughness (R-a, R-ms) along with skew and kurtosis are presented.
Resumo:
The modern GPUs are well suited for intensive computational tasks and massive parallel computation. Sparse matrix multiplication and linear triangular solver are the most important and heavily used kernels in scientific computation, and several challenges in developing a high performance kernel with the two modules is investigated. The main interest it to solve linear systems derived from the elliptic equations with triangular elements. The resulting linear system has a symmetric positive definite matrix. The sparse matrix is stored in the compressed sparse row (CSR) format. It is proposed a CUDA algorithm to execute the matrix vector multiplication using directly the CSR format. A dependence tree algorithm is used to determine which variables the linear triangular solver can determine in parallel. To increase the number of the parallel threads, a coloring graph algorithm is implemented to reorder the mesh numbering in a pre-processing phase. The proposed method is compared with parallel and serial available libraries. The results show that the proposed method improves the computation cost of the matrix vector multiplication. The pre-processing associated with the triangular solver needs to be executed just once in the proposed method. The conjugate gradient method was implemented and showed similar convergence rate for all the compared methods. The proposed method showed significant smaller execution time.