
Sökresultat:
4083 Uppsatser om Modified Jones model - Sida 3 av 273
Animerad TV-vinjett : utsmyckning eller genre? En studie i animerad TV-vinjett
Today, the TV vignette is considered an embellishment to a TV program, despite its broad audiences and unique appearance. We wanted to find out if the television vignette has some common features and conventions but also find out how it relates to genre.We used a case study where we analyzed ten vignettes that we chose from certain criteria. We used a model based on image analysis that we modified to fit our needs. The main parts of each model consisted semiotics, imagery, dramaturgy and sound.We also made a couple of interviews with people who are active or used to work with vignettes. As a result we discovered that the television vignettes consist of certain conventions and that the vignette will not be considered as an independent genre, until the public has accepted it.
Folkbibliotekets roll på landsbygden och i staden
The purpose of this master?s thesis is to examine whether the role of a public library in a rural community is different from that of a town library. To answer this, a case studie of two public libraries has been made. Interviews, collection of documents and observations were carried out on location in one public library located in a rural area, and one public library, situated in a town. A modified version of an analysis model, originally developed by Andersson and Skot-Hansen, was used to analyse the data.
Logikbaserade dokumentåtervinningsmodeller
The thesis deals with three document retrieval models based on logic: the Boolean model,the fuzzy model and the Van Rijsbergen model.In Chapter 1, the author presents the purpose of the thesis. This is to give the logical foundationof the models, to describe them and to examine them critically. In Chapter 2, some importantnotions in document retrieval are presented. Chapter 3 is devoted to the Boolean model, Chapter4 to the fuzzy model and Chapter 5 to the Van Rijsbergen model.These three chapters are organized in the same way. First, the logical foundation of the modelis given.
EU i nyheterna : En diskursanalys om EU och EU:s anseende i det svenska medieutbudet
The purpose of this essay is to analyze the EU discourse in the Swedish media. The questions that the analysis seeks to answer are; what image of EU is portrayed in the Swedish media? To which degree does the EU discourse fulfill media?s ?news values?? And what are the potential effects of the discourse on EU?s reputation? After several demarcations, I chose 8 articles form Sweden?s four largest newspapers to base the analysis on. The theoretical and methodical structure behind this analysis is the theories and practices of Fairclough?s critical discourse analysis. Added to the theoretical structure are also theories about reputation and theories about news values. The method used in the analysis is a modified version of Fairclough?s three-dimensional model of critical discourse analysis.
Shopping Cart Support
This is a product development project which has developed a prototype in order to facilitate for people using mobility devices when they want to buy a larger quantity of groceries. The prototype is a shopping cart composed with the upper part of a walker.Today there are many different types of mobility devices used by elderly and people with physical impairment. According to Myndigheten för samhällsskydd och beredskap (MSB) are accidental falls the most common cause of accidents in Sweden.This project has been using Computer Aided Design (CAD) as a tool to create a visual image of the prototype. The advantage of this is to modify the functionality and performance of the prototype on the computer before the modification takes place in the real model. Using human manikins, the CAD model was rendered in natural surroundings to get as true a picture as possible.
Feldiagnos för RM12 baserad på identifierade modeller
The jetengines of today are growing in complexity. Reliability for aircraft engines are of extreme importance, mainly due to safety reasons but also economical ones. This master thesis deals with faultdiagnosis in the turbine section of RM12, the engine used in Saab/BAe's Gripen. Three different faults which can occur in the turbine section was studied. These faults are: clogged fuel nozzle, hole in outlet guide vane and sensor fault.
Rening av lakvatten vid deponin Degermyran i Skellefteå kommun : Utvärdering av nuvarande reningseffekt och simulering av mängden bildat lakvatten under 2000-talets klimatförändringar
At Degermyran landfill, situated in the municipal Skellefteå, a leachate treatment system was installed in 2005. One of the aims of this study was to investigate how well the treatment system works by using data from chemical measurements made on the leachate before and after treatment. Further this study had the purpose of investigating how the predicted climate changes of the 21st century will affect the amount of leachate generated at Degermyran by using a modified version of Thornthwaites water balance model. The treatment system has the ability of reducing manganese by 90 %, nitrogen by 73 % och TOC by 79 %. By the turn of this century the amount of precipitation that percolates the waste at Degermyran will be between 254 and 298 mm, depending on the amount of greenhouse gases that will be released in the future to come.
Investigation of Syndecan-1 Ectodomain Isolated from Chinese Hamster Ovary (CHO) Cell Culture Medium
Syndecan-1 is a cell surface proteoglycan which participates in cell adhesion, differentiation, motility, morphogenesis and intracellular signaling. The two glycosaminoglycans heparan sulfate and chondroitin sulfate are covalently attached to the ectodomain of syndecan-1 via a tetra saccharide linkage sequence. However, the ectodomain can be modified having only one or neither of the glycosaminglycans attached. The glycosaminoglycans are capable of binding ligands such as fibroblast growth factors (FGFs) and support activation of receptors. The ectodomain is proteolytically cleaved from the cell surface by metalloproteinases in a process known as shedding.
Modellering, identifiering och reglering av skannern i ett laserbatymetrisystem
The purpose with this masters thesis was to model the scanner in a system for laser bathymetry. The model was then used to develop a controller for the scanner so a good search pattern was achieved. Two different types of models have been tested, a physical model and a Black Box model of Box Jenkins type. The physical model has been derived from Lagranges equations. Identification experiments have been used to compute the Black Box model and to find the unknown parameters in the physical model.
Vägen ut : en kvalitativ studie om vägen ut ur en marginaliserad position
The purpose of this essay is to investigate how people can return from a marginalized position and become a part of society. Also how a model for returning from a marginalized position should be formed. The intention is to make a contribution to those in society that are helping people to return from marginalized positions. The survey is based on 5 thematic qualitative interviews on individuals that have returned from homelessness, criminality, drug abuse and prostitution. The main results of the investigation are that those who took part in it started their role exit with a turning point.
Att hantera en komplex verklighet - En studie om strategiutveckling i det nyetablerade managementkonsultföretaget
The market for management consulting services is changing with an increased level of competition and more specialized service providers. At the same time there is a high level of companies that fail in their efforts to establish themselves on the market. This thesis sets out to give the reader an increased understanding of the complex characteristics of the market for these services, focusing more specifically on which factors that have an effect on the strategy development for companies within the industry. The thesis is also aimed at providing the reader with a deeper understanding of how developing consulting companies can tackle the specific challenges facing them. In order to meet the purpose of the thesis, we have applied relevant theories to a generic strategy model in order to develop a model that is applicable for the management consulting industry.
Pseudoslumptalsgenerering : En studie av pseudoslumpsalgoritmer i allmänhet med fokus på C++11-biblioteketRandom samt implementation av en modifierad XORShift
Randomness is a complex area of computer science, where only pseudo random numbers are possible to generate algorithmically.This report presents established algorithms for random number generation by conducting a basic study of relevant literature, while testing distribution and speed of the algorithms contained within the C++11 Random library. The results are compared to the algorithm XORShift and a modified version of it. The study shows that the modified algorithm passes all tests in Small Crush, andthat the run time is shorter than for those in the Random library. The conclusion is that it is possible to, with simple means, modify an algorithm to outperform the algorithms of the C++11 Random library..
Rörelsemönster och golvrenhet på två olika slags spaltgolv i lösdrift för mjölkkor :
About 80 % of all Swedish dairy cows are kept in tie-stalls, but loose housing is increasing, probably because it is more profitable for the farmer. The design of the floors is of cruicial importance to the cows well-being. Traditionally, the most common type of floor in the alleys of a cubicle system still is a slatted manure-draining floor made of concrete. The typical Swedish design has 125-mm slats and 40-mm slots, maximally. With too wide slots, there is an increased risk of injuries to the claws when the cow makes a hasty move.
Modellering av indunstning på Södra Cell Mönsterås
Evaporation is a part of the chemical recovery department at wood pulping mills. The purpose of evaporation is to remove water from the black liquor, which makes the liquor combustible. The process is very energy demanding, and having a well-functioning model of the system is of greatest interest. The model can then be used to study energy consumption and to test different control strategies. Two models have been developed during the master thesis.
Den folkliga koralen och ursprungsfrågan : Teori- och metodproblem, identitet och förståelse
The purpose of this study is to examine the medial depiction of Muslims in the case of Pastor Terry Jones' intention to burn the Quran. Our study is based on theoretical framework regarding an alleged clash of civilizations, how that leads to global conflicts and controls the world politics. It?s also based on the western way of characterize Muslims as violent, irrational human beings, and how mass media have a tendency to depict Muslims as ?the others?. The questions we aim to seek answers to are: How were Muslims portrayed in CNN's and Al-Jazeera's reporting regarding Terry Jones plan to burn the Quran? Which discourses exist about Muslims in each news channel and what are the main differences between them? The qualitative method used is a critical discourse analysis on empirical data consistently of twelve articles.