Dissertations / Theses on the topic 'Skalbar'
Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles
Consult the top 50 dissertations / theses for your research on the topic 'Skalbar.'
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.
Hedberg, Mattias, and Fredrik Iversen. "Skalbar distribuerad positionsreglering avgodtyckliga vinschsystem." Thesis, KTH, Maskinkonstruktion (Inst.), 2011. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-39816.
Full textAbstractAs the finishing part of a M.Sc education at KTH a thesis project is performed. The purpose ofthe thesis project is to give experiences in, and to develop abilities to solve a timeconstrainedtask under realistic conditions and in a scientific manner. These projects are usually connectedto the industry and in this case, the employer was Visual Act AB in Värmdö. The task was toimplement a controller for motoraxis on a PC. Earlier Visual Act used intelligent drives to controlthe axispositions. The thesis project aimed to investigate the possibilities to use unintelligentand cheaper drives by moving the control from the drives to a PC which already is present intheir system.Two applications were developed to solve this. One of them was the controllerprogram and theother one took care of system identification and controllercalibration. The controllerprogramcommunicates with the application that earlier was talking to the drives, but instead sendsreferences to the controller. The calibrationprogram was developed to calibrate one motor at atime and is, due do this, a stand-alone application. The calibration is done by calibratingparameters for the controller according to various standard practices developed by engineersand scientists during the 20th century.
Murtomäki, Jesper, and Ki Nylén. "Modulär och skalbar design av kommunikationsbussar i hjullastare." Thesis, Uppsala universitet, Elektricitetslära, 2021. http://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-447650.
Full textGaldo, Carlos, and Teddy Chavez. "Prototyputveckling för skalbar motor med förståelse för naturligt språk." Thesis, KTH, Hälsoinformatik, 2018. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-223350.
Full textNatural Language Understanding is a field that is part of Natural Language Processing. Big improvements have been made in the broad field of Natural Language Understanding during the past two decades. One big contribution to this is improvement is Neural Networks, a mathematical model inspired by biological brains. Natural Language Understanding is used in fields that require deeper understanding by applications. Google translate, Google search engine and grammar/spelling check are some examples of applications requiring deeper understanding. Thing Launcher is an application developed by A Great Thing AB. Thing Launcher is an application capable of managing other applications with different parameters. Some examples of parameters the user can use are geographic position and time. The user can as an example control what song will be played when you get home or order an Uber when you arrive to a certain destination. It is possible to control Thing Launcher today by text input. A Great Thing AB needs help developing a prototype capable of understanding text input and speech. The meaning of scalable is that it should be possible to develop, add functions and applications with as little impact as possible on up time and performance of the service. A comparison of suitable algorithms, tools and frameworks has been made in this thesis in order research what it takes to develop a scalable engine with the natural language understanding and then build a prototype from this gathered information. A theoretical comparison was made between Hidden Markov Models and Neural Networks. The results showed that Neural Networks are superior in the field of natural language understanding. The tests made in this thesis indicated that high accuracy could be achieved using neural networks. TensorFlow framework was chosen because it has many different types of neural network implemented in C/C++ ready to be used with Python and alsoand for the wide compatibility with mobile devices. The prototype should be able to identify voice commands. The prototype has two important components called Command tagger, which is going to identify which application the user wants to control and NER tagger, which is the going to identify what the user wants to do. To calculate the accuracy, two types of tests, one for each component, was executed several times to calculate how often the components guessed right after each training iteration. Each training iteration consisted of giving the components thousands of sentences to guess and giving them feedback by then letting them know the right answers. With the help of feedback, the components were molded to act right in situations like the training. The tests after the training process resulted with the Command tagger guessing right 94% of the time and the NER tagger guessing right 96% of the time. The built-in software in Android was used for speech recognition. This is a function that converts sound waves to text. A server-based solution with REST interface was developed to make the engine scalability. This thesis resulted with a working prototype that can be used to further developed into a scalable engine.
Hallin, Johan. "Design av en intelligent programguide i skalbar vektorgrafik för Internetbaserad högupplöst TV." Thesis, Linköping University, Department of Computer and Information Science, 2009. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-19528.
Full text
De senaste åren har utbudet av TV-kanaler ökat och det är idag vanligt att man har tillgång till så pass många kanaler att det är svårt att överblicka dem på ett enkelt sätt. Det finns olika tekniker för att sortera fram önskvärd information till användaren, men ingen design är anpassad varken för att hantera den nya förbättrade upplösningen eller de nya intelligenta funktionerna. Detta arbete har formulerats för att få fram ett exempel på hur den förbättrade upplösningen kan utnyttjas i programguiden samt för att få ett gränssnitt mot de intelligenta funktionerna. Egenskaper för programguiden togs fram som stöd för de inledanden pappersskisserna, varefter en välgrundad och detaljerad datordesign gjordes. En implementation i skalbar vektorgrafik (SVG) gjordes i den slutgiltiga prototypen för att demonstrera animationer och användbarhet. Avslutningsvis diskuteras lärdomarna som kan tas från detta arbete.
The number of available TV channels has increased the last couple of years and it is hard to get a good overview in a simple way. There are different techniques for sorting the information so that the user gets the required information, but no design is adapted neither to handle the new improved resolution nor the new intelligent functions. This thesis has been developed to get an example on how the new improved resolution can be used in the program guide and to get an interface with the intelligent functions. Desirable qualities for the program guide were stated for the sketching phase of the design, and the sketches were subsequently used as outlines for the computer-based design of the program guide. An implementation in scalable vector graphics (SVG) was made in a final prototype to demonstrate animations and usability. Finally there is a discussion about the contributions from this thesis.
Johansson, Gustaf. "Scalable video coding using the Discrete Wavelet Transform : Skalbar videokodning med användning av den diskreta wavelettransformen." Thesis, Linköping University, Information Coding, 2010. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-54637.
Full textA method for constructing a highly scalable bit stream for video coding is presented in detail and implemented in a demo application with a GUI in the Windows Vista operating system.
The video codec uses the Discrete Wavelet Transform in both spatial and temporal directions together with a zerotree quantizer to achieve a highly scalable bit stream in the senses of quality, spatial resolution and frame rate.
I detta arbete presenteras en metod för att skapa en mycket skalbar videoström. Metoden implementeras sedan i sin helhet i programspråken C och C++ med ett grafiskt användargränssnitt på operativsystemet Windows Vista.
I metoden används den diskreta wavelettransformen i såväl de spatiella dimensionerna som tidsdimensionen tillsammans med en nollträdskvantiserare för att åstakomma en skalbar videoström i avseendena bildkvalitet, skärmupplösning och antal bildrutor per sekund.
Dejene, Dessalk Yared. "Big Data Workflows: DSL-based Specification and Software Containers for Scalable Execution." Thesis, KTH, Skolan för elektroteknik och datavetenskap (EECS), 2020. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-285955.
Full textBig Data-arbetsflöden består av flera orkestreringssteg som utför olika dataanalysuppgifter. Dessa uppgifter bearbetar heterogena data med hjälp av olika databehandlings- och lagringsresurser. På grund av stora variationen av tillämpningsområden, den involverade tekniken, och komplexiteten hos datamängderna, kräver utformning och implementering av Big Data-arbetsflöden samarbete mellan domänexperter och tekniska experter. Befintliga verktyg är dock för tekniska och vilket försvårar för domänexperter att delta i processen att definiera och genomföra Big Data-arbetsflöden. Dessutom är majoriteten av befintliga verktyg utformade för specifika tillämpningar, som bioinformatik, beräkningskemi och genomik. Verktygen är också baserade på specifika teknikstackar som inte erbjuder flexibla metoder för att kunna underhålla och återanvända kod. Denna avhandling ämnar att presentera design och implementering av en Big Data-arbetsflödeslösning som utnyttjar ett domänspecifikt språk (DSL) för att dölja komplexa tekniska detaljer, vilket gör det möjligt för domänexperter att delta i processdefinitionen av arbetsflöden. Arbetsflödeslösningen använder en kombination av mjukvaruutrustningsteknik och meddelande-orienterad mellanvara (MOM) för att möjliggöra en mer skalbar körning av arbetsflöden. Tillämpningslösningen demonstreras genom att implementera en prototyp baserad på ett verkligt dataflöde. Efter en granskning av de genomförda testerna modifierades den föreslagna arbetsflödeslösningen för att uppnå en effektiv arbetsflödesdefinition och skalbar körning. Dessutom presenteras resultaten av en uppsättning experiment där man jämför skalbarheten för det föreslagna tillvägagångssättet med Argo Workflows, ett av de mest lovande verktygen inom Big Data-arbetsflöden
Bělíček, Radek. "Hotel Skalka." Master's thesis, Vysoké učení technické v Brně. Fakulta stavební, 2020. http://www.nusl.cz/ntk/nusl-409978.
Full textPobucký, Petr. "Jezdecký areál Skalka." Master's thesis, Vysoké učení technické v Brně. Fakulta stavební, 2018. http://www.nusl.cz/ntk/nusl-372270.
Full textNesic, Anna, and Christel Åkesson. "Om vi skalar...en studie om synen på specialpedagogikens inre." Thesis, Malmö högskola, Fakulteten för lärande och samhälle (LS), 2012. http://urn.kb.se/resolve?urn=urn:nbn:se:mau:diva-36279.
Full textMalmö University Learning and Society School Development and Leadership special Education Spring semester 2012 abstract Nesic, Anna & Akesson, Christel (2012). If we peel ... a study on the perception of special education within. (I Thank peel ... a study on the perception of Special Education internal). School Development and Leadership, Special Education, Learning and Society, Malmö University. The aim of our study was to investigate the essence of special education is. We wanted to see what perceptions that exist about what a special education teacher should attach great importance to their work and what is perceived as special needs education. We have had concerns about what is so special about special education and wanted to explore how a special education really works. How is special education work of the other teachers, there is consistency in the approach, what is the management of special education and how can we best respond to every individual we meet. These are some of the parts that worked when we peeled and hopefully closer to the core of special education. We chose to do a qualitative study of hermeneutical research analysis builds on KASAM and Vygotsky's sociocultural theory. The investigation resulted partly in the special education teachers must market their profession and also must attach great importance to see each individual. The most essential in the work of people are: "Building relationships" Keywords: tutorial, individual, KASAM, relationships, special education.
Kirk, Stephen. "Ten thousand applications in ten minutes : Evaluating scalable recruitment, evaluation and screening methods of candidates for sales jobs." Thesis, KTH, Industriell Marknadsföring och Entreprenörskap, 2017. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-204630.
Full textMedan bedömning av sökande för tjänster har täckts i tidigare forskning, är lite känt om utvärderingsprocesser som utvärderar stort antal sökande. Denna studie söker att svara på om kandidater för säljtjänster kan utvärderas på ett skalbart sätt (där antalet sökande har liten påverkan på kostnaden för utvärdering) för en säljplattform. Studien består av intervjuer med rekryterare och growth leads av det studerade företaget, en fallstudie av ett företag som har slopat CV:n i sin ansökningsprocess, och test på kandidater för säljtjänster. Vidare analyserades befintlig data på säljare. Sammanfattningsvis länkar studien resultaten till de begränsningar som krävs av en skalbar process. Tidigare forskning visar hur olika indikatorer (personlighet, biografisk data, och optimism) kan förutse säljförmåga. Kandidatens mentala förmåga är särskilt relevant för träningsfasen. Vissa av dessa resultat stöds av fallstudien. Medan CV:n innehåller information för att förutse säljförmåga, hävdar vissa säljchefer att de är utdaterade. Tidigare forskning visar att rekryterare ibland generaliserar brett baserat på innehållet av ett CV. Videobaserade CV:n har viss potential, men har etiska och tekniska brister i dagsläget. Personlighetstest och test som mäter mental förmåga visar prediktiv potential för säljförmåga och är också skalbara. Tidigare forskning diskuterar även de begränsningar som uppstår av att många personlighetstest är kommersiella, vilket leder till begränsningar i hur de kan modifieras; i transparensen av rättningen; och att validitetsstudier är svåra att utföra på dem. Andra begränsningar med personlighetstest är att kandidater kan manipulera resultaten. Studien föreslår även framtida forskning inom till exempel hur kultur definierar en ideal säljperson, och om dessa resultat kan utökas till andra områden än försäljning.
Ahlgren, Janni. "Skalman - Prototypen för dem med minnessvårigheter." Thesis, Malmö universitet, Fakulteten för teknik och samhälle (TS), 2019. http://urn.kb.se/resolve?urn=urn:nbn:se:mau:diva-20484.
Full textThe prototype for people with memory impairmentsThis study aims to examine how and if it is possible to use Benyons PACT-analysis togetherwith Gong and Tarasewichs 15 design principles, to make the process from an idea into a finalinteractive prototype. The prototype is named Skalman. This study focuses on people withmemory impairments, specifically those people diagnosed with Alzheimer’s disease. The aimwith the PACT-analysis was to analyse the target group through four different subjects, People,Activities, Context and Technologies and to use that to find the needs for Skalman that in theend will help the users to manage and organize their daily lives. Three group interviews weremade to collect data from the selected target group for the PACT-analysis. Two groupinterviews included a person with memory impairments/Alzheimer’s disease and one relative ofthis person to help and support throughout the interview. Thereafter an interview was made withthe chancellors of Alzheimer’s Sweden to gather additional information and to increase theunderstanding of the disease and its difficulties. The result of the analysis was then used,together with the design principles to develop a LO-FI prototype and was then tested on thetarget group in order to evaluate the prototype and to improve it to the final result of a HI-FIprototype of Skalman.
Patočka, Bronislav. "Penzion Skalka-stavebně technologický projekt." Master's thesis, Vysoké učení technické v Brně. Fakulta stavební, 2014. http://www.nusl.cz/ntk/nusl-227061.
Full textBlom, Lizette, and Jiménez Farah Escasúa. "Ropen skalla, TAKK för alla!" Thesis, Malmö högskola, Fakulteten för lärande och samhälle (LS), 2014. http://urn.kb.se/resolve?urn=urn:nbn:se:mau:diva-35277.
Full textEriksson, Rickard, and Sajjadali Hemani. "A Cross-Platform Health Care Application." Thesis, KTH, Skolan för informations- och kommunikationsteknik (ICT), 2015. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-186884.
Full textDen här rapporten beskriver utvecklingsprocessen för en mobilapplikation vid namn Healthy- Way. Applikationen är utvecklad som ett kandidatexamensarbete tillsammans med KTH. Applikationens huvudsakliga uppgift är att vara ett gränssnitt till medicinskt relaterad utrustning såsom plaster och pilleraskar. Kommunikationen mellan dessa sker via Bluetooth Low Energy. Applikationen skrevs huvudsakligen i 3 olika språk, QML, C++ och Java. Den viktigaste punkten genom projektets gång var att applikationen skulle vara oberoende av plattform. Flexibiliteten var tvungen att göras på både en skalbar och modulär nivå. Med detta i åtanke valdes QT för att behandla skalbarheten. Modulariteten uppnåddes genom en välplanerad struktur på programmet tillsammans med instruktioner på hur ny utrustning kan introduceras. Syftet med programmet är att öka livskvaliteten för användaren. Detta syfte kunde däremot inte slutföras på grund av bristande testning hos användare. I dagens läge är applikationen inte redo för att släppas kommersiellt, men tjänar som ett bra ramverk för framtida utveckling.
Schneider, Christian. "Skala für Arbeitssucht." [S.l. : s.n.], 2001. http://deposit.ddb.de/cgi-bin/dokserv?idn=964433443.
Full textFoysi, Holger. "Transport passiver Skalare in wandgebundener und isotroper kompressibler Turbulenz." [S.l. : s.n.], 2005. http://deposit.ddb.de/cgi-bin/dokserv?idn=974416355.
Full textJanelsina-Priedìte, Aija. "Als die Bäume sprechen konnten : zur Funktion des Bildes in Kàrlis Skalbes Märchen : ein Beitrag zum europäischen Kunstmärchen /." Stockholm : Almqvist och Wiksell, 1987. http://catalogue.bnf.fr/ark:/12148/cb35515409j.
Full textOrvesten, Maria. "Händelser vid Rickleån : 3 möten i 3 skalor." Thesis, KTH, Arkitektur, 2012. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-97939.
Full textEnvall, Viktor. "Indisk spelmusik : Påverkan av Indiska skalor i spel." Thesis, Högskolan i Skövde, Institutionen för informationsteknologi, 2019. http://urn.kb.se/resolve?urn=urn:nbn:se:his:diva-17666.
Full textBlomkvist, Adam, and Pontus Bylund. "Skalmur av tegel : Framtagning av dimensioneringshjälpmedel med hänsyn till balkverkan." Thesis, KTH, Byggteknik och design, 2013. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-192075.
Full textHermansson, Karolina, and Michéle Eklinder. "Sedering på IVA enligt RASS-skalan : En retrospektiv studie." Thesis, Umeå universitet, Institutionen för omvårdnad, 2015. http://urn.kb.se/resolve?urn=urn:nbn:se:umu:diva-117282.
Full textAim: To investigate if absence of goals for sedation affect the level of sedation and to map out the depth of sedation, assessed according to the Richmond Agitation-Sedation Scale (RASS-scale) on intubated patients at the Intensive Care Unit (ICU), Norrlands Universitetssjukhus (NUS). Background: The importance of adequate sedation is something that has been raised to awareness the last years and the trend within intensive care has gone from extensive use of sedatives with neuromuscular blocking agents to a more lightly sedative strategy. Over-sedation leads to different kinds of complications such as prolonged mechanical ventilation and hospital stay and also increases mortality rates. Under-sedation increases the risk for stress and pain. An adequate level of sedation is defined as when the patient is calm and comfortable yet easy to arouse from sleep. To obtain the appropriate level of sedation, and thereby avoiding the negative effects of both over- and under-sedation, sedation scales are an important tool. Design: Data was collected using medical records. A quantitative approach with retrospective design was performed. Method: From january 1st to june 30th 2015 a totalt of 422 patients were admitted to the ICU, NUS. After auditing the medical reccords according to the inclusion- and exklusionkriterias 46 patients were included in the study. The medical records were audited regarding sedation goals and sedation scores according to the RASS scale. All collected patients’ characteristics, RASS goals and levels were typed in to the Statistical Package for the Social Sciences (SPSS 23,0). Results: The 46 patients in the study were sedated and intubated a totalt of 216 days. Sedation goals were absent 47% of those days. An absence of sedation goals did not affect the depth of sedation, there were no significant difference between patients with and without sedation goals. In totalt 1048 sedation scores as measured by the RASS scale were collected with the purpose of maping out the sedation depth. The mean for each patient per every 24 hours were calculated and compiled. The sedation scores were lower than -3 the first four days, thereafter the scores changed towards a less heavy sedation. Conclusion: By identifying underlying factors for pain and anxiety, the ICU nurse can reduce the many negative consequences of inadequate sedation. It was a positive finding that the depth of sedation changed over time towards a, according to previous studies, more appropriate level of sedation. The results indicate that there is a need for further studies to investigate what affect the levels of sedation and to assess how appropriate patients are sedated. It would be of interest to examine this on a larger group of patients and for a longer period of time.
Mattias, Sedin, and Schmied Christofer. "Modelleringsaspekter av skalbroar i 3D FEM med fokus på dynamik och höghastighetståg." Thesis, KTH, Byggteknik och design, 2018. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-231347.
Full textLazarovici, Marc. "Anwenderperformanz und- variabilität der Glasgow-Koma-Skala." Diss., lmu, 2005. http://nbn-resolving.de/urn:nbn:de:bvb:19-45245.
Full textBergmann, Annika [Verfasser]. "Die Nasen-Spray-Sensorik-Skala / Annika Bergmann." Köln : Deutsche Zentralbibliothek für Medizin, 2017. http://d-nb.info/1126978515/34.
Full textEngwall, Jenny, and Ricard Larsson. "VAS-SKALAN - En kvalitativ intervjustudie om sjuksköterskans inställning till smärtskalan." Thesis, Malmö högskola, Fakulteten för hälsa och samhälle (HS), 2008. http://urn.kb.se/resolve?urn=urn:nbn:se:mau:diva-25801.
Full textPain is a subjective experience. People tolerate and handle pain in different ways; the individual experiences are not compatible by themselves. The responsibility of the nurse is to treat and prevent states of pain. The VAS-scale is an evaluative scale of pain, which presents important knowledge of how the patient experiences pain, hence helps the nurse in the daily pursuit of patients well-being. The aim of this qualitative interview-study is to shed light upon the attitude of the nurses regarding this evaluative scale, and the usage thereof. Eleven nurses, all employed at a hospital in the South of Sweden, participated in the study. The result was processed and analysed with means of a manifest content analysis, where two main categories and seven subcategories were created. The results were sorted under the two main categories: (a) nurses attitude toward the VAS-scale, and (b) nurses application of the VAS-scale. The results present both positive and negative aspects of the VAS-scale. The scale is not considered to sufficiently cover a complete evaluation of the pain, but is in need of complementary observations and physiological examinations to receive a complete picture of the pain experience of the patient. The instrument is regarded to have flaws but also to be the best available tool at present.
Enz, Christian Johannes [Verfasser], and Claus [Akademischer Betreuer] Gerhardt. "Der inverse skalare Krümmungsfluss in ARW-Räumen / Christian Johannes Enz ; Betreuer: Claus Gerhardt." Heidelberg : Universitätsbibliothek Heidelberg, 2016. http://d-nb.info/1180736451/34.
Full textBrüns, Hendrik [Verfasser]. "Skalare und elektromagnetische Beugung an semi-infiniten Kegeln bei partieller Beleuchtung / Hendrik Brüns." Kiel : Universitätsbibliothek Kiel, 2018. http://d-nb.info/1170153860/34.
Full textEnz, Christian [Verfasser], and Claus [Akademischer Betreuer] Gerhardt. "Der inverse skalare Krümmungsfluss in ARW-Räumen / Christian Johannes Enz ; Betreuer: Claus Gerhardt." Heidelberg : Universitätsbibliothek Heidelberg, 2016. http://nbn-resolving.de/urn:nbn:de:bsz:16-heidok-220713.
Full textBoström, Karin. "Tillförsel av jäst till SSF i industriell skala." Thesis, KTH, Skolan för kemivetenskap (CHE), 2011. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-49891.
Full textHåkansson, Pernilla, and Emma Dahlberg. "Smärtskattning hos barn : Sjuksköterskans roll." Thesis, Mittuniversitetet, Institutionen för hälsovetenskap, 2010. http://urn.kb.se/resolve?urn=urn:nbn:se:miun:diva-13020.
Full textLjungberg, Åsa, and Öberg Elisabeth. "Förebyggande åtgärder vid trycksår." Thesis, Högskolan Dalarna, Omvårdnad, 2009. http://urn.kb.se/resolve?urn=urn:nbn:se:du-3986.
Full textHalvorsen, Tore. "Distribuerte evolusjonære mekanismer og organisering." Thesis, Norwegian University of Science and Technology, Department of Computer and Information Science, 2004. http://urn.kb.se/resolve?urn=urn:nbn:no:ntnu:diva-254.
Full textOppgaven tar for seg noen av problemstillingene som oppstår hvis man forsøker å distribuere en evolusjon ut i flere parallelle prosesser. Den ser først og fremst på de ulike måtene subpopulasjoner kan kommunisere, og hvordan parametere for kommunikasjon kan påvirke hvor raskt man finner fram til gode resultater. Det skal være mulig å utnytte distribueringen til å bygge et super-skalart system. Det ble ikke funnet et super-skalart system i denne oppgaven.
Clausen-Schaumann, Hauke. "Adressierung und Strukturierung von Biomolekülen auf der Nanometer-Skala." Diss., lmu, 2000. http://nbn-resolving.de/urn:nbn:de:bvb:19-2718.
Full textTurjalei, Adjmal. "Entwicklung und Validierung der Skala "Vertrauen in den Arzt" /." Köln, 2008. http://opac.nebis.ch/cgi-bin/showAbstract.pl?sys=000252840.
Full textRickfält, Carina. "Skala som undervisningsinnehåll i matematik och teknik : lärares perspektiv." Thesis, KTH, Skolan för industriell teknik och management (ITM), 2018. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-226589.
Full textThis study aims to show teachers view on the subject content scale as it is used in technology and mathematics in Swedish compulsory school, year 2017. Focus is on the word scale (in Swedish, skala) as it is used in mathematics meaning a ratio of dimension of a model to the corresponding original dimension, but will to some extent cover other Swedish definitions of the same word used in connection to integrated subject teaching. Most of the teachers, participating in this study, express that integrated subject teaching is positive for students learning. But in the same time they mention lack of time for good planning and implementation in connection with cooperation with other teachers. Teachers of mathematics, participating in this study, mention that maps and drawings are used in connection to tutoring on scale, but in lesser extent that they cooperate with teachers in geography, physical education and health, craft or technology. None of the respondents, mention subject integration were the students’ knowledge of scale are being assessed crosssubjects. Neither do they mention that pupils shall be as conversant that they are able to calculate scale in correct manner, without aid. The respondents’’ answers regarding students’ knowledge on scale have been divided in four different forms: facts, understanding, skills, familiarity and accumulated experience. According to the answers regarding educational aim with the subject content scale, provided by the respondents, pupils shall know that it is used to show proportional enlargement/decrease because visualisations, like maps and drawing cannot be done in natural size. The pupils shall know how to calculate with scale as well as how draw in scale but the answers do not show examples of how familiarity with scale a student need to be.
Almskog, Liv. "Läkares och patienters bedömningar av smärta med VAS och Borg CR100 skalan®." Thesis, Stockholms universitet, Psykologiska institutionen, 2012. http://urn.kb.se/resolve?urn=urn:nbn:se:su:diva-122143.
Full textHjelm, Max. "Ropen skalla, rösträtt åt alla – eller? : En idékritisk analys av Jason Brennans epistokratiteori." Thesis, Uppsala universitet, Statsvetenskapliga institutionen, 2021. http://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-443902.
Full textBergerson, Caroline, and Martha Jorsback. "Dokumentation av smärta : En studie baserad på journalgranskning." Thesis, Uppsala universitet, Institutionen för folkhälso- och vårdvetenskap, 2011. http://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-144017.
Full textWeyers, Bastian. "Thermospannung in der Rastertunnelmikroskopie Untersuchung heterogener Metalloberflächen auf atomarer Skala /." [S.l.] : [s.n.], 2005. http://deposit.d-nb.de/cgi-bin/dokserv?idn=982318715.
Full textKarlsson, Linda, and Ulrika Östervall. "Ropen skalla - tillit åt alla : En studie om klasskillnader gällande tillit till offentlig sektor." Thesis, Södertörns högskola, Institutionen för samhällsvetenskaper, 2014. http://urn.kb.se/resolve?urn=urn:nbn:se:sh:diva-26013.
Full textEkblom, Maria. "Korrelation mellan upplevd förändring efter shuntoperation och iNPH-skalan hos personer med idiopatisk normaltryckshydrocefalus." Thesis, Luleå tekniska universitet, Institutionen för hälsovetenskap, 2020. http://urn.kb.se/resolve?urn=urn:nbn:se:ltu:diva-80773.
Full textDanstål, Martin. "Den pentatoniska skalan : En studie i hur ett fundamentalt verktyg kan ge oanade möjligheter." Thesis, Luleå tekniska universitet, Institutionen för konst, kommunikation och lärande, 2018. http://urn.kb.se/resolve?urn=urn:nbn:se:ltu:diva-68634.
Full textAndersson, Tommy, Mattis Torkelsson, and Gustav Wärlinge. "3DES, AES i hårdvara - Förmåga att skala i en växande miljö." Thesis, Linnaeus University, School of Computer Science, Physics and Mathematics, 2010. http://urn.kb.se/resolve?urn=urn:nbn:se:lnu:diva-5783.
Full textDen här rapporten beskriver arbetet och utförda studier inom området kryptering och VPN. Fokus ligger på hur väl krypteringsalgoritmerna Triple Data Encryption Standard (3DES) och Advanced Encryption Standard (AES) skalar i en förutbestämd miljö. Huvudfokus har varit att svara på frågan: Vilken av krypteringsalgoritmerna AES och 3DES kräver minst systemresurser? Under utbildningstiden har det flera gånger framförts att 3DES-algoritmen skulle vara mer krävande för krypteringsenheterna att utföra jämfört med AES. Denna rapport söker finna om det är så det förhåller sig och i så fall hur stor skillnaden är mellan algoritmerna. För att söka svar på frågorna genomfördes ett flertal experiment. Dessa syftade till att påvisa eller vederlägga ovan beskrivna påståenden kring 3DES och AES. Resultatet av utförda experiment blev att ingen större skillnad kunde noteras mellan 3DES och AES. Detta står i stark kontrast till de påståenden som ofta florerar kring krypteringsalgoritmerna 3DES och AES
This report describes the work and studies carried out in the field of encryption and VPN. The focus is on how well the encryption algorithms Triple Data Encryption Standard (3DES) and Advanced Encryption Standard (AES) perform in a predetermined environment. The main focus has been to answer the question: Which of the encryption algorithms AES and 3DES requires less system resources. During the period of studies, lectures and literature have several times claimed the 3DES algorithm to require more resources of encryption devices, compared to AES. This report tries to find if it is a fact and if so how big is the difference between the algorithms. To seek answers to the questions, a number of experiments was performed. These experiments were intended to demonstrate or refute the above claims about 3DES and AES. The results of the performed experiments shows no major differences between 3DES and AES. This differs from what have been publicly accepted concerning facts regarding encryption algorithms 3DES and AES.
Juretzka, Sabrina [Verfasser]. "Optische Experimente zu Verfestigungs- und Schmelzprozessen auf kolloidaler Skala / Sabrina Juretzka." Mainz : Universitätsbibliothek der Johannes Gutenberg-Universität Mainz, 2020. http://d-nb.info/1224895657/34.
Full textHermansson, Niklas. "Professionalisering i liten skala : En studie om valkampanjer i Halmstads kommun." Thesis, Högskolan i Halmstad, Sektionen för hälsa och samhälle (HOS), 2014. http://urn.kb.se/resolve?urn=urn:nbn:se:hh:diva-25703.
Full textSennström, Elin. "”En fullkomligh Frijdh” : En skala av fred under de nordiska krigen." Thesis, Umeå universitet, Institutionen för idé- och samhällsstudier, 2021. http://urn.kb.se/resolve?urn=urn:nbn:se:umu:diva-187786.
Full textHoráková, Hana. "Analýza hlavních sacharidů vína." Master's thesis, Vysoké učení technické v Brně. Fakulta chemická, 2009. http://www.nusl.cz/ntk/nusl-216520.
Full textKoho, Maria, and Lena Martell. "Ropen skalla, könsuttryck åt alla! : En diskurspsykologisk studie om (icke-)kategorisering av genus i förskolan." Thesis, Högskolan i Halmstad, Akademin för lärande, humaniora och samhälle, 2017. http://urn.kb.se/resolve?urn=urn:nbn:se:hh:diva-34408.
Full textPredoianu, Denisse. "STADSRUM : en upplevelse påverkad av kulör." Thesis, Blekinge Tekniska Högskola, Institutionen för fysisk planering, 2016. http://urn.kb.se/resolve?urn=urn:nbn:se:bth-12706.
Full textSosa, Carmen. "Klimatpåverkan vid ändrad markanvändning på Årstafältet - effekter på energibalansen i lokal skala :." Thesis, Uppsala universitet, Institutionen för geovetenskaper, 2011. http://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-162182.
Full textLand use affects the conditions for a surface energy budget and thus the local climate. With knowledge of the climate impact from different surfaces the planners could take this knowledge into account while planning urban areas; however, the urban planners do not have available tools. This study aims to: (1) provide a basis for a tool to estimate the climate effects of the transformation of natural land to urban land, with the help of a case study, (2) to investigate the climate impact of the planned land use change in the case study and (3) to investigate the effect of green roofs on the planned land use change in the case study. The first step in the method was to define the system boundaries and the limitations in this report. Årstafältet (Stockholm) was chosen as the case study area, where the plans are to change the land use from rural to urban land. The report's contents have been limited into: (1) climate impact related directly to the change of surface properties due to land use change (2) summer months, (3) use of surface temperature as a measure of the climate impact and (4) only take into account the horizontal projection of the surfaces. The second step was to identify and determine the area of the surfaces represented in Årstafältet. Two scenarios for the planned land use have been investigated separately: one scenario without green roofs and one scenario with green roofs. In parallel with the second step, calculations of the impacts of the different surfaces on the climate were made, based on equations of the energy budget. Finally, the sum of the climate impact, based on the area covered by the surface, was determined for the surfaces represented in Årstafältet. This study showed that natural surfaces have in general a neutral to cooling effect on the climate, while urban surfaces have a neutral to warming effect. Vegetation reduces the effect of the surface’s climate impact. The planned land use change in Årstafältet has an impact on the climate and the green roofs’ role is marginal, compared to the climate impact due to the actual land use change.
Markanvändningens klimatpåverkan