Example solutions: ETSF01 Software Engineering Process - Economy and Quality

Size: px
Start display at page:

Download "Example solutions: ETSF01 Software Engineering Process - Economy and Quality"

Transcription

1 Example solutions: ETSF01 Software Engineering Process - Economy and Quality Introduction This document shows example of solutions to the problems in the document Exempel på tentafrågor. Please note that this is just ONE solution, there could be other solutions that are correct as well. Problems Effort Estimations (P1) Ge konkreta exempel på en Parametric Model, en analogiteknik, och en expert judgment kostnadsskattningsteknik, beskriv hur de används samt när respektive stil passar bra och/eller dåligt. Example of a solution for analogy based effort estimation technique: One concrete example of an analogy based effort estimation technique is: Case-Based Reasoning. Case-Based Reasoning identifies completed projects with similar characteristics to the new project. The effort of the matching case is then used as a base estimate for the new project. Then, the differences between the old projects and the new project are identified and the base estimate is adjusted to produce an effort estimate for the new project. A similarity function is used to identify matching cases and to retrieve the most similar past cases, while an adaption rule is used to adapt the solutions of the past projects. Case-Based Reasoning is applicable when other projects in the same application domain have been done in the past, i.e. there is a database with historical projects and characteristics. An advantage of Case-Based Reasoning is that it provides accurate estimates if similar project data are available. Disadvantages of Case-Based Reasoning: impossible to use if no comparable projects are available, the database with past projects needs to be systematically maintained, and it is not clear how to define a good similarity function. Please note that this is only a solution for an analogy based effort estimation technique. To fully answer this question you must provide a similar description for a parametric model (e.g. COCOMO II) and for one expert judgment technique (e.g. planning poker). The Role of Project Manager (P2) Det är inte ovanligt att en person går från att vara utvecklare till projektledare. Jämför vilka kompetenser och uppgifter som är viktiga i de båda rollerna, samt vilka ansvar som tillkommer och upphör med den nya rollen. Important skills for a software developer include the ability to solve problems, working in teams, and having knowledge about different programming languages. Important tasks for a software developer are coding, testing (e.g. unit testing),

2 breaking down higher-level requirements into detailed requirements, interpret and follow technical plans, and perform effort estimations of detailed requirements. A software project manager also needs to be able to solve problems, i.e. to come up with solutions when problems emerge. However, the problems to be solved are different. For example, while a developer may solve a problem of how to implement a requirement or how to optimize the code, the project manager may have to come up with a solution of how to reallocate the resources to be able to deliver on time. Both roles include the task of performing effort estimations. While a developer may only estimate the effort of detailed requirements, a software project manager may also need to perform effort estimations earlier in the project lifecycle, e.g. during the project planning step analyze project characteristic. A software project manager needs to perform other tasks that are not required by a software developer, to conduct a feasibility study, i.e. is it worth doing a certain project, and planning the project, i.e. how should the project be carried out. Planning the project includes activities such as performing a risk assessment, and in some cases calculates a detailed cost schedule over the project life of the project. Hence, a software project manager needs skills in budgeting. Moreover, a software project manager has the task of selecting the right people for the job, monitoring the performance of the project and report it to top-management. Although a software developer needs to report his/her progress to the project manager, the developer does not monitor the progress of the either project. Resource Allocation (P3) Lyckade projektscheman (project scheduling) är inte en enkel sekvens. Förklara hur aktiviteterna i bilden hänger ihop, hur dom påverkar varandra, och vilka konsekvenser som ev. kan uppstå om någon utelämnas och/eller hanteras på ett inkorrektsätt. The activity plan is used to plan the coming activities in the project, to see the dependencies between activities, when each activity should start and when they are

3 planned to be finished. This information is then used as a basis for the risk assessment. The risk assessment and activity plan provides input to resource allocation. The allocated resources and the activity plan are used to calculate a detailed cost schedule over the life of the project. The cost schedule provides a more accurate estimate of costs and serves as a plan against which project progress can be monitored. In practice, successful resource allocation may require a revision of the activity plan, e.g. if needed resources exceeds available resources, which in turn also affects the risk assessment. The cost schedule may indicate a need to reallocate resources or revise the activity plan, e.g. if the cost schedule indicates a higher overall project cost than originally anticipated. If projects activities are not properly planned, important risks may not be identified, less resources than needed may be allocated to the project, and the cost schedule may exceed the anticipated cost for the project. Task Scheduling (P4) Antag att ni skall göra en detaljerad plan för ett projekt. Antag att ni har identifierat 6 aktiviteter (a, b, c, d, e, f) för det här projektet. Estimerad tid (estimated duration) och beroenden (dependent on task) för varje aktivitet finns i tabellen nedan. Activity Estimated Duration [weeks] Dependent on Task(s) a 6 b 4 c 3 a d 4 b e 6 b f 2 c, d Rita ett aktivitetsdiagram (activity network) för projektet som inkluderar earliest start date, the latest start date, the earliest end date, the latest end date, and the float. Finns det någon critical path, och i så fall vilken är den? Solution: ????? F ????? Critical path is: A-C-F

