310 resultados para Locking


Relevância:

10.00% 10.00%

Publicador:

Resumo:

Like many states and territories, South Australia has a legacy of marine reserves considered to be inadequate to meet current conservation objectives. In this paper we configured exploratory marine reserve systems, using the software MARXAN, to examine how efficiently South Australia's existing marine reserves contribute to quantitative biodiversity conservation targets. Our aim was to compare marine reserve systems that retain South Australia's existing marine reserves with reserve systems that are free to either ignore or incorporate them. We devised a new interpretation of irreplaceability to identify planning units selected more than could be expected from chance alone. This is measured by comparing the observed selection frequency for an individual planning unit with a predicted selection frequency distribution. Knowing which sites make a valuable contribution to efficient marine reserve system design allows us to determine how well South Australia's existing reserves contribute to reservation goals when representation targets are set at 5, 10, 15, 20, 30 and 50% of conservation features. Existing marine reserves that tail to contribute to efficient marine reserve systems constitute 'opportunity costs'. We found that despite spanning less than 4% of South Australian state waters, locking in the existing ad hoc marine reserves presented considerable opportunity costs. Even with representation targets set at 50%, more than halt of South Australia's existing marine reserves were selected randomly or less in efficient marine reserve systems. Hence, ad hoc marine reserve systems are likely to be inefficient and may compromise effective conservation of marine biodiversity.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

The stability of the color flavor locked phase in the presence of a strong magnetic field is investigated within the phenomenological MIT bag model. It is found that the minimum value of the energy per baryon in a color flavor locked state at vanishing pressure is lower than the corresponding one for unpaired magnetized strange quark matter and, as the magnetic field increases, the energy per baryon decreases. This implies that magnetized color flavor locked matter is more stable and could become the ground state inside neutron stars. The anisotropy of the pressures is discussed. The mass-radius relation for such stars is also studied.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Value has been defined in different theoretical contexts as need, desire, interest, standard /criteria, beliefs, attitudes, and preferences. The creation of value is key to any business, and any business activity is about exchanging some tangible and/or intangible good or service and having its value accepted and rewarded by customers or clients, either inside the enterprise or collaborative network or outside. “Perhaps surprising then is that firms often do not know how to define value, or how to measure it” (Anderson and Narus, 1998 cited by [1]). Woodruff echoed that we need “richer customer value theory” for providing an “important tool for locking onto the critical things that managers need to know”. In addition, he emphasized, “we need customer value theory that delves deeply into customer’s world of product use in their situations” [2]. In this sense, we proposed and validated a novel “Conceptual Model for Decomposing the Value for the Customer”. To this end, we were aware that time has a direct impact on customer perceived value, and the suppliers’ and customers’ perceptions change from the pre-purchase to the post-purchase phases, causing some uncertainty and doubts.We wanted to break down value into all its components, as well as every built and used assets (both endogenous and/or exogenous perspectives). This component analysis was then transposed into a mathematical formulation using the Fuzzy Analytic Hierarchy Process (AHP), so that the uncertainty and vagueness of value perceptions could be embedded in this model that relates used and built assets in the tangible and intangible deliverable exchange among the involved parties, with their actual value perceptions.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

The stability of the color flavor locked phase in the presence of a strong magnetic field is investigated within the phenomenological MIT bag model, taking into account the variation of the strange quark mass, the baryon density, the magnetic field, as well as the bag and gap parameters. It is found that the minimum value of the energy per baryon in a color flavor locked state at vanishing pressure is lower than the corresponding one for unpaired magnetized strange quark matter and, as the magnetic field increases, the energy per baryon decreases. This implies that magnetized colorflavor locked matter is more stable and could become the ground state inside neutron stars. The mass-radius relation for such stars is also studied.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

