To see the other types of publications on this topic, follow the link: Finding of an urn.

Dissertations / Theses on the topic 'Finding of an urn'

Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles

Select a source type:

Consult the top 50 dissertations / theses for your research on the topic 'Finding of an urn.'

Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.

You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.

Browse dissertations / theses on a wide variety of disciplines and organise your bibliography correctly.

1

Persson, Jacob. "Finding Jacob." Thesis, KTH, Arkitektur, 2014. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-148809.

Full text
Abstract:
In this heart-searching, process based thesis, I want to find out who I am in the field of Architecture. Trough my urge to create, I am discovering and searching by making and producing objects by hand to feel and be present with the materiality, construction and art of architecture. My production of objects are divided in three parts based on scale, context and time, giving me a richer understanding about my will, intent and qualities.   "Two truths approach each other, one comes from within, one coming from the outside and where they meet there is a chance to see yourself” Tomas Tranströme
APA, Harvard, Vancouver, ISO, and other styles
2

Westerlund, Tomas. "Fast Face Finding." Thesis, Linköping University, Department of Electrical Engineering, 2004. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-2068.

Full text
Abstract:
<p>Face detection is a classical application of object detection. There are many practical applications in which face detection is the first step; face recognition, video surveillance, image database management, video coding. </p><p>This report presents the results of an implementation of the AdaBoost algorithm to train a Strong Classifier to be used for face detection. The AdaBoost algorithm is fast and shows a low false detection rate, two characteristics which are important for face detection algorithms. </p><p>The application is an implementation of the AdaBoost algorithm with several comm
APA, Harvard, Vancouver, ISO, and other styles
3

Åberg, Karolina. "Finding Genes for Schizophrenia." Doctoral thesis, Uppsala universitet, Evolutionsbiologi, 2005. http://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-5894.

Full text
Abstract:
Schizophrenia is one of our most common psychiatric diseases. It severely affects all aspects of psychological functions and results in loss of contact with reality. No cure exists and the treatments available today produce only partial relief for disease symptoms. The aim of this work is to better understand the etiology of schizophrenia by identification of candidate genes and gene pathways involved in the development of the disease. In a preliminarily study, the effects of medication and genetic factors were investigated in a candidate gene, serotonin 2C receptor. This study distinguished p
APA, Harvard, Vancouver, ISO, and other styles
4

Åberg, Karolina. "Finding genes for schizophrenia /." Uppsala : Acta Universitatis Upsaliensis : Univ.-bibl. [distributör], 2005. http://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-5894.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Gu, Qing. "Finding and Segmenting Human Faces." Thesis, Uppsala University, Department of Information Technology, 2008. http://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-89283.

Full text
Abstract:
<p>Human face and facial feature detection have attracted a lot of attention because of their wide applications, such as face recognition, face image database management and human-computer interaction. So it is of interest to develop a fast and robust algorithm to detect the human face and facial features. This paper is about a study of finding faces within images and segmenting the face into numbered regions which are the face-, mouth-, eyes- and hair regions respectively. In the last few years, many face detection methods have been proposed based on different specific conditions. The detecti
APA, Harvard, Vancouver, ISO, and other styles
6

Hayat, Umer. "Finding Social Location Using Bluetooth." Thesis, Blekinge Tekniska Högskola, Sektionen för datavetenskap och kommunikation, 2009. http://urn.kb.se/resolve?urn=urn:nbn:se:bth-5247.

Full text
Abstract:
From the last few years many location based system have been introduced e.g. facebook, orkut, youtube and my-space etc. These networks are specially developed for personal computers. Some location based systems are also introduced for mobile device e.g. Plazes, MamJam, Slam and Jambo. All these type of networks are using the concept of social location, which provides the platform where people can join or make communities according to their interests. Numbers of users on these networks are increasing day by day due to their popularity. This popularity gives the opportunity for researchers to ex
APA, Harvard, Vancouver, ISO, and other styles
7

