Sök:

Sökresultat:

4692 Uppsatser om Make - Sida 27 av 313

GODTROSFÖRVÄRV AV FRITIDSBÅTAR : En komparativ studie gällande köparens undersökningsplikt

 AbstractMedia has since a long time back been writing about extensive thievery of recreational boats and their engines. The value of the stolen goods is estimated to several hundreds of million Swedish crowns per year. The widespread stealing creates a secondary market where boats sometimes are sold by sellers that do not have the rights to sell the boat. This creates risk for the buyer who most often is a private person. A situation the buyer can face is that the boat was stolen and that the original owner can demand to get the boat or engine back.

Moibl interaktion i kollektivtrafik

In this paper we take a look at digital applications to help the user with public transportation. The main goal was to evaluate the problem a user can face when aiming to use the public transportation system, and to create a application for Apple Iphone that can enhance and help the user, no matter if he is familiar with the local public transportation system, or if he is less familiar with it. The aim was that the user wouldnt need any previous knowledge to be able to use our application. We combined Location-Based Services with Realtime-travelinformation and trip planning to examine if this combination could Make both of the two different user-groups satisfied. To understand the problematics a user faces when approaching the public transportation-scene, Scenario-Based Design is evaluated as a method to grasp this problem.

Ideella uppdrag : Vad får någon att engagera sig ideellt?

This is a study about engagements and motivation. Its purpose is, by looking at other motivational theories than Abraham Maslow?s hierarchy of needs, to find out why certain people choose to become engaged as student representatives. The question this study is working from is: why do certain people choose to engage themselves as student representatives?This study has a qualitative approach, which means that a number of interviews have been done and subsequently profoundly analyzed.

Effektivisering av EPC projekt : Fallstudie Johnson Controls

In todays society the demand on companies to deliver better project management is crucial for them to survive. The higher demands from clients Make older project management weak and unreliable. In the constructions sector more and more companies are created and the competition is higher than ever. The clients are aware of the higher competition in the construction sector. This has resulted that construction companies must now Make their project management more efficient to create better projects and better relationship with clients. The purpose of this thesis arose from this problem in the construction sector.

Ja eller nej till filter? En kvalitativ undersökning i frågan om svenska folkbibliotek bör filtrera Internet eller ej.

The focus of this work is to study whether public libraries should offer their patrons unlimited access to the Internet, or restrict which sites they can visit. The most common tool used to limit Internet access is filtering software. The author has administered four interviews with public librarians working in libraries in Southern Sweden. All four librarians had different opinions about restricting Internet access. The most important question asked was if they had chosen to use filtering, and the reasons for their decision.

Geoladdning : Lagring av värme i marken

The projects goal was to Make an already existing indoor positioning system useful forthe average smartphone user. This was achieved by creating an Android applicationwhich, along with a running server, continuously presents the user with all the currentneeded information. It uses the graphics engine andEngine to create the graphical userinterface. The application was created in the development environments Eclipse andAndroid Studio..

Utveckling av sociala funktioner på webbsida

Dressmind will in the future combine social features with e-commerce to create something called social e-commerce. This report  describes how features have been developed to Make Dressmind to a social website where the users has opportunity to share and discuss clothing products, follow each other and""easier find clothes on the web..

Uppföljning av planerat skotningsavstånd med hjälp av geografisk informationsteknologi (GIT)

The cost of forwarding corresponds to about one tenth of the forestry industries raw material cost. This gives a motive to do good follow-ups to get a good overview of the forwarding distance and, thus, enable improvements. Follow-ups are also justified by the possibility to Make more accurate calculations of the harvesting costs, if better estimations of forwarding distance are achieved. Today (2009) Stora Enso has GPS and vehicle-computers in most of their forwarders. These are used mainly for the forwarder to follow the tracks of the harvester and for the planning leader to see how the forwarder has been driving within the stand.

