Sök:

Sökresultat:

12075 Uppsatser om Core data - Sida 29 av 805

Är Handelsbankens belöningssystem Oktogonen en motivations och effektivitetshöjande strategi

Methodology The foundation to my essay has been created using both primary and secondary data. Inquiries have been handed out to Handelsbanken. This data is completed with appropriate theories and ends in an analysis and finally a result and suggestion to continuing studies.Conclusions My conclusion is that the employees and the management has the same opinion on the bonussystem Oktogon. Both parts sees the system as a motivation factor in the organization. But still not enough effect on the employees to call it an effective strategy..

Datadrivet beslutsfattande och kompetensutveckling: En intervjustudie om databaserad beslutsfattning och kompetensutveckling i fotbollsorganisationer

This study explores the shift in football recruitment from traditional scouting to data-driven methods, focusing on Sweden. It investigates how football organizations can enhance competency for effective data-driven recruitment. Through qualitative interviews with elite Swedish football organizations, the study emphasizes the need for competence development for proficient data-driven recruitment. To address the enhancement of personnel competency in the recruitment process, this study poses the research question: "How can football organizations effectively promote competence development to optimize their utilization of data-driven recruitment?" The results highlight the importance of targeted education, combining expertise in data-driven recruitment with a broad skill set.

Vad påverkar och karaktäriserar positiva personer

People with positive affect seem to have great advantages in life. Goal achievement, the main cause of well-being for all organisms, seem to be a typical trait of these people. The purpose of this study was to examine (i) what influences positive affect, (ii) the relation between positive affect and goal achievement, and (iii) characteristics of individuals with positive and negative affect. Five individuals with self-rated positive affect and two with negative were interviewed. The responses were classified in fifteen themes.

Känsloigenkänning i form av ansiktsuttryck med Kinect

Facial expressions are a part of our body language that helps us to clarify the verbal communication between humans. We use our facial expressions every day, both consciously and unconsciously, to express emotions and attitudes depending on the situation. The hypothesis of the study is: Given a facial expression, how well can Microsoft Kinect, as an input method, determine a person?s feelings with the two algorithms Naive Bayes and Sequential Minimal Optimization? The feelings are limited to happy, sad, surprised and disgusted. With the help of Kinect, a person?s facial data, both coordinates of the face and parameterized data, were saved and used for machine learning.

Framgångsfaktorer för tjänsten Boka en bibliotekarie på högskolebibliotek

This master´s thesis is a comparative study of the importance of eight factors suggested in the literature to be related to the perceived utility of the service Book a librarian (Swe. Boka en bibliotekarie). Disciplinary differences were also analysed. 73 encounters between students and librarians in 11 Swedish academic libraries were studied using a survey. Six factors were significantly related (at the .05 level) to the utility of the service.

Att balansera Management Control Systems - En fallstudie av ett litet svenskt IT-företag

This thesis studies the concept of balance in the management control systems (MCS) of a small Swedish company within the IT-sector. The aim is to evaluate the importance of balance and dynamics in MCS and investigate which factors affect them. The frameworks used are Simons (1994) four levers of control, and the five-factor model for balance and dynamics by Mundy (2010). The small IT company - the object of the case study - has grown extensively in the last years and needs to develop more formal MCS without losing efficiency and creativity in their fast-moving industry. The case study reveals that balancing MCS is important also in smaller companies with less formal MCS.

Lugnet före stormen : En studie om hur Räddningstjänsten Medelpad arbetar med kommunikation och planering innan en kris

The United States use of Unmanned Combat Aerial Vehicles (UCAV) or drones for targeted killings of terrorists has been on the rise in recent years and the method has become the core element of president Obamas strategy in the war against terror. This study examines the deterrent effect of targeted killings on terrorism using UCAV/drones as a method of counterterrorism. Building on the literature on counterterrorism, UCAV, targeted killings, deterrence theory and statistics on terrorism the study provides a case study of the CIA drone operations in Pakistan between the years 2004-2010. The goal has been to analyze drone operations and the extent of terrorism from the beginning of the drone campaign until 2010. This as a means of identifying possible trends in terrorism activity due to the occurrence of drone strikes.

Barns kostvanor : En kvantitativ studie om huruvida näringsrekommendationerna efterföljs, samt hur moderns ålder och utbildninagsnivå påverkar intaget

The purpose of this thesis is, through both a quantitative and qualitative study, to map out how the interaction appears between the established parties and the radical right-wing party, the Sweden Democrat?s (SD) and their core issue ? immigration in the Swedish parliament. By applying analytical dimensions on the parliamentary protocols regarding the immigration issue between the years of 2010-2012 this study will get an insight on how the argumentation concerning immigration has developed since their entrance into the Swedish parliament in 2010. The result shows that SD, through the rejection treatment of the established parties, fulfilled the three conditions which accordingly to the study's theoretical framework are crucial for the party's future success. In the established parties? reception of SD regarding immigration, SD is, to a large extent, left unchallenged as the established parties rather focus on integration instead of challenge SD in the immigration issue.

Apportegendom i form av arbete och tjänst? : Ur ett borgenärs- och värderingsperspektiv

