Sök:

Sökresultat:

11692 Uppsatser om Data integrity - Sida 19 av 780

Interactive Visualization of Statistical Data using Multidimensional Scaling Techniques

This study has been carried out in cooperation with Unilever and partly with the EC founded project, Smartdoc IST-2000-28137. In areas of statistics and image processing, both the amount of data and the dimensions are increasing rapidly and an interactive visualization tool that lets the user perform real-time analysis can save valuable time. Real-time cropping and drill-down considerably facilitate the analysis process and yield more accurate decisions. In the Smartdoc project, there has been a request for a component used for smart filtering in multidimensional data sets. As the Smartdoc project aims to develop smart, interactive components to be used on low-end systems, the implementation of the self-organizing map algorithm proposes which dimensions to visualize.

Föräldrars erfarenhet av sjukhusvistelsen- En kvalitativ studie

Introduction: Nowadays, it is a considerable fact that parents stay with their hospitalized child, however the role played by parents may not always be obvious. For many parents, this is a difficult experience, which may cause stress among parents who want to be supportive for their child. Parents and children have a close bond and influence each other emotionally; therefore it is of great importance that parent?s experiences of hospitalization should be noted. The pediatric nurse may apply this experience to give the best possible care for the child and the family.

?Att man tagit dom på allvar är nog det viktigaste av allt?. Folkbibliotekariers uppfattningar kring bemötande utifrån ett allmänetiskt och yrkesetiskt perspektiv

The aim of this master thesis is to study the relationship between general ethics and professional ethics, to attain an understanding of which values that are given priority in the profession of the librarian regarding personal encounter towards library users. The posed questions are: How can fundamental ethical principles be understood through the view of public librarians? How can policy documents regarding librarian ethics be understood through the view of public librarians? How can policy documents regarding librarian ethics be problematized in relation to fundamental ethical principles? We used four focus groups consisting of public librarians. Three theoretical frameworks create the base of the analysis; four fundamental ethical principles, ethical guidelines for Swedish librarians and recommendations for Swedish librarians in the reference service. Three main issues emerge in the study; equalistic personal encounter where the principle of justice is emphasized but also problematized, library users? integrity which mainly coincide with the principle of autonomy and finally the librarian?s professional role which are being defined by librarian specific competence to refrain violation of the principle of injury avoidance.

Webfarming : En studie av möjligheter och problem

För att företag skall kunna konkurrera på ständigt föränderliga marknader krävs att de har kunskap om exempelvis kundbehov, konkurrenter och nya produkter. Källor till denna kunskap finns både internt inom organisationer och externt i deras omgivning. Både de interna och externa kunskapskällorna är viktiga, men under de senaste åren har ett allt större intresse riktats mot de externa källorna, då de har blivit allt viktigare för att organisationer effektivt skall kunna hantera sina affärsprocesser.En av de kunskapskällorna som ofta nämnts är Internet och den data som lagras på hemsidor runt om i världen. Dock är det svårt att hitta relevant data på Internet på grund av dess omfattning och dynamiska karaktär. Det har därför börjat uppkomma nya tekniker för att inhämta, strukturera och integrera data från Internet.

Ä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..

?Man känner sig en aning bekymrad? : En statsvetenskaplig studie av hur svensk media problematiserar övervakning

This thesis examines how Swedish newspaper media problematize surveillance. This is done by analysing the media reports from two major surveillance events: the debate in 2008 about the legislation concerning the expansion of the rights of Försvarets Radioanstalt to monitor internet and telephone traffic crossing the Swedish borders, and the revealing of an ethnically based index including over 4000 individuals created by the Swedish police. The thesis sets out to expand the knowledge about media?s role as a interpreting source of information concerning how people understand and relate to surveillance (Barnard-Wills, 2011; Carlsson, 2009; Greenberg & Hier, 2009). The thesis attempts to answer the question whether Swedish media problematizations regarding the abovementioned surveillance events correlates with the most common theories of surveillance critique.

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.

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.

Grooming : Ur ett socialpsykologiskt perspektiv

