881 resultados para Creative ability in business


Relevância:

100.00% 100.00%

Publicador:

Resumo:

Sebbene Anarsia lineatella sia un fitofago ormai da anni introdotto e diffuso in Italia, ancora poco si conosce circa le sue abitudini riproduttive. In considerazione della elevata dannosità di A. lineatella nei pescheti del nord Italia e delle scarse conoscenze sulla sua biologia, si è evidenziata la necessità di approfondire la conoscenza di questo fitofago. Pertanto gli scopi di questa ricerca hanno riguardato l’approfondimento delle conoscenze sui sistemi di comunicazione intraspecifici utilizzati da A. lineatella; la valutazione dell’efficacia di diverse miscele di feromone sintetico, in laboratorio utilizzando anche densità diverse di popolazioni di anarsia e in campo utilizzando gabbie di accoppiamento appositamente costruite, posizionate in frutteti a conduzione biologica nel nord Italia e messe a confronto con gabbie che utilizzavano come fonte attrattiva femmine vergini di tre giorni di età. Sono state condotte prove sul comportamento di maschi di A. lineatella di differenti età in risposta al feromone emesso da femmine vergini di tre giorni di età e al feromone emesso da erogatori di materiale plastico contenenti differenti miscele di feromone sintetico. Sono stati condotti studi per verificare l’influenza del contenuto di alcol ((E)5-10:OH) nella miscela feromonica sulla capacità di inibizione degli accoppiamenti, sottoponendo gli insetti a differenti concentrazioni di feromone in modo da verificare eventuali differenze di attività delle diverse miscele, differenze che emergerebbero con evidenza maggiore alle minori concentrazioni. Alcune prove sono state effettuate anche con differenti densità di popolazione, poiché una maggiore densità di popolazione determina una maggiore probabilità di accoppiamento, evidenziando più chiaramente i limiti di efficacia della miscela utilizzata. Inoltre sono state effettuate prove di campo per confrontare due modelli di erogatore per la confusione sessuale di anarsia contenenti miscele con differenti percentuali di alcol Inoltre, poiché nei pescheti la presenza di A. lineatella è pressoché sempre associata a quella di Cydia molesta e l’applicazione del metodo della confusione deve spesso essere applicato per controllare entrambi gli insetti, può risultare vantaggioso disporre di un unico erogatore contenente entrambi i feromoni; è stato quindi valutato un erogatore contenente una miscela dei due feromoni per verificare eventuali interazioni che possano ridurre l’efficacia.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Metacommunity ecology focuses on the interaction between local communities and is inherently linked to dispersal as a result. Within this framework, communities are structured by a combination of in-site responses to the immediate environment (species sorting), stochasticity (patch dynamics), and connections to other communities via distance between communities and dispersal (neutrality), and source-sink dynamics (mass effects; see Chapter 1 for a detailed description of metacommunity theory, the study site, and macroinvertebrate communities found). In Chapter 2 I describe spatial scale of study and dispersal ability as both have the ability to influence the degree to which communities interact. However, little is known about how these factors influence the importance of all metacommunity dynamics. I compared dispersal mode of immature aquatic insects and dispersal ability of winged adults across multiple spatial scales in a large river. The strongest drivers of river communities were patch dynamics, followed by species sorting, then neutrality. Active dispersers during aquatic lifestages on average exhibited lower patch dynamics, higher species sorting, and significant mass effects compared to passive dispersers. Active and strong dispersers also had a scale-independent influence of neutrality, while neutrality was stronger at broader spatial scale for passive and weak dispersers. These results indicate as dispersal ability increases patch dynamics decreases, species sorting increases, and neutrality should decrease. The perceived influence of neutrality may also be dependent on spatial scale and dispersal ability. In Chapter 3 I describe how river benthic macroinvertebrate communities may influence tributary invertebrate communities via adult flight and tributaries may influence mainstem communities via immature drift. This relationship may also depend on relative mainstem and tributary size, as well as abiotic tributary influence on mainstem habitat. To investigate the interaction between a larger river and tributary I sampled mainstem benthic invertebrate communities and quantified habitat of a 7th order river (West Branch Susquehanna River) above and below a 5th order tributary confluence, as well as 0.95-3.2 km upstream in the tributary. Non-metric multidimensional scaling showed similar patterns of clustering between sampling locations for both habitat characteristics and invertebrate communities. In addition, mainstem river communities and habitat directly downstream of the tributary confluence cluster tightly together, intermediate between tributary and mid-channel river samples. In Bray-Curtis dissimilarity comparisons between tributary and mainstem river communities the furthest upstream tributary communities were least similar to river communities. Middle tributary samples were also closest by Euclidean distance to the upstream mainstem riffle and exhibited higher similarity to mid-channel samples than the furthest downstream tributary communities. My results indicate river and tributary benthic invertebrate communities may interact and likely result in direct and indirect mass effects of a tributary on the downstream mainstem community by invertebrate drift and habitat restructuring via material delivery from the tributary. I also showed likely direct effects of adult dispersal from the river and oviposition in proximal tributary locations where Euclidian, rather than river, distance may be more important in determining river-tributary interactions.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