4 Software Quality and Software Process Improvement (P5) Diskutera (resonera) hur software quality är relaterat till software process improvement. It is generally accepted that the quality of a product is largely determined by the quality of the process that is used to develop and maintain it. However, whether the practices in Software Process Improvement (SPI) frameworks lead to higher quality software may be argued. To address such concerns and specifically to identify if SPI frameworks may lead to higher software quality, we can map the Specific Goals and Practices of CMMI to software quality aspects. For example, CMMI has a specific goal about performing peer reviews. The purpose of peer reviews is to remove defects from the software products early and efficiently. Hence, if fewer bugs are found in the released software, the quality could be seen as higher. Moreover, another specific goal in CMMI is to manage requirements, which includes obtaining an understanding of the requirements. If the requirements engineering process is improved and leads to a better understanding of what the customers want and need, the quality of the software can be seen as higher by the customer. If a bottom-up SPI framework is used, e.g. the improvement framework utilizing light weight assessment and improvement planning (iflap), where the assessment is performed by eliciting improvements issues based on the organization s experience and knowledge, one improvement suggestion may be to improve the testing process to cover more test cases, which may find more bugs that could be corrected before the software product is released. Thus, the product has a higher quality. However, even if the processes are improved and are seen to be of high quality, people are conducting peer reviews and may not be able to find all bugs in the software, people are eliciting requirements from their customers and may not understand their customers fully, which may lead to an improved overall quality of the software product. Software Project Management (P6) Många tekniker i generell projekthantering (project management) kan också användas i software project management. Varför behövs software project management, dvs. vad skiljer generella projekt mot mjukvaruprojekt? Software projects are not very different from other engineering projects; many techniques in general project management can be applied to software project management. However, some characteristics have been identified that makes software projects more difficult. Software projects are invisible, i.e. the progress is not immediately visible, which is the case for, e.g. when a bridge is constructed. Software projects are more complex than any other engineering artifact. Other engineering disciplines often works with physical systems, e.g. cement. Although the physical systems have complexity, consistent physical laws govern them. Software developers must conform to requirements of humans, which can be inconsistent. Software is easy to change, which

5 is considered as a strength. However, when a software system interfaces with a physical system, it is expected that the software will change to accommodate the physical components. Therefore, software systems are particular subject to change.

7.5 ECTS. Materialplanering och Styrning. Ladokcode: The exam is given to: 41I29M, A900TI TGIAF15h, TGIAL15h, TGILO15h, International Students

7.5 ECTS. Materialplanering och Styrning. Ladokcode: The exam is given to: 41I29M, A900TI TGIAF15h, TGIAL15h, TGILO15h, International Students Materialplanering och Styrning 7.5 ECTS Ladokcode: The exam is given to: 41I29M, A900TI TGIAF15h, TGIAL15h, TGILO15h, International Students ExamCode: Date of exam: 2018-01-08 Time: 14:00 18:00 Means of

More information

7.5 ECTS. Materialplanering och Styrning. Ladokcode: The exam is given to:

7.5 ECTS. Materialplanering och Styrning. Ladokcode: The exam is given to: Materialplanering och Styrning 7.5 ECTS Ladokcode: The exam is given to: 41I29M, A900TI KINAF14h-pgrp1, KINAF14h-pgrp2, KINAR14h, KINLO14h, International Students ExamCode: Date of exam: 2017-01-10 Time:

More information

Robust and Multidisciplinary Design Optimization of Automotive Structures Public report

Robust and Multidisciplinary Design Optimization of Automotive Structures Public report Robust and Multidisciplinary Design Optimization of Automotive Structures Public report Project within Trafiksäkerhet och automatiserade fordon - FFI Author Sandeep Shetty & Ann-Britt Ryberg Date 2017-05-31

More information

Assessment. Jukka Salo Slfu

Assessment. Jukka Salo Slfu Assessment Jukka Salo Slfu 1 Varför Practical Training? Objective: (Practical Training Part-66 Appendix III 3.2) to gain the required competence in performing safe maintenance, inspections and routine

More information

Data-Driven Optimization for Intelligent and Efficient Transports (DOIT) Public report

Data-Driven Optimization for Intelligent and Efficient Transports (DOIT) Public report Data-Driven Optimization for Intelligent and Efficient Transports (DOIT) Public report Project within FFI - Transporteffektivitet Author Per Sahlholm Date 2018-04-30 Content 1. Summary... 3 2. Sammanfattning

More information

Swedish Transport Administration (STA) Peter Simonsson. LCC work at STA

Swedish Transport Administration (STA) Peter Simonsson. LCC work at STA Swedish Transport Administration (STA) Peter Simonsson LCC work at STA Agenda LCC work within STA LCC at the Department of Investment Why is LCC important? What STA would like to achieve How we are working

More information

Teknisk rapport SIS-ISO/TS :2010 Publicerad/Published: Utgåva/Edition: 1 Språk/Language: engelska/english ICS: 67.

Teknisk rapport SIS-ISO/TS :2010 Publicerad/Published: Utgåva/Edition: 1 Språk/Language: engelska/english ICS: 67. Teknisk rapport SIS-ISO/TS 22002-1:2010 Publicerad/Published: 2010-03-30 Utgåva/Edition: 1 Språk/Language: engelska/english ICS: 67.020 Grundförutsättningar för livsmedelssäkerhet Del 1: Tillverkning av

More information

Bases for design of structures Serviceability of buildings and walkways against vibration (ISO 10137:2007, IDT) SWEDISH STANDARDS INSTITUTE

Bases for design of structures Serviceability of buildings and walkways against vibration (ISO 10137:2007, IDT) SWEDISH STANDARDS INSTITUTE SVENSK STANDARD SS-ISO 10137:2008 Fastställd/Approved: 2008-03-17 Publicerad/Published: 2008-04-17 Utgåva/Edition: 1 Språk/Language: engelska/english ICS: 91.070.10; 91.080.01; 91.120.25 Grundläggande

More information

Costs and Benefits of Design Work