The purpose of this essay is to analyse the descriptions of young girls' experiences of internet contacts, which have led up to sexual abuse. The aim is to give additional understanding and knowledge concerning grooming.       Grooming means that somebody gets in contact with someone else with the intention of committing sexual violations at a later stage. In most cases this concerns adults who contact children. We have chosen to confine ourselves to focusing on the grooming on internet that has happened to girls. By means of thematic analyses of texts from the books Jag kände mig speciell, grooming på internet, 2012 and Alexandramannen, vår tids största nätsexhärva, 2009, we have found certain themes and linked them up with previous research-work and also theory of social psychology.

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..

Implementation av offline-läge i mobila applikationen GreatRate

Även om de flesta av oss i dagsläget vet att våra mobila enheter kan tappa sina nätverksanslutningar lite då och då har det mer eller mindre blivit en självklarhet att i alla lägen ändå kunna använda våra favoritapplikationer som vanligt. Denna rapport syftade till att hitta en lösning på problemet med nätverksberoende applikationer genom att implementera ett offline-läge som kringgick detta beroende i GreatRate, en iOS-applikation för kundundersökningar i butik. Med hjälp av en databas för att mellanlagra data under tillfällen då en duglig nätverksanslutning inte fanns tillgänglig samt synkronisering av nämnda data när anslutningen åter blivit funktionell förväntades problemet kringgås. Resultatet blev som väntat en applikation som gav användaren en förhöjd användarupplevelse helt oberoende av nätverksanslutningens status. Några av slutsatserna som drogs var dock att flera olika lösningar finns för detta problem och att problemet högst troligt har olika utseenden för olika applikationer..

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.

Rällsögårdens missbruksprogram : En studie om klienter och personals erfarenheter av programmet och dess genomförande

The aim is that on the basis of interviews with personnel and clients examine whichexperiences they have of the drug abuse programme and its implementation. To be able toanswer the aim following question has been formulated: (1) What do the personnel and clientthink about the drug abuse program arrangement? (2) In which extend is the programimplemented as thought? (3) How do the personnel assesses the client?s participation? (4)How does the client?s think about their own participation in the program? (5) Do the client?sthink that the program have been helpful in their personal development? A qualitativemethod was chosen and has used a semi structured interview. Total has ten interviews beenimplemented on Rällsögården, five with clients and five with personnel. The study'sinterpretation framework builds on research around drug abuse treatment and theories andmethods that lie to shallow for the drug abuse programme.

Battle of the Produce

Thesis Purpose: The purpose of our thesis is to explore different plausible scenarios concerning the future of the Swedish produce industry with regards to branding. Methodology: In order for us to answer the research question and fulfill its purpose, we have utilized a qualitative approach combined with of both an inductive and deductive theoretical approach. Our study is both explorative and speculative. Theoretical Perspective: The theoretical framework of our research is based upon Porters Five Forces and Competitive Advantage combined with Kapferers Brand Identity Prism and his ideas on Brand Innovation. Additionally, we have utilized the Game Theory.

Vakande ögon : På gott eller ont?

AbstractTitle: Watching eyes ? for better or worse (Vakande ögon ? på gott eller ont?)Number of pages: 34 (41 including enclosures)Author: Josefine NybergTutor: Göran SvenssonCourse: Media and Communication Studies CPeriod: Autumn term 2007University: Division of Media and Communication, Department of Information Science, Uppsala University.Purpose/Aim: The aim of this essay is partly to make a study about how people understand camera supervise, and partly discuss what their opinions are concering the subject.Key Questions: Which or what is the mainpurpose of camerasurveillance? What does the public think about the subject? When can there be an insult against the integrity while using the cameras? What is private and what is public? What is the posibilities and threats in the future?Material/Method: A qualitative method has been used. Four interviewes, one personale interview with a policeofficer from Uppsala and three focusgroupinterviwes with people from Stockholm, have been done. Then the results from the interviewes have been compared with earlier theories and reaserches. By reading publicdocuments, press releases and reports from the government, I have gather information for the essay.Main results: Even if the public are aware of the cameras and knows that they allmoust allways are whatched by the electronic eye, they don´t seem to care that much about the constant surveillance.

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