The aim of the present study was to measure transit patterns of nutrients and the absorptive ability in ruminal drinkers (RDs) compared with healthy unweaned calves. The acetaminophen (paracetamol) absorption test was used to characterize the oroduodenal transit rate. Clinical examination and the analysis of various blood parameters provided supplementary information on digestive processes. Three unweaned bucket-fed calves (one RD and two healthy controls) each from seven Swiss dairy farms were included in the study. Measurements (tests 1 and 2) were performed twice at an interval of 10 days. Between tests, the feeding technique of the RDs and one control calf per farm was changed to feeding with a nipple instead of by bucket (without nipple). Acetaminophen appearance in the blood was delayed and reduced in RDs compared with the controls. Acid-base metabolism and several haematological and metabolic parameters differed markedly between RDs and healthy controls. The characteristics of the oroduodenal transit rate, absorptive abilities and clinical status in RDs were nearly normalised within 10 days of reconditioning.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Some of the defining characteristics of narcissists include a grandiose sense of self-importance, preoccupation with success and power, a sense of infallibility, and a supreme confidence in their ability and intelligence. Ironically, many of these characteristics are rewarded in business organizations, which may explain why there seems to be so many narcissists in management positions. Assuming we will be dealing with narcissists throughout our career, it makes sense for us to understand what makes them tick, and more importantly what we can do to work with them in a constructive manner.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Behavioral reflection is crucial to support for example functional upgrades, on-the-fly debugging, or monitoring critical applications. However the use of reflective features can lead to severe problems due to infinite metacall recursion even in simple cases. This is especially a problem when reflecting on core language features since there is a high chance that such features are used to implement the reflective behavior itself. In this paper we analyze the problem of infinite meta-object call recursion and solve it by providing a first class representation of meta-level execution: at any point in the execution of a system it can be determined if we are operating on a meta-level or base level so that we can prevent infinite recursion. We present how meta-level execution can be represented by a meta-context and how reflection becomes context-aware. Our solution makes it possible to freely apply behavioral reflection even on system classes: the meta-context brings stability to behavioral reflection. We validate the concept with a robust implementation and we present benchmarks.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Conventional debugging tools present developers with means to explore the run-time context in which an error has occurred. In many cases this is enough to help the developer discover the faulty source code and correct it. However, rather often errors occur due to code that has executed in the past, leaving certain objects in an inconsistent state. The actual run-time error only occurs when these inconsistent objects are used later in the program. So-called back-in-time debuggers help developers step back through earlier states of the program and explore execution contexts not available to conventional debuggers. Nevertheless, even back-in-time debuggers do not help answer the question, ``Where did this object come from?'' The Object-Flow Virtual Machine, which we have proposed in previous work, tracks the flow of objects to answer precisely such questions, but this VM does not provide dedicated debugging support to explore faulty programs. In this paper we present a novel debugger, called Compass, to navigate between conventional run-time stack-oriented control flow views and object flows. Compass enables a developer to effectively navigate from an object contributing to an error back-in-time through all the code that has touched the object. We present the design and implementation of Compass, and we demonstrate how flow-centric, back-in-time debugging can be used to effectively locate the source of hard-to-find bugs.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