Costs and Benefits of Design Work Interaction design, industrial design, design management, service design, information design, experience design, graphic design, furniture design, destination design, product design, ergonomics design,

More information

Järnmalm Pellets avsedd för att beskicka masugn Bestämning av svällindex (ISO 4698:2007, IDT)

Järnmalm Pellets avsedd för att beskicka masugn Bestämning av svällindex (ISO 4698:2007, IDT) SVENSK STANDARD SS-ISO 4698:2007 Fastställd/Approved: 2007-11-14 Publicerad/Published: 2007-12-13 Utgåva/Edition: 1 Språk/Language: engelska/english ICS: 73.060.10 Järnmalm Pellets avsedd för att beskicka

More information

Design & Implementation. Martin Pettersson. Master thesis in the program Civilingenjör och lärare within the areas of technology and learning

Design & Implementation. Martin Pettersson. Master thesis in the program Civilingenjör och lärare within the areas of technology and learning Competence management in Swedish companies Design & Implementation Martin Pettersson Master thesis in the program Civilingenjör och lärare within the areas of technology and learning Stockholm 2013 Principal

More information

Mechanical Integrity of Copper Canister Lid and Cylinder

Mechanical Integrity of Copper Canister Lid and Cylinder SKI Report 2003:12 Research Mechanical Integrity of Copper Canister Lid and Cylinder Sensitivity Study Marianne Karlsson August 2002 ISSN 1104 1374 ISRN SKI-R-03/12-SE SKI perspective Background and purpose

More information

Vad kan vi lära av migrerande affärsmodeller? DR. JESSICA LAGERSTEDT WADIN, SENIOR FORSKARE LUND UNIVERSITY

Vad kan vi lära av migrerande affärsmodeller? DR. JESSICA LAGERSTEDT WADIN, SENIOR FORSKARE LUND UNIVERSITY Vad kan vi lära av migrerande affärsmodeller? DR. JESSICA LAGERSTEDT WADIN, SENIOR FORSKARE LUND UNIVERSITY För användning materialet i denna presentation, vänligen hänvisa till källan: Dr. Jessica Lagerstedt

More information

SWEDISH STANDARDS INSTITUTE

SWEDISH STANDARDS INSTITUTE SVENSK STANDARD SS-ISO 15998:2008 Fastställd/Approved: 2008-04-21 Publicerad/Published: 2008-05-22 Utgåva/Edition: 1 Språk/Language: engelska/english ICS: 53.100 Anläggningsmaskiner System för funktionsstyrning

More information

Vad är effektivitet och hur mäts effektivitet inom komplex produktutveckling?

Vad är effektivitet och hur mäts effektivitet inom komplex produktutveckling? Abstract In today s competitive environment, in which competition increases and the pace of technological change accelerates, the need for deploying product development investments more efficiently and

More information

PVG (EDAF45) - lecture 3: Konfigurationshantering

PVG (EDAF45) - lecture 3: Konfigurationshantering PVG (EDAF45) - lecture 3: Konfigurationshantering Ulf Asklund/Lars Bendix Department of Computer Science Lund Institute of Technology Sweden SCM EDAN10 F3-1 Lars Bendix - Lund Institute of Technology Configuration

More information

COMRADE. Workshop December WP 1 and 2. Biovetenskap och Material Kemi och Material. Anna Jansson, Marcus Molander

COMRADE. Workshop December WP 1 and 2. Biovetenskap och Material Kemi och Material. Anna Jansson, Marcus Molander COMRADE Workshop December 4-5 2018 WP 1 and 2 Anna Jansson, Marcus Molander Johan Sandström, Anna Bondeson RISE Research Institutes of Sweden Biovetenskap och Material Kemi och Material Aim Aim To gain

More information

Plast Riktlinjer för återvinning och återanvändning av plastavfall (ISO 15270:2008, IDT)

Plast Riktlinjer för återvinning och återanvändning av plastavfall (ISO 15270:2008, IDT) SVENSK STANDARD SS-ISO 15270:2009 Fastställd/Approved: 2009-11-23 Publicerad/Published: 2009-12-14 Utgåva/Edition: 2 Språk/Language: engelska/english ICS: 13.030.50; 83.080.01 Plast Riktlinjer för återvinning

More information

Lessons learnt from Nordic cooperation in biobankbased

Lessons learnt from Nordic cooperation in biobankbased Lessons learnt from Nordic cooperation in biobankbased research A Nordic joint Biobank & Registrybased Study on Colorectal Cancer (The BBMRI_Nordic_Pilot) Joakim Dillner BBMRI.se 2014-01-30 Biobanks with

More information

PROSUMERS. And energy awareness

PROSUMERS. And energy awareness PROSUMERS And energy awareness Prosumers and energy awareness Collaboration between STUNS Energi and two research groups from Uppsala university - Cajsa Bartusch s group at Industrial engineering & management

More information

Oberoende granskning vad är det?

Oberoende granskning vad är det? Oberoende granskning vad är det? Del-21G seminarium 2015 Jukka Salo Slou Oberoende vad är det? Självständig, fri, obunden, oavhängig, neutral, suverän, autonom! 2 Circle of Life! CMM AM SM Oberoende granskning

More information

Pitney Bowes Spectrum Technology Platform. Enterprise Business Solutions

Pitney Bowes Spectrum Technology Platform. Enterprise Business Solutions Pitney Bowes Spectrum Technology Platform Enterprise Business Solutions 1 Data Quality is the foundation for - Master Data Management (MDM) Create and maintain a complete, accurate and consolidated master

More information

