82 resultados para intra-modal and inter-modal


Relevância:

100.00% 100.00%

Publicador:

Resumo:

Some populations of Pogonomyrmex harvester ants comprise genetically differentiated pairs of interbreeding lineages. Queens mate with males of their own and of the alternate lineage and produce pure-lineage offspring which develop into queens and inter-lineage offspring which develop into workers. Here we tested whether such genetic caste determination is associated with costs in terms of the ability to optimally allocate resources to the production of queens and workers. During the stage of colony founding, when only workers are produced, queens laid a high proportion of pure-lineage eggs but the large majority of these eggs failed to develop. As a consequence, the number of offspring produced by incipient colonies decreased linearly with the proportion of pure-lineage eggs laid by queens. Moreover, queens of the lineage most commonly represented in a given mating flight produced more pure-lineage eggs, in line with the view that they mate randomly with the two types of males and indiscriminately use their sperm. Altogether these results predict frequency-dependent selection on pairs of lineages because queens of the more common lineage will produce more pure-lineage eggs and their colonies be less successful during the stage of colony founding, which may be an important force maintaining the coexistence of pairs of lineages within populations.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Background: b-value is the parameter characterizing the intensity of the diffusion weighting during image acquisition. Data acquisition is usually performed with low b value (b~1000 s/mm2). Evidence shows that high b-values (b>2000 s/mm2) are more sensitive to the slow diffusion compartment (SDC) and maybe more sensitive in detecting white matter (WM) anomalies in schizophrenia.Methods: 12 male patients with schizophrenia (mean age 35 +/-3 years) and 16 healthy male controls matched for age were scanned with a low b-value (1000 s/mm2) and a high b-value (4000 s/mm2) protocol. Apparent diffusion coefficient (ADC) is a measure of the average diffusion distance of water molecules per time unit (mm2/s). ADC maps were generated for all individuals. 8 region of interests (frontal and parietal region bilaterally, centrum semi-ovale bilaterally and anterior and posterior corpus callosum) were manually traced blind to diagnosis.Results: ADC measures acquired with high b-value imaging were more sensitive in detecting differences between schizophrenia patients and healthy controls than low b-value imaging with a gain in significance by a factor of 20- 100 times despite the lower image Signal-to-noise ratio (SNR). Increased ADC was identified in patient's WM (p=0.00015) with major contributions from left and right centrum semi-ovale and to a lesser extent right parietal region.Conclusions: Our results may be related to the sensitivity of high b-value imaging to the SDC believed to reflect mainly the intra-axonal and myelin bound water pool. High b-value imaging might be more sensitive and specific to WM anomalies in schizophrenia than low b-value imaging

Relevância:

100.00% 100.00%

Publicador:

Resumo:

