• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 61
  • 51
  • 33
  • 13
  • 9
  • 7
  • 5
  • 2
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • Tagged with
  • 191
  • 108
  • 79
  • 55
  • 44
  • 33
  • 31
  • 30
  • 28
  • 25
  • 23
  • 22
  • 21
  • 20
  • 20
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
181

Návrh projektu a aplikace metodiky projektového managementu v podniku / Proposal for Project and Application of Project Management Methodology in the Company

Wahed, Sam January 2017 (has links)
The master‘s thesis discusses the issue of the project Telco Servis whose focus are business activities aimed at drawing-in the Internet on cancelled fixed telephone lines. It introduces the formal aspect of project management and methods used in the pre-project phase. The work focuses on key parts of the project, such as analysis of the sales process, time analysis of specific parts of the sales process, company CRM description or project risk analysis. In the design part it deals with the estimated costs of the project and the fulfilment of the necessary conditions for its launch.
182

Implementace ITIL a COBIT pomocí nastrojů ARIS / ITIL and COBIT Implementation in ARIS Toolset

Škoviera, Martin January 2015 (has links)
This master's thesis explores the topic of guidance for the COBIT framework and ITIL library in the context of business process management. It encompasses various process modelling languages and diagrams for companies active in information and communication technologies. Through the selected ARIS tool set and the mapping of all 64 processes, the establishment of individual processes can now be achieved, which is explained by modelling a total of 101 diagrams. The thesis also contains an example of process deployment for a selected company, which is accompanied by an implementation of a dashboard application that monitors the ticket flow of service operation processes.
183

Pay per screen: developing Result-oriented PSS in Small and Medium-Sized Enterprises : A case study at a mercury recycling equipment manufacturer

Maaruf, Prosha, Mohamed Abdi, Anab January 2017 (has links)
Today’s companies are struggling with the competitive environment driven by resource scarcity, technical progress and market demand for increased value and flexibility. For these reasons companies are shifting their focus from selling products to selling need fulfillment. The result-oriented product-service (PSS) is a PSS type that provides value mainly through delivery of services with the premise of the producer taking responsibility over the entire product life cycle. It is highlighted in the literature as a business strategy to generate a high profit and stable the revenue. Despite the new market opportunities related to the provision of PSS, it inherently comes with complexity linked to the extended responsibility. More importantly, very little is mentioned in the PSS literature regarding real case PSS development and how service-oriented PSS contracting impacts Small and Medium-sized Enterprises (SMEs). The objective of this thesis is to examine how result-oriented PSS can create new opportunities for SMEs. It is targeting to explore this topic from a cost and value creation perspective for both the company and customer. To achieve the objective a main research question is stated which answer is given by answering the two sub questions as below. How can a result-oriented product-service system be implemented in small and medium-sized enterprises? 1. What result-oriented PSS solution can be designed for the recycling equipment industry to increase the value for both the manufacturer and the customer? 2. What are the financial implications of a result-oriented PSS? To explore answers for the research questions, a case study inquiry is carried out on MRT (Mercury Recovery Technology) System International AB. It is a small international recycling equipment manufacturer in Karlskrona. A PSS development process resulting in a new concept referred to as “Pay per screen” is developed. The development and analysis of the result-oriented PSS shows that it is more profitable for the company to offer the proposed Pay per screen concept compared to the current product- oriented business. Even the customer has proven to be profitable while providing several advantages such as avoid being responsible for initial investment and maintenance costs. / Dagens företag kämpar med att hantera den konkurrenskraftiga miljön som drivs av resursbrist, teknisk utveckling och efterfrågan av ökat värde och flexibilitet. Av dessa skäl byter företagen fokus från att sälja produkter till att uppfylla behov. Det resultatorienterade produkttjänstesystemet (PSS) är en sorts PSS som ger värde huvudsakligen genom att leverera tjänster med förutsättningen att producenten tar ansvar över hela produktens livscykel. Den framträder i litteraturen som en ny strategisk affärsstrategi som genererar en hög vinst och stabiliserar inkomstflödet. Trots de nya marknadsmöjligheterna i samband med tillhandahållandet av PSS följer komplexitet med det utökade ansvaret. Dessutom nämns mycket lite i PSS-litteraturen om PSS-utveckling i ett verklighetsbaserat fall och hur tjänsteorienterad PSS-koncept påverkar små och medelstora företag. Syftet med detta examensarbete är att undersöka hur resultatorienterade produkttjänstesystem kan skapa nya möjligheter för små och medelstora företag. Det riktar sig till att utforska detta ämne ur ett kostnads- och värdeskapande perspektiv för både företaget och kunden. För att uppnå målet anges en huvudforskningsfråga vilket delvis svaras genom att svara på de två delfrågorna nedan. Hur kan ett resultatorienterat produktservice system genomföras i små och medelstora företag? 1. Vilken resultatorienterad PSS-lösning kan utformas för återvinningsindustrin för att öka värdet för både tillverkaren och kunden? 2. Vilka är de ekonomiska konsekvenserna av ett resultatorienterat PSS? För att utforska svaren på forskningsfrågorna utförs en fallstudie på MRT (Mercury Recovery Technology) System International AB. Det är en liten internationell tillverkare av återvinningsutrustning i Karlskrona. En PSS-utvecklingsprocess som resulterar i ett nytt koncept som kallas "Pay per screen" är utvecklat. Utvecklingen och analysen av resultatorienterad PSS visar att det är mer lönsamt för företaget att erbjuda det föreslagna Pay per screen konceptet. För även kunden har det visat sig vara lönsamt samtidigt som ger en rad fördelar så som att slippa ansvara för investerings- och underhållskostnader.
184