The increasing practice of offshore outsourcing software maintenance has posed the challenge of effectively transferring knowledge to individual software engineers of the vendor. In this theoretical paper, we discuss the implications of two learning theories, the model of work-based learning (MWBL) and cognitive load theory (CLT), for knowledge transfer during the transition phase. Taken together, the theories suggest that learning mechanisms need to be aligned with the type of knowledge (tacit versus explicit), task characteristics (complexity and recurrence), and the recipients’ expertise. The MWBL proposes that learning mechanisms need to include conceptual and practical activities based on the relative importance of explicit and tacit knowledge. CLT explains how effective portfolios of learning mechanisms change over time. While jobshadowing, completion tasks, and supportive information may prevail at the outset of transition, they may be replaced by the work on conventional tasks towards the end of transition.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

In future, the so called “sensing enterprise”, as part of the Future Internet, will play a crucial role in the success or the failure of an enterprise. We present our vision of an enterprise interacting with the physical world based on a retail scenario. One of the main challenges is the interoperability not only between the enterprise IT systems themselves, but also between these systems and the sensing devices. We will argue that semantically enriched service descriptions, the so called linked services will ease interoperability between two or more enterprises IT systems, and between enterprise systems and the physical environment.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

The metacognitve ability to accurately estimate ones performance in a test, is assumed to be of central importance for initializing task-oriented effort. In addition activating adequate problem-solving strategies, and engaging in efficient error detection and correction. Although school children's' ability to estimate their own performance has been widely investigated, this was mostly done under highly-controlled, experimental set-ups including only one single test occasion. Method: The aim of this study was to investigate this metacognitive ability in the context of real achievement tests in mathematics. Developed and applied by a teacher of a 5th grade class over the course of a school year these tests allowed the exploration of the variability of performance estimation accuracy as a function of test difficulty. Results: Mean performance estimations were generally close to actual performance with somewhat less variability compared to test performance. When grouping the children into three achievement levels, results revealed higher accuracy of performance estimations in the high achievers compared to the low and average achievers. In order to explore the generalization of these findings, analyses were also conducted for the same children's tests in their science classes revealing a very similar pattern of results compared to the domain of mathematics. Discussion and Conclusion: By and large, the present study, in a natural environment, confirmed previous laboratory findings but also offered additional insights into the generalisation and the test dependency of students' performances estimations.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

IT has turned out to be a key factor for the purposes of gaining maturity in Business Process Management (BPM). This book presents a worldwide investigation that was conducted among companies from the ‘Forbes Global 2000’ list to explore the current usage of software throughout the BPM life cycle and to identify the companies’ requirements concerning process modelling. The responses from 130 companies indicate that, at the present time, it is mainly software for process description and analysis that is required, while process execution is supported by general software such as databases, ERP systems and office tools. The resulting complex system landscapes give rise to distinct requirements for BPM software, while the process modelling requirements can be equally satisfied by the most common languages (BPMN, UML, EPC).

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Fusion of nonmetastatic murine melanoma K1735 C19H cells with metastatic human melanoma A375 C15N cells resulted in a hybrid (termed H7) which was highly metastatic in a nude mouse model. The H7 hybrid retained chromosome 17 as the sole intact human chromosome in the cell. A lung bioassay showed that the K1735 C19H cells were present in the lungs of nude mice with s.c. tumors, yet at 6-weeks after tumor resection, no cells remained in the lung and therefore did not form lung metastases. Examination of various phenotypic properties such as in vivo and in vitro growth demonstrated that phenotypically the H7 hybrid was most like the K1735 C19H cell line except for its metastatic ability. In contrast the H7 hybrid cells containing single or multiple copies of human chromosome 17 with a point mutation at codon 249 (arg-gly) of the p53 gene, readily formed lung metastases. A plasmid containing the human p53 from the H7 hybrid and four other contructs with mutations at codon 143 (val-arg), 175 (arg-his), 249 (arg-ser) and 273 (arg-his) were transfected into K1735 C19H cells. K1735 C19H cells expressing human p53 genes with mutations at codons 249, both the arg-ser mutation and the mutation from the H7 hybrid and 273 produced significantly more lung metastases.^ In vitro assays demonstrated that responses to various cytotoxic and DNA damaging agents varied with the presence of mutant p53 and with the type of agent used. When cultured in mouse lung-conditioned medium, the K1735 C19H cell line was growth-inhibited, while cells containing a mutant human p53 (either on the whole chromosome 17, as in the H7 hybrid cells or from a stably transfected construct) were growth stimulated. Western blot analysis of lung-conditioned media derived from either 6-month or 15-month old mice has detected high levels of soluble Fas ligand in the medium from older animals. Comparison of the levels of Fas receptor on the K1735 C19H cell line and the H7 hybrid were almost identical, but 50% of the K1735 C19H cells were killed in the presence of anti-Fas antibody as opposed to 7% of the H7 hybrid cells. The growth-inhibitory effects of the lung-conditioned medium on the K1735 C19H cells were abrogated by coculture with Fas-Fc, which competes with the Fas ligand for receptor binding. Growth-inhibition of the K1735 C19H was 54% when cultured in 60 $\mu$g/0.2 ml lung-conditioned medium and a control Fc, with only 9% inhibition in 60 $\mu$g/0.2 ml lung-conditioned medium and Fas-Fc. Growth of the H7 cells and K1735 C19H cells transfected with various mutant human p53 genes were unchanged by the presence of either the control Fc or the Fas-Fc. This indicates that the presence of human chromosome 17, and mutant p53 in part protects the cells from Fas:Fas ligand induced apoptosis, and allows the growth of lung metastases. ^