BACKGROUND: Enhanced recovery protocols have been proven to decrease complications and hospital stay following elective colorectal surgery. However, these principles have not yet been reported for urgent surgery procedures. We aimed to assess our initial experience with urgent colectomies performed within an established enhanced recovery pathway. METHODS: In a prospective cohort study, all patients undergoing colonic resection between April 2012 and March 2013 were treated according to a standardized enhanced recovery protocol. Urgent surgeries were compared with the elective procedures with regards to baseline characteristics, compliance with enhanced recovery items, and clinical outcome. RESULTS: Patients (N = 28) requiring urgent colonic resection were included and compared with patients undergoing elective colectomy (N = 63). Overall compliance with the protocol was 57% for the urgent compared with 77% for the elective procedures (p = 0.006). The pre-operative compliance was 64 versus 96% (p < 0.001), the intra-operative compliance was 77 versus 86% (p = 0.145), and the post-operative compliance was 49 versus 67% (p = 0.015), for the urgent and elective resections, respectively. Overall, 18 urgent patients (64%) and 32 elective patients (51%) developed postoperative complications (p = 0.261). Median postoperative length of stay was 8 days in the urgent setting compared with 5 days in the elective setting (p = 0.006). CONCLUSIONS: Many of the intra-operative and post-operative enhanced recovery items can also be applied to urgent colectomy, entailing outcomes that approach the results achieved in the elective setting.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Aim  Avoiding 'mini-laparotomy' to extract a colectomy specimen may decrease wound complications and further improve recovery after laparoscopic surgery. The aim of this study was to develop a new technique for transrectal specimen extraction (TRSE) and to compare it with conventional laparoscopy (CL) for left sided colectomy. Method  Eleven patients with benign disease requiring either sigmoid or left colon resection underwent TRSE. The unfired circular stapler was inserted transanally and used as a guide to suture-close the recto-sigmoid junction laparoscopically and as a handle to pull the sutured sigmoid through the opened rectum inside a laparoscopic camera bag. The anvil was inserted into the lumen of the intussuscepted sigmoid and pushed to the level of the anastomosis. The anastomosis was fashioned end-to-end in the first patients and side-to-end in the following patients to improve safety. Intra-operative and postoperative outcomes of patients undergoing TRSE were compared with those of a group of 20 patients undergoing CL, who were matched for type of resection, body mass index and age. Results  The procedure was successful in all but the first patient who was converted to conventional laparoscopic colectomy without any additional morbidity. Two patients in the end-to-end anastomosis group, but none in the side-to-end group, developed peri-anastomotic sepsis. Compared with CL, patients undergoing TRSE did not show any significant differences in operative time, recovery or morbidity. Conclusion  Transrectal specimen extraction after left colectomy using the circular stapler technique is feasible. A side-to-end anastomosis appears safer than an end-to-end anastomosis. Further studies are needed to explore the potential advantages of this procedure over CL.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Combinatorial optimization involves finding an optimal solution in a finite set of options; many everyday life problems are of this kind. However, the number of options grows exponentially with the size of the problem, such that an exhaustive search for the best solution is practically infeasible beyond a certain problem size. When efficient algorithms are not available, a practical approach to obtain an approximate solution to the problem at hand, is to start with an educated guess and gradually refine it until we have a good-enough solution. Roughly speaking, this is how local search heuristics work. These stochastic algorithms navigate the problem search space by iteratively turning the current solution into new candidate solutions, guiding the search towards better solutions. The search performance, therefore, depends on structural aspects of the search space, which in turn depend on the move operator being used to modify solutions. A common way to characterize the search space of a problem is through the study of its fitness landscape, a mathematical object comprising the space of all possible solutions, their value with respect to the optimization objective, and a relationship of neighborhood defined by the move operator. The landscape metaphor is used to explain the search dynamics as a sort of potential function. The concept is indeed similar to that of potential energy surfaces in physical chemistry. Borrowing ideas from that field, we propose to extend to combinatorial landscapes the notion of the inherent network formed by energy minima in energy landscapes. In our case, energy minima are the local optima of the combinatorial problem, and we explore several definitions for the network edges. At first, we perform an exhaustive sampling of local optima basins of attraction, and define weighted transitions between basins by accounting for all the possible ways of crossing the basins frontier via one random move. Then, we reduce the computational burden by only counting the chances of escaping a given basin via random kick moves that start at the local optimum. Finally, we approximate network edges from the search trajectory of simple search heuristics, mining the frequency and inter-arrival time with which the heuristic visits local optima. Through these methodologies, we build a weighted directed graph that provides a synthetic view of the whole landscape, and that we can characterize using the tools of complex networks science. We argue that the network characterization can advance our understanding of the structural and dynamical properties of hard combinatorial landscapes. We apply our approach to prototypical problems such as the Quadratic Assignment Problem, the NK model of rugged landscapes, and the Permutation Flow-shop Scheduling Problem. We show that some network metrics can differentiate problem classes, correlate with problem non-linearity, and predict problem hardness as measured from the performances of trajectory-based local search heuristics.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Background: The PEmb-QoL is a validated 40-item questionnaire to quantify health-related quality of life in patients having experienced pulmonary embolism (PE). It covers six health dimensions: frequency of complaints, activities of daily living limitations, work-related problems, social limitations, intensity of complaints, and emotional complaints. Originally developed in Dutch and English, we sought to prospectively validate the psychometric properties of a French version of the PEmb-QoL. Methods: We performed a forward and backward translation of the English version of the PEmb-QoL into French. French-speaking consecutive adult patients with an acute, objectively confirmed PE admitted to the emergency department of a Swiss university hospital between 08/2009 and 09/2011 were recruited telephonically. We used standard psychometric tests and criteria to evaluate the acceptability, reliability, and validity of the French version of the PEmb-QoL. We also performed an exploratory factor analysis. Results: Overall, 102 patients were enrolled in the study. The French version of the PEmb-QoL showed good reliability (internal consistency, item-total and inter-item correlations), reproducibility (test-retest reliability), and validity (convergent, discriminant) in French-speaking patients with PE. The exploratory factor analysis suggested three underlying dimensions: limitations in daily activity (items 4b-m, 5a-d), symptoms (items 1a-h and 7), and emotional complaints (items 9a-f and j). Conclusion: We successfully validated the French version of the PEmb-QoL questionnaire in patients with PE. Our results show that the PEmb-QoL is a valuable tool for assessing health-related quality of life after PE in French-speaking patients.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Since several years, the health of adolescents is on the agenda of ministers, decision makers and health professionals. Around the world, while there has been a steady decrease of the death rates among young children, this is not the case for young people. This is mainly linked with the fact that mortality and morbidity during this period of life is largely linked with non communicable diseases and conditions, including deaths from injuries, suicide, homicides and drug abuse. Unplanned pregnancies, illegal abortions, newly acquired HIV infections are also situations that have short and long term consequences. This paper reviews the epidemiological data pertaining to adolescent health and disease. It proposes evidence-informed avenues as how to address these issues in the field of health care (e.g. adolescent friendly services) and of prevention and health promotion. It also stresses the importance of creating safe environments for the development and well-being of young people and thus, of an interdisciplinary and inter sectorial approach to their complex health problems and challenges.