Well-Formed and Scalable Invasive Software Composition / Wohlgeformte und Skalierbare Invasive Softwarekomposition

Karol, Sven 26 June 2015 (has links) (PDF)
Software components provide essential means to structure and organize software effectively. However, frequently, required component abstractions are not available in a programming language or system, or are not adequately combinable with each other. Invasive software composition (ISC) is a general approach to software composition that unifies component-like abstractions such as templates, aspects and macros. ISC is based on fragment composition, and composes programs and other software artifacts at the level of syntax trees. Therefore, a unifying fragment component model is related to the context-free grammar of a language to identify extension and variation points in syntax trees as well as valid component types. By doing so, fragment components can be composed by transformations at respective extension and variation points so that always valid composition results regarding the underlying context-free grammar are yielded. However, given a language’s context-free grammar, the composition result may still be incorrect. Context-sensitive constraints such as type constraints may be violated so that the program cannot be compiled and/or interpreted correctly. While a compiler can detect such errors after composition, it is difficult to relate them back to the original transformation step in the composition system, especially in the case of complex compositions with several hundreds of such steps. To tackle this problem, this thesis proposes well-formed ISC—an extension to ISC that uses reference attribute grammars (RAGs) to specify fragment component models and fragment contracts to guard compositions with context-sensitive constraints. Additionally, well-formed ISC provides composition strategies as a means to configure composition algorithms and handle interferences between composition steps. Developing ISC systems for complex languages such as programming languages is a complex undertaking. Composition-system developers need to supply or develop adequate language and parser specifications that can be processed by an ISC composition engine. Moreover, the specifications may need to be extended with rules for the intended composition abstractions. Current approaches to ISC require complete grammars to be able to compose fragments in the respective languages. Hence, the specifications need to be developed exhaustively before any component model can be supplied. To tackle this problem, this thesis introduces scalable ISC—a variant of ISC that uses island component models as a means to define component models for partially specified languages while still the whole language is supported. Additionally, a scalable workflow for agile composition-system development is proposed which supports a development of ISC systems in small increments using modular extensions. All theoretical concepts introduced in this thesis are implemented in the Skeletons and Application Templates framework SkAT. It supports “classic”, well-formed and scalable ISC by leveraging RAGs as its main specification and implementation language. Moreover, several composition systems based on SkAT are discussed, e.g., a well-formed composition system for Java and a C preprocessor-like macro language. In turn, those composition systems are used as composers in several example applications such as a library of parallel algorithmic skeletons.
185

Well-Formed and Scalable Invasive Software Composition