CHECKLISTA 2 GUIDELINES FOR SECURING ARRANGEMENTS FOR THE TRANSPORT OF ROAD VEHICLES ON RO-RO SHIPS RESOLUTION A.581(14) Utfall.

CHECKLISTA 2 GUIDELINES FOR SECURING ARRANGEMENTS FOR THE TRANSPORT OF ROAD VEHICLES ON RO-RO SHIPS RESOLUTION A.581(14) Utfall. Fartygsnamn: IMO-nummer: CHECKLISTA 2 GUIDELINES FOR SECURING ARRANGEMENTS FOR THE TRANSPORT OF ROAD VEHICLES ON RO-RO SHIPS RESOLUTION A.581(14) Utfall 4.1.1 4.1.2 Beskrivning av kontrollaktivitet 4 SECURING

More information

Thermo-mechanical fatigue of electric machine windings

Thermo-mechanical fatigue of electric machine windings Thermo-mechanical fatigue of electric machine windings Project manager: Oskar Wallmark Researchers: Oskar Wallmark, KTH Royal Institute of Technology, Project manager Giovanni Zanuso, KTH Royal Institute

More information

IMPLEMENTATION AND EVALUATION OF AN HMA FRACTURE MECHANICS BASED

IMPLEMENTATION AND EVALUATION OF AN HMA FRACTURE MECHANICS BASED IMPLEMENTATION AND EVALUATION OF AN HMA FRACTURE MECHANICS BASED DESIGN MODULE KTH Highway and railway engineering Royal institute of technology SE-100 44 Stockholm TRITA-VBT 11:07 ISSN 1650-867X ISRN

More information

Non nitrate antimony aided refining

Non nitrate antimony aided refining Non nitrate antimony aided refining Bo Jonson Glafo Artikeln beskriver ett projekt med målsättningen att hitta alternativa luttringsmedel till antimonoxid oxiderad med nitrat Sönderfallet av nitraten medför

More information

Maximum profitability with world class analyses

Maximum profitability with world class analyses Maximum profitability with world class analyses Precision and innovation Xore is one of the world s leading suppliers of analyzers and related services to the mining industry. Xore is the natural first

More information

Accelerated Testing of Mirka Deros Speed Controller

Accelerated Testing of Mirka Deros Speed Controller Accelerated Testing of Mirka Deros Speed Controller Conny Granholm Bachelor s Thesis Electrical Engineering Vaasa 2018 BACHELOR S THESIS Author: Conny Granholm Degree Programme: Electrical Engineering

More information

The test process and important testing techniques

The test process and important testing techniques UPTEC 11 006 Examensarbete 30 hp Juni 2011 The test process and important testing techniques Sebastian Mendez Abstract The test process and important testing techniques Sebastian Mendez Teknisk- naturvetenskaplig

More information

Analysis and Modification of Heatex Model H2 Heat Exchanger

Analysis and Modification of Heatex Model H2 Heat Exchanger Master Thesis Analysis and Modification of Heatex Model H2 Heat Exchanger Fredrik Engman Division of Machine Design Department of Design Sciences Faculty of Engineering LTH Lund University 2015 Analysis

More information

BACHELOR THESIS. Sport Sponsorship in Sweden - from a Company Perspective. Robin Nilsson 2014

BACHELOR THESIS. Sport Sponsorship in Sweden - from a Company Perspective. Robin Nilsson 2014 BACHELOR THESIS Sport Sponsorship in Sweden - from a Company Perspective Robin Nilsson 2014 Bachelor of Science in Business and Economics Business Administration Luleå University of Technology Department

More information

Setup time reduction by using lean and maintenance tools

Setup time reduction by using lean and maintenance tools Setup time reduction by using lean and maintenance tools By Albin Risfelt Master of Science Thesis MG202x KTH Industrial Engineering and Management Industrial production Stockholm, Sweden 2016 Abstract

More information

IT, work environment and health Bengt Sandblad

IT, work environment and health Bengt Sandblad IT, work environment and health Bengt Sandblad http://www.it.uu.se/research/hci IT and the work environment Stress at work Successful introduction of IT... Requires that users are not harmed, not exposed

More information

EXAMENSARBETE INOM INDUSTRIELL EKONOMI, AVANCERAD NIVÅ, 30 HP. Strategic Sourcing EMMY GERVARD INGRID JOHANSSON

EXAMENSARBETE INOM INDUSTRIELL EKONOMI, AVANCERAD NIVÅ, 30 HP. Strategic Sourcing EMMY GERVARD INGRID JOHANSSON EXAMENSARBETE INOM INDUSTRIELL EKONOMI, AVANCERAD NIVÅ, 30 HP STOCKHOLM, SVERIGE 2017 Strategic Sourcing A Supplier Selection Framework for the Swedish Installation Industry EMMY GERVARD INGRID JOHANSSON

More information

BIOGAS IN TRANSPORT BEST PRACTICE FROM BIOGAS2020

BIOGAS IN TRANSPORT BEST PRACTICE FROM BIOGAS2020 BIOGAS IN TRANSPORT BEST PRACTICE FROM BIOGAS2020 Phuong Ninh & Krzysztof Janko NTU ApS Fredrikstad, 25th April 2018 What is BioGas2020 and NTU s role in it? 35 PARTNERS 3 COUNTRIES NTU APS COORDINATOR

More information

Nytt inom behovsstyrd Bevattning. 25/ Dahn Rosenquist

Nytt inom behovsstyrd Bevattning. 25/ Dahn Rosenquist Nytt inom behovsstyrd Bevattning 25/1 2013 Dahn Rosenquist Agenda Projekt Water Bee: behovsstyrd bevattning Automatisk övervakning/rapportering vattenuttag A scientific approach to irrigation scheduling