Sahlgren, Michaela. "Finding Influential Users on Twitter." Thesis, KTH, Skolan för elektro- och systemteknik (EES), 2015. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-200518.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Arnekvist, Isac, and Ludvig Ericson. "Finding competitors using Latent Dirichlet Allocation." Thesis, KTH, Skolan för datavetenskap och kommunikation (CSC), 2016. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-186386.

Full text
Abstract:
Identifying business competitors is of interest to many, but is becoming increasingly hard in an expanding global market. The aim of this report is to investigate whether Latent Dirichlet Allocation (LDA) can be used to identify and rank competitors based on distances between LDA representations of company descriptions. The performance of the LDA model was compared to that of bag-of-words and random ordering by evaluating then comparing them on a handful of common information retrieval metrics. Several different distance metrics were evaluated to determine which metric had best correspondence
APA, Harvard, Vancouver, ISO, and other styles
9

Bueno, Dominguez Jordi. "Finding vulnerabilities using automatic test generation." Thesis, Uppsala universitet, Institutionen för informationsteknologi, 2014. http://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-229586.

Full text
Abstract:
Software bugs are still present in modern software, and they are a major concern for every user, specially security related bugs. Classical approaches for bug detection fall short to uncover some of them, as it has been proved on several occasions when a hidden bug has been used to compromise the security of many systems. In this report  an approach for automatic bug detection is presented and analysed.  Using KLEE, a tool that can explore all the possible paths in a piece of code, bugs can be discovered. As an example for bug detection in a security software, the Heartbleed bug that affected
APA, Harvard, Vancouver, ISO, and other styles
10

Tönqvist, Christian. "Finding Patterns in Lock-Free Algorithms." Thesis, Uppsala universitet, Institutionen för informationsteknologi, 2017. http://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-328666.

Full text
Abstract:
Lock-free algorithms are an approach to concurrent programming wherethreads access shared state without mutual exclusion. Writing correctcomplex lock-free programs can come with great difficulties. The typesystem Capable aims to aid the programmer in writing concurrentsoftware, such as lock-free algorithms. This thesis presents ananalysis of the current state of Capable and how applicable it is tomodern lock-free data structures. It also presents common patternsfound in various lock-free data structures, which can be reused whenwriting new lock-free data structures.
APA, Harvard, Vancouver, ISO, and other styles
11

Liljeqvist, Erik, Ludvig Kallin, and Mikael Cambrand. "Finding Triggers for Innovation Within eSports." Thesis, Mälardalens högskola, Akademin för innovation, design och teknik, 2014. http://urn.kb.se/resolve?urn=urn:nbn:se:mdh:diva-24505.

Full text
Abstract:
Since the creation of the internet there has been a development towards a globalized community of people. With the potential for connectivity between people all over the world subcultures are inevitably created. One such subculture is eSports. Over the past decade eSports has seen a steady increase in popularity. Recently, partly as a result of the streaming revolution, this increase has intensified and traditional media look to the internet for inspiration and help on what to do to evolve their business into the future. This paper looks to combine data from interviews conducted with people ac
APA, Harvard, Vancouver, ISO, and other styles
12

Hammar, Cecilia. "Combination of results from gene-finding programs." Thesis, University of Skövde, Department of Computer Science, 1999. http://urn.kb.se/resolve?urn=urn:nbn:se:his:diva-399.

Full text
Abstract:
<p>Gene-finding programs available over the Internet today are shown to be nothing more than guides to possible coding regions in the DNA. The programs often do incorrect predictions. The idea of combining a number of different gene-finding programs arised a couple of years ago. Murakami and Takagi (1998) published one of the first attempts to combine results from gene-finding programs built on different techniques (e.g. artificial neural networks and hidden Markov models). The simple combinations methods used by Murakami and Takagi (1998) indicated that the prediction accuracy could be improv
APA, Harvard, Vancouver, ISO, and other styles
13

Borstad, Ole Gunnar. "Finding Security Patterns to Countermeasure Software Vulnerabilities." Thesis, Norwegian University of Science and Technology, Department of Computer and Information Science, 2008. http://urn.kb.se/resolve?urn=urn:nbn:no:ntnu:diva-8850.