Karol, Sven 18 May 2015 (has links)
Software components provide essential means to structure and organize software effectively. However, frequently, required component abstractions are not available in a programming language or system, or are not adequately combinable with each other. Invasive software composition (ISC) is a general approach to software composition that unifies component-like abstractions such as templates, aspects and macros. ISC is based on fragment composition, and composes programs and other software artifacts at the level of syntax trees. Therefore, a unifying fragment component model is related to the context-free grammar of a language to identify extension and variation points in syntax trees as well as valid component types. By doing so, fragment components can be composed by transformations at respective extension and variation points so that always valid composition results regarding the underlying context-free grammar are yielded. However, given a language’s context-free grammar, the composition result may still be incorrect. Context-sensitive constraints such as type constraints may be violated so that the program cannot be compiled and/or interpreted correctly. While a compiler can detect such errors after composition, it is difficult to relate them back to the original transformation step in the composition system, especially in the case of complex compositions with several hundreds of such steps. To tackle this problem, this thesis proposes well-formed ISC—an extension to ISC that uses reference attribute grammars (RAGs) to specify fragment component models and fragment contracts to guard compositions with context-sensitive constraints. Additionally, well-formed ISC provides composition strategies as a means to configure composition algorithms and handle interferences between composition steps. Developing ISC systems for complex languages such as programming languages is a complex undertaking. Composition-system developers need to supply or develop adequate language and parser specifications that can be processed by an ISC composition engine. Moreover, the specifications may need to be extended with rules for the intended composition abstractions. Current approaches to ISC require complete grammars to be able to compose fragments in the respective languages. Hence, the specifications need to be developed exhaustively before any component model can be supplied. To tackle this problem, this thesis introduces scalable ISC—a variant of ISC that uses island component models as a means to define component models for partially specified languages while still the whole language is supported. Additionally, a scalable workflow for agile composition-system development is proposed which supports a development of ISC systems in small increments using modular extensions. All theoretical concepts introduced in this thesis are implemented in the Skeletons and Application Templates framework SkAT. It supports “classic”, well-formed and scalable ISC by leveraging RAGs as its main specification and implementation language. Moreover, several composition systems based on SkAT are discussed, e.g., a well-formed composition system for Java and a C preprocessor-like macro language. In turn, those composition systems are used as composers in several example applications such as a library of parallel algorithmic skeletons.
186

Gouvernance et étude de l'impact du changement des processus métiers sur les architectures orientées services : une approche dirigée par les modèles

Dahman, Karim 30 October 2012 (has links) (PDF)
La plupart des entreprises évoluent dans des marchés concurrentiels en adaptant rapidement leurs processus métiers. Leur performance dépend de leur capacité à utiliser des techniques d'amélioration continue de leur organisation par la mise au point de Systèmes Informatiques (SI) durables pour l'automatisation des processus. En ce sens, les architectures orientées services (Service Oriented Architectures) ont permis le développement de SI flexibles avec un style d'architecture prédominant de composition de services. Cependant, l'alignement de ces architectures aux impératifs de l'évolution des processus reste une préoccupation centrale. Dans cette thèse, nous étudions la cartographie et l'évolution des processus métiers depuis leur conception jusqu'à leur automatisation dans une architecture orientée services ainsi que son adaptation. Nous proposons une approche d'ingénierie dirigée par les modèles intégrée à un outil de modélisation de processus et de développement d'architectures orientées services. Celle-ci débute par la spécification d'un modèle BPMN (Business Process Modeling Notation) décrivant les interactions des processus métiers. Grâce à une chaîne de transformation automatisée, nous produisons un modèle SCA (Service Component Architecture) décrivant une solution de composition de services. Ceci garantit la traçabilité architecturale entre le niveau métier du SI et son niveau technique puisque les services générés décrivent une {logique applicative} qui met en œuvre la logique métier du modèle BPMN. Ensuite, nous introduisons une méthode de propagation du changement de la logique métier vers la logique applicative qui est fondée sur la synchronisation incrémentale entre les modèles BPMN et SCA. Elle est intégrée à un outil d'analyse de l'impact du changement qui se base sur la réécriture de graphes pour éviter les inconsistances induites par les modifications. Enfin, elle permet de simuler l'impact des évolutions des processus, pour en estimer le coût selon les métriques que nous proposons, avant de procéder à la réingénierie de l'architecture orientée services pour assurer une meilleure gouvernance du changement.
187