More information

Protocol for testing the H14 criteria on Bottom Ash

Protocol for testing the H14 criteria on Bottom Ash Det går inte att visa bilden. Det finns inte tillräckligt med ledigt minne för att kunna öppna bilden eller så är bilden skadad. Starta om datorn och öppna sedan filen igen. Om det röda X:et fortfarande

More information

Postbeskrivning Billjournal_1.0 innehåll

Postbeskrivning Billjournal_1.0 innehåll Postbeskrivning Billjournal_1.0 innehåll 1 Versionshistorik... 2 2 Relaterade dokument... 2 3 Allmänt... 2 3.1 Filnamnbeskrivning... 2 3.2 Validering... 2 4 Övergripande bild XML-struktur... 3 5 XML-struktur

More information

Hur hanteras systemstödet för koncernrapporterin g i Gder av nya regelverk och krav?

Hur hanteras systemstödet för koncernrapporterin g i Gder av nya regelverk och krav? Hur hanteras systemstödet för koncernrapporterin g i Gder av nya regelverk och krav? Hein Scholten Director Enablement EMEA/APAC, EMEA Joakim Kulan Lead Consultant, EMEA Markus Hultsten Regional Sales

More information

Lean and Green integration into production system models Experiences from Swedish industry

Lean and Green integration into production system models Experiences from Swedish industry Lean and Green integration into production system models Experiences from Swedish industry Martin Kurdve, Mälardalen University Mats Zackrisson, Swerea IVF Magnus Wiktorsson, Mälardalen University Ulrika

More information

Green public procurement -A Case Study

Green public procurement -A Case Study Green public procurement -A Case Study Soon 25 % of Sweden will be green! Authors Camilla Dahl Gälbo A98 756 51 Uppsala 018 304400 e03cada1@stud.slu.se Cecilia Jansson Heidenstamsg.5 754 27 Uppsala 018

More information

Evaluation of a qualitative model for a company's technical maturity within Continuous Integration, Continuous Delivery and DevOps

Evaluation of a qualitative model for a company's technical maturity within Continuous Integration, Continuous Delivery and DevOps DEGREE PROJECT IN COMPUTER SCIENCE AND ENGINEERING, SECOND CYCLE, 30 CREDITS, Evaluation of a qualitative model for a company's technical maturity within Continuous Integration, Continuous Delivery and

More information

BIOGAS IN TRANSPORT BEST PRACTICE FROM BIOGAS2020

BIOGAS IN TRANSPORT BEST PRACTICE FROM BIOGAS2020 BIOGAS IN TRANSPORT BEST PRACTICE FROM BIOGAS2020 Phuong Ninh & Krzysztof Janko NTU ApS Fredrikstad, 25th April 2018 About BioGas2020 BioGas2020 is a partnership project within the EU-program Interreg

More information

Unit 381 IT Project Management Level 3. Credit value 10. Rationale

Unit 381 IT Project Management Level 3. Credit value 10. Rationale Unit 381 IT Project Management Level 3 Credit value 10 Rationale The aim of this unit is to enable candidates to understand the business environment within which new projects are initiated. Candidates

More information

Collaboration between supplier and customer in product development

Collaboration between supplier and customer in product development Collaboration between supplier and customer in product development A supplier's business model FREDRIK NORDIN Master of Science Thesis Stockholm, Sweden 2012 Samarbete mellan underleverantör och kund i

More information

Evaluation of ORC/steam turbine cycle and? with KTH

Evaluation of ORC/steam turbine cycle and? with KTH Title: Evaluation of ORC/steam turbine cycle and? with KTH Report DocID: DAAB525315 Revision: -.3 Created by: Anders Ahnger / 16-Nov-2005 Status: Draft Draft by: Anders Ahnger / 16-Nov-2005 Pages: 1 (1)

More information

SVENSK STANDARD SS-ISO 30405:2017

SVENSK STANDARD SS-ISO 30405:2017 SVENSK STANDARD SS-ISO 30405:2017 Fastställd/Approved: 2017-07-26 Publicerad/Published: 2017-09-14 Utgåva/Edition: 1 Språk/Language: engelska/english ICS: 03.100.30 Personalledning Vägledning för rekrytering

More information

Vägfordon Friktionsmaterial i bromsbelägg Produktframtagning och kvalitetssäkring (ISO 15484:2008, IDT)

Vägfordon Friktionsmaterial i bromsbelägg Produktframtagning och kvalitetssäkring (ISO 15484:2008, IDT) SVENSK STANDARD SS-ISO 15484:2008 Fastställd/Approved: 2008-09-22 Publicerad/Published: 2008-10-16 Utgåva/Edition: 1 Språk/Language: engelska/english ICS: 43.040.40 Vägfordon Friktionsmaterial i bromsbelägg

More information

Solutions Manual. Object-Oriented Software Engineering. An Agile Unified Methodology. David Kung

Solutions Manual. Object-Oriented Software Engineering. An Agile Unified Methodology. David Kung 2 David Kung Object-Oriented Software Engineering An Agile Unified Methodology Solutions Manual 3 Message to Instructors July 10, 2013 The solutions provided in this manual may not be complete, or 100%

More information

The Strategic Direction of Swedish Regional Energy Companies

The Strategic Direction of Swedish Regional Energy Companies DEGREE PROJECT IN INDUSTRIAL MANAGEMENT, SECOND CYCLE, 30 CREDITS STOCKHOLM, SWEDEN 2017 The Strategic Direction of Swedish Regional Energy Companies A study on how external and internal factors affects