Full text
Abstract:
<p>Software security is an increasingly important part of software development as the risk from attackers is constantly evolving through increased exposure, threats and economic impact of security breaches. Emerging security literature describes expert knowledge such as secure development best practices. This knowledge is often not applied by software developers because they lack security awareness, security training and secure development methods and tools. Existing methods and tools require too much effort and security is often given less priority in the trade-off between functionality and s
APA, Harvard, Vancouver, ISO, and other styles
14

Arvidsson, Carl-Henrik. "Finding Representations of People from Web Appearances." Thesis, Uppsala University, Department of Information Technology, 2008. http://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-111144.

Full text
Abstract:
<p>People are today, to various extents, represented by information put on the World Wide Web. For a single person, it is difficult to get an overview of how accurate this representation is. What is the image that emerges if one uses a search engine to extract information from the Internet about oneself? How can we illustrate an individual's web presence? A tool that illustrates, and allows us to explore online representations of identity, helps us to more fully understand the structure of online information related to individuals. The work presented here explores representations of people on
APA, Harvard, Vancouver, ISO, and other styles
15

Runelöv, Martin. "Finding seminal scientific publications with graph mining." Thesis, KTH, Skolan för datavetenskap och kommunikation (CSC), 2015. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-172382.

Full text
Abstract:
We investigate the applicability of network analysis to the problem of finding seminal publications in scientific publishing. In particular, we focus on the network measures betweenness centrality, the so-called backbone graph, and the burstiness of citations. The metrics are evaluated using precision-related scores with respect to gold standards based on fellow programmes and manual annotation. Citation counts, PageRank, and random selection are used as baselines. We find that the backbone graph provides us with a way to possibly discover seminal publications with low citation count, and comb
APA, Harvard, Vancouver, ISO, and other styles
16

Schillén, Anton. "Aid System for Finding Trapped Earthquake Victims." Thesis, KTH, Skolan för informations- och kommunikationsteknik (ICT), 2017. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-209349.

Full text
Abstract:
Using Emsuch [6] as a base this reports tries to find a solution to the problems that arise when trying to find survivors in collapsed buildings following an earthquake. Emsuch is a system that allows an user to retrieve information from the Home unit inside a house after an earthquake. But the results of the previous study [6] showed that the previous Emsuch is not very useful in disasters such as earthquakes. This is due to several reasons that were overlooked in that study such as electricity consumption and connectivity. So this study aims to improve the system by designing software that e
APA, Harvard, Vancouver, ISO, and other styles
17

Nilsson, Mikael. "On the Complexity of Finding Spanner Paths." Linköpings universitet, Artificiell intelligens och integrerad datorsystem, 2013. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-93332.

Full text
Abstract:
We study the complexity of finding so called spanner paths between arbitrary nodes in Euclidean graphs. We study both general Euclidean graphs and a special type of graphs called Integer Graphs. The problem is proven NP-complete for general Euclidean graphs with non-constant stretches (e.g. (2n)^(3/2) where n denotes the number of nodes in the graph). An algorithm solving the problem in O(2^(0.822n)) is presented. Integer graphs are simpler and for these special cases a better algorithm is presented. By using a partial order of so called Images the algorithm solves the spanner path problem usi
APA, Harvard, Vancouver, ISO, and other styles
18

MBAYEN, MBAYEN GHISLAIN EDGARD. "A Mobile Application Development Strategy-Finding Model." Thesis, Tekniska Högskolan, Högskolan i Jönköping, JTH. Forskningsmiljö Informationsteknik, 2013. http://urn.kb.se/resolve?urn=urn:nbn:se:hj:diva-22736.