Vývoj front-endových aplikací / Development of front-end applications

Machynka, Jan January 2013 (has links)
The diploma thesis on Development of Front-end Applications focuses on the design of computerization of enterprise processes covered by a unified front-end application. Exploratory research was used to suggest working methods to solve technological growth of the enterprise and how to evaluate business need of a front-end application. Later chapters present basic summary of development methodology used for automation of business processes. The diploma thesis innovatively proposes a role of a front-end specialist who does not need to create a program code and has closer relation to business departments. There are recommend analytical standards and development tools for automation of business processes as well as front-end implementation. Finally the work attaches a model example demonstrating relative simplicity and practical realization of new techniques for front-end application development. Powered by TCPDF (www.tcpdf.org)
188

A methodology for modeling healthcare teams and an evaluation of Business Process Modeling Notation as a Modeling Language

Ojo, Tolulope A. 15 February 2012 (has links)
Whether it is offering services, delivering solutions or driving innovations, team work has been a hallmark of efficiency and effectiveness in various industries. The healthcare industry is not left out as its service delivery process involves numerous interfaces, information flows and patient hand-offs among professionals with different educational training, differing knowledge levels and possibly working from different locations as well. As healthcare delivery evolves to being more patient-centered, so does the team settings as well, becoming more collaborative. Such changes also translate into a need for support systems to evolve to be able to provide support for the extent of collaboration that would be needed. A framework is needed to guide in the development of such systems. However, due to the varying needs of patients, team types and make-up would generally differ, so we explored the different types of team settings studying what they entail based on their various degrees of collaboration. We therefore present in this thesis a model of team based concepts, an ontology formalizing the model, team based scenarios designed using the ontology and then application of the scenarios to test the ability of BPMN (Business Process Modeling Notation) to model healthcare teams.
189

A methodology for modeling healthcare teams and an evaluation of Business Process Modeling Notation as a Modeling Language

Ojo, Tolulope A. 15 February 2012 (has links)
Whether it is offering services, delivering solutions or driving innovations, team work has been a hallmark of efficiency and effectiveness in various industries. The healthcare industry is not left out as its service delivery process involves numerous interfaces, information flows and patient hand-offs among professionals with different educational training, differing knowledge levels and possibly working from different locations as well. As healthcare delivery evolves to being more patient-centered, so does the team settings as well, becoming more collaborative. Such changes also translate into a need for support systems to evolve to be able to provide support for the extent of collaboration that would be needed. A framework is needed to guide in the development of such systems. However, due to the varying needs of patients, team types and make-up would generally differ, so we explored the different types of team settings studying what they entail based on their various degrees of collaboration. We therefore present in this thesis a model of team based concepts, an ontology formalizing the model, team based scenarios designed using the ontology and then application of the scenarios to test the ability of BPMN (Business Process Modeling Notation) to model healthcare teams.
190

A methodology for modeling healthcare teams and an evaluation of Business Process Modeling Notation as a Modeling Language

Ojo, Tolulope A. 15 February 2012 (has links)
Whether it is offering services, delivering solutions or driving innovations, team work has been a hallmark of efficiency and effectiveness in various industries. The healthcare industry is not left out as its service delivery process involves numerous interfaces, information flows and patient hand-offs among professionals with different educational training, differing knowledge levels and possibly working from different locations as well. As healthcare delivery evolves to being more patient-centered, so does the team settings as well, becoming more collaborative. Such changes also translate into a need for support systems to evolve to be able to provide support for the extent of collaboration that would be needed. A framework is needed to guide in the development of such systems. However, due to the varying needs of patients, team types and make-up would generally differ, so we explored the different types of team settings studying what they entail based on their various degrees of collaboration. We therefore present in this thesis a model of team based concepts, an ontology formalizing the model, team based scenarios designed using the ontology and then application of the scenarios to test the ability of BPMN (Business Process Modeling Notation) to model healthcare teams.

Page generated in 0.0302 seconds