More information

BACHELOR'S THESIS. Dewatering with Piston Press - Backing Mesh and Temperature Effects. Christian Kindqvist 2015

BACHELOR'S THESIS. Dewatering with Piston Press - Backing Mesh and Temperature Effects. Christian Kindqvist 2015 BACHELOR'S THESIS Dewatering with Piston Press - Backing Mesh and Temperature Effects Christian Kindqvist 2015 Bachelor of Science in Engineering Technology Engineering, Mining and Geotechnical Engineering

More information

LNOP Pdt. Pediatric Adhesive Sensors Enpatient sensor Barn 20/box, Latex fri, ej steril

LNOP Pdt. Pediatric Adhesive Sensors Enpatient sensor Barn 20/box, Latex fri, ej steril Sensorer LNOP Sensorerna, (Low Noise Optical Probe), är konstruerade för att ge bästa prestanda inom området patientvård, framförallt vid mycket låg signal/brus situation. Med hjälp av en nedsänkt fotodetektor

More information

Projected habitat suitability changes in a forest landscape under intensive forest fertilization

Projected habitat suitability changes in a forest landscape under intensive forest fertilization Peder Wikström 217-5-22 Projected habitat suitability changes in a forest landscape under intensive forest fertilization Introduction A simulation model was used to investigate possible changes in habitat

More information

Lund University Klas Hagberg. Maj 2017

Lund University Klas Hagberg. Maj 2017 Lund University 2017-12-08 Klas Hagberg Maj 2017 Agenda INTRO WSP Business Areas Regulations Building Acoustic in general design Various constructions Failure on site Other WSP Acoustics 70 consultants

More information

Parametric Project Monitoring and Control: Performance-Based Progress Assessment and Prediction

Parametric Project Monitoring and Control: Performance-Based Progress Assessment and Prediction Parametric Project Monitoring and Control: Performance-Based Progress Assessment and Prediction Presented by: Mike Ross, Chief Engineer Galorath Incorporated 100 North Sepulveda Boulevard Suite 1801 El

More information

http://www.sis.se http://www.sis.se http://www.sis.se http://www.sis.se http://www.sis.se Provläsningsexemplar / Preview Teknisk rapport SIS-ISO/TR 15489-2:2001 Utgåva 1 Januari 2002 Dokumentation Dokumenthantering

More information

Establishing a cost model when estimating product cost in early design phases

Establishing a cost model when estimating product cost in early design phases DEGREE PROJECT FOR MASTER OF SCIENCE IN INDUSTRIAL MANAGEMENT AND ENGINEERING Establishing a cost model when estimating product cost in early design phases Jessica Sjöberg Johanna Jeppsson Blekinge Institute

More information

P Forsmark site investigation. Control of microorganism content in flushing water used for drilling of KFM02A and KFM04A

P Forsmark site investigation. Control of microorganism content in flushing water used for drilling of KFM02A and KFM04A P-03-92 Forsmark site investigation Control of microorganism content in flushing water used for drilling of KFM02A and KFM04A Karsten Pedersen, Annika Kalmus CMB-Microbiologi, Göteborgs Universitet December

More information

(Safety) Management System ORO.GEN

(Safety) Management System ORO.GEN (Safety) Management System ORO.GEN.200-220 Magnus Eneqvist Flyginspektör Sektionen för EU-OPS verksamhet (Of) 2012-12-05--07 Bakgrund - SMS Definition Safety Management System (ICAO doc 9859) A systematic

More information

Measuring the Impact of RD and REQM CMMI Process Areas

Measuring the Impact of RD and REQM CMMI Process Areas Measuring the Impact of RD and REQM CMMI Process Areas Aldo Dagnino Director of Manufacturing Solutions Agenda Introduction CMMI Appraisal Results Methodology to Measure economic Benefits Conclusions Why

More information

MODELLING OF A SOLAR PROJECT NETWORK FOR TIME IMPROVEMENT. Hanna Öhlund

MODELLING OF A SOLAR PROJECT NETWORK FOR TIME IMPROVEMENT. Hanna Öhlund MODELLING OF A SOLAR PROJECT NETWORK FOR TIME IMPROVEMENT Hanna Öhlund Master Thesis, 30 hp Master of science in Industrial engineering and management, 300 hp Spring term 2018 Acknowledgements I wish to

More information

Carry out automated tests on software products/applications/modules

Carry out automated tests on software products/applications/modules Overview This unit is about carrying out automated tests to verify the functionality, usability, compatibility, security and/or performance of software products/applications/ modules. Applicable NOS Unit

More information

PROFITABILITY AND GREENHOUSE GAS EMISSION REDUCTION POTENTIAL FOR GASIFICATION-BASED BIOFUELS

PROFITABILITY AND GREENHOUSE GAS EMISSION REDUCTION POTENTIAL FOR GASIFICATION-BASED BIOFUELS REPORT f3 2017:18 PROFITABILITY AND GREENHOUSE GAS EMISSION REDUCTION POTENTIAL FOR GASIFICATION-BASED BIOFUELS COMPARISON TO ELECTRICITY IN TRANSPORT BY CONVENTIONAL CONVERSION OF BIOMASS Report from

More information

The performance of the Energy Machine

The performance of the Energy Machine UPTEC-ES13025 June 2013 The performance of the Energy Machine A comparative study of the Energy Machine and a conventional heat pump system Master thesis in Energy systems Viktor Hemgren Introduction Summary

More information

P Forsmark site investigation. Study of U oxidation states in groundwater with high U concentrations

