To see the other types of publications on this topic, follow the link: Data science project.

Dissertations / Theses on the topic 'Data science project'

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 'Data science project.'

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

Gröne, Bernhard, Andreas Knöpfel, Rudolf Kugel, and Oliver Schmidt. "The Apache Modeling Project." Universität Potsdam, 2004. http://opus.kobv.de/ubp/volltexte/2009/3314/.

Full text
Abstract:
This document presents an introduction to the Apache HTTP Server, covering both an overview and implementation details. It presents results of the Apache Modelling Project done by research assistants and students of the Hasso–Plattner–Institute in 2001, 2002 and 2003. The Apache HTTP Server was used to introduce students to the application of the modeling technique FMC, a method that supports transporting knowledge about complex systems in the domain of information processing (software and hardware as well). After an introduction to HTTP servers in general, we will focus on protocols and web technology. Then we will discuss Apache, its operational environment and its extension capabilities— the module API. Finally we will guide the reader through parts of the Apache source code and explain the most important pieces.
APA, Harvard, Vancouver, ISO, and other styles
2

Eidegård, Anna. "Project factors - A possible way to create a data bank of project experience." Thesis, Växjö University, School of Mathematics and Systems Engineering, 2007. http://urn.kb.se/resolve?urn=urn:nbn:se:vxu:diva-1328.

Full text
Abstract:
<p>Denna magisteruppsats syftar till att effektivisera projekt. Uppsatsen är gjord vid flygradardivisionen vid Ericsson Microwave Systems (EMW). Deras projekt kostar ofta mer än planerat och tar ofta längre tid än planerat. Flygradardivisionen vill veta varför slutresultatet i de flesta fall överskrider budget och varför tidsramen inte kan hållas. Deras mål är att lära sig från erfarenheten i tidigare projekt och att samla all denna erfarenhet i en erfarenhetsbank.</p><p>De gav mig uppgiften att starta processen mot en erfarenhetsbank. Teorin som jag baserar mina resultat och slutsatser på är Experience Factory (EF). EF är ett exempel på en erfarenhetsbank som först utvecklades för mjukvaruprojekt. Jag började min uppsats med att undersöka projekt vid flygradardivisionen för att försöka hitta gemensamma faktorer. Jag hittade faktorer som har en stor påverkan på projekten, projekten är beroende av dessa faktorer för att kunna nå projektmålen. Dessa faktorer är det första steget mot en erfarenhetsbank. Att genomföra denna process är ett arbete som tar många år speciellt på ett stort företag som EMW. Denna uppsats är en början mot målet, i mina resultat presenteras faktorerna och i slutsatsen ges förslag på fortsatt arbete mot en erfarenhetsbank.</p><br><p>In this master thesis I investigate how to make projects more efficient. I did my thesis at the airborne radar division at Ericsson Microwave Systems (EMW). Their projects often cost more than estimated and they also tend to last longer than estimated.</p><p>The airborne radar division wants to know why the final result, in most cases exceed the budget and time plan. Their goal is to learn from the experience in previous projects and to gather all that experience in an experience base.</p><p>They gave me the task to start the process towards an experience base. The theory I base my result and conclusions on is The Experience Factory. The Experience Factory is an example of an experience base that was developed primarily for software projects. I started investigating projects at the airborne radar division trying to find common denominators (factors). I found some factors that I believe have a major impact on the projects. The projects really have to rely on these factors to be able to reach the goal of the projects. These factors are the first step towards an experience base. Starting a process towards an experience base is a work that takes many years especially at a company of this size. My thesis is a start towards the goal and in my result I present the factors I found and in the conclusions I give suggestions for the continuing work towards an experience base.</p>
APA, Harvard, Vancouver, ISO, and other styles
3

Reisenhofer, Matthew Phillip. "A comparative analysis of three manufacturers of science probeware for the classroom." CSUSB ScholarWorks, 2006. https://scholarworks.lib.csusb.edu/etd-project/3035.

Full text
Abstract:
Evaluates and assesses the probes and associated probeware of three manufacturers using a variety of criteria that are essential information for a consumer. The probes and probeware examined include Pasco Scientific's ScienceWorkshop, Venier's LabPro, and Onset's HOBO. Three experiments were used to test each of the criteria for comparison. Based on the data in the study no manufacturer proved themselves to be clearly the best, and taken collectively the benefits and drawbacks balance out.
APA, Harvard, Vancouver, ISO, and other styles
4

Kashyap, Pradyumna Krishna. "Project-based Multi-tenant Container Registry For Hopsworks." Thesis, KTH, Skolan för elektroteknik och datavetenskap (EECS), 2020. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-284561.

Full text
Abstract:
There has been a substantial growth in the usage of data in the past decade, cloud technologies and big data platforms have gained popularity as they help in processing such data on a large scale. Hopsworks is such a managed plat- form for scale out data science. It is an open-source platform for the develop- ment and operation of Machine Learning models, available on-premise and as a managed platform in the cloud. As most of these platforms provide data sci- ence environments to collate the required libraries to work with, Hopsworks provides users with Anaconda environments.Hopsworks provides multi-tenancy, ensuring a secure model to manage sen- sitive data in the shared platform. Most of the Hopsworks features are built around projects, each project includes an Anaconda environment that provides users with a number of libraries capable of processing data. Each project cre- ation triggers a creation of a base Anaconda environment and each added li- brary updates this environment. For an on-premise application, as data science teams are diverse and work towards building repeatable and scalable models, it becomes increasingly important to manage these environments in a central location locally.The purpose of the thesis is to provide a secure storage for these Anaconda en- vironments. As Hopsworks uses a Kubernetes cluster to serve models, these environments can be containerized and stored on a secure container registry on the Kubernetes Cluster. The provided solution also aims to extend the multi- tenancy feature of Hopsworks onto the hosted local storage. The implemen- tation comprises of two parts; First one, is to host a compatible open source container registry to store the container images on a local Kubernetes cluster with fault tolerance and by avoiding a single point of failure. Second one, is to leverage the multi-tenancy feature in Hopsworks by storing the images on the self sufficient secure registry with project level isolation.<br>Det har skett en betydande tillväxt i dataanvändningen under det senaste decen- niet, molnteknologier och big data-plattformar har vunnit popularitet eftersom de hjälper till att bearbeta sådan data i stor skala. Hopsworks är en sådan hante- rad plattform för att skala ut datavetenskap. Det är en öppen källkodsplattform för utveckling och drift av Machine Learning-modeller, tillgänglig på plats och som en hanterad plattform i molnet. Eftersom de flesta av dessa plattformar tillhandahåller datavetenskapsmiljöer för att samla in de bibliotek som krävs för att arbeta med, ger Hopsworks användare Anaconda-miljöer.Hopsworks tillhandahåller multi-tenancy, vilket säkerställer en säker modell för att hantera känslig data i den delade plattformen. De flesta av Hopsworks- funktionerna är uppbyggda kring projekt, varje projekt innehåller en Anaconda- miljö som ger användarna ett antal bibliotek som kan bearbeta data. Varje projektskapning utlöser skapandet av en basanacondamiljö och varje tillagt bibliotek uppdaterar denna miljö. För en lokal applikation, eftersom datave- tenskapsteam är olika och arbetar för att bygga repeterbara och skalbara mo- deller, blir det allt viktigare att hantera dessa miljöer på en central plats lokalt. Syftet med avhandlingen är att tillhandahålla en säker lagring för dessa Anaconda- miljöer. Eftersom Hopsworks använder ett Kubernetes-kluster för att betjäna modeller kan dessa miljöer containeriseras och lagras i ett säkert container- register i Kubernetes-klustret. Den medföljande lösningen syftar också till att utvidga Hopsworks-funktionen för flera hyresgäster till det lokala lagrade vär- det. Implementeringen består av två delar; Den första är att vara värd för ett kompatibelt register med öppen källkod för att lagra behållaravbildningarna iett lokalt Kubernetes-kluster med feltolerans och genom att undvika en enda felpunkt. Den andra är att utnyttja multihyresfunktionen i Hopsworks genom att lagra bilderna i det självförsörjande säkra registret med projektnivåisole- ring.
APA, Harvard, Vancouver, ISO, and other styles
5

Dingledine, Roger 1977. "The Free Haven Project : design and deployment of an anonymous secure data haven." Thesis, Massachusetts Institute of Technology, 2000. http://hdl.handle.net/1721.1/86475.

Full text
Abstract:
Thesis (S.B. and M.Eng.)--Massachusetts Institute of Technology, Dept. of Electrical Engineering and Computer Science, 2000.<br>Includes bibliographical references (p. 127-133).<br>by Roger R. Dingledine.<br>S.B.and M.Eng.
APA, Harvard, Vancouver, ISO, and other styles
6

Currin, Aubrey Jason. "Text data analysis for a smart city project in a developing nation." Thesis, University of Fort Hare, 2015. http://hdl.handle.net/10353/2227.

