
Sökresultat:
11880 Uppsatser om Electronic Data Interchange - Sida 29 av 792
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.
Bärbara elektroniska tekniksstöd som kompensatorisk åtgärd för vuxna personer med förvärvad hjärnskada: en litteraturöversikt
Syftet med denna litteraturöversikt var att skapa en översikt över vad som kan ha betydelse för bärbara elektroniska teknikstöds användning som kompensatorisk åtgärd för vuxna personer med förvärvad hjärnskada. De 24 artiklar som ingick i studien analyserades med metoden innehållsanalys. Inklusionskriterier var artiklar utgivna efter år 2000 och vuxna försökspersoner. Analysen resulterade i fyra kategorier: användningsområden för elektroniska teknikstöd, design och funktion hos de elektroniska teknikstöden, omgivningens betydelse för användande och individuella förutsättningar för användande av elektroniska teknikstöd. Endast en artikel var skriven utifrån ett arbetsterapeutiskt perspektiv.
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..
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.
Mobbning på arbetsplatser: ett resultat av grupprocesser?
Bullying is a significant workplace problem, a fact highlighted both by companies, government and social science. The purpose of this master thesis was to examine if workplace bullying is a result of group processes. This is a theory-based master thesis. A search of literature on bullying, mobbing and harassment was done in a database called ELIN, Electronic Library Information Navigator, connected to Lund University and 414 articles were singled out. The summary of the articles were studied and according to a list of criteria, I choose to study some of the articles in more depth.
"Man vet inte vad man inte vet". En studie av informationsflödet inom Gatukontoret i Borås Stad
The aim of this thesis is to examine the flow of information in an administration of the municipality Borås Stad. To achieve the aim the following questions were asked: How accessible is information? How is information used in the organisation? How is information communicated? Totally sixteen qualitative interviews was accomplished with employees at the administration. The results of the interviews show that there is a difference in how much and what sort of information the respondents use. They all seem to prefer information to be communicated face to face if possible or over the phone.
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.
Framtagning av nyckeltal som indikerar kvalitetsbristkostnader : Development of key performance indicators revealing the cost of poor quality
Since the 1980s, companies have taken a larger interest in quality and it´s economic impact within the company. Having the knowledge that it´s not quality that costs money, but it´s rather the lack of quality. The work immerses itself in the field of cost of poor quality and the development of key performance indicators.The thesis is performed at Bufab Holding in Värnamo. Bufab Holding is a trading company which mainly buys and sells C-parts. C-parts include fasteners, other small metal-, rubber- or plastic parts such as wires, springs and electronic fasteners.The aim of this thesis was to make a survey of the cost of poor quality and to find key performance indicators (KPI) for cost of poor quality that can be continuously monitored.
AUTOMATISK PAN/TILT-KONTROLLER FÖR ANTENNINRIKTNING
This report describes the design and construction of a prototype that automatically aims a microwave link towards a target. The link, that is located on a mobile aerial mast, is used by Saab Training Systems as a part of an infrastructure network. The report also discusses the development of a GUI that communicates with the control unit by Bluetooth.The control unit, called Pan/Tilt-controller, controls the position of the link by stepping motors. One motor controls the azimuth angle and the other one controls the elevation angle.By a GUI the operator enters the coordinates on its own position and the targets position. Hereafter a bearing is calculated and it will be sent up to the control unit.The control unit will sense its own direction by a magnetic sensor that works as an electronic compass.
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.
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.
Social E-handel?: - Hur närvaro av andra besökare påverkar utvärderingen av en webbsida
Internet - and the website - has developed into an essential key for the relationship between enterprises and its customers. Today, a website might be the first or only impression a customer gets of a company. With this in mind we have focused our study on customer evaluations on websites. Social presence and its impact on people have so far mostly been given attention in the research of behavior in physical environments. However, in the electronic marketplace this has so far been overlooked, which is why our aim is to study how the presence of visitors impacts other visitors on the same website.