While the earliest deadline first algorithm is known to be optimal as a uniprocessor scheduling policy, the implementation comes at a cost in terms of complexity. Fixed taskpriority algorithms on the other hand have lower complexity but higher likelihood of task sets being declared unschedulable, when compared to earliest deadline first (EDF). Various attempts have been undertaken to increase the chances of proving a task set schedulable with similar low complexity. In some cases, this was achieved by modifying applications to limit preemptions, at the cost of flexibility. In this work, we explore several variants of a concept to limit interference by locking down the ready queue at certain instances. The aim is to increase the prospects of schedulability of a given task system, without compromising on complexity or flexibility, when compared to the regular fixed task-priority algorithm. As a final contribution, a new preemption threshold assignment algorithm is provided which is less complex and more straightforward than the previous method available in the literature.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Dissertação apresentada para obtenção do Grau de Doutor em Informática Pela Universidade Nova de Lisboa, Faculdade de Ciências e Tecnologia

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Dissertação de Mestrado em Engenharia Informática

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Amyotrophic Lateral Sclerosis (ALS) is a neurodegenerative disease characterized by motor neurons degeneration, which reduces muscular force, being very difficult to diagnose. Mathematical methods are used in order to analyze the surface electromiographic signal’s dynamic behavior (Fractal Dimension (FD) and Multiscale Entropy (MSE)), evaluate different muscle group’s synchronization (Coherence and Phase Locking Factor (PLF)) and to evaluate the signal’s complexity (Lempel-Ziv (LZ) techniques and Detrended Fluctuation Analysis (DFA)). Surface electromiographic signal acquisitions were performed in upper limb muscles, being the analysis executed for instants of contraction for ipsilateral acquisitions for patients and control groups. Results from LZ, DFA and MSE analysis present capability to distinguish between the patient group and the control group, whereas coherence, PLF and FD algorithms present results very similar for both groups. LZ, DFA and MSE algorithms appear then to be a good measure of corticospinal pathways integrity. A classification algorithm was applied to the results in combination with extracted features from the surface electromiographic signal, with an accuracy percentage higher than 70% for 118 combinations for at least one classifier. The classification results demonstrate capability to distinguish members between patients and control groups. These results can demonstrate a major importance in the disease diagnose, once surface electromyography (sEMG) may be used as an auxiliary diagnose method.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Current computer systems have evolved from featuring only a single processing unit and limited RAM, in the order of kilobytes or few megabytes, to include several multicore processors, o↵ering in the order of several tens of concurrent execution contexts, and have main memory in the order of several tens to hundreds of gigabytes. This allows to keep all data of many applications in the main memory, leading to the development of inmemory databases. Compared to disk-backed databases, in-memory databases (IMDBs) are expected to provide better performance by incurring in less I/O overhead. In this dissertation, we present a scalability study of two general purpose IMDBs on multicore systems. The results show that current general purpose IMDBs do not scale on multicores, due to contention among threads running concurrent transactions. In this work, we explore di↵erent direction to overcome the scalability issues of IMDBs in multicores, while enforcing strong isolation semantics. First, we present a solution that requires no modification to either database systems or to the applications, called MacroDB. MacroDB replicates the database among several engines, using a master-slave replication scheme, where update transactions execute on the master, while read-only transactions execute on slaves. This reduces contention, allowing MacroDB to o↵er scalable performance under read-only workloads, while updateintensive workloads su↵er from performance loss, when compared to the standalone engine. Second, we delve into the database engine and identify the concurrency control mechanism used by the storage sub-component as a scalability bottleneck. We then propose a new locking scheme that allows the removal of such mechanisms from the storage sub-component. This modification o↵ers performance improvement under all workloads, when compared to the standalone engine, while scalability is limited to read-only workloads. Next we addressed the scalability limitations for update-intensive workloads, and propose the reduction of locking granularity from the table level to the attribute level. This further improved performance for intensive and moderate update workloads, at a slight cost for read-only workloads. Scalability is limited to intensive-read and read-only workloads. Finally, we investigate the impact applications have on the performance of database systems, by studying how operation order inside transactions influences the database performance. We then propose a Read before Write (RbW) interaction pattern, under which transaction perform all read operations before executing write operations. The RbW pattern allowed TPC-C to achieve scalable performance on our modified engine for all workloads. Additionally, the RbW pattern allowed our modified engine to achieve scalable performance on multicores, almost up to the total number of cores, while enforcing strong isolation.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Natural Orifice Transluminal Endoscopic Surgery (NOTES) is a novel, potentially less invasive alternative to laparoscopic surgery. However, the problems of transluminal access and closure represent significant obstacles to its successful introduction in humans. Objective: to evaluate the feasibility and safety of a novel device designed for transluminal access and closure in a survival porcine model. Subjects: Four adult female Yorkshire pigs were used in the study. Interventions: While under general anesthesia, the animals were prepared with multiple tap water enemas followed by instillation of an antibiotic suspension and povidone-iodine lavage. At a distance of 15 to 20 cm from the anus, the prototype device (LSI Solutions, Victor, NY, USA) deployed a circumscribing purse-string suture around the planned incision site and subsequently used a blade mechanism to create a 2.5-cm linear incision. The transcolonic incision was then closed by cinching and securing the purse-string suture with a titanium knot by use of a separate hand-activated suture-locking device. Main Outcome Measurements: The animals were monitored daily for signs of peritonitis and sepsis and were survived for 14 days. The peritoneal cavity was examined for peritonitis, and the colonic incision site was examined for wound dehiscence, pericolic abscess formation, and gross adhesions. Tissue samples from both incisional and random peritoneal sites were obtained for histologic examination. Results: Transcolonic incision and closure were successful in all 4 animals. The device performed in a rapid and reproducible fashion. All animals recovered without septic complications. At necropsy, there was no evidence of peritonitis, abscesses, or wound dehiscence. Salpingocolonic and colovesicular adhesions were noted in 3 of 4 animals. Histologic examination revealed microabscesses at the incision site in all animals. Conclusions: The prototype incision and closure device represents a promising solution to the problems of transluminal access for NOTES. The presence of incision-related adhesions and microabscesses signal the need for further refinement in aseptic technique. 

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Synchronization behavior of electroencephalographic (EEG) signals is important for decoding information processing in the human brain. Modern multichannel EEG allows a transition from traditional measurements of synchronization in pairs of EEG signals to whole-brain synchronization maps. The latter can be based on bivariate measures (BM) via averaging over pair-wise values or, alternatively, on multivariate measures (MM), which directly ascribe a single value to the synchronization in a group. In order to compare BM versus MM, we applied nine different estimators to simulated multivariate time series with known parameters and to real EEGs.We found widespread correlations between BM and MM, which were almost frequency-independent for all the measures except coherence. The analysis of the behavior of synchronization measures in simulated settings with variable coupling strength, connection probability, and parameter mismatch showed that some of them, including S-estimator, S-Renyi, omega, and coherence, aremore sensitive to linear interdependences,while others, like mutual information and phase locking value, are more responsive to nonlinear effects. Onemust consider these properties together with the fact thatMM are computationally less expensive and, therefore, more efficient for the large-scale data sets than BM while choosing a synchronization measure for EEG analysis.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Purpose Cadaveric study at our institution has demonstrated that optimal basaplate fixation of a reversed shoulder arthroplasty (RSA) could be achieved with screws in three major columns. Our aim was to review our early rate of aseptic glenoid loosening in a series of baseplate fixed according to this principle. Material and Methods Between 2005 and 2008, 48 RSA (Aequalis Reversed) were implanted in 48 patients with an average age of 74.4 years (range, 56 to 86 years). There were 37 women and 11 men. Twenty-seven primary RSAs were performed for cuff tear arthropathy, 3 after failed rotator cuff surgery, 6 for failed arthroplasties, 7 for acute fractures and 5 after failed ORIF. All baseplate fixation were done using a nonlocking posterior screw in the spine, a nonlocking anterior screw in the glenoid body, a locking superior screw in the coracoid and a locking inferior screw in the pillar. All patients were reviewed with standardized radiographs. The number of screws were reported. We measured the position of the screws in relation to the scapular spine and the coracoid process in two different views. We defined screw positions as totally, partially or out of the target. Finally we reported glenoid aseptic loosening which was defined as implant subsidence. Results Four patients were lost to follow-up. Thus, 44 shoulders could be reviewed after a mean follow-up of 13 months (range, 6 to 32 months). All baseplates were fixed with 4 screws. Thirty-seven (84%) screws were either partially or totally in the spine. Thus, 7 (16%) scapular spine screws were out of the target. No coracoid screw was out the target. Two (4.5%) patients had glenoid loosening. Both had a scapular spine and a coracoid screw partially in the bone. Conclusion Early aseptic glenoid loosening occurred before the two years follow-up and is most of time related to technical problems and/or insufficient bone stock and bone quality. Our study demonstrate that baseplate fixation according to the three columns principle is a reproducible technique and a valuable way to prevent early glenoid loosening.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