Full text
Abstract:
Increased urbanisation against the backdrop of limited resources is complicating city planning and management of functions including public safety. The smart city concept can help, but most previous smart city systems have focused on utilising automated sensors and analysing quantitative data. In developing nations, using the ubiquitous mobile phone as an enabler for crowdsourcing of qualitative public safety reports, from the public, is a more viable option due to limited resources and infrastructure limitations. However, there is no specific best method for the analysis of qualitative text reports for a smart city in a developing nation. The aim of this study, therefore, is the development of a model for enabling the analysis of unstructured natural language text for use in a public safety smart city project. Following the guidelines of the design science paradigm, the resulting model was developed through the inductive review of related literature, assessed and refined by observations of a crowdsourcing prototype and conversational analysis with industry experts and academics. The content analysis technique was applied to the public safety reports obtained from the prototype via computer assisted qualitative data analysis software. This has resulted in the development of a hierarchical ontology which forms an additional output of this research project. Thus, this study has shown how municipalities or local government can use CAQDAS and content analysis techniques to prepare large quantities of text data for use in a smart city.
APA, Harvard, Vancouver, ISO, and other styles
7

Macdonell, James Patrick. "MiniCA: A web-based certificate authority." CSUSB ScholarWorks, 2007. https://scholarworks.lib.csusb.edu/etd-project/3256.

Full text
Abstract:
The MiniCA project is proposed and developed to address growing demand for inexpensive access to security features such as privacy, strong authentication, and digital signatures. These features are integral to public-key encryption technologies. The audience for whom the software project is intended includes, technical staff requiring certificates for use in SSL applications (i.e. a secure web-site) at California State University, San Bernardino.
APA, Harvard, Vancouver, ISO, and other styles
8

Alston, Katherine Yvette. "A heuristic on the rearrangeability of shuffle-exchange networks." CSUSB ScholarWorks, 2004. https://scholarworks.lib.csusb.edu/etd-project/2521.

Full text
Abstract:
The algorithms which control network routing are specific to the network because the algorithms are designed to take advantage of that network's topology. The "goodness" of a network includes such criteria as a simple routing algorithm and a simple routing algorithm would increase the use of the shuffle-exchange network.
APA, Harvard, Vancouver, ISO, and other styles
9

Lachheb, Tawfik. "A secure client/server java application programming interface." CSUSB ScholarWorks, 2004. https://scholarworks.lib.csusb.edu/etd-project/2561.

Full text
Abstract:
The purpose of this project is to develop a generic Java Application Programming Interface (API) that would be used to provide security and user privacy to functions such as data transfer, key management, digital signature, etc.
APA, Harvard, Vancouver, ISO, and other styles
10

Nesvijevskaia, Anna. "Phénomène Big Data en entreprise : processus projet, génération de valeur et Médiation Homme-Données." Thesis, Paris, CNAM, 2019. http://www.theses.fr/2019CNAM1247.

Full text
Abstract:
Le Big Data, phénomène sociotechnique porteur de mythes, se traduit dans les entreprises par la mise en place de premiers projets, plus particulièrement des projets de Data Science. Cependant, ils ne semblent pas générer la valeur espérée. La recherche-action menée au cours de 3 ans sur le terrain, à travers une étude qualitative approfondie de cas multiples, pointe des facteurs clés qui limitent cette génération de valeur, et notamment des modèles de processus projet trop autocentrés. Le résultat est (1) un modèle ajusté de dispositif projet data (Brizo_DS), ouvert et orienté sur les usages, dont la capitalisation de connaissances, destiné à réduire les incertitudes propres à ces projets exploratoires, et transposable à l’échelle d’une gestion de portefeuille de projets data en entreprise. Il est complété par (2) un outil de documentation de la qualité des données traitées, le Databook, et par (3) un dispositif de Médiation Homme-Données, qui garantissent l’alignement des acteurs vers un résultat optimal<br>Big Data, a sociotechnical phenomenon carrying myths, is reflected in companies by the implementation of first projects, especially Data Science projects. However, they do not seem to generate the expected value. The action-research carried out over the course of 3 years in the field, through an in-depth qualitative study of multiple cases, points to key factors that limit this generation of value, including overly self-contained project process models. The result is (1) an open data project model (Brizo_DS), orientated on the usage, including knowledge capitalization, intended to reduce the uncertainties inherent in these exploratory projects, and transferable to the scale of portfolio management of corporate data projects. It is completed with (2) a tool for documenting the quality of the processed data, the Databook, and (3) a Human-Data Mediation device, which guarantee the alignment of the actors towards an optimal result
APA, Harvard, Vancouver, ISO, and other styles
11

Braginton, Pauline. "Taxonomy of synchronization and barrier as a basic mechanism for building other synchronization from it." CSUSB ScholarWorks, 2003. https://scholarworks.lib.csusb.edu/etd-project/2288.

Full text
Abstract:
A Distributed Shared Memory(DSM) system consists of several computers that share a memory area and has no global clock. Therefore, an ordering of events in the system is necessary. Synchronization is a mechanism for coordinating activities between processes, which are program instantiations in a system.
APA, Harvard, Vancouver, ISO, and other styles
12

Haskins, Michael Sean. "A hypercard stack on exploring single variable equations." CSUSB ScholarWorks, 1996. https://scholarworks.lib.csusb.edu/etd-project/1194.

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

Åström, Mattias. "Faktorer som orsakar misslyckade data warehousingprojekt." Thesis, University of Skövde, Department of Computer Science, 2002. http://urn.kb.se/resolve?urn=urn:nbn:se:his:diva-729.

Full text
Abstract:
<p>Eftersom så många organisationer och företag använder sig av data warehouses idag kan inte innehavet av data warehouses räknas som ett strategiskt övertag, utan en strategisk nödvändighet för företagen eller organisationerna. Att införa ett data warehouse kräver dock stort engagemang från alla inblandade i projektet och ett misslyckande kostar företaget mycket resurser och kapital.</p><p>Detta arbete undersöker vilka faktorer som främst bidrar till att ett data warehousingprojekt misslyckas. En litteraturstudie genomförs där misslyckade fall samt litteratur som beskriver författares generella uppfattningar angående faktorer med potentiell risk att orsaka ett misslyckat data warehousingprojekt undersöks. Undersökningen leder fram till en lista med faktorer som anses ha stor potential att orsaka ett misslyckande. Att identifera dessa faktorer bidrar till att organisationer och företag får möjligheten att i ett tidigt skede av projektet förhindra att dessa uppstår, vilket kan spara stora ekonomiska resurser.</p>
APA, Harvard, Vancouver, ISO, and other styles
14

Senjaya, Rudy. "Web-based library for student projects/theses and faculty research papers." CSUSB ScholarWorks, 2007. https://scholarworks.lib.csusb.edu/etd-project/47.

Full text
Abstract:
The purpose of this project is to make available a Web-based Library, a web application developed for the Department of Computer Science at CSUSB to manage student projects/theses and faculty papers. The project is designed in accordance with Model-View-Controller (MVC) design pattern using the Jakarta Struts framework and iBATIS Data Mapper framework from Apache Software Foundation, JavaServer Pages (JSP), and MySQL database.
APA, Harvard, Vancouver, ISO, and other styles
15

Chen, Howard. "AZIP, audio compression system: Research on audio compression, comparison of psychoacoustic principles and genetic algorithms." CSUSB ScholarWorks, 2005. https://scholarworks.lib.csusb.edu/etd-project/2617.

Full text
Abstract:
The purpose of this project is to investigate the differences between psychoacoustic principles and genetic algorithms (GA0). These will be discussed separately. The review will also compare the compression ratio and the quality of the decompressed files decoded by these two methods.
APA, Harvard, Vancouver, ISO, and other styles
16

Lachman, Judy. "A study of mainstreaming in the elementary school." CSUSB ScholarWorks, 1985. https://scholarworks.lib.csusb.edu/etd-project/154.

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

Sullivan, Kevin Michael. "An image delta compression tool: IDelta." CSUSB ScholarWorks, 2004. https://scholarworks.lib.csusb.edu/etd-project/2543.

Full text
Abstract:
The purpose of this thesis is to present a modified version of the algorithm used in the open source differencing tool zdelta, entitled "iDelta". This algorithm will manage file data and will be built specifically to difference images in the Photoshop file format.
APA, Harvard, Vancouver, ISO, and other styles
18

Gerner, Stefan. "Lyckat projektledarskap i praktiken inom systemutvecklingsprojekt." Thesis, University of Skövde, Department of Computer Science, 1999. http://urn.kb.se/resolve?urn=urn:nbn:se:his:diva-326.