The enormous expansion of knowledge society has lead to a path away from the industrial enterprises toward the more knowledge-based entrepreneurship companies. This development has also meant that intellectual capital now can be seen as the core of the new business structure. However the growth has not been reflected in either the legal or the economic regulations in relation to what could have been expected, which means that there is thus a gap between de lege lata and de lege ferenda. This can specifically been seen regarding the prohibition of adding property other than cash applied in payment for shares or regarding issue of new shares when it comes to work and services. The prohibition may therefore be considered to stand against the knowledge companies? advancement.

Bibliotekariers resonemang kring arbetet med läsecirklar sett ur ett professionsperspektiv

The purpose of this study is to examine what view librarians have on reading promotion for adults, in particular reading circles, and in which way earlier experiences, education and competence form this view. To what extent, if any, do perceptions of professional identity influence the interest to carry out some kind of reading circles for adults?Our study is based on qualitative interviews with librarians, both those in charge of reading circles in libraries and those who are not. As theoretical starting point we have used Andrew Abbott's work on theory of professions and Jofrid Karner Smidt's thesis on literary preferences and different kinds of mediation of literature. For our analysis we will also use earlier studies on the subject to place our study in a wider context.Our conclusions show that the librarians in our study have an ambivalent view on their profession and professional identity.

Generationsskräpsamling med explicit kontroll av hårdvarucache

This report evaluates whether an interpreted high-level garbage collected language has enough information about its memory behaviour to make better cache decisions than modern general CPU hardware.With a generational garbage collector, depending on promotion algorithm and generation size, around 90% of all objects never leave the first generation. This report is based on the hypothesis that, because of the low promotion rate, accesses to higher generations are sufficiently rare not to benefit from caching.To test this hypothesis, we built an operating system with a Scheme interpreter in kernel mode, where the interpreter controls the cache. Generic x86 PC hardware was used, since it allows fine-grained control of cache decisions.Measurements of execution time in this interpreter show that disabling the cache for generations higher than the first does not give any performance gain, but rather a performance loss of up to 50%.We conclude that this interpreter design is not an improvement, but cannot conclude that the hypothesis is false in general. We suggest building a better CPU simulator to gather more data from which to make better caching decisions, moving internal interpreter data structures into the garbage collected heap and modifying the hardware to allow control in the currently rigid dimension of where data is cached---for example separate control of instruction and data caches and separate data caches for different areas of memory..

Så mycket mer än att bara läsa högt: barnbibliotekariens roller i en högläsningskontext

The aim of this study is to examine the roles of the children?s librarian in a reading aloud context. To reach understanding in this subject, we have conducted interviews with four Swedish librarians working in public libraries whom are involved with reading aloud practices. Previous research shows that the reasons for reading aloud in libraries are diverse and plentiful. Such reasons can be to spread cultural experiences, help children develop their language skills and promote the library to the public.

Miljöns betydelse gällande intag av frukt och grönsaker samt sötsaker, snacks och söt dryck : En kartläggning av skolungdomars matintag i årskurs 9

The purpose of this thesis is, through both a quantitative and qualitative study, to map out how the interaction appears between the established parties and the radical right-wing party, the Sweden Democrat?s (SD) and their core issue ? immigration in the Swedish parliament. By applying analytical dimensions on the parliamentary protocols regarding the immigration issue between the years of 2010-2012 this study will get an insight on how the argumentation concerning immigration has developed since their entrance into the Swedish parliament in 2010. The result shows that SD, through the rejection treatment of the established parties, fulfilled the three conditions which accordingly to the study's theoretical framework are crucial for the party's future success. In the established parties? reception of SD regarding immigration, SD is, to a large extent, left unchallenged as the established parties rather focus on integration instead of challenge SD in the immigration issue.

Inverkan av leasingklassificering på konkursrisk - en studie av hur redovisningsbaserade prediktionsmodeller påverkas av en ny leasingstandard

The purpose of this bachelor-thesis is to investigate the possible effects of lease accounting on the estimation of bankruptcy. This is done by estimating the risk via prediction models based on accounting ratios for a sample of 43 listed firms in Sweden. Estimation is conducted twice for each firm, once base on unadjusted data as it is presented in the annual report of 2012, and one with data adjusted for operational leases (that is data is treated as if all leases present were to have been reported as financial leases). In the next step it is tested weather the predictive ability of the models is affected by this adjustment or not. For this purpose translation of bankruptcy risk into synthetic credit ratings via interest coverage ratios is done.

Perspektiv på kompetensutveckling i praktiken: en intervjustudie av HR-arbete i ett globalt företag.

During the last decade working with competence has emerged as a more strategically important area. Today the human resources in a company are considered a competitive advance and the HR-units play a significant role when it comes to HR-management. Different motives for investing in strategies that promote competence development and learning also exist. The purpose of this paper was to examine how the process of competence development was managed at a large global company. The empirical material consisted of four persons who were interviewed and the analysis of the material was inspired by grounded theory.From the analysis four major themes or core factors emerged as central to the interviewed persons' understanding of the competence development process; solid preparatory work in relation to competence development, communication, awareness of responsibilities and finally the taking action and evaluation of the action.

<- Föregående sida 29 Nästa sida ->