INTRODUCTION: The purpose of our study was to retrospectively evaluate the clinical and radiological results of subtrochanteric fractures treated with a long gamma nail (LGN). The LGN has been the implant of choice at our level-1 trauma center since 1992. MATERIALS AND METHODS: Over a period of 7 years, we have treated 90 consecutive patients with subtrochanteric fractures. In order to evaluate the clinical and radiological outcomes, we reviewed the clinical and radiographic charts of these patients followed for a mean time of 2 years (range 13-36 months). RESULTS: We found no intra- or perioperative complications nor early or late infection. Clinical and radiological union was achieved at a mean of 4.3 months in all of the patients (range 3-9 months); in 24 cases (30%) the distal locking bolts were retrieved in order to enhance callus formation and remodeling as a planned secondary surgery. Three patients (3.3%) needed unplanned secondary surgery for problems related to the nailing technique. Two mechanical failures with breakage of the nail were encountered due to proximal varus malalignment, of which one was treated with exchange nailing and grafting and the other one by removal of the broken hardware, blade-plating, and bone grafting. One fracture below a short LGN was treated by exchange nailing. CONCLUSIONS: The minimally invasive technique and simple application of the LGN lead to a low percentage of complications in these difficult fractures after a relatively short learning curve. The biomechanical properties of this implant allow early mobilization and partial weight-bearing even in patients with advanced osteoporosis.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