Full text
Abstract:
<p>Projektledarskap är en företeelse som är relativt ny bland olika verksamheter i samhället, vilket medfört att mycket lite forskning finns inom detta område. Projektarbetsformen blir vanligare och vanligare bland olika verksamheter, speciellt bland IT-företagen. Detta beror främst på att projektarbetsformen medför kortare ledtider från analys till resultat. Att agera som projektledare för ett projekt är en uppgift som inte alltid är helt lätt. Det är oftast projektledaren som får ta konsekvenserna av att projektet inte gav ett tillfredsställande resultat. Få av dagens systemutvecklingsprojekt uppfyller de kriterier som avgör om ett projekt är lyckat eller ej. Dessa kriterier är att projektet skall vara färdigt i rätt tid, hållit sig inom kostnadsramarna och gett den funktionalitet som önskades.</p><p>I rapporten tas olika kriterier fram för hur projektledaren skall agera för att ett projektledarskap skall kunna anses som lyckat. Utefter dessa kriterier skapas en mall som visar vilka egenskaper och förhållningssätt litteraturen anser en projektledare skall inneha. Denna mall används sedan för att jämföra verkligheten med teorin.</p><p>I min studie kommer jag att undersöka hur olika projektledare agerar gentemot projektgruppen och projektets intressenter för att åstadkomma ett lyckat projektledarskap. Studien innefattar även projektledarens agerande gentemot sig själv, dvs granskning av sitt eget arbete för att förbättra projektledarskapet. Min undersökning har skett på sex olika företag: IT-strategiska Förvaltningen i Västra Götalandslän, GTS (vilka driver sina egna systemutvecklingsprojekt), Cap Gemini, Mandator, WM-data och Enator (vilka är datatjänsteföretag).</p><p>Utifrån min undersökning har jag kommit fram till att projektledarna agerar på olika sätt i sitt projektledarskap. De sociala delarna, dvs mänskliga relationer är projektledarna mycket framgångsrika på. De mer strukturella delarna, dvs uppföljning och återkoppling av projekten är oftast mer bristfälliga. Ofta är dock projektledarna styrda av företagets metoder vilket inte sällan medför att projektledarna inte kan genomföra vissa delar som de anser viktiga.</p>
APA, Harvard, Vancouver, ISO, and other styles
19

Telikapalli, Surya. "Collaborative design (COLLDESIGN): A real-time interactive unified modeling language tool." CSUSB ScholarWorks, 2004. https://scholarworks.lib.csusb.edu/etd-project/2669.

Full text
Abstract:
This project extended COLLDESIGN, an interactive collaborative modeling tool that was developed by Mr. Hara Totapally. The initial version included a collaborative framework comprised of configurable client and server components. This project accomplished a complete implementation of the Class Diagram view. In addition, extending the framework, text messaging and audio conferencing features have been implemented to allow for real-time textual and audio communication between team members working on a particular project. VideoClient is the GUI of the application.
APA, Harvard, Vancouver, ISO, and other styles
20

Lipkin, Ilya. "Testing Software Development Project Productivity Model." University of Toledo / OhioLINK, 2011. http://rave.ohiolink.edu/etdc/view?acc_num=toledo1321593577.

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

Deragisch, Patricia Amelia. "Electronic portfolio for mathematical problem solving in the elementary school." CSUSB ScholarWorks, 1997. https://scholarworks.lib.csusb.edu/etd-project/1299.

Full text
Abstract:
Electronic portfolio for mathematical problem solving in the elementary school is an authentic assessment tool for teachers and students to utilize in evaluating mathematical skills. It is a computer-based interactive software program to allow teachers to easily access student work in the problem solving area for assessment purposes, and to store multimedia work samples over time.
APA, Harvard, Vancouver, ISO, and other styles
22

Boswell, Benny Edward, and Henrietta Gale Boswell. "The use of a computer assisted learning program for teaching and reinforcing the basic mathematical skills." CSUSB ScholarWorks, 1999. https://scholarworks.lib.csusb.edu/etd-project/1947.

Full text
Abstract:
The purpose of this project is to provide an instructional computer program that will be an alternative way to teach and reinforce basic mathematics skills for any student that is having difficulty in any given area and for students that are falling behind in the regular math class.
APA, Harvard, Vancouver, ISO, and other styles
23

Drury, Travis Daniel. "Managing a Watershed Inventory Project and Exploring Water Quality Data in the Four Mile Creek Watershed." Miami University / OhioLINK, 2013. http://rave.ohiolink.edu/etdc/view?acc_num=miami1366318507.

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

Samson, Rodelyn Reyes. "A multi-agent architecture for internet distributed computing system." CSUSB ScholarWorks, 2003. https://scholarworks.lib.csusb.edu/etd-project/2408.

Full text
Abstract:
This thesis presents the developed taxonomy of the agent-based distributed computing systems. Based on this taxonomy, a design, implementation, analysis and distribution protocol of a multi-agent architecture for internet-based distributed computing system was developed. A prototype of the designed architecture was implemented on Spider III using the IBM Aglets software development kit (ASDK 2.0) and the language Java.
APA, Harvard, Vancouver, ISO, and other styles
25

Hachfi, Fakhreddine Mohamed. "Future of asynchronous transfer mode networking." CSUSB ScholarWorks, 2004. https://scholarworks.lib.csusb.edu/etd-project/2639.

Full text
Abstract:
The growth of Asynchronous Transfer Mode (ATM) was considered to be the ideal carrier of the high bandwidth applications like video on demand and multimedia e-learning. ATM emerged commercially in the beginning of the 1990's. It was designed to provide a different quality of service at a speed up 100 Gbps for both real time and non real time application. The turn of the 90's saw a variety of technologies being developed. This project analyzes these technologies, compares them to the Asynchronous Transfer Mode and assesses the future of ATM.
APA, Harvard, Vancouver, ISO, and other styles
26

Ruan, Jianhua, Han-Shen Yuh, and Koping Wang. "Spider III: A multi-agent-based distributed computing system." CSUSB ScholarWorks, 2002. https://scholarworks.lib.csusb.edu/etd-project/2249.

Full text
Abstract:
The project, Spider III, presents architecture and protocol of a multi-agent-based internet distributed computing system, which provides a convenient development and execution environment for transparent task distribution, load balancing, and fault tolerance. Spider is an on going distribution computing project in the Department of Computer Science, California State University San Bernardino. It was first proposed as an object-oriented distributed system by Han-Sheng Yuh in his master's thesis in 1997. It has been further developed by Koping Wang in his master's project, of where he made large contribution and implemented the Spider II System.
APA, Harvard, Vancouver, ISO, and other styles
27

Lin, Chia-Yang. "Conceptual model builder." CSUSB ScholarWorks, 2004. https://scholarworks.lib.csusb.edu/etd-project/2708.

Full text
Abstract:
Whenever one designs a new database system, an Entity-Relationship Diagram (ER diagram) is always needed to present the structure of this database. Using the graphically well-arranged ER Diagram helps you to easily understand the entities, attributes, domains, primary keys, foreign keys, constraints, and relationships inside a database. This data-modeling tool is an ideal choice for companies and developers.
APA, Harvard, Vancouver, ISO, and other styles
28

Brook, Phillip William James. "Constituents and their expectation towards a critical-pragmatic theory of information systems project management /." View thesis, 2004. http://library.uws.edu.au/adt-NUWS/public/adt-NUWS20040709.092524/index.html.

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

Jacksin, Melonie Ann. "Integrating internet technology to support fraction instruction in the elementary classroon." CSUSB ScholarWorks, 2000. https://scholarworks.lib.csusb.edu/etd-project/1704.

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

Yang, Ching-Ling. "Java/XML-based Trading Information Processing System for produce wholesale market." CSUSB ScholarWorks, 2004. https://scholarworks.lib.csusb.edu/etd-project/2711.

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

Bronder, Axel, and Erik Persson. "Design, Implementation and Evaluation of a Mobile GIS Solution for a Land Registration Project in Lesotho." Thesis, KTH, Geodesi och geoinformatik, 2013. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-124361.

Full text
Abstract:
This thesis describes in detail how a mobile Geographical Information System (GIS) was designed, implemented and evaluated for the prevailing circumstances of a land regularisation project in Lesotho in Southern Africa. The GIS was developed as an application for the Android platform, primarily with the tablet-computer format in mind, to be used for land registration field work. The main purpose of the paper is to determine whether an ad hoc mobile GIS solution can improve the efficiency of the field work as well as the integrity of the data collected in the field work of the land regularisation project in Lesotho. The aim is also to evaluate the performance and usefulness of modern tablet computers in this context. The application was developed and tested on site in Lesotho on two tablet computers borrowed from Samsung Electronics AB in Sweden. After the development phase, the solution was later implemented on tablet computers of a different model for the remainderof the land regularisation project in Lesotho. The design process started with a field visit where the work-flow of the project was analysed. From this a needs analysis were formed together with the management staff on site that served as a base for the development process. The development and implementation was then performed with continuous communication and evaluation with the personnel of the project. As the development progressed, the solution was also tested and evaluated continuously in the field work. Not only did the solution perform well both software- and hardware-wise, despite strong sun from high altitudes and lack of internet connection in Lesotho, it also exceeded the expectations of the staff. The solution significantly improved the work environment for the field workers of the project and the efficiency was raised, according to the evaluation. A unified management staff concludes in the evaluation of this paper that they will consider using tablet computers together with an ad hoc application for the field work of their next project.<br>Denna rapport beskriver i detalj hur ett mobilt geografiskt informationssystem (GIS) utvecklades, implementerades och utvärderades inom ett fastighetsindelningsprojekt i Lesotho i södra Afrika. Lösningen utvecklades som en ad hoc-applikation för operativsystemet Android, i första hand med pekdatorformatet i åtanke, för att användas i fältarbetet inom projektet. Det huvudsakliga syftet med studien är att undersöka huruvida en mobil GIS-lösning kan förbättra fältarbetets effektivitet men också om kvaliteten kan höjas för data insamlat i fält i Lesotho-projektet. Ett annat mål är att utvärdera nyttan av moderna pekdatorer och hur de presterar inom ett lantmäteriprojekt i Afrika. Applikationen utvecklades och testades på plats i Lesothos huvudstad Maseru på två pekdatorer som lånades från Samsung Electronics AB i Stockholm. Lösningen implementerades även på pekdatorer av en annan modell när utvecklingsprocessen närmade sig sitt slutskede och metoden kom att användas fram till projektets planerade slut i augusti 2013. Utvecklingsarbetet inleddes med ett fältbesök för att få en förståelse för de egenskaper som applikationen behövde ha. En behovsanalys togs fram tillsammans med beslutsfattarna i projektet. Med utgångspunkt i dessa behov utvecklades applikationen genom nära kommunikation och samarbete med projektets personal. Mot slutet av utvecklingsskedet testades och utvärderades lösningen i fält och förbättrades sedan genom att de kommentarer och förslag som mottogs från fältpersonalen beaktades. Den framtagna lösningen fungerade med gott resultat, både i mjukvaru- och i hårdvaruhänseende, trots stark och högt stående sol och avsaknad av tillförlitlig mobil internetanslutningi Lesotho. Lösningen överträffade även förväntningarna hos projektets personal och den förbättrade fältarbetarnas arbetsmiljö avsevärt. I utvärderingen av den här studien framgår att projektledningen avser utreda möjligheterna att använda en liknande lösning för fältarbetet i framtida projekt.
APA, Harvard, Vancouver, ISO, and other styles
32

