• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 2
  • 1
  • Tagged with
  • 3
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
1

Rent bygge - en trivsammare arbetsmiljö : Städade byggarbetsplatser genom samsyn / Clean construction sites – a pleasant work environment : An orderly workplace by consensus

Andersson, Evelina, Karlsson, Erica January 2015 (has links)
En ostädad arbetsplats kan medföra arbetsmiljörisker, ett ökat antal besiktningsanmärkningar, sänka produktiviteten samt ge ett sämre arbetsklimat där medarbetarna inte trivs. Det är även en rättighet att vistas i en arbetsmiljö som inte medför en risk för varken fysisk eller psykisk ohälsa.Syftet med denna studie är att skapa en förståelse för vad som motiverar individen individuellt samt tillsammans i en grupp att hålla en god ordning och möjligheten att påverka detta. Studien behandlar människors beteende i grupp och individuellt, målbildens inverkan på individen och praktiska hjälpmedel för att uppnå en god och städad arbetsmiljö. Med praktiska hjälpmedel avses i detta fall arbetsplatsdispositionsplan, tillbudsrapportering, rutiner samt ett instrument kallat Interpersonal Dynamics Inventory. Instrumentet identifierar människors personlighetstyp och vad som motiverar denne genom att mäta ett beteende.För att undersöka frågan gjordes en omfattande litteraturstudie samt platsbesök och samtal med platscheferna på fyra olika projekt. Dessa har alltid strävat efter att uppnå ordning och reda på arbetsplatsen.Resultaten baseras på de samtal som fördes med inriktning på arbetsmiljö och städning. Under samtalen fick respondenterna bland annat bedöma fem olika bilder som skulle representera olika grader av städade miljöer. Detta visar att människors uppfattning kring hur en städad miljö skall se ut kan skilja sig. Att skapa en gemensam målbild och skapa en norm där alla är eniga om vad som eftersträvas är därför ett önskemål för att undanröja meningsskiljaktigheter. / An untidy workplace can lead to enhanced safety risks in the work environment, an increased number of inspection remarks, lower productivity, ultimately—an insufficient work environment where employees do not feel comfortable. It is also a human right to reside in an environment that does not pose a risk to neither physical nor mental illness.The purpose of this study is to create an understanding of what motivates the individual to keep good order on the workplace, on an individual basis, as well as in a group setting. The study deals with the behavior of people, in groups, and individually—along with the objective’s impact on the individual and the practical means to achieve a good and tidy work environment. The practical aids referred to in this study are the workplace disposition plan, the incident reporting, the procedures, and a tool named Interpersonal Dynamics Inventory. This tool identifies people's personality, and what motivates individuals to participate in a behavior that addresses the maintaining of a tidy work environment.To investigate the issue, a comprehensive literature study, site visits, and discussions with site managers on four different projects has been done. These projects were deemed successful regarding the matter of maintaining a good and tidy work environment.The results are based on conversations held with a focus on working environment and the cleaning thereof. During the conversations, the respondents got to assess five pictures of different working environments—each perception of a tidy work environment was different. This shows that people's perception of what a tidy environment should look like may differ. To create a common vision and create a standard where all agree on what is sought for is therefore to be desired in order to eliminate disagreements.
2

Real-Time Failure Event Streaming of Continuous Integration Builds / Realtidsströmning av Felhändelser i Kontinuerlig Integration