Full text
Abstract:
Nowadays there are several different types of ways to build a mobile application, through web technologies, or through mobile manufacturers’ languages. Thus, in this study we focus on the three major mobile application development strategies: Native, Hybrid, and Web to Native. This plurality of solutions renders the selection of a mobile application development strategy complex. Hence, this study aims at understanding how developers deal with the selection of a mobile development approach. This thesis analyses their behaviour thanks to a survey that collects crucial information about developer
APA, Harvard, Vancouver, ISO, and other styles
19

Wood, George. "Finding Butehamun : Scribe of Deir el-Medina." Thesis, Uppsala universitet, Institutionen för arkeologi och antik historia, 2016. http://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-295604.

Full text
Abstract:
Butehamun was one of the most famous scribes involved in the building of the royal tombs of the Valley of the Kings, and a member of the most illustrious family of scribes there. Butehamun presided over the closure of the Valley and the workers’ village of Deir elMedina, and the move from building new tombs to the preserving and moving (some would say plundering) of the mummies left behind, marking the transition from the New Kingdom to the Third Intermediate Period, as Egypt splintered into what were essentially two realms. By studying the primary sources associated with Butehamun, including
APA, Harvard, Vancouver, ISO, and other styles
20

Eriksson, Selin William. "Study of antenna arrays for direction finding." Thesis, Umeå universitet, Institutionen för fysik, 2021. http://urn.kb.se/resolve?urn=urn:nbn:se:umu:diva-187309.

Full text
Abstract:
The new Bluetooth standard (Bluetooth 5.1) contains direction finding specifications. Specifications for received signal strength indicator(RSSI) using measures of signal strength in order to give a sense of how far away an object is has been present in earlier versions. It will now be accompanied with the possibility of angle of arrival estimation(AoA). AoA estimation in Bluetooth utilizes antenna arrays. Antenna arrays are formations of many individual antenna elements working together. The difference between the measured data at each antenna is dependent on the orientation and position of t
APA, Harvard, Vancouver, ISO, and other styles
21

Fredriksson, Pontus, and Malin Sandred. "Game Feel Aesthetics : Finding the Fun Factor." Thesis, Blekinge Tekniska Högskola, Institutionen för teknik och estetik, 2018. http://urn.kb.se/resolve?urn=urn:nbn:se:bth-16420.

Full text
Abstract:
Spel är något som ligger oss nära om hjärtat, och är en industri som fortsätter växa hejdlöst. Vi var nyfikna på hur man gör ett spel “roligt” att spela. Steven Swink har presenterat konceptet “game feel”, i sin bok med samma namn, och hur man kan använda det för att beskriva samarbeten som uppstår mellan de visuella och taktila komponenterna i ett spel för att skapa känslor hos spelaren. En liknande term är “immersion”, som behandlar själva spelarens påverkan av vad Swink kallar game feel. Utöver de här koncepten, tar vi i detta arbete upp hur game feel fungerar som en estetisk upplevelse, me
APA, Harvard, Vancouver, ISO, and other styles
22

Sigurdsson, Victoria. "Untangling the Web : Finding Your Forgotten Assets." Thesis, Blekinge Tekniska Högskola, Institutionen för datalogi och datorsystemteknik, 2018. http://urn.kb.se/resolve?urn=urn:nbn:se:bth-16579.

Full text
Abstract:
Background. In the years between 2016 and 2017, the number of attacks against web application increased by approximately 21.89 percent. The total recorded amount of incidents during 2017 was 6,502. To assure security, patching and scanning are required. This assumes that the company is aware of all their external facing web applications. The company Outpost24 is observing an increased request for a solution capable of finding all external web application owned by one company. Objectives. This thesis study six methods to identify assets owned by one company. The methods are classified into weak
APA, Harvard, Vancouver, ISO, and other styles
23

Fernández, Álvaro. "Neural networks for finding Calabi-Yau metrics." Thesis, Uppsala universitet, Teoretisk fysik, 2021. http://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-447290.

Full text
APA, Harvard, Vancouver, ISO, and other styles
24

Arvidsson, Johan. "Finding delta difference in large data sets." Thesis, Luleå tekniska universitet, Datavetenskap, 2019. http://urn.kb.se/resolve?urn=urn:nbn:se:ltu:diva-74943.

