6 resultados para Classificació AMS::65 Numerical analysis::65D Numerical approximation and computational geometry

em Universidad de Alicante


Relevância:

100.00% 100.00%

Publicador:

Resumo:

Background To evaluate the intraocular lens (IOL) position by analyzing the postoperative axis of internal astigmatism as well as the higher-order aberration (HOA) profile after cataract surgery following the implantation of a diffractive multifocal toric IOL. Methods Prospective study including 51 eyes with corneal astigmatism of 1.25D or higher of 29 patients with ages ranging between 20 and 61 years old. All cases underwent uneventful cataract surgery with implantation of the AT LISA 909 M toric IOL (Zeiss). Visual, refractive and corneal topograpy changes were evaluated during a 12-month follow-up. In addition, the axis of internal astigmatism as well as ocular, corneal, and internal HOA (5-mm pupil) were evaluated postoperatively by means of an integrated aberrometer (OPD Scan II, Nidek). Results A significant improvement in uncorrected distance and near visual acuities (p < 0.01) was found, which was consistent with a significant correction of manifest astigmatism (p < 0.01). No significant changes were observed in corneal astigmatism (p = 0.32). With regard to IOL alignment, the difference between the axes of postoperative internal and preoperative corneal astigmatisms was close to perpendicularity (12 months, 87.16° ± 7.14), without significant changes during the first 6 months (p ≥ 0.46). Small but significant changes were detected afterwards (p = 0.01). Additionally, this angular difference correlated with the postoperative magnitude of manifest cylinder (r = 0.31, p = 0.03). Minimal contribution of intraocular optics to the global magnitude of HOA was observed. Conclusions The diffractive multifocal toric IOL evaluated is able to provide a predictable astigmatic correction with apparent excellent levels of optical quality during the first year after implantation.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

The purpose of this study was to examine the beliefs that teachers have about diversity and their level of sensitivity towards some topics related to it. Moreover, beliefs were compared according to teachers’ personal and professional views and teaching experience. The Personal and Professional Beliefs about Diversity Scales (Pohan and Aguilar, 1999) were administered to a sample of 233 teachers. Results showed highly positive beliefs towards diversity in all its dimensions (cultural, linguistic and social diversity, ability, gender, sexual orientation and religion), especially regarding its personal implications compared to the professional ones. Likewise, it was observed a significant relationship between years of teaching experience and professional beliefs about diversity, so teachers with no school experience showed a higher tolerance than those with teaching experience, mainly in aspects related to cultural, linguistic and social differences, ability and gender. The implications that these results have for educational practice and the need for the development of multicultural education courses that favour an effective teaching are discussed.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

The aim of this study was to develop an anthropometric profile on highly skilled male water polo players by specific playing positions. Also, to identify significant relationships between these features an overhead throwing speed in highly skilled male Water Polo players by specific playing positions. Methods: A total of 94 male water polo players (24.5±5.3 yrs) who were playing in the Spanish King´s cup were studied. Subjects were grouped according to their specific playing positions: 15 goalkeepers, 45 offensive wings, 20 center backs and 14 center forwards. Anthropometric assessment was made following ISAK protocols. Hand grip and throwing speed in several situations were also assessed. A one-way analysis of variance (ANOVA) was used to determine if significant differences existed among the four playing positions. Pearson product-moment correlation coefficients (r) were used to determine the relationships of all anthropometric measures with throwing speed and hand grip. The total player’s somatotype was endomorphic-mesomorphic (2.9–5.8–2.3). Center forwards exhibit important anthropometric differences compared with the other specific playing positions in elite male water polo players, but no differences were found in throwing speed by specific playing positions in each throwing conditions. Moreover, a higher number of relationships between anthropometric and throwing speed were found in wings and also in center backs but no relationships were found in center forwards. The data reflects the importance of muscle mass and upper body in the throwing skill. Coaches can use this information in order to select players for the different specific positions.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

The aim of this study is to determine which social agents are involved in the political debate on Twitter and whether the interpretive hegemony of actors that have traditionally been the most prominent is tempered by the challenge of framing shared with audiences. The relationship between the interpretations expressed and the profiles of participants is analyzed in comparison with the frames used by mainstream media. The chosen methodology combines content analysis and discourse analysis techniques on a sample of 1,504 relevant tweets posted on two political issues –the approval of the education law LOMCE and the evictions caused by the crisis, which have also been studied in the front pages of four leading newspapers in Spain. The results show a correlation between political issue singularities, frames and the type of discussion depending on the participants.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Evacuation route planning is a fundamental task for building engineering projects. Safety regulations are established so that all occupants are driven on time out of a building to a secure place when faced with an emergency situation. As an example, Spanish building code requires the planning of evacuation routes on large and, usually, public buildings. Engineers often plan these routes on single building projects, repeatedly assigning clusters of rooms to each emergency exit in a trial-and-error process. But problems may arise for a building complex where distribution and use changes make visual analysis cumbersome and sometimes unfeasible. This problem could be solved by using well-known spatial analysis techniques, implemented as a specialized software able to partially emulate engineer reasoning. In this paper we propose and test an easily reproducible methodology that makes use of free and open source software components for solving a case study. We ran a complete test on a building floor at the University of Alicante (Spain). This institution offers a web service (WFS) that allows retrieval of 2D geometries from any building within its campus. We demonstrate how geospatial technologies and computational geometry algorithms can be used for automating the creation and optimization of evacuation routes. In our case study, the engineers’ task is to verify that the load capacity of each emergency exit does not exceed the standards specified by Spain’s current regulations. Using Dijkstra’s algorithm, we obtain the shortest paths from every room to the most appropriate emergency exit. Once these paths are calculated, engineers can run simulations and validate, based on path statistics, different cluster configurations. Techniques and tools applied in this research would be helpful in the design and risk management phases of any complex building project.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

The Iterative Closest Point algorithm (ICP) is commonly used in engineering applications to solve the rigid registration problem of partially overlapped point sets which are pre-aligned with a coarse estimate of their relative positions. This iterative algorithm is applied in many areas such as the medicine for volumetric reconstruction of tomography data, in robotics to reconstruct surfaces or scenes using range sensor information, in industrial systems for quality control of manufactured objects or even in biology to study the structure and folding of proteins. One of the algorithm’s main problems is its high computational complexity (quadratic in the number of points with the non-optimized original variant) in a context where high density point sets, acquired by high resolution scanners, are processed. Many variants have been proposed in the literature whose goal is the performance improvement either by reducing the number of points or the required iterations or even enhancing the complexity of the most expensive phase: the closest neighbor search. In spite of decreasing its complexity, some of the variants tend to have a negative impact on the final registration precision or the convergence domain thus limiting the possible application scenarios. The goal of this work is the improvement of the algorithm’s computational cost so that a wider range of computationally demanding problems from among the ones described before can be addressed. For that purpose, an experimental and mathematical convergence analysis and validation of point-to-point distance metrics has been performed taking into account those distances with lower computational cost than the Euclidean one, which is used as the de facto standard for the algorithm’s implementations in the literature. In that analysis, the functioning of the algorithm in diverse topological spaces, characterized by different metrics, has been studied to check the convergence, efficacy and cost of the method in order to determine the one which offers the best results. Given that the distance calculation represents a significant part of the whole set of computations performed by the algorithm, it is expected that any reduction of that operation affects significantly and positively the overall performance of the method. As a result, a performance improvement has been achieved by the application of those reduced cost metrics whose quality in terms of convergence and error has been analyzed and validated experimentally as comparable with respect to the Euclidean distance using a heterogeneous set of objects, scenarios and initial situations.