P Forsmark site investigation. Study of U oxidation states in groundwater with high U concentrations P-07-54 Forsmark site investigation Study of U oxidation states in groundwater with high U concentrations Juhani Suksi, Susanna Salminen Laboratory of Radiochemistry, University of Helsinki February 2007

More information

Design of Materials Preparation Processes Public report

Design of Materials Preparation Processes Public report Design of Materials Preparation Processes Public report Project within Hållbar produktionsteknik Authors: Patrik Fager, Lars Medbo and Robin Hanson Date: 2017-06-30 Content 1. Summary... 3 2. Sammanfattning

More information

SVENSK STANDARD SS-ISO 55000:2014

SVENSK STANDARD SS-ISO 55000:2014 SVENSK STANDARD SS-ISO 55000:2014 Fastställd/Approved: 2014-03-27 Publicerad/Published: 2014-03-28 Utgåva/Edition: 1 Språk/Language: engelska/english ICS: 01.020; 01.040.03; 03.100.01; 04.160 Ledningssystem

More information

Comments on the Nordic Swan Ecolabelling of Renovation

Comments on the Nordic Swan Ecolabelling of Renovation COMMENT PAPER FINAL 1 (5) June 12, 2017 Comments on the Nordic Swan Ecolabelling of Renovation Technology Industries of Finland thanks for the possibility to comment the draft Version 1.0 of Nordic Swan

More information

Making the invisible visible - unequal pay and other structural barriers to equality. PhD Klara Regnö

Making the invisible visible - unequal pay and other structural barriers to equality. PhD Klara Regnö Making the invisible visible - unequal pay and other structural barriers to equality PhD Klara Regnö Litterature Arbetsmiljöverket (2017) Rapport 2017:6 Vitbok om kvinnors arbetsmiljö. Finns att ladda

More information

Värmeisoleringsprodukter för byggnader Utvändiga system av puts på värmeisolering av expanderad polystyren för ytterväggar Egenskapsredovisning

Värmeisoleringsprodukter för byggnader Utvändiga system av puts på värmeisolering av expanderad polystyren för ytterväggar Egenskapsredovisning SVENSK STANDARD SS-EN 13499 Fastställd 2003-09-12 Utgåva 1 Värmeisoleringsprodukter för byggnader Utvändiga system av puts på värmeisolering av expanderad polystyren för ytterväggar Egenskapsredovisning

More information

Teknisk rapport SIS-CEN/CR :2002

Teknisk rapport SIS-CEN/CR :2002 Teknisk rapport SIS-CEN/CR 13695-2:2002 Utgåva 1 Oktober 2002 Förpackningar Krav för mätning och kontroll av tungmetaller och andra farliga substanser i förpackningar samt deras utsläpp till miljön Del

More information

Numerical simulation of a model scale tunnel fire test

Numerical simulation of a model scale tunnel fire test Haukur Ingason, Fredric Seco Numerical simulation of a model scale tunnel fire test Brandforskprojekt 404-011 SP Swedish National Testing and Research Institute SP Fire Technology SP REPORT 2005:47 Haukur

More information

SVENSK STANDARD SS-ISO 50002:2017

SVENSK STANDARD SS-ISO 50002:2017 SVENSK STANDARD SS-ISO 50002:2017 Fastställd/Approved: 2017-06-08 Publicerad/Published: 2017-06-12 Utgåva/Edition: 1 Språk/Language: engelska/english ICS: 27.010 Energikartläggningar Krav och vägledning

More information

Tracking the outbreak of diseases Using Twitter

Tracking the outbreak of diseases Using Twitter UPTEC IT 12 014 Examensarbete 30 hp Augusti 2012 Tracking the outbreak of diseases Using Twitter A Machine Learning Approach Erik Bohlin Abstract Tracking the outbreak of diseases Using Twitter: A Machine

More information

SABINE. Sabine har en medvetet sparsmakad design som tål upprepning. Variationsmöjligheter finns i olika material och färger.

SABINE. Sabine har en medvetet sparsmakad design som tål upprepning. Variationsmöjligheter finns i olika material och färger. SABINE SABINE Behovet är väl definierat. Öppna planlösningar i allmänhet och aktivitetsbaserade arbetsplatser i synnerhet behöver kompletteras med särskilda produkter för att skapa en fungerande rumsakustik.

More information

Method description assessment of road marking materials used in contracts

Method description assessment of road marking materials used in contracts VTI notat 6A-2018 Published 2018 www.vti.se/en/publications Method description assessment of road marking materials used in contracts Nordic certification system for road marking materials VTI notat 6A-2018

More information

Global Competitiveness Report Benchmarking against the World with selected rankings for Sweden

Global Competitiveness Report Benchmarking against the World with selected rankings for Sweden Global Competitiveness Report Benchmarking against the World with selected rankings for Sweden Analysis based on the 2015-16 Edition Thomas Andersson and Tom Pernodd Global Competitiveness Report World

More information

Environmental Actions and Response

Environmental Actions and Response Environmental Actions and Response Reinforced Concrete Structures exposed in Road and Marine Environments Anders Lindvall Department of Building Materials CHALMERS UNIVERSITY OF TECHNOLOGY Göteborg, Sweden

More information

SVENSK STANDARD SS-ISO /Amd 1:2015

SVENSK STANDARD SS-ISO /Amd 1:2015 SVENSK STANDARD SS-ISO 10816-6/Amd 1:2015 Fastställd/Approved: 2015-10-20 Publicerad/Published: 2015-11-02 Utgåva/Edition: 1 Språk/Language: engelska/english ICS: 17.160; 21.240 Vibration och stöt Mätning