OBJECTIVE: assess the functional, subjective and radiological results obtained in patients treated with variable-angle locking plate for unstable distal radius fracture and compare these results with current studies. PATIENTS AND METHOD: From October of 2008 to July of 2011, 20 patients were included who had undergone intervention using the volar approach to the Flexor Carpi Radialis. The average follow up was 18 months. Both clinical and radiological results were analyzed. The Mayo Wrist Score and DASH questioner were used. RESULTS: The average age was 50 years; 50% men and 50% women. The consolidation of the fracture was verified in all cases. An average volar angle was obtained of 5º, radial inclination of 19º, radial height of 10.5 mm, and ulnar variance of -1 mm. The clinical assessment revealed an average dorsal flexion of 75º, palm flexion of 70º, supination of 75º and pronation of 73 º. The results for the DASH questionnaire showed an average of 17.8 and 82.7 for the Mayo Wrist Score. CONCLUSIONS: Our experience has provided some good results, both in functional and subjective as well as radio logical terms, similar to those found in studies with implants from the same generation.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Introduction: Glenoid bone volume and bone quality can render the fixation of a reversed shoulder arthroplasty (RSA) basis plate hazardous. Cadaveric study at our institution has demonstrated that optimal baseplate fixation could be achieved with screws in three major columns. Our aim is to review our early rate of aseptic glenoid loosening in a series of baseplates fixed according to this principle. Methods: Between 2005 and 2008, 48 consecutive RSA (Reversed Aequalis) were implanted in 48 patients with an average age of 74.4 years (range, 56 to 86 years). There were 37 women and 11 men. Twenty-seven primary RSAs were performed for cuff tear arthropathy, 3 after failed rotator cuff surgery, 6 for failed arthroplasties, 7 for acute fractures and 5 after failed ORIF. All baseplate fixations were done using a nonlocking posterior screw in the scapular spine, a nonlocking anterior screw in the glenoid body, a locking superior screw in the coracoid and a locking inferior screw in the pillar. All patients were reviewed with standardized radiographs. We reported the positions of the screws in relation to the scapular spine and the coracoid process in two different views. We defined screw positions as totally, partially or out of the target. Finally, we reported aseptic glenoid loosening which was defined as implant subsidence. Results: Four patients were lost to follow-up. Thus 44 shoulders could be reviewed after a mean follow-up of 16 months (range, 9 to 32 months). Thirty-seven (84%) screws were either partially or totally in the spine. Thus, 7 (16%) scapular spine screws were out of the target. No coracoid screw was out of the target. At final follow-up control, we reported no glenoid loosening. Conclusion: Early glenoid loosening occurred before the two years follow-up and is most of time related to technical problems and/or insufficient glenoid bone stock and bone quality. Our study demonstrate that baseplate fixation of a RSA according to the three columns principle is a reproducible technique and a valuable way to prevent early glenoid loosening.