Full text
Abstract:
To find out what differs between two versions of a file can be done with several different techniques and programs. These techniques and programs are often focusd on finding differences in text files, in documents, or in class files for programming. An example of a program is the popular git tool which focuses on displaying the difference between versions of files in a project. A common way to find these differences is to utilize an algorithm called Longest common subsequence, which focuses on finding the longest common subsequence in each file to find similarity between the files. By excludin
APA, Harvard, Vancouver, ISO, and other styles
25

James, Geoffrey Douglas. "Finding a pedagogy." Thesis, University of East Anglia, 2005. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.430707.

Full text
Abstract:
My thesis is the story of my search for pedagogy as a specialist behaviour support teacher employed by a County Council Educational Psychology service. My students are at high risk of exclusion from school and many of them categorised as having emotional and behaviour difficulties. I realised that I was a teacher without a relevant or effective pedagogy to facilitate useful learning by my students. My research aim was to find a pedagogy, to develop my practice in connection with its theory. In my research I have used a fully qualitative life story/life history approach supported by the ontolog
APA, Harvard, Vancouver, ISO, and other styles
26

Phillips, Gavin Peter. "Cyclostationary direction finding." Thesis, University of Birmingham, 2006. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.433698.

Full text
APA, Harvard, Vancouver, ISO, and other styles
27

Laurio, Kim. "Finding remote protein homologs with hidden Markov models." Thesis, University of Skövde, Department of Computer Science, 1997. http://urn.kb.se/resolve?urn=urn:nbn:se:his:diva-293.

Full text
Abstract:
<p>Detecting remote homologs by sequence similarity gets increasingly difficult as the percentage of identical residues decreases. The aim of this work was to investigate if the performance of hidden Markov models could be improved by ignoring the subsequences that exhibit high variability, and only concentrate on the truly conserved regions. This is based on the underlying assumption that these high variability regions could be unnecessary, or even misleading, during search of remote protein homologs.</p><p>In this paper we challenge this assumption by identifying the high and low variability
APA, Harvard, Vancouver, ISO, and other styles
28

Taub, David. "New Methods in Finding Binary Constant Weight Codes." Thesis, Karlstad University, Faculty of Technology and Science, 2007. http://urn.kb.se/resolve?urn=urn:nbn:se:kau:diva-892.

Full text
Abstract:
<p>This thesis presents new methods for finding optimal and near-optimal constant weight binary codes with distance d and weight w such that d=2(w-1). These methods have led to the discovery of a number of new codes which are being submitted for publication. Improvements in methods for generating lexicographic codes are also discussed, with suggestions for further research in this area.</p>
APA, Harvard, Vancouver, ISO, and other styles
29

Holmgren, Björn, and Karin Lindh. "Project Finance : Finding the right sources of funding." Thesis, Linköping University, Department of Management and Economics, 2002. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-1030.

Full text
Abstract:
<p>Background: Following the wave of privatisation and deregulation during the last decades, buyers of infrastructure constructions, such as dams, roads and telecommunication, have changed from states or public authorities to private companies. Private buyers do not always have the financial strength to arrange the financing for a project and providing a financial arrangement, for example by helping customers to obtain loans, has become a means to compete on the market. </p><p>Purpose: The purpose of this thesis is to describe and analyse how Swedish companies arrange project finance for large
APA, Harvard, Vancouver, ISO, and other styles
30

Vennesland, Audun. "Finding and Mapping Expertise Automatically Using Corporate Data." Thesis, Norwegian University of Science and Technology, Department of Computer and Information Science, 2007. http://urn.kb.se/resolve?urn=urn:nbn:no:ntnu:diva-8831.

Full text
Abstract:
<p>In an organization, both management as well as new and experienced employees often have a need to get in touch with experts in a variety of situations. The new staff members need to learn how to perform their job, the management need - amongst other things - to man projects and vacancies, and other employees are often dependent on others' expertise to accomplish their tasks. Traditionally this problem has often been approached with computer applications using semi-automatic methods involving self-assessments of expertise stored in databases. These methods prove to be time-consuming, they
APA, Harvard, Vancouver, ISO, and other styles
31