More information

Rockdrain for maintenance of tunnel drainage systems

Rockdrain for maintenance of tunnel drainage systems NUMBER C 208 DECEMBER 2016 REPORT Rockdrain for maintenance of tunnel drainage systems An application at Lundby tunnel in Gothenburg, Sweden Håkan Stripple IVL Swedish Environmental Research Institute

More information

chain KTH Machine Design

chain KTH Machine Design Requirement assessment of an optimal information flow within supply chain at DeLaval (Shanghai) Maria Lindroth Karin Ohlsén Master of Science Thesis MMK 2010:41 MCE 213 KTH Industrial Engineering and Management

More information

P Oskarshamn site investigation. Drilling and sampling in soil. Installation of groundwater monitoring wells in the Laxemar area

P Oskarshamn site investigation. Drilling and sampling in soil. Installation of groundwater monitoring wells in the Laxemar area P-04-317 Oskarshamn site investigation Drilling and sampling in soil Installation of groundwater monitoring wells in the Laxemar area Torbjörn Johansson, Lennart Adestam WSP Sweden AB October 2004 Svensk

More information

Basics Supply chain Management Provmoment: Tenta Ladokkod: 22SM1D. 7,5 högskolepoäng. Namn: (Ifylles av student) Personnummer: (Ifylles av student)

Basics Supply chain Management Provmoment: Tenta Ladokkod: 22SM1D. 7,5 högskolepoäng. Namn: (Ifylles av student) Personnummer: (Ifylles av student) Basics Supply chain Management Provmoment: Tenta Ladokkod: 22SM1D Tentamen ges för: Anmänlda till kursen 7,5 högskolepoäng Namn: (Ifylles av student) Personnummer: (Ifylles av student) Tentamensdatum:

More information

CBM Delivery Governance

CBM Delivery Governance CBM Delivery Governance Case: Wärtsilä Technical Service, Power System Service Julia Backgren Degree Thesis for Bachelor of Engineering Degree Programme in Industrial Management and Engineering Vaasa 2018

More information

EU-kommissionens borgmästaravtal för klimat och energi Covenant of Mayors for Climate and Energy

EU-kommissionens borgmästaravtal för klimat och energi Covenant of Mayors for Climate and Energy KOMMUNLEDNINGSKONTORET Handläggare Dahlmann Christian Datum 2018-03-08 Diarienummer KSN 2018-0819 Kommunstyrelsen EU-kommissionens borgmästaravtal för klimat och energi Covenant of Mayors for Climate and

More information

CMMI V2.0 MODEL AT-A-GLANCE. Including the following views: Development Services Supplier Management. CMMI V2.0 outline BOOKLET FOR print.

CMMI V2.0 MODEL AT-A-GLANCE. Including the following views: Development Services Supplier Management. CMMI V2.0 outline BOOKLET FOR print. CMMI V.0 MODEL AT-A-GLANCE Including the following views: Development Services Supplier Management CMMI V.0 outline BOOKLET FOR print.indd CMMI V.0 An Integrated Product Suite Designed to meet the challenges

More information

Implementation of ecodesign tools to evaluate and improve the environmental performance of a semi-automatic espresso machine MAGNUS WESTERDAHL

Implementation of ecodesign tools to evaluate and improve the environmental performance of a semi-automatic espresso machine MAGNUS WESTERDAHL Implementation of ecodesign tools to evaluate and improve the environmental performance of a semi-automatic espresso machine MAGNUS WESTERDAHL Master of Science Thesis Stockholm, Sweden 2012 Implementation

More information

Betongkonstruktioner Utförande. Execution of concrete structures SWEDISH STANDARDS INSTITUTE

Betongkonstruktioner Utförande. Execution of concrete structures SWEDISH STANDARDS INSTITUTE SVENSK STANDARD SS-EN 13670:2009 Fastställd/Approved: 2009-12-09 Publicerad/Published: 2010-01-26 Utgåva/Edition: 1 Språk/Language: engelska/english ICS: 91.010.30; 91.080.40; 92.200.20 Betongkonstruktioner

More information

Introducing a software test process into a small-scale software organisation

Introducing a software test process into a small-scale software organisation CODEN:LUTEDX ( TETS - 5465 ) / 1-90 / ( 2002 ) & local 21 Introducing a software test process into a small-scale software organisation Bachelor thesis: Anders Bengtsson Magnus Björnfot Copyright Anders

More information

Järnvägar Svetsning av järnvägsfordon och -komponenter Del 2: Kvalitetskrav och certifiering av svetsande tillverkare

Järnvägar Svetsning av järnvägsfordon och -komponenter Del 2: Kvalitetskrav och certifiering av svetsande tillverkare SVENSK STANDARD SS-EN 15085-2:2007 Fastställd/Approved: 2007-11-05 Publicerad/Published: 2007-12-03 Utgåva/Edition: 1 Språk/Language: engelska/english ICS: 25.160.10; 45.060.01 Järnvägar Svetsning av järnvägsfordon

More information

CHARM Transformation

CHARM Transformation TVE-MILI 17 006 juni Examensarbete 30 hp Juni 2017 CHARM Transformation A case study on change and release management at Catella Bank Max Topsholm Masterprogram i industriell ledning och innovation Master

More information

MASTER'S THESIS. A Flow Cost Model

MASTER'S THESIS. A Flow Cost Model MASTER'S THESIS 2006:331 CIV A Flow Cost Model - a case study at Volvo Trucks Corporation Sandra Bengtsson Teres Sjöblom Luleå University of Technology MSc Programmes in Engineering Mechanical Engineering

More information