Seifert, Felix January 2022 (has links)
An application build describes compiling and linking the source code of a developed application to libraries and executables. A Continuous Integration (CI) build executes such a build after the source code has been changed and tries to integrate the changes into the existing application. Such CI builds are executed automatically and include automated software tests, which give the developer the assurance that the changes are technically correct. When the time between the discovery of a test failure and the notification to the developer about it is too long, the development process will be impacted negatively and the beneficial effects of CI decrease. Even though several companies already have CI systems that display all events of a single CI build on a terminal during runtime, bigger applications often involve several CI builds in a single CI pipeline to integrate code changes. Observing the events of these CI builds during runtime might require concurrent monitoring of several different terminals. This thesis overcomes this issue by developing a Proof of Concept (PoC) which streams the test failures of a whole CI pipeline in real-time to the developer. To show the feasibility of real-time failure event streaming of CI builds, the PoC is implemented within Spotify’s CI for clientfacing applications. The issues highlighted by this initial PoC will help to refine the whole CI practice. Furthermore, the faster feedback cycles realised by this PoC will lead to a productivity, efficiency and happiness increase for the involved developers and, eventually, higher quality of the developed software. / Ett applikationsbygge beskriver kompilering och länkning av källkod för en utvecklad applikation till bibliotek och körbara filer. Ett Kontinuerlig Integrerings (CI)-bygge kör en sådan bygge efter att källkoden har ändrats och försöker integrera ändringarna i den befintliga applikationen. Sådana CIbyggen exekveras automatiskt och inkluderar automatiserade mjukvarutester, som ger utvecklaren en försäkran om att ändringarna är tekniskt korrekta. När tiden mellan upptäckten av ett testfel och meddelandet till utvecklaren om det är för lång kommer utvecklingsprocessen att påverkas negativt och de fördelaktiga effekterna av CI minskar. Även om flera företag redan har CIsystem som visar alla händelser av ett enskilt CI-bygge i en terminal under körning, involverar större applikationer ofta flera CI-byggen i en och samma CI-pipeline för att integrera kodändringar. Att observera händelserna i dessa CI-byggen under körning kan kräva jämlöpande övervakning av flera olika terminaler. Den här avhandlingen övervinner detta problem genom att utveckla en PoC som strömmar testfelen för en hel CI-pipeline i realtid till utvecklaren. För att visa genomförbarheten av strömning av felhändelser i realtid av CIbyggnader implementeras PoC i Spotifys CI för klientvända applikationer. De problem som lyfts fram av denna första PoC kommer att bidra till att förfina hela CI-praxisen. Dessutom kommer de snabbare återkopplingscyklerna som realiseras av denna PoCatt leda till ökad produktivitet, effektivitet och glädje för de inblandade utvecklarna och, så småningom, högre kvalitet på den utvecklade mjukvaran.
3

Automatiskt bygge av FUS39A / Automated Build of FUS39A

Jansson, Chris January 2011 (has links)
This paper describes the design and implementation of an automated build system for the JAS39A simulator FUS39A at HiQ:s offices in Arboga. The assignment was to automate the process in which modules are built; the simulator is composed of a number of modules which are built manually at the end of each week, this process takes about a day of manual labor. The system can automatically build a module as either a scheduled service or by manual invocation. The system contains functionality for reporting the build results to any given recipient by e-mail. The purpose of the system is to free up the time put into manually building the modules for better suited tasks by automating the build of FUS39A. The assignment was split into two parts, an analysis part where information of the old system was gathered, tools and methods were chosen and the new system was designed. In the second part the system was implemented and tested. / Denna rapport beskriver designen och implementationen av ett system för automatiskt bygge av JAS39A simulatorn FUS39A vid HiQ:s kontor i Arboga. Målet var att automatisera bygget av modulerna som simulatorn består av då de i utgångsläget byggs manuellt mot en insats på en mandag i veckan. Systemet kan utan övervakning generera en modulutgåva genom en schemalagd tjänst eller en manuell invokering. Systemet innehåller även funktionalitet för att rapportera byggets resultat till avsedd mottagare via e-post. Syftet med systemet är att avlasta en persons arbetsbörda genom att automatisera bygget av mjukvaran i simulatorn FUS39A. Arbetet delades in i två delar, en analysfas där information om det nuvarande systemet samlas, verktyg väljs och designen av det nya systemet tas fram. I den andra delen implementeras och testas systemet.

Page generated in 0.0363 seconds