Andersson, Peter. "Model based object finding in occluded cluttered environments." Thesis, Umeå University, Department of Computing Science, 2010. http://urn.kb.se/resolve?urn=urn:nbn:se:umu:diva-36524.

Full text
Abstract:
<p>The aim of the thesis is object finding in occluded and cluttered environment using computer vision techniques and robot motion. Difficulties of the object finding are 1. finding objects at hidden area and 2. finding unrecognized objects. For solving the difficulties, two methods were developed, one is for finding objects in occluded cluttered environments using model based object finding and the other to increase the robustness in object finding by identifying known objects that are unidentified. The goal was to search occluded areas with the bumblebee2 stereo camera to be able to identify
APA, Harvard, Vancouver, ISO, and other styles
32

Åberg, Staffan, and Erik Lindelöw. "Finding the winners : ...among Swedish mutual equity funds." Thesis, Uppsala universitet, Företagsekonomiska institutionen, 2010. http://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-144678.

Full text
Abstract:
During the last decades, there has been an on-going investment trend in mutual funds in Sweden. As of 2010, 82% of the Swedish population between the age of 18 and 74 own at least one mutual fund and if one should include the pension fund, the ratio would rise to an impressive 99%. About one quarter of this capital is put into Swedish mutual equity funds, which means that these mutual funds have a huge impact on ordinary investors. After reviewing literature on this subject, the authors found that for an ordinary investor, investment decisions often relay on vague arguments or an intuitive fee
APA, Harvard, Vancouver, ISO, and other styles
33

Brujordet, Anders. "Finding an Optimal Approach for Indexing DNA Sequences." Thesis, Norges teknisk-naturvitenskapelige universitet, Institutt for datateknikk og informasjonsvitenskap, 2010. http://urn.kb.se/resolve?urn=urn:nbn:no:ntnu:diva-11974.

Full text
Abstract:
In this thesis you should find an optimal approach to index and retriev DNA sequences. As part of the task you should develop an algorithm that is fast, and accurate enough to find relevant sequences. The result will be evaluated based on speed, scalability and search efficiency (e.g. Precision and Recall). The approach should be implemented in a Java-based prototype which will be a "proof-of-the-concept".
APA, Harvard, Vancouver, ISO, and other styles
34

Gustafsson, Johan. "Finding potential electroencephalography parameters for identifying clinical depression." Thesis, Uppsala universitet, Avdelningen för systemteknik, 2015. http://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-256392.

Full text
Abstract:
This master thesis report describes signal processing parameters of electroencephalography (EEG) signals with a significant difference between the signals from the animal model of clinical depression and the non-depressed animal model. The signal from the depressed model had a weaker power in gamma (30 - 80 Hz) than the non-depressed model during awake and it had a stronger power in delta (1.5 - 4 Hz) during sleep. The report describes the process of using visualisation to understand the shape of the signal which helps with interpreting results and helps with the development of parameters. A g
APA, Harvard, Vancouver, ISO, and other styles
35

Ivanova, Natalia. "Finding the unknowns in trans-translation." Doctoral thesis, Uppsala : Acta Universitatis Upsaliensis : Univ-bib. [distributör], 2005. http://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-5756.

Full text
APA, Harvard, Vancouver, ISO, and other styles
36

Persson, Mikael. "Finding an Optimum Climb Speed using OLS Regression." Thesis, KTH, Matematik (Inst.), 2015. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-168006.

Full text
Abstract:
The purpose of this project was to find an optimum climb speed for a regional turbo prop airplane. Ordinary least squares regression was used to find a model for the climb performance of a Fokker 50 airplane. Data from 103 flights was collected manually with the assistance of the pilots of a Swedish regional airline and used to confirm the model. The optimum air speed was found to depend on wind component and take off mass, where a tailwind suggests lower climb speed and a lower take off mass suggest a higher climb speed. Findings from this project could be used to make better decisions on wha
APA, Harvard, Vancouver, ISO, and other styles
37