Relevância:

100.00% 100.00%

Publicador:

Resumo:

OBJECTIVE To assess whether exposure to high altitude induces cognitive dysfunction in young healthy European children and adolescents during acute, short-term exposure to an altitude of 3450 m and in an age-matched European population permanently living at this altitude. STUDY DESIGN We tested executive function (inhibition, shifting, and working memory), memory (verbal, short-term visuospatial, and verbal episodic memory), and speed processing ability in: (1) 48 healthy nonacclimatized European children and adolescents, 24 hours after arrival at high altitude and 3 months after return to low altitude; (2) 21 matched European subjects permanently living at high altitude; and (3) a matched control group tested twice at low altitude. RESULTS Short-term hypoxia significantly impaired all but 2 (visuospatial memory and processing speed) of the neuropsychological abilities that were tested. These impairments were even more severe in the children permanently living at high altitude. Three months after return to low altitude, the neuropsychological performances significantly improved and were comparable with those observed in the control group tested only at low altitude. CONCLUSIONS Acute short-term exposure to an altitude at which major tourist destinations are located induces marked executive and memory deficits in healthy children. These deficits are equally marked or more severe in children permanently living at high altitude and are expected to impair their learning abilities.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Vietnam’s burgeoning market for motorcycles has attracted global industry eaders,players from developing countries, and local firms. This has led to a dynamic evolution of value chains. This paper presents an explanation of the varieties of the growth patterns xperienced by the local suppliers, focusing on the roles of customer and local supplier strategies. Case studies showed that while the role of customers may be important, strategies of suppliers to improve the ompetitive edge in the production of otorcycle components and to diversify into other products account for important ariations of growth trajectories among local suppliers. Findings presented in this paper suggest the need to direct more attention to strategy that local firms use to boost their competitive edge in business.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

This paper is an overview of the results from a questionnaire survey and subsequent supplementary interviews of Iran's large apparel firms conducted by the author in 2009-2011. Most of the large apparel firms in Iran are based in Tehran and have been in business for some twenty years. They have a solid business with regular customers, but in general have hesitated to expand the size of their firms. Following the relaxation of restrictions on the procurement of raw materials that existed in the 1990s, the results of survey and interviews show that the firms have developed new channels of procurement although they depend to a considerable degree on imported raw materials and machinery. They have managed to maintain their level of output even with the rapid increase in imports since 2000, although the number of firms has decreased. Low-priced Chinese products have basically not been their rivals; instead, the inflow of foreign name-brand products have hit them heavily.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

The properties of data and activities in business processes can be used to greatly facilítate several relevant tasks performed at design- and run-time, such as fragmentation, compliance checking, or top-down design. Business processes are often described using workflows. We present an approach for mechanically inferring business domain-specific attributes of workflow components (including data Ítems, activities, and elements of sub-workflows), taking as starting point known attributes of workflow inputs and the structure of the workflow. We achieve this by modeling these components as concepts and applying sharing analysis to a Horn clause-based representation of the workflow. The analysis is applicable to workflows featuring complex control and data dependencies, embedded control constructs, such as loops and branches, and embedded component services.