814 resultados para Focus on opportunities
Resumo:
Genome sequence varies in numerous ways among individuals although the gross architecture is fixed for all humans. Retrotransposons create one of the most abundant structural variants in the human genome and are divided in many families, with certain members in some families, e.g., L1, Alu, SVA, and HERV-K, remaining active for transposition. Along with other types of genomic variants, retrotransponson-derived variants contribute to the whole spectrum of genome variants in humans. With the advancement of sequencing techniques, many human genomes are being sequenced at the individual level, fueling the comparative research on these variants among individuals. In this thesis, the evolution and functional impact of structural variations is examined primarily focusing on retrotransposons in the context of human evolution. The thesis comprises of three different studies on the topics that are presented in three data chapters. First, the recent evolution of all human specific AluYb members, representing the second most active subfamily of Alus, was tracked to identify their source/master copy using a novel approach. All human-specific AluYb elements from the reference genome were extracted, aligned with one another to construct clusters of similar copies and each cluster was analyzed to generate the evolutionary relationship between the members of the cluster. The approach resulted in identification of one major driver copy of all human specific Yb8 and the source copy of the Yb9 lineage. Three new subfamilies within the AluYb family – Yb8a1, Yb10 and Yb11 were also identified, with Yb11 being the youngest and most polymorphic. Second, an attempt to construct a relation between transposable elements (TEs) and tandem repeats (TRs) was made at a genome-wide scale for the first time. Upon sequence comparison, positional cross-checking and other relevant analyses, it was observed that over 20% of all TRs are derived from TEs. This result established the first connection between these two types of repetitive elements, and extends our appreciation for the impact of TEs on genomes. Furthermore, only 6% of these TE-derived TRs follow the already postulated initiation and expansion mechanisms, suggesting that the others are likely to follow a yet-unidentified mechanism. Third, by taking a combination of multiple computational approaches involving all types of genetic variations published so far including transposable elements, the first whole genome sequence of the most recent common ancestor of all modern human populations that diverged into different populations around 125,000-100,000 years ago was constructed. The study shows that the current reference genome sequence is 8.89 million base pairs larger than our common ancestor’s genome, contributed by a whole spectrum of genetic mechanisms. The use of this ancestral reference genome to facilitate the analysis of personal genomes was demonstrated using an example genome and more insightful recent evolutionary analyses involving the Neanderthal genome. The three data chapters presented in this thesis conclude that the tandem repeats and transposable elements are not two entirely distinctly isolated elements as over 20% TRs are actually derived from TEs. Certain subfamilies of TEs themselves are still evolving with the generation of newer subfamilies. The evolutionary analyses of all TEs along with other genomic variants helped to construct the genome sequence of the most recent common ancestor to all modern human populations which provides a better alternative to human reference genome and can be a useful resource for the study of personal genomics, population genetics, human and primate evolution.
Resumo:
The self-efficacy-performance relationship in continuous sport tasks has been shown to be significantly reciprocal yet unequal with stronger influences in the performance-to-self-efficacy pathway rather than self-efficacy-to-performance pathway (e.g., LaForge-MacKenzie & Sullivan, 2014b). Bandura (2012) suggested that sociocognitive variables may influence this relationship. Attention as a sociocognitve factor may bias the processing of performance and self-efficacy information (Bandura, 1982, 1997; Bandura & Jourden, 1991). As confidence and attention are important aspects of peak running performance (Brewer, Van Raalte, Linder, & VanRaalte, 1991), the primary purpose of the present study was to examine the self-efficacy-performance relationship under three conditions of attentional focus. The secondary purpose was to examine self-efficacy and performance as separate constructs under the same conditions of attention. Participants ran continuously for one kilometer in one of three randomly assigned attentional focus conditions: internal-focus (n = 51), external-focus (n = 50), and control (n = 49). Self-efficacy was assessed using a one-item measure every 200 meters. Path analyses examining the primary objective revealed significant self-efficacy-to-performance pathways in all conditions: external-focus (p < .05, βs ranging from -.17 to -.32), internal-focus (p < .05, βs ranging from -.26 to -.36), and control (p < .05, βs ranging from -.29 to -.42). Significant reciprocal relationships were absent in all conditions. ANOVAs examining the secondary objectives found significantly faster performance in the control condition at the start (F (2, 147) = 3.86, p < .05) and end of the task (F (2, 147) = 3.56, p < .05). Self-efficacy was significantly higher in the internal-focus condition at the end of the task (Self-Efficacy 4 (F (2, 147) = 3.21, p < .05) and Self-Efficacy 5 (F (2, 147) = 4.74, p < .05). In contrast to previous within-trial research (e.g., LaForge-MacKenzie & Sullivan, 2014b) self-efficacy-to-performance effects were more significant and robust than performance-to-self-efficacy effects. These results provided support for Bandura’s (2012) suggestion that sociocognitive factors may have the ability to alter the causal structure of the self-efficacy-performance relationship, proposing complexities in the self-efficacy-performance relationship (Sitzmann &Yeo, 2013). Results were discussed from both theoretical and applied perspectives.
Resumo:
Grounded on the resource-based view of the firm, the study of this thesis investigates the effect of four internal and external factors – engineer intensity, location, affiliation with the government, government funding – on Chinese firms’ decision to either invest in internal R&D activities or external R&D and the effect of this decision on the firms’ international market success. In addition, the moderating role of the presence of foreign firms in China is examined. To understand these relationships, the thesis’ theorization focuses on the issue of how firms can combine optimally the two options – “internal R&D” and “external R&D”. In this regard I juxtapose internal R&D and external R&D and compare their advantages and disadvantages. To test my model, I apply panel data from the Annual Industrial Survey Database provided by the Chinese National Bureau of Statistics. My results show that three of the four investigated factors affect Chinese firms’ resource allocation decisions; and effective resource allocation decisions lead effectively to international market success, strengthened by the presence of foreign firms in China. Moreover the findings bear several theoretical and managerial contributions. First I propose the last dimension of the “VRIO framework” – “organization” – as an endogenous component of the VRIO framework, as my study investigated how firms can effectively combine resources to generate a competitive advantage in terms of international market success. Previous academic literature so far focused on examining whether internal and external R&D are complements or substitutes. My study fills a gap in the literature by investigating the determinants of the efficient combination of the two strategies and the outcome of the combination. One of the managerial implications is that Chinese firms can learn from foreign companies that are present in China.
Resumo:
Full Text / Article complet
Resumo:
The process of developing software that takes advantage of multiple processors is commonly referred to as parallel programming. For various reasons, this process is much harder than the sequential case. For decades, parallel programming has been a problem for a small niche only: engineers working on parallelizing mostly numerical applications in High Performance Computing. This has changed with the advent of multi-core processors in mainstream computer architectures. Parallel programming in our days becomes a problem for a much larger group of developers. The main objective of this thesis was to find ways to make parallel programming easier for them. Different aims were identified in order to reach the objective: research the state of the art of parallel programming today, improve the education of software developers about the topic, and provide programmers with powerful abstractions to make their work easier. To reach these aims, several key steps were taken. To start with, a survey was conducted among parallel programmers to find out about the state of the art. More than 250 people participated, yielding results about the parallel programming systems and languages in use, as well as about common problems with these systems. Furthermore, a study was conducted in university classes on parallel programming. It resulted in a list of frequently made mistakes that were analyzed and used to create a programmers' checklist to avoid them in the future. For programmers' education, an online resource was setup to collect experiences and knowledge in the field of parallel programming - called the Parawiki. Another key step in this direction was the creation of the Thinking Parallel weblog, where more than 50.000 readers to date have read essays on the topic. For the third aim (powerful abstractions), it was decided to concentrate on one parallel programming system: OpenMP. Its ease of use and high level of abstraction were the most important reasons for this decision. Two different research directions were pursued. The first one resulted in a parallel library called AthenaMP. It contains so-called generic components, derived from design patterns for parallel programming. These include functionality to enhance the locks provided by OpenMP, to perform operations on large amounts of data (data-parallel programming), and to enable the implementation of irregular algorithms using task pools. AthenaMP itself serves a triple role: the components are well-documented and can be used directly in programs, it enables developers to study the source code and learn from it, and it is possible for compiler writers to use it as a testing ground for their OpenMP compilers. The second research direction was targeted at changing the OpenMP specification to make the system more powerful. The main contributions here were a proposal to enable thread-cancellation and a proposal to avoid busy waiting. Both were implemented in a research compiler, shown to be useful in example applications, and proposed to the OpenMP Language Committee.
Resumo:
Globalization has led to a drastic change on the international trade, this has caused that many countries such as France and Colombia find new business partners. This is the raison because I develop the investigation about How these countries can be integrated commercially in the dairy sector? Colombia and France had active trade relations for more than 8 years, but this has been declining for several factors. In the case of France, it has found that Germany is an excellent producer of raw milk, which can supply domestic demand and can export large quantities with a low price to European countries because of its proximity. For this reason, Colombia is a country that can not compete with Germany directly in raw milk, but I concluded that Colombia could become a major competitor with organic milk. This is the result of a research of the way they raise and feed the cows in the two countries, Colombia is generally on open country and Germany is on cow housing. In Colombia, the country found that Venezuela could offer many benefits in the processing of raw milk, and other processes that require high technology. But today Colombia has had several disputes with Venezuela and many Colombian companies are affected in this sector. Additionally, France is one of the largest producers and distributors of processed milk and its derivatives; it launches annually many manufactured products with high technology. At this point, Colombia can take out the best advantage because it can create an strategic alliance with French companies to bring most innovative and processed products such as cheese and yoghurts. The theoretical framework of this thesis consists on the analysis of competitiveness, because it is relevant to see if these two countries are competitive or if one has the comparative advantage over the other. The related authors are: Michael Porter, Adam Smith and David Ricardo. To complete the theoretical part, we found that France has a comparative advantage over Colombia in this sector thanks to its high technology, and Colombia is not currently competitive in the area of raw milk because the milk price is higher and the distance is a barrier, and it has no technology. But this research indicates that Colombia could become a competitive country selling organic milk.
Resumo:
An Arbor Networks paper describing DDoS attacks and related attacks. The first 9-10 pages or so are good background reading for INFO6003. Students may also find the rest of the paper interesting.
Resumo:
Resumen basado en el de la publicación. Resumen en español
Resumo:
Recurso para la preparación de exámenes avanzados como el First Certificate in English (FCE), el Certificate in Advanced English (CAE) y IGCSE First Language English, que ofrece la University of Cambridge International Examinatios. Incluye unidades de lectura, escritura, comprensión auditiva y expresión oral; así como los diferentes tipos de escritura que recoge el programa que incluye cartas, artículos de revistas, reseñas de libros y resúmenes, sin olvidar la importancia del estilo y el contenido, junto con la precisión y el uso correcto de los diferentes registros.
Resumo:
The purpose of this study was to develop a theme based creative movement curriculum that would help hearing-impaired students develop language, speech and audition skills.
FDA Consumer: Focus on Food Safety: Initiative Calls on Government, Industry, Consumers to Stop Food