Hedkvist, Olle. "Finding the Free Energy Proles of Protein Transitions." Thesis, KTH, Teoretisk fysik, 2015. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-174847.

Full text
APA, Harvard, Vancouver, ISO, and other styles
38

Norqvist, Mathias. "On Mathematical Reasoning : being told or finding out." Doctoral thesis, Umeå universitet, Institutionen för matematik och matematisk statistik, 2016. http://urn.kb.se/resolve?urn=urn:nbn:se:umu:diva-124677.

Full text
Abstract:
School-mathematics has been shown to mainly comprise rote-learning of procedures where the considerations of intrinsic mathematical properties are scarce. At the same time theories and syllabi emphasize competencies like problem solving and reasoning. This thesis will therefore concern how task design can influence the reasoning that students apply when solving tasks, and how the reasoning during practice is associated to students’ results, cognitive capacity, and brain activity. In studies 1-3, we examine the efficiency of different types of reasoning (i.e., algorithmic reasoning (AR) or crea
APA, Harvard, Vancouver, ISO, and other styles
39

Fu, Stefan Xueyan. "Finding Optimal Jetting Waveform Parameters with Bayesian Optimization." Thesis, KTH, Optimeringslära och systemteori, 2018. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-231374.

Full text
Abstract:
Jet printing is a method in surface mount technology (SMT) in which small volumes of solder paste or other electronic materials are applied to printed circuit boards (PCBs). The solder paste is shot onto the boards by a piston powered by a piezoelectric stack. The characteristics of jetted results can be controlled by a number of factors, one of which is the waveform of the piezo actuation voltage signal. While in theory any waveform is possible, in practice, the signal is defined by seven parameters for the specific technology studied here. The optimization problem of finding the optimal para
APA, Harvard, Vancouver, ISO, and other styles
40

Stolpe, Emil. "Finding tailored educational paths using a graph database." Thesis, Uppsala universitet, Institutionen för informationsteknologi, 2020. http://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-420294.

Full text
Abstract:
The Swedish educational system is full of possibilities but is also rather complicated because of that fact. There exist several different paths to reach the same goal but how do you find them and which one is the quickest? This project has tried to make it easier for students to find the right path from start to finish by presenting possible study paths. It has been done by collecting information about schools and programs and inserting it into a graph database which has then been traversed to extract the fastest paths from the starting point (e.g. elementary school) of a student to their goa
APA, Harvard, Vancouver, ISO, and other styles
41

Le, Gall Quentin. "The Usage of Gyros in North Finding Systems." Thesis, KTH, Farkost och flyg, 2017. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-209201.

Full text
Abstract:
As surprising as it may seem, accurate north finding, with an error of only several milli-radian, is still a very difficulttask and has been achieved only with very expensive systems. On the contrary, there are very simple systems that give theazimuth with an angular error five times superior but for a price a hundred times inferior. Moreover, these systems generally arenon-autonomous (i.e. they are environment dependent and can lose their precision in many situations). This assessment leads tothe following relevant question: Is it possible to design a north finding system with good precision,
APA, Harvard, Vancouver, ISO, and other styles
42

Finnveden, Gustav. "Finding case through personal names in parallel texts." Thesis, Stockholms universitet, Institutionen för lingvistik, 2019. http://urn.kb.se/resolve?urn=urn:nbn:se:su:diva-174831.

Full text
Abstract:
The aim of this study is to evaluate whether the ‘richness’ of the marking on personal names is an adequate indirect measure of a language’s case usage. The method uses parallel texts to identify, and group by lemma, names in over a thousand languages. These groupings are compared with data for case usage from a typological database for those languages for which it is available. This material is then used to test a method for assessing whether a language uses case or not. Results indicate that the maximum number of word types a proprial lemma is attested with in a text is a useful tool for inf
APA, Harvard, Vancouver, ISO, and other styles
43

Lavenius, Jan. "An Algorithm for Finding Minimal Load Interruption Costs." Thesis, KTH, Elektriska energisystem, 2012. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-116892.

Full text
Abstract:
This thesis presents an algorithm for finding the minimal interruptioncost associated with the loads.Electric power systems are necessary to transfer electric energy fromproducers to consumers. The power system may lose stability as thesenonlinear systems are subject to contingencies. The loss of stabilitymay result in large costs for the society, by the loss of productivityand worsening standard of living. If the likelihood of instability is low,then it may be that it is not economically motivated to allocate costlyresources necessary to prevent this from happening. For some casesload sheddin
APA, Harvard, Vancouver, ISO, and other styles
44

Wilcox, D. C. "MIMO radar direction finding." Thesis, Queen's University Belfast, 2011. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.546432.

Full text
APA, Harvard, Vancouver, ISO, and other styles
45

Cooke, Ryan James. "Finding the first metals." Thesis, University of Cambridge, 2011. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.609614.

Full text
APA, Harvard, Vancouver, ISO, and other styles
46

Ågren, Ola. "Finding, extracting and exploiting structure in text and hypertext." Doctoral thesis, Umeå universitet, Institutionen för datavetenskap, 2009. http://urn.kb.se/resolve?urn=urn:nbn:se:umu:diva-22352.

Full text
Abstract:
Data mining is a fast-developing field of study, using computations to either predict or describe large amounts of data. The increase in data produced each year goes hand in hand with this, requiring algorithms that are more and more efficient in order to find interesting information within a given time. In this thesis, we study methods for extracting information from semi-structured data, for finding structure within large sets of discrete data, and to efficiently rank web pages in a topic-sensitive way. The information extraction research focuses on support for keeping both documentation and
APA, Harvard, Vancouver, ISO, and other styles
47

Wang, Yan. "Finding the Value at Risk for Credit Default Swaps." Thesis, Uppsala universitet, Analys och tillämpad matematik, 2012. http://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-175714.

Full text
APA, Harvard, Vancouver, ISO, and other styles
48

Tuulse, Johanna. "Finding Corners : How can architecture help children concentrate better?" Thesis, KTH, Arkitektur, 2018. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-222026.

Full text
Abstract:
Swedish legislation states that a school is required to make the necessary adjustments to include   all children, regardless of circumstances or disabilities. However there are no clear guidelines as to how these adjustments should be carried out in the physical environment when it comes to cognitive disabilities such as ADHD, Autism Spectrum Disorder or Language Disorders. This thesis projects aims to design a school that takes the needs of these children into account, with the belief that this will, in the end, benefit all children, and help them   succeed in school.<br>Svensk lagstiftning s
APA, Harvard, Vancouver, ISO, and other styles
49

Bodén, Anette. "Street dance stories : Finding health and identity through dancing." Thesis, Örebro universitet, Institutionen för humaniora, utbildnings- och samhällsvetenskap, 2013. http://urn.kb.se/resolve?urn=urn:nbn:se:oru:diva-29536.

Full text
APA, Harvard, Vancouver, ISO, and other styles
50

Mellander, Josefin. "Finding home- Understanding the relationship between home and body." Thesis, Högskolan i Borås, Institutionen Textilhögskolan, 2013. http://urn.kb.se/resolve?urn=urn:nbn:se:hb:diva-17067.

Full text
Abstract:
This work is based on the results of my research regarding the human relationship to a home. It started with me thinking about that I have to move away from my home soon. Living here has been a slow gathering of things and furniture. As a result I have a home I feel completely safe in. This made me wonder what it is that I need to give me that feeling, the feeling of home. The aim of this work is to understand the relationship between home and bodyTo gain knowledge of the subject I have studied literature on the phenomenon of a home, how different from each other homes can be and how some peop
APA, Harvard, Vancouver, ISO, and other styles
We offer discounts on all premium plans for authors whose works are included in thematic literature selections. Contact us to get a unique promo code!