Psykiatrisjuksköterskans erfarenhet av att skapa hjälpande relationer med patienter inom slutenvården

 This bachelor?s thesis purpose is to examine how library staff experiences the meeting with non-Swedish speaking users of public libraries, and how they solve different situations. Today there is not much research on this subject but we find these questions important to study because we think it is good to be aware of the situations that can arise and discuss how to solve any problems. To have a basis for this qualitative study we conducted group interviews with library staff, where they are asked about their experiences with non-Swedish speaking users. In the analysis the results of the interviews are compared to previous research and related to communication theory, which is the theoretical framework for this study.

Att läsa webben : En introduktion till semiologisk analys av webbaserat material

The aim of this master's thesis is to present an introduction to semiological analysis of web based material, which is a hypothesis that combines the theoretical framework of classical Saussurean semiology, visual social semiotics as was developed by Günther Kress and Theo van Leeuwen, and Roland Barthes's notion of 'Myths'. Furthermore, a new tool called 'pseudo-signifier', constructed solely for the thesis, is also used in conjunction with the semiological analysis. The hypothesis is tested in a case study involving the web portal of a Swedish commune, Gothenburg (goteborg.se). A complete semiological analysis is performed on the case. The case study revealed numerous findings of interest, among others that images and texts on the web portal were sometimes used in a contradicting manner, and often in a way that symbollically excluded citizens from the portal, a fact which could be uncovered when studying underlying myths that permeated the web portal.

Koncernchefens : Rättsliga ställning och interna skadeståndsansvar

At first glance, the group CEO's (koncernchefens) legal position looks easy. It is the CEO?s responsibility to lead and Make decisions on matters which affect the entire group, all while defending the company?s best interests. However, when one looks closely at how the Companies Act (Aktiebolagslagen) regulates how a company should organize itself, as well as the options available to manage the group, one rea-lizes that simply appointing a group CEO does not necessarily Make the company compatible with the Companies Act. A group CEO threatens to reduce both the Board and CEO's legal administrative districts which are not in accordance with legal and commercial principles.In order to introduce a group CEO it requires a detailed investigation of the group's legal relationships.

Är Japan ett religiöst land? : En tillämpning av Steve Bruce sekulariseringsparadigm på Japan

 This essay is a study of whether Japan is secularized on an individual level or not. It is written with the aim of examining if secularization on an individual level has taken place in Japan, and if so, is it possible to Make a comparison to Europe and the USA.Key words: Japan, Secularization.

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

Med kroppen som vapen : en studie av aktivism, mobilisering och motstånd mot en gruva i Gállok

This study departs from Gállok, an area 40 kilometres northwest of the city Jokkmokk, in northern Sweden. This is a place to which local people and Saami reindeer herders have material interests and emotional bonds. The mining company JIMAB wants to prospect for extracting minerals from this area. In the summer of 2013 local people, Saamis and environmental activists gathered in Gállok in order to protest and Make resistance against these plans. Activism was made, debate articles were written, demonstrations were organized and information about what was going on in Gállok was shared through social media.The aim of this study is to examine the cultural processes of the anti-mining movement, in particular the happenings in Gállok in summer 2013.

RFID på Kvarntuna stadsbibliotek : Teknikskifte som möjlighet till förändrat arbetssätt?

This two years master's thesis in Library and Information science, examines how the implementation of new technical equipment can affect how staff in public libraries organize their work and activities in the library. One Swedish public library in specific is the subject of research in this thesis, which has been anonymized as Kvarntuna city library. The study takes place in the beginning of the implementation of RFID-technology in the library. RFID, which stands for Radio Frequency Identification, is supposed to Make the handling with different types of media in the library more efficient and in connection with the implementation one wants to reorganize work and activities in the library to Make it even more efficient and also create a modern library.The thesis' method is qualitative interviews with six members of the staff. The theoretical framework of the thesis is a sociocultural perspective, especially inspiered by Roger Säljö, a Swedish professor in pedagogical psychology.

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