Zollinger, Steven Ray. "The Impact of an Online, Mastery, and Project-Based Developmental Math Curriculum on Student Achievement and Attitude." ScholarWorks, 2017. https://scholarworks.waldenu.edu/dissertations/4120.

Full text
Abstract:
Due to anxiety, low confidence, and inadequate content knowledge, many college students struggle to complete their developmental math coursework. As colleges redesign their programs to address these issues, careful research is imperative to determine the factors that best meet the needs of these struggling students. The purpose of this study was to analyze the impact of one college's redesigned program (integrating online, mastery, and project-based learning) compared with the traditional program. Using Weiner's attribution theory of achievement motivation and emotion as a guide, this mixed methods case study used a quasi-experimental nonequivalent control group design in conjunction with a qualitative examination of student interviews. The study used archived quantitative data and interview data from community college students in the Western United States. The quantitative data was analyzed using multiple regression, and a thematic analysis was used for the interview data. The results indicated that students in traditional courses achieved higher final exam scores than those in the revised courses. However, the revised and traditional math students did not exhibit significantly different attitudes toward math. Some of the key factors that directly impacted student success included the availability of student support services, student collaboration, and self-concept and motivation. Based on these results, the participating college and similar colleges will be able to make more informed decisions to improve the efficacy of their developmental math programs. These revisions will then help to improve student attitude and success in mathematics, will motivate students to persist in their education, and will better equip students to positively contribute to their future communities and workplaces.
APA, Harvard, Vancouver, ISO, and other styles
33

Hou, Pingyu. "Customer relationship management for banking system." CSUSB ScholarWorks, 2004. https://scholarworks.lib.csusb.edu/etd-project/2635.

Full text
Abstract:
The purpose of this project is to design, build, and implement a Customer Relationship Management (CRM) system for a bank. CRM BANKING is an online application that caters to strengthening and stabilizing customer relationships in a bank.
APA, Harvard, Vancouver, ISO, and other styles
34

Chavan, Rohit. "JAVA synchronized collaborative multimedia toolkit: A collaborative communication tool." CSUSB ScholarWorks, 2004. https://scholarworks.lib.csusb.edu/etd-project/2549.

Full text
Abstract:
In this project a collaboration multimedia toolkit, JSCMT (Java Synchronized Collaborative Multimedia Toolkit) was developed which is intended to connect a group of people located in different geographical locations who are working on the same project.
APA, Harvard, Vancouver, ISO, and other styles
35

Augustson, Erik, and Oscar Stanser. "Projektutveckling av kvarteret Ärtan : Marknadsanalys." Thesis, Karlstad University, Faculty of Technology and Science, 2009. http://urn.kb.se/resolve?urn=urn:nbn:se:kau:diva-4296.

Full text
Abstract:
<p> </p><p>Skanska Hus Väst planerar att bygga bostadsrätter på området kvarteret Ärtan i stadsdelen Romstad i staden Karlstad. För att detta ska vara genomförbart behövs ett underlag (marknadsanalys) som talar om vad som är mest lämpligt att bygga i området.  Vad som ska byggas beror på markförhållanden, efterfrågan, kringliggande miljö och byggnader, flyttmönster i kommun och området samt betalningsviljan hos kunden. Detta innebär att relevant statistik såsom förvärvningsinkomster, sysselsättning, snittpriser på jämförbara objekt med mera behövs tas fram för att kunna ställa en prognos över hyres- och fastighetsmarknaden.</p><p> </p><p>Det första delmomentet i projektutvecklingen av kvarteret Ärtan är göra en marknadsanalys. Marknadsanalysen består av en Ortsanalys, Objektsanalys samt en Omvärldsanalys, se figur 1. Den sistnämnda analysen är inte med då rapporten är avgränsad till enbart ort- och objektsanalys. Ort- och objektsanalysen ska resultera i att lämplig målgrupp samt betalningsvilja bestäms vilket är en del av vårt mål med arbetet. Vi har även som mål att bedöma vilka metoder som lämpar sig bäst för att analysera och bestämma betalningsviljan för projektet.</p><p> </p><p>Omvärldsanalys</p><p><strong>MARKNADSANALYS</strong></p><p>Ortanalys</p><p>Objektsanalys</p><p>Allmänt om orten</p><p>Näringsliv och sysselsättning</p><p>Hyres- och fastighetsmarknaden</p><p>Befolkning</p><p>Utbud och efterfrågan</p><p>Bostadsläget</p><p>Allmänt om området</p><p>Lägesanalys</p><p>Jämförbara objekt</p><p>Inkomster och lönsamhet</p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p><strong>Figur 1</strong>. Marknadsanalysöversikt</p><p> </p><p>De analysmetoder som har används för att dra en slutsats i arbetet är:</p><ul type="disc"><li>Tobins Q</li><li>Näringslivets specialiseringskvot</li><li>Regressionsanalys</li><li>Multipel Regressionsanalys</li><li>Ortprismetoden</li><li>Efterfrågan med hjälp av elasticiteter</li></ul><p> </p><p>Med hjälp av dessa metoder och en omfattande indatainsamling har vi kommit fram till att Karlstads utgångsläge för en nyetablering av bostadsrätter på kvarteret Ärtan är måttligt goda, vilket innebär att utgångsläget inte är optimalt men fortfarande lönsamt. Denna bedömning har vi försökt göra så objektiv som möjligt och vägt fördelar mot nackdelar på orten. Stadens näringsliv och sysselsättning har utvecklats väldigt bra de senaste åren och visar på goda förutsättningar att klara svårare tider i det analysarbete vi framställt. Bostadsutvecklingen i staden är även den positiv.</p><p>Romstad som område upplever vi har goda förutsättningar för investeringar på fastighetsmarknaden då det äger brist på bostadsrätter i området samt att medelinkomsten är större här än medlet för hela Karlstad.</p><p> </p><p>Efter att finanskrisen satt sina spår på marknaden bedömer vi att betalningsviljan för bostadsrätter på kvarteret Ärtan borde landa på ca 22 000 kr/m<sup>2</sup> BOA med prisintervallet 20 500 - 23 000 kr/m<sup>2</sup> BOA. En lämplig målgrupp för slutprodukten är 30- till 40-åringar som visar på god och stark betalningsvilja. Det vore dessutom inte fel att anpassa delar av boendet till lite äldre personer. En möjlig mix av dessa tror vi kan skapa både charm, trygghet och ökad trivsel i området vilket behövs för att få området attraktivt på marknaden.</p><p> </p><p>Alla använda analysmetoder visar på liknande siffror varvid vi bedömer att alla dessa metoder är lämpliga för uppgiften. Den multipla regressionsanalysen i kombination med mäklarnas uppfattning lämpar sig dock bäst då denna kombination kan utföras snabbt, enkelt och verklighetstroget.</p><p> </p><br><p> </p><p>Skanska Hus Väst is planning to construct condominiums in an area called Ärtan which lies in Karlstad, in the city district of Romstad. To be able to construct condominiums in this area a market analysis is needed. The market analysis describes the most appropriate type of residence to construct depending on ground conditions, public demand, the surrounding buildings and environment, the pattern in which the inhabitants move in the rural- and in the city district and how much the customer is willing to pay for a condominium on Ärtan. This means that relevant statistics of income, employment, prices on equal objects and more is needed to forecast the housing- and property market.</p><p> </p><p>The first part in the project development of Ärtan is to make a market analysis. The market analysis includes the city analysis, the object analysis and the business intelligence, figure 2.  </p><p>The business intelligence is not included because the report is demarcated to the city- and object analysis only. The city- and object analysis will result in the determination of a suitable target group and how much the customer will be willing to pay for a condominium in Ärtan.  The purpose of this study is to determine these two and also decide the methods most appropriate for analyzing and determining the will of payment for the project.</p><p> </p><p>Business intelligence</p><p><strong>MARKET ANALYSIS</strong></p><p>City analysis</p><p>Object analysis</p><p>A short description of the city</p><p>Business sector and employment</p><p>Housing - and property market</p><p>Population</p><p>Supply and demand</p><p>  The state of the Property market</p><p>A short description of the object</p><p>Location analysis</p><p>Equal objects</p><p>Incomes and profitability</p><p><strong>Figure 2</strong>. Layout of the market analysis.</p><p> </p><p>The methods used for analyzing and making a conclusion in the report are:</p><ul type="disc"><li>Tobins Q</li><li>Business sector specialization quota</li><li>Regression analysis</li><li>Multiple Regression analysis</li><li>The method of location and price (Ortprismetoden)</li><li>Demand with the help of elasticity's. </li></ul><p> </p><p>With these methods and with a great amount of collected data we have drawn the conclusion that the conditions for constructing condominiums in Ärtan are not optimal but still profitable. We have tried to make this judgment as objective as possible and we have looked at all the advantages and disadvantages of the area. Karlstad's business sector and employment have increased during the last years and are displaying good conditions to withstand these troubling financial times.</p><p>We found good conditions to invest in the real estate market in Romstad, due to the lack of condominiums in the area and due to a higher level of incomes compared to the rest of the inhabitants of Karlstad.</p><p>           </p><p>After the traces from the financial crises we assess that the will of payment on condominiums on Ärtan should be about 22 000 Swedish kronor/m<sup>2</sup> (living area) in the interval of 20 500 - 23 000 Swedish kronor/m<sup>2</sup> (living area). Suitable target groups for the product are people which have a good and firm will of payment and are in their thirties or forties. A good thing to do is also to adjust parts of the condominiums for older inhabitants. Our opinion is that a mix of younger and older people creates charm, comfort and a sense of safety in the neighborhood which is needed to get the area more attractive on the market.</p><p> </p><p>All the methods that were used in this analysis showed similar results which led us to the conclusion that all of the methods used are suitable for this assignment. However, the combination of the multiple regression analysis and the brokers' opinions is the most suitable one for the assignment because the combination can be executed easy, swift and true.</p><br>En del av projektutvecklingen för kvarteret Ärtan för Skanska hus väst
APA, Harvard, Vancouver, ISO, and other styles
36

Åkerstedt, Zandra. "Guided reflection in Simulator-Based Crisis Management Training : Examining the possibility to implement After Action Reviews in the CCRAAAFFFTING project." Thesis, Linköpings universitet, Interaktiva och kognitiva system, 2019. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-157632.

Full text
Abstract:
Reflection is an important team learning activity, allowing team members to process feedback and to learn from experiences. Debriefing methods such as the After Action Review (AAR), proved to increase learning, can be used to guide teams through the process of reflection. This thesis, commissioned by the Creating Collaborative Resilience Awareness, Analysis and Action for Finance, Food and Fuel Systems in INteractive Games (CCRAAAFFFTING) project, aims to investigating how current post-exercise discussions within the CCRAAAFFFTING project support reflection and whether or not AAR could be implemented. This study used an explorative, semi-experimental research design, containing two conditions - the current post-exercise discussions (condition 1) and AAR’s (condition 2). Data was collected through observations and questionnaires. Due to issues regarding validity, data from questionnaires given to participants, as well as comparisons of participants' subjective experiences between the two conditions, could not be used to provide any support for choosing one post-exercise discussion over the other. However, observations showed that the current post-exercise discussion did not support reflection, thus, making it beneficial to implement AAR. Proper implementation of AAR could not only support team learning, but also organizational learning by facilitating the transference of knowledge back to participants home organizations. This transferred knowledge, if used right by the organizations, could help increased resilience. However, AAR cannot simply be implemented, and this thesis concludes with a list of identified recommendations.
APA, Harvard, Vancouver, ISO, and other styles
37

Björck, Olof. "Creating Interactive Visualizations for Twitter Datasets using D3." Thesis, Uppsala universitet, Matematiska institutionen, 2018. http://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-351802.

Full text
Abstract:
Project Meme Evolution Programme (Project MEP) is a research program directed by Raazesh Sainudiin, Uppsala University, Sweden, that collects and analyzes datasets from Twitter. Twitter can be used to understand how ideas spread in social media. This project aims to produce interactive visualizations for datasets collected in Project MEP. Such interactive visualizations will facilitate exploratory data analysis in Project MEP. Several technologies had to be learned to produce the visualizations, most notably JavaScript, D3, and Scala. Three interactive visualizations were produced; one that allows for exploration of a Twitter user timeline and two that allows for exploration and understanding of a Twitter retweet network. The interactive visualizations are accessible as Scala functions and in a website developed in this project and uploaded to GitHub. The interactive visulizations contain some known bugs but they still allow for useful exploratory data analysis of Project MEP datasets and the project goal is therefore considered met.<br>Project Meme Evolution Programme
APA, Harvard, Vancouver, ISO, and other styles
38

Tohumcu, Zeynep. "R&amp." Master's thesis, METU, 2007. http://etd.lib.metu.edu.tr/upload/3/12608397/index.pdf.

Full text
Abstract:
iv In this study, an Analytic Network Process (ANP) and Data Envelopment Analysis (DEA) based approach was developed in order to measure the performance of customer-based Research and Development projects being executed in T&Uuml<br>BTAKSAGE, Defense Research and Development Institute, under the Scientific and Technological Research Council of Turkey. In order to evaluate project performance, many criteria, containing various subcriteria were determined. In order to handle the interdependencies among the criteria and the sub-criteria, ANP was used. The ANP model generated in this study is a hybrid model consisting of both a hierarchy and a network. The pairwise comparison matrices that were built up for defining the importance and influences of the criteria/sub-criteria in the ANP model were formed as interval judgments from a group decision making process, based on data obtained from a questionnaire conducted among the experts in the Institute. From the interval pairwise comparison matrices, weight intervals for the sub-criteria were determined and these bounds were used as assurance region constraints in a super-efficiency DEA model, through which the project ranking was obtained. Taking into consideration that there may occur some missing values in some projects for some of the sub-criteria, the superefficiency DEA model was extended to handle missing data. The model was applied to a real case study on performance evaluation of the ongoing customer-based projects in the Institute. For comparison purposes, the case study was also solved by two other approaches.
APA, Harvard, Vancouver, ISO, and other styles
39

Javar, Shima, and Faisal Rafique. "Implementation of match-making portal." Thesis, Växjö University, School of Mathematics and Systems Engineering, 2009. http://urn.kb.se/resolve?urn=urn:nbn:se:vxu:diva-6165.

Full text
Abstract:
<p>In this project-collaboration between Växjö University and Sideum company- a matchmakingportal is designed. This portal’s purpose is to ease the communication betweenVäxjö university’s students who are interested in doing their final thesis/project in anenvironment outside the university and companies which have some appropriatethesis/projects for these students and would like their projects to be done by them.There are different kinds of users that have different roles on this portal. The majorusers are students and companies which take the most advantage of this website.Once a student registers her name and completes her profile, she will receive emailscontaining information about uploaded projects on the portal by companies, which aresuitable according to what she already has mentioned in her profile. She can also searchherself to find her desired project as soon as companies upload their projects on the portal.On the other hand companies can search to find students who meet their requirements.Administrators of the portal are able to do match-making between students andcompanies. They access to every part of the portal and have right to edit, delete, change,upload, making reports and supervise the system.Other groups are guests of system. Guests are users of the system who are not registeredyet, they will not receive any email about uploaded thesis/projects on the portal but theycan search for them, themselves.</p>
APA, Harvard, Vancouver, ISO, and other styles
40

Björklund, Anna. "NoSQL Database for Software Project Data." Thesis, Umeå universitet, Institutionen för datavetenskap, 2011. http://urn.kb.se/resolve?urn=urn:nbn:se:umu:diva-43838.

Full text
Abstract:
The field of databases have exploded in the last couple of years. New architectures try to meet the need to store more and more data and new kinds of data. The old relational model is no longer the only way and the NoSQL movement is not a trend but a new way of making the database fit the data, not the other way around.This master thesis report aims to find an efficient and well designed solution for storing and retrieving huge amounts of software project data at Tieto. It starts by looking at different architectures and trying three to see if any of them can solve the problem. The three databases selected are the relational database PostgreSQL, the graph database Neo4j and the key value store Berkeley DB. These are all implemented as a Web service and time is measured to find out which, if any, can handle the data at Tieto. In the end it is clear that the best database for Tieto is Berkeley DB. Even if Neo4j is almost as fast, it is still new and not as mature as Berkeley DB.
APA, Harvard, Vancouver, ISO, and other styles
41

Smith, Therese. "Barriers and opportunities of offshoring strategies : The case of Indpro." Thesis, Uppsala universitet, Industriell teknik, 2015. http://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-258707.

Full text
Abstract:
Communication technology allows companies to deliver services electronically. This leads to a lower dependence on geographical location. Historically, companies have moved IT related work to countries where wages are lower to decrees costs. When IT systems over time increases in complexity, competence and resource availability becomes more important. In order to achieve success, the customer and vendor need to work closely. In previous research the customers’ point of view are mainly presented when examining the offshoring relation, but participation effect the vendor as well. The need to examine the offshoring relationship from the vendor’s point of view has increased as the vendor becomes more significant. This thesis has examined the point of view of Indpro, an IT service provider located in Bangalore (India) primarily serving customers located in Sweden. The empirical materials are based on a field study of Indpro during the author´s ten-week stay in Bangalore, India, where daily work was conducted at Indpro’s office. Materials collected during the field study where analysed through the lens of the theoretical framework created by Balaji &amp; Ahuja (2005), called the offshore project success model. In conclusion, there is no doubt that cross-cultural understanding and clear expectations form the foundation of a trusting relationship between the vendor and the customer, which builds project success.
APA, Harvard, Vancouver, ISO, and other styles
42

Safa, Amir, and Linus Dehmer. "Förbättrad tidsuppskattning för IT-projekt." Thesis, Uppsala University, Computer Systems Sciences, 2010. http://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-126175.

Full text
Abstract:
<p>Det finns olika strategier och många olika metoder inom strategierna för att tidsuppskatta ett IT-projekt. Dessa strategier och metoder skiljer sig mer eller mindre åt och många gånger har företag egna metoder för tidsuppskattning. Dessa strategier och metoder har samma syfte, vilket är att göra så noggranna tidsuppskattningar som möjligt för att undvika försenade projekt. Examensarbetets syfte är att visa på hur LexiConsult AB kan förbättra sina tidsuppskattningar av inkommande IT-projekt genom att följa studiens rekommendationer, vilket leder till bättre tidsuppskattningar och nöjdare kunder. Undersökningen har utförts genom en litteraturstudie, där genomgång av de olika delarna inom IT-projekt skett. Det teoretiska kapitlet ligger senare till grund för den empiriska undersökning som utförts på företaget vilket ger insikt och perspektiv i hur företaget arbetar med sina projekt. Teorin visade att en bra tidsuppskattningsmetod inkluderar alla delarna i ett projekt och att dessa måste genomgås innan en bra tidsuppskattningsmetod kan tas fram.</p><p>Det komplexa ämnet tidsuppskattning har gjort att en deduktiv ansats har valts för arbetet, där utgångspunkten ligger i teorin. Den djupa teorigenomgång som har utförts av författarna avspeglar sig i den kvalitativa forskningsmetod som valts för studien där syftet med metoden är att få djupare kunskap genom analyser och tolkningar i teori och verklighet. Författarna har försöktsäkerställa examensarbetets kvalité genom att beakta det insamlade materialets validitet, reliabilitet och relevans.</p><p>De analyser som genomförs i arbetet där LexiConsults arbetssätt analyseras mot den teori som har genomgåtts leder till ett flertal rekommendationer i slutsatsen av arbetet. Företagets brister i informationsstruktur leder till rekommendationer om införandet av en databas med kategorier av de projekt företaget utför. Vikten av bra kravspecifikationer inom tidsuppskattning leder i slutsatsen till en förbättrad kravspecifikation med uppdelning av de olika faserna i projektet med tidsuppskattning och kommentarer på varje del. Vikten av bra uppföljning av projekt framhävs och rekommendationer ges till en uppföljningsmall, vilket resulterar i designen till en sådan. Företagets arbetsmetoder och historik tas tillvara och en analogisk tidsuppskattningsmetod rekommenderas för framtida projekts tidsuppskattningar. Den analogiska metodens nackdelar förbättras genom tillämpandet av den nya kravspecifikationen där projekt delas i olika faser och tidsuppskattas separat enligt mikrostrategin inom tidsuppskattningar. Uppföljningsdokumentet samt den nya kravspecifikationen och den nya informationsstrukturen kommer enligt studiens slutsats att leda till flera positiva förändringar inom företaget. De nya förändringarna tillför större ansvar för den enskilde i projekt, bättre kunskapsdelning i företaget där erfarenhetsmässig kunskap kommer att ligga till grund för nya tidsuppskattningar, bättre beslutsunderlag för konsultchef samt för kund att lättare följa upp företagets tidsuppskattningar och hitta svagheter.Det finns olika strategier och många olika metoder inom strategierna för att tidsuppskatta ett IT-projekt. Dessa strategier och metoder skiljer sig mer eller mindre åt och många gånger har företag egna metoder för tidsuppskattning. Dessa strategier och metoder har samma syfte, vilket är att göra så noggranna tidsuppskattningar som möjligt för att undvika försenade projekt.</p><p>Examensarbetets syfte är att visa på hur LexiConsult AB kan förbättra sina tidsuppskattningar av inkommande IT-projekt genom att följa studiens rekommendationer, vilket leder till bättre tidsuppskattningar och nöjdare kunder. Undersökningen har utförts genom en litteraturstudie, där genomgång av de olika delarna inom IT-projekt skett. Det teoretiska kapitlet ligger senare till grund för den empiriska undersökning som utförts på företaget vilket ger insikt och perspektiv i hur företaget arbetar med sina projekt. Teorin visade att en bra tidsuppskattningsmetod inkluderar alla delarna i ett projekt och att dessa måste genomgås innan en bra tidsuppskattningsmetod kan tas fram.Det komplexa ämnet tidsuppskattning har gjort att en deduktiv ansats har valts för arbetet, där utgångspunkten ligger i teorin. Den djupa teorigenomgång som har utförts av författarna avspeglar sig i den kvalitativa forskningsmetod som valts för studien där syftet med metoden är att få djupare kunskap genom analyser och tolkningar i teori och verklighet. Författarna har försöktsäkerställa examensarbetets kvalité genom att beakta det insamlade materialets validitet, reliabilitet och relevans.De analyser som genomförs i arbetet där LexiConsults arbetssätt analyseras mot den teori som har genomgåtts leder till ett flertal rekommendationer i slutsatsen av arbetet. Företagets brister i informationsstruktur leder till rekommendationer om införandet av en databas med kategorier av de projekt företaget utför. Vikten av bra kravspecifikationer inom tidsuppskattning leder i slutsatsen till en förbättrad kravspecifikation med uppdelning av de olika faserna i projektet med tidsuppskattning och kommentarer på varje del. Vikten av bra uppföljning av projekt framhävs och rekommendationer ges till en uppföljningsmall, vilket resulterar i designen till en sådan. Företagets arbetsmetoder och historik tas tillvara och en analogisk tidsuppskattningsmetod rekommenderas för framtida projekts tidsuppskattningar. Den analogiska metodens nackdelar förbättras genom tillämpandet av den nya kravspecifikationen där projekt delas i olika faser och tidsuppskattas separat enligt mikrostrategin inom tidsuppskattningar. Uppföljningsdokumentet samt den nya kravspecifikationen och den nya informationsstrukturen kommer enligt studiens slutsats att leda till flera positiva förändringar inom företaget. De nya förändringarna tillför större ansvar för den enskilde i projekt, bättre kunskapsdelning i företaget där erfarenhetsmässig kunskap kommer att ligga till grund för nya tidsuppskattningar, bättre beslutsunderlag för konsultchef samt för kund att lättare följa upp företagets tidsuppskattningar och hitta svagheter.</p><br><p>There are many different strategies and different approaches within the strategies to estimate the time of an IT project. These methods and practices differ in several aspects and many times companies have developed their own method for estimating time. The common factors for these strategies and methods are the objectives, which is to make time estimation as accurate as possible, to avoid delays in projects. This study aims to show how LexiConsult AB can improve it’s time estimations by following the recommendations made in this study, which leads to reduction in their time estimates and better customer satisfaction. The study was conducted through a literature review of where the various components of IT projects are reviewed. The theoretical analysis is later the subject of the empirical investigation in the company giving instinct and perspective into how the company is working on their projects. The theory showed that a good time estimation method includes all the elements of a project and these must be examined before a good time estimation method can be developed.</p><p>Because of the complexity of this topic, a deductive approach was chosen for the study, where the starting point lies in the theory. The deep theory examination conducted by the authors is reflected in the qualitative research method chosen for study where the purpose of the method is to gain deeper knowledge through analysis and interpretation of the theory and reality.The authors have tried to ensure the quality of work by considering the collected material's validity, reliability and relevance.Because of the complexity of this topic, a deductive approach was chosen for the study, where the starting point lies in the theory. The deep theory examination conducted by the authors is reflected in the qualitative research method chosen for study where the purpose of the method is to gain deeper knowledge through analysis and interpretation of the theory and reality.The authors have tried to ensure the quality of work by considering the collected material's validity, reliability and relevance.</p><p>The analysis conducted in the study, is LexiConsult's project methods which are compared against the theory. These comparisons led to a number of recommendations in the conclusion of the study. The company's shortcomings in information structure area are identified and leads to recommendations on the establishment of a database with project categories. The importance of good requirements specifications for time estimation is identified and in the conclusion an improved specification is shown. The new specification has separated phases of the project with time estimates and comments on each part. The importance of good monitoring of the projects is highlighted in the study and recommendations are given to follow a template, resulting in the design of one. The company's working methods and use of the experience is indicative, and an analogy time estimation method is recommended for future time estimations. The analogical method has disadvantages that are improved through the new specification which the project is divided into different phases and time is estimated separately according to the Micro strategy for every phase. The recommendations made in this study leads to greater responsibility for individuals within the projects, better knowledge sharing in the company where old experiences will be the basis for the new time estimates. The new changes will lead to making the decision making within a project easier for both the costumer and LexiConsult AB.</p>
APA, Harvard, Vancouver, ISO, and other styles
43

Prihodko, Jana. "Anpassning av Scrum-metod : För förbättrade mjukvaruutvecklingsprojekt." Thesis, KTH, Skolan för informations- och kommunikationsteknik (ICT), 2016. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-205186.

Full text
Abstract:
Mjukvaruutveckling kräver bra arbetsmetoder för att man ska kunna leverera effektivt och välfungerande mjukvara. För att lyckas med detta behöves en bra arbetsmetod som de kan arbeta efter. Agila metoder blir mer populära att arbeta med när det gäller mjukvaruutveckling i dagens teknikföretag. Fler företag går över att arbeta efter agila metoder med projekt istället för den traditionella vattenfallsmetoden. Anledningen till detta är att fler och fler företag misslyckas att leverera projekten i tid med vattenfallsmetoden vilket medför mer kostnader för företag. Agila metoder hjälper däremot företag att få struktur som leder till bättre arbetssätt som i sin tur resulterar i att projekten blir avslutade i tid. Denna studie undersökte användning och anpassningar av agila metoden Scrum på en bank och om detta har medfört några förbättringar i arbete med mjukvaruutvecklingsprojekt. Undersökningen genomfördes med hjälp av intervjuer med Scrummästare, Agila coacher, produktägare samt chefer som arbetar med Scrum-metoden. Resultatet visar att agila metoden Scrum ger mer struktur samt transparens till projekt. Anpassningar till produktägarrollen på företaget har medfört att rätt uppdrag blir prioriterade och teamen får en tydlig backlogg att arbeta efter. Arbetet enligt Scrummetoden har hjälpt team att få en tydlig struktur och ökat leverans av projekt.<br>Software development requires good working methods to be to deliver efficient and effective software. To achieve this, companies require a good working method that they can work with. Agile methods are becoming more popular to work with when it comes to software development in today's technology companies. More companies are beginning to work with agile methods for project management instead of the traditional waterfall method. The reason for this is that more and more companies fail to deliver projects on time with the waterfall method, which means more costs for companies. The reason for this is that more and more companies fail to deliver projects on time with the waterfall method, which means more costs for companies. Agile methodologies however help companies to get structure that led to better work, which in turn results in that projects are completed on time. This study examined the usage and customization of agile method Scrum in a bank, and if this has led to some improvements in the work of software development projects. The investigation was conducted through interviews with Scrum Master, Agile coaches, product owners and managers who work with the Scrum method. The result shows that the agile method Scrum provides more structure and transparency to projects. Adaptations to the product owner role in the company has led to that right assignment are prioritized and teams get a clear backlog to work with. The work with the Scrum method has helped the team to have a clear structure and increased delivery of projects.
APA, Harvard, Vancouver, ISO, and other styles
44

Gilliam, Sandra Lee 1952. "Development resource and fiscal variables utilizing Differentiated Group Professional Practice project data." Thesis, The University of Arizona, 1992. http://hdl.handle.net/10150/278080.

Full text
Abstract:
This study had two purposes: (1) to formulate and test for sensitivity and comparability of Resource variables based on data collected across multiple sites; (2) to formulate and test for sensitivity and comparability of Fiscal variables based upon data collected across multiple sites. This exploratory descriptive study utilized data collected during the Differentiated Group Professional Practice project. Global analysis was utilized in creation of nurse Resource and Fiscal variables. Correlational statistics were utilized to evaluate performance of Resource and Fiscal variables within the project model. The Professional Practice index of Autonomy demonstrated a positive relationship with the nurse Resource variables of Retention and Stability. Increases in Professional Practice indices demonstrated negative relationships with Fiscal variables. Satisfaction demonstrated relationship to Resource or Fiscal variables.
APA, Harvard, Vancouver, ISO, and other styles
45

Nordin, Johan. "Systemintegration med Rational Unified Process : Utveckling av riktlinjer för inledande faser av en systemintegration med hjälp av RUP." Thesis, Örebro University, Swedish Business School at Örebro University, 2009. http://urn.kb.se/resolve?urn=urn:nbn:se:oru:diva-5272.

Full text
Abstract:
<p><p>Det existerar i dagsläget många färdigutvecklade mjukvaror för att underlätta olika organisationers processer.  Dessa mjukvaror täcker ofta stor del av den funktionalitet som organisationen behöver – till ett förhållandevis lågt pris.</p><p>Priset för att skräddarsy mjukvara, i motsats till färdigutvecklad mjukvara, efter sin egen organisation kan, speciellt när företaget är litet, vara väldigt högt i förhållande till lönsamheten. Då alla organisationer är olika, och således har olika funktionalitetskrav kan flera system behövas för att täcka dem. Överlappningen som sker mellan systemen ger plats för redundant data, som utan noggrann kontroll kan bli felaktig data.</p><p>En lösning är att integrera mjukvaror med varandra för att skapa bryggor emellan och således ta bort risken för felaktig data. Detta är ursprungspunkten för denna undersökning. Bristen på information om hur en sådan systemutveckling bör ske är motivet för denna utredning. Utredningens syfte är att täcka detta kunskapsbehov.</p><p>Genom att använda aktionsforskning, som förespråkar nära samarbete mellan praktiker och forskare, har ett organisationsspecifikt problem studerats. Artefakter från vissa delar av systemutvecklingsmetoden Rational Unified Process(RUP) har utvecklats för att ge organisationen ett praktiskt bidrag, samtidigt som ett akademiskt bidrag i form av riktlinjer har utvecklats. Eftersom avgränsning till vissa delar av RUP är gjord utvecklades inte ett fullt system utan artefakter för att underlätta själva utvecklingen – en slags förstudie.</p><p>Riktlinjerna, som speglar det praktiska bidraget, visar på ett ökat behov av att beskriva och illustrera arkitekturen hos det system som ska utvecklas. Men även ytterligare kunskap om de system som skall integreras bör utvecklas, detta innebär ett behov av närmare samarbete med organisationen.</p><p>RUP kan kompletteras med ytterligare metoddelar för att täcka speciella behov som projektet kan ha – detta inkluderar metoddelar för att hantera integrationsprojekt. Det är denna undersöknings slutsats att sådan komplettering inte är nödvändig i mindre projekt då RUP redan beskurits ordentligt under situationsanpassningen. Artefakter för att beskriva arkitektuella aspekter av projektet finns i RUP och inkluderingen av dessa bör täcka de behov ett mindre projekt har.</p><p>Undersökningen har även studerat hur integrationsfokuset påverkat valda delar av RUP. Resultatet av denna frågeställning är ytterligare modell-element i några artefakter samt ett antal ytterligare artefakter för att beskriva arkitektur.</p></p>
APA, Harvard, Vancouver, ISO, and other styles
46

Beculic, Mirza, Vedran Blazevic, and Majda Draganovic. "Lyckade IT-projekt : Hur framhävs den mänskliga faktorn inom IT-projekt." Thesis, Högskolan i Borås, Akademin för bibliotek, information, pedagogik och IT, 2015. http://urn.kb.se/resolve?urn=urn:nbn:se:hb:diva-8677.

Full text
Abstract:
IT - projekt har ökat kraftigt under det senaste decenniet, många framgångsfaktorer har då identifierats. Mycket forskning har gjorts under åren men fokus har då varit på arbetsprocesser inom IT-projekt. Under årens lopp har forskning inom de mänskliga framgångsfaktorerna inte varit lika attraktiv. Trots att forskare har identifierat att de mänskliga framgångsfaktorerna är en av de största framgångsfaktorerna för lyckade IT-projekt, vi har under en teoretisk undersökning märkt att företag inte prioriterar den mänskliga framgångsfaktorn.Vår utgångspunkt för studien har varit den teoretiska undersökningen för uppgiften, vi har samlat in material via databaser, Internet och biblioteksböcker. Undersökningen av teorin visade snabbt att vi inte kunde besvara vår forskningsfråga. Vi var därför tvungna att ge oss ut på fältet för att kunna besvara vår forskningsfråga.Denna forskning går igenom vad mänskliga framgångsfaktorer är och hur det kan hanteras så att det slutliga resultatet av IT-projektet ger en ökad chans till att IT-projektet lyckas. Resultatet av denna uppsats är att belysa hur mycket den mänskliga framgångsfaktorn faktiskt kan påverka resultatet av ett IT - projekt.
APA, Harvard, Vancouver, ISO, and other styles
47

Ciesluk, Simon. "Developer’s time spent in a software project part using the SGD framework." Thesis, KTH, Skolan för informations- och kommunikationsteknik (ICT), 2016. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-204573.

Full text
Abstract:
Resource management is important for software projects to be successful. Time is one of these resources that needs to be managed. To do this you need to know how time resources are spent. Currently the existence of published material on time resources spent in a software project is almost none. In this thesis a research was conducted on how time resources are spent by an individual developer in a software project. The Self-Governance Developer framework was the tool used to gather these resources. The purpose was to find out how much and where time resources are spent and improve the own way of working to become a better software engineer. However, the goal of the research was to provide a basis for relevant models like process models, measurement models and SPI models which include or are based on time management. The research method applied was action research where the author of this thesis was the subject of study. The research was of quantitative type and had an inductive reasoning. Data collection was conducted via action research and literature study. Data evaluation was conducted via an evaluation model. The evaluation model included the following evaluation criteria: (1) sum of time spenton each individual activity within the scope of the project, (2) distribution of the time across activity types on an iteration basis, (3) differences of time spent on various activities in various iterations, and (4) coverage of the developer activities in the SGD Framework. The results shows how much and where time resources were spent for the developer studied in the research during the part of the project. Still, further research has to be conducted to get more accurate results because there was only one developer studied and the results only show results from that developer. More studies of developers’ work have to be made to get a general overview of how time resources are spent by an individual developer. These studies should then include complete projects.<br>Resurshantering är viktigt för att mjukvaru projekt ska lyckas. Tid är en av dessa resurser som måste hanteras. För att göra detta behöver man veta hur tids resurserna går åt. I skrivande stund finns det knappast något publicerat material om hur tids resurser spenderas. I detta examensarbete genomfördes en undersökning om hur tids resurser spenderas som en individuell utvecklare i ett mjukvaru projekt. Syftet med denna information var att få en bättre förståelse för hur mycket och var tids resurser går åt och förbättra det egna sättet att arbeta för att bli en bättre ingenjör. Dock var målet med undersökningen att tillhandhålla en bas för relevanta modeler som handskas med tidsplanering. Undersöknings metoden som tillämpades var en “action research” där författaren av detta examensarbete var den som studerades. Undersökningen var av kvantativ typ och hade ett induktivt resonemang. Data samlades in med hjälp av “action research” och litteratur studier. Datat utvärderades med hjälp av en utvärderings model. Utvärderingens modelen innehöll följande utvärderings kriterier: (1) summan av spenderad tid på varje individuell aktivitet inom projektets omfång, (2) fördelning av tid mellan olika aktivitet typer på en iteration basis, (3) skillnader av spenderad tid på olika aktiviteter i olika iterationer, och (4) täckning av utvecklar aktiviteter i SGD ramverket. Resultatet visar hur mycket och var tids resurserna spenderades för den utvecklaren som studerades under projektets gång. Det behövs dock mer forskning för att resultaten ska bli mer exakta eftersom det var bara en utvecklare som studerades och resultaten visar bara resultat från den utvecklaren. Mer arbeten från utvecklare behöver studeras för att få en mer generell överblick hur tids resurer spenderas av en individuell utvecklare. Dessa arbeten bör vara hela projekt.
APA, Harvard, Vancouver, ISO, and other styles
48

Karim, Rami. "Test case prioritization in the context of a video game development project." Thesis, KTH, Skolan för elektroteknik och datavetenskap (EECS), 2019. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-265653.

Full text
Abstract:
Regression testing is an important part of software development and is integral for finding regression errors caused by code changes or issues with revision control. However, executing all test cases in the test suite is often infeasible. One solution to this problem is to use a prioritization technique. Test prioritization techniques are often utilized to rearrange the execution order of test cases, such that the number of software faults found are maximized as early as possible. A test prioritization heuristic is presented in this report, which uses data regarding a test case’s previous execution history to calculate which test case is most likely to find a failure for the current version of the software. The proposed prioritization strategy uses two different modules. The first module statically prioritizes test cases by calculating a score for each test case, based on previous failure rate and distance of last execution. The second module, which is referred to as the history correlator, compares the test histories of every possible pair of tests and check for similarities in test execution histories. When a test has been executed in the regression testing phase, all test cases with similar test execution histories are given highest priority. The proposed strategies are tested in an experiment, using a software project from EA DICE as the software under test. The experiment presented in this report compares the performance of the history score calculation compared to the performance of random prioritization. The performance of both modules together is also compared to only using the first module, to decide if the history correlator improves the performance of the history score module. The results shows that the history score prioritization displays some potential to prioritize test cases that results in failure, but needs future improvements to provide results in a consistent basis. The addition of the history correlator does not lead to significant improvements in detecting failures.<br>Regressionstestning är en viktig del utav mjukvaruutveckling och är väsentlig för att finna regressionsfel. I de flesta fall är det omöjligt att exekvera alla testfall. Därför används ofta testprioriteringstekniker för att arrangera om exekveringsordningen av testfall, på ett sätt så att antalet funna fel maximeras så tidigt som möjligt. I denna rapport redovisas en prioriteringsheuristik som använder data om föregående körningar från testfall för att avgöra vilka test som mest troligt kommer hitta fel i den aktuella versionen av mjukvaran. Prioriteringsstrategin består av två moduler. Den första modulen prioriterar tester genom att ge varje test prioriteringspoäng baserat på föregående misslyckade körningar och tiden sen senaste exekvering av testfallet. Den andra modulen jämför föregående exekveringar mellan varje möjliga par av testfall och letar efter likheter. När ett testfall har exekverats under regressionstestning, ge högsta prioritet till alla testfall som har liknande exekveringshistorik. Den presenterade strategin testas i ett experiment, där prioriteringsstrategin testas mot ett mjukvaruprojekt från EA DICE. Första delen av experimentet jämför poängkalkyleringsstrategin med slumpmässig prioritering. Andra delen av experimentet jämför prestandan mellan användning av båda modulerna jämfört med endast poängkalkylering, för att undersöka om den andra modulen förbättrar prestandan för poängkalkyleringen. Resultatet visar att poängkalkyleringen visar potential i att prioritera testfall som resulterar i att fler fel är funna. Dock krävs det flera förbättringar för första modulen för att kunna få ut bra resultat som är konsekventa. Det finns inte tillräckligt med bevis som indikerar att den andra modulen bidrar till ett bättre resultat.
APA, Harvard, Vancouver, ISO, and other styles
49

Akhavian, Reza. "A Framework for Process Data Collection, Analysis, and Visualization in Construction Projects." Master's thesis, University of Central Florida, 2012. http://digital.library.ucf.edu/cdm/ref/collection/ETD/id/5092.

Full text
Abstract:
Automated data collection, simulation and visualization can substantially enhance the process of designing, analysis, planning, and control of many engineering processes. In particular, managing processes that are dynamic in nature can significantly benefit from such techniques. Construction projects are good examples of such processes where a variety of equipment and resources constantly interact inside an evolving environment. Management of such settings requires a platform capable of providing decision-makers with updated information about the status of project entities and assisting site personnel making critical decisions under uncertainty. To this end, the current practice of using historical data or expert judgments as static inputs to create empirical formulations, bar chart schedules, and simulation networks to study project activities, resource operations, and the environment under which a project is taking place does not seem to offer reliable results. The presented research investigates the requirements and applicability of a data-driven modeling framework capable of collecting and analyzing real time field data from construction equipment. In the developed data collection scheme, a stream of real time data is continuously transferred to a data analysis module to calculate the input parameters required to create dynamic 3D visualizations of ongoing engineering activities, and update the contents of a discrete event simulation (DES) model representing the real engineering process. The generated data-driven simulation model is an effective tool for projecting future progress based on existing performance. Ultimately, the developed framework can be used by project decision-makers for short-term project planning and control since the resulting simulation and visualization are completely based on the latest status of project entities.<br>ID: 031001404; System requirements: World Wide Web browser and PDF reader.; Mode of access: World Wide Web.; Title from PDF title page (viewed June 10, 2013).; Thesis (M.S.C.E.)--University of Central Florida, 2012.; Includes bibliographical references (p. 98-105).<br>M.S.C.E<br>Masters<br>Civil, Environmental, and Construction Engineering<br>Engineering and Computer Science<br>Civil Engineering
APA, Harvard, Vancouver, ISO, and other styles
50

Gustafsson, Hanna. "Quality-Assured Handover of Geographic Data in Building Projects​." Thesis, KTH, Geoinformatik, 2019. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-254524.

Full text
Abstract:
Relevant and quality-assured geographic data is critical information in several steps of the building process. There are many methods for quality-assuring geographic data during data collection, and in the building process, but in order for the data to be useful throughout the life cycle of a facility it is important that the data maintains reliability and quality even after the handover from a building project. The handover of geographic data from building projects has, by municipal management units, been described as inefficient. When designers do not follow the client's requirements the data must be handled manually, which is both time consuming and a possible risk for the quality of the data. In a time that place great demands on efficiency, quality and sustainability, it is not justifiable to manually digitizing data that has previously already been digital, furthermore there is also a risk that the human factor and interpretations affect the data quality. There are factors in the handover process that needs to be prevented in order to achieve an unbroken information supply throughout the life cycle of a facility. In this thesis, a qualitative study has been conducted with the purpose to identify what factors in the handover process prevent quality-assured handover of geographic data from building projects to management organizations. The findings of the study should also result in recommendations of how the City of Stockholm and other municipalities in general can prevent obstacles in the handover process to assure that geographic data maintains its quality throughout the handover. To identify barriers in the handover of geographic data in building projects, the data collection in this study was done through several interviews with project managers, designers and system managers. The results show that important factors for a successful, quality-assured handover of geographic data are related requirements and communication. Final recommendations in order to assure that the geographic data maintains its quality throughout the handover are: early involvement of the management, clear and early communicated requirements, improved communication to achieve a more holistic view, and automated processes that could replace manual work and check data against requirements.
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!