Дисертації з теми "Compact visualization"

Щоб переглянути інші типи публікацій з цієї теми, перейдіть за посиланням: Compact visualization.

Оформте джерело за APA, MLA, Chicago, Harvard та іншими стилями

Оберіть тип джерела:

Ознайомтеся з топ-22 дисертацій для дослідження на тему "Compact visualization".

Біля кожної праці в переліку літератури доступна кнопка «Додати до бібліографії». Скористайтеся нею – і ми автоматично оформимо бібліографічне посилання на обрану працю в потрібному вам стилі цитування: APA, MLA, «Гарвард», «Чикаго», «Ванкувер» тощо.

Також ви можете завантажити повний текст наукової публікації у форматі «.pdf» та прочитати онлайн анотацію до роботи, якщо відповідні параметри наявні в метаданих.

Переглядайте дисертації для різних дисциплін та оформлюйте правильно вашу бібліографію.

1

Krecklau, Lars [Verfasser]. "The algorithmic beauty of cities : interactive modeling and realtime visualization of compact procedural descriptions / Lars Krecklau." Aachen : Hochschulbibliothek der Rheinisch-Westfälischen Technischen Hochschule Aachen, 2013. http://d-nb.info/1046974246/34.

Повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
2

Balas, Ronald J. "Designing the Airstream: The Cultural History of Compact Space, ca. 1920 to the 1960s." Kent State University Honors College / OhioLINK, 2014. http://rave.ohiolink.edu/etdc/view?acc_num=ksuhonors1408097844.

Повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
3

Halnaut, Adrien. "Méthodes et outils d’analyse visuelle pour la compréhension, l’optimisation et l’élaboration de modèles de réseaux de neurones profonds." Electronic Thesis or Diss., Bordeaux, 2024. http://www.theses.fr/2024BORD0042.

Повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
Анотація:
Les méthodes d’apprentissage profond sont grandement utilisées dans une multitude de domaines de recherche et industriels, notamment pour résoudre des tâches de classification de données. Cependant, cette technologie est souvent associée à un modèle considéré comme une «boîte noire». L’utilisateur peut comprendre les données en entrée et en sortie du réseau entraîné, mais ne connait pratiquement rien du fonctionnement interne du réseau. Cet aspect rend difficile la justification des prédictions des modèles. L’explicabilité et l’interprétabilité des réseaux de neurones est un domaine de recherche qui regroupe différentes communautés scientifiques. Il a pour objectif de faciliter la compréhension du fonctionnement des réseaux de neurones aux yeux des utilisateurs et experts. La visualisation d’information est l’une des techniques employées pour répondre à ce besoin. Elle concerne l’élaboration d’outils facilitant la compréhension et l’analyse de jeux de données, habituellement à plus de deux dimensions, au moyen de représentations visuelles et d’interactions. Dans cette thèse, nous exploitons les informations extraites en sortie de chaque couche des réseaux pour interpréter leurs décisions via des méthodes de visualisation. Dans un premier temps, nous montrons qu’il est possible de représenter des groupes d’instances traitées similairement par un réseau au moyen d’un diagramme de Sankey. Ce processus demande le traitement de données en quantité importante, que nous avons conduit en exploitant des infrastructures de calculs à large échelle issues du domaine du BigData. Pour étudier des scénarios plus complexes, qui impliquent des jeux de données plus grands et des architectures de réseaux plus lourdes, nous développons des méthodes de visualisation compacte. Nous utilisons deux approches : l’une concerne la représentation de la proximité des éléments en les projetant dans l’espace ℕ, l’autre en appliquant un post‐traitement sur des projections ℝ�� → ℝ2 pour en former des grilles compactes de données. Pour évaluer l’efficacité de ces méthodes de projections, nous avons mis en place un protocole d’évaluation utilisateur. Celui‐ci permet de mesurer la pertinence des méthodes de visualisations pour résoudre des tâches liées à la compréhension de jeux de données dans ℝ��. Nous avons finalement conduit une évaluation suivant notre protocole pour comparer l’efficacité de la visualisation compacte avec celle de la visualisation par nuages de points. Cette évaluation est menée en utilisant deux méthodes de projection de l’état de l’art, t‐SNE et Self‐Sorting Maps
Deep‐learning methods are widely used in a variety of research and industrial domains, especially in the data classification task. However, this technology is often notoriously compared to a “black box”. The user can understand input and output data of the network, but has little to no knowledge about its internal processing. This aspect of neural networks makes difficult to justify their predictions. Explainability and Interpretability of deep neural networks is a research domain merging with a variety of scientific communities. Its goal is to make easier the understanding of neural networks for both users and experts. Information visualization is one of the techniques used to answer this need. It consists in building tools which make easier the understanding and the analysis of usually high dimensional datasets, using visual abstractions and interactions. In this thesis, we make use of data extracted from the output of each layer of the neural network to interpret the model decisions using visualization methods. First, we show it is possible to visualize groups of samples processed similarly by the network using a Sankey diagram. This method asks for large data processing, which we enable by using machine clusters infrastructures used in BigData operations. In order to study more complex scenarios, involving larger datasets and heavier network architectures, we develop compact data visualization methods. We propose two approaches: the first one implies representation of data proximities using data reduction to the ℕ space, the other one implies post‐processing to ℝ�� → ℝ2 data projections to build compact grids of data. In order to evaluate the performances of these projection methods, we propose a user study protocol. Its goal is to measure the suitability of visualization methods in tasks related to the understanding of high‐dimensional data. Finally, we carry out an evaluation following this protocol to compare the efficiency between compact data visualization and scatter plot visualization. This evaluation is conducted using state of the art methods t‐SNE and Self‐Sorting Maps
4

Zhou, Yang. "Execution Trace Visualization for Java Pathfinder using Trace Compass." Thesis, KTH, Skolan för elektroteknik och datavetenskap (EECS), 2020. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-286313.

Повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
Анотація:
Multi-threading is commonly applied in modern computer programs, bringing many conveniences but also causing concurrency issues. Among the various error debugging tools, Java Pathfinder (JPF) can detect latent errors of multithreaded Java programs through model checking. However, the text-based format of the output trace is hard to read, and previous attempts in visualizing JPF traces show limitations. For long-term development, popular trace analytic platform such as Trace Compass (TC) is extended to adapt to JPF traces. In this thesis, the development of JPF and TC makes it possible to analyze JPF traces on TC with a user interface including visual diagrams. The development solves the conceptual differences between the tools and successfully visualize important trace data. The implementation can help provide a generic approach for analyzing JPF traces with visualization.
Multitrådning används ofta i moderna datorprogram, vilket har många fördelar men kan också orsaka samtidighetsproblem. Bland olika felsökningsverktyg kan Java Pathfinder (JPF) upptäcka latenta fel hos multitrådade Javaprogram genom modellkontroll. Spårningsinformationen i form av text har låg läsbarhet, och tidigare försök att visualsera JPF-spår har visat begränsningar. För långsiktig utveckling har populära spårningsanalysplattformar som Trace Compass (TC) utvidgats för att anpassas till JPF-spår. I examensprojektet gör utvecklingen av JPF och TC det möjligt att analysera JPF-spår på TC med ett användargränssnitt baserat på visuella diagram. Utvecklingen löser den konceptuella skillnaden mellan verktygen och visualiserar spårdata på ett framgångsrikt sätt. Implementeringen bidrar med ett generiskt tillvägagångssätt för att analysera JPF spår med hjälp av visualisering.
5

Carlström, Louise, and Malin Kylegård. "Investigation of visualization of time and the collection of data in a web business." Thesis, Linköpings universitet, Medie- och Informationsteknik, 2016. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-127335.

Повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
Анотація:
The aim for this project was thus to present a web application to ease the time reporting process and to create an overview of company data. The overview is a concept represented with information visualization. A usability test was conducted in order to ascertain whether the aim was reached and to gain insight in how the application could be further improved in the future.
6

Hjertberg, Johanna, and Hanna Söderlund. "How can visualization of climate impact create incentive and momentum to become more sustainable within a company?" Thesis, KTH, Skolan för elektroteknik och datavetenskap (EECS), 2019. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-262051.

Повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
Анотація:
This work aims to evaluate the effects of visualization of climate impact data. The study was performed together with the logistics department at Sandvik Materials Technology (SMT), Sweden. SMT has sought to develop their sustainability strategy and was therefore suitable as a collaboration partner. The development of the design was done in consultation with SMT to fulfil their needs, for example the data was chosen and provided by SMT. In addition to this, research was done on effective visualization designs. From this, a sketched prototype was created which furthermore developed into a website. Human Computer Interaction (HCI) methods, such as think aloud interviews, were used in the evaluation process. These interviews focused on understanding the current mindset towards sustainability. After two to three weeks, a survey was sent out with similar questions as during the first survey and interviews. The purpose of this survey was to be able to compare the results between the interviews and the answers on the survey, and recognize any changes in mindset. The results from these comparisons were that the mindsets did not seem to have changed significantly. However, the results show that there is a change in the perception of the individual responsibility, both as a department and person. It should be pointed out that the time provided for the evaluation process was limited. To strengthen these results, it is suggested that the evaluation time extends and that the frequency of usage is consistent and high level.
Detta arbete syftar till att evaluera effekterna av visualisering av data över klimatpåverkan. Arbetet utfördes tillsammans med logistikavdelningen på Sandvik Materials Technology (SMT), Sverige. SMT har för avsikt att utveckla deras hållbarhetsstrategi och var därför passande som samarbetspartner. Utvecklingen av designen för visualiseringen utfördes genom konsultation med SMT för att uppfylla deras behov, exempelvis valdes data ut, samt förseddes, av SMT. Utöver detta gjordes undersökningar av effektiva metoder för designer för visualisering. Utifrån detta skapades en skissad prototyp som därefter utvecklades till en hemsida. Metoder inom människodatainteraktion (MDI), såsom think aloud-intervjuer, använder inom utvärderingsprocessen. Dessa intervjuer fokuserade på att förstå den nuvarande situationen för tankesättet kring hållbarhet. Efter två till tre veckor skickades en enkät ut, med liknande frågor som under intervjuerna. Syftet med denna enkät var att möjliggöra för jämförelse mellan resultaten från intervjuerna och svaren på enkäten, för att adressera eventuella skillnader i tankesätt. Resultaten från dessa jämförelser var att tankesättet inte hade förändrats signifikant. Resultaten visade dock att det finns en förändring i uppfattningen av det individuella ansvaret, både vad gäller avdelningen och individen. Det bör påpekas att tiden som fanns tillgänglig för utvärderingsprocessen var begränsad. För att stärka dessa resultat föreslås det att utvärderingstiden förlängs och att frekvensen för användandet av hemsidan är konsistent och på en hög nivå.
7

REMONDINO, CHIARA LORENZA. "The Visual Company: il ruolo della visualizzazione dei dati per al sostenibilità delle imprese." Doctoral thesis, Politecnico di Torino, 2019. http://hdl.handle.net/11583/2742538.

Повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
8

Erbil, Karaca-Rojan. "Customer perceived value and the importance of information visualization in a B2B context : Case study of a Swedish low-volume, process-oriented manufacturing company." Thesis, Blekinge Tekniska Högskola, Institutionen för industriell ekonomi, 2016. http://urn.kb.se/resolve?urn=urn:nbn:se:bth-12826.

Повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
Анотація:
It was Thomas Babington Macaulay who once stated that “… logicians may reason about abstractions. But the great mass of men must have images”. Recent research on visualization within the manufacturing industry has been focusing around the notion of how to improve performance measures, such as the effectiveness and efficiency of completing a task. Consequently, this led to the dimension of user experience in regard to a visualization becoming relatively neglected. Furthermore, it is mentioned that concepts which are created based on how they are perceived by the customer, have shown to be of significance when creating customer value. Consequently, the purpose of this thesis was to shine light on both of the dimensions of visualization, user performance and user experience, and to study their influence on customer perceived value (CPV) in a business-to-business (B2B) relationship.This thesis was designed as a single case study of a Swedish low-volume, process oriented manufacturing company. Moreover, the case study included two units of analysis, representing current clients involved in two different projects with the company at which the case study was conducted. It is stated that one of the application areas of visualization lies in communication and it can be utilized in order to effectively convey certain information. The information which was in focus in the focal study was the information which is collected during quality control activities performed during the manufacturing process.The findings of the thesis suggest that certain aspects of visualization can have an influence on the functional and emotional dimensions of CPV in a B2B relationship. The conceptually proposed model provides an expanded view on the dimensions of visualization and helps to demonstrate how they stand in relation to the dimensions of CPV, as well as the dimensions used to measure relationship strength in a B2B context. Hereby, the evidence collected during the case study demonstrates that certain relationships between visualization and CPV are suggested to be eminent empirically as well. Thus, suggesting that visualization is an important factor to consider for practitioners in their communication with the customer.
Det var Thomas Babington Macaulay som en gång sa att ”… logiker må resonera kring abstrakta koncept. Den stora massan dock behöver bilder”. Senaste forskningen kring visualisering inom tillverkningsindustrin har fokuserat kring hur man kan utöka användarnas prestanda genom att mäta effektiviteten av nyckeltal så som precisionen av en utfört arbetsuppgift och tiden det tar att utföra uppgiften. Det har således lett till att den andra dimensionen av visualiseringar som syftar på användarnas upplevelse har blivit relativt försummad. Därutöver har det visats att för att skapa värde för kunden bör utvecklaren av ett koncept ha i åtanke hur konceptet uppfattas av kunden. Följaktligen är syftet med det här arbetet att belysa båda aspekterna av visualisering, användarens prestanda och upplevelse, för att studera hur dessa påverkar kundens uppfattade värde (KUV) i ett business-to-business (B2B) förhållande.Examensarbetet var upplagt som en fallstudie på ett svenskt process-orienterad tillverkningsföretag som producerar i låga volymer. Dessutom inkluderade fallstudien två av företagets klienter som är involverade i två olika pågående projekt med det företaget som var del av fallstudien. Ett utav områden inom vilka visualiseringar kan appliceras ligger inom kommunikation och litteraturen har därutöver påvisat att visualiseringar kan användas för att effektivt förmedla information. Informationen som var i fokus under fallstudien är den information som genereras i samband med kvalitetskontrollsaktiviteterna som genomförs under tillverkningsprocessen.Resultatet av examensarbetet antyder att visualisering kan ha en påverkan på den funktionella och emotionella dimensionen av KUV i ett B2B förhållande. Den teoretiskt föreslagna modellen expanderar dagens perspektiv på båda aspekterna av visualisering samt demonstrerar hur dessa aspekter står i relation till dimensionerna kopplade till KUV. Dessutom visas hur visualisering kan påverka de dimensionerna som används för att mäta relationsstyrka i en B2B miljö. Den empiriska data som samlades in som del av fallstudien hjälpte att antyda att vissa relationer mellan visualisering och KUV även kan fastställas i praktiken. Detta indikerar således att visualisering är en viktig faktor för företag att ta hänsyn till i deras kommunikation med kunden.
9

Frisell, Marcus. "Information visualization of microservice architecture relations and system monitoring : A case study on the microservices of a digital rights management company - an observability perspective." Thesis, KTH, Skolan för elektroteknik och datavetenskap (EECS), 2018. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-233463.

Повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
Анотація:
90% of the data that exists today has been created over the last two years only. Part of the data space is created and collected by machines, sending logs of internal measurements to be analyzed and used to evaluate service incidents. However, efficiently comprehending datasets requires more than just access to data, as Richard Hamming puts it; "The purpose of computing is insight, not numbers." A tool to simplify apprehension of complex datasets is information visualization, which works by transforming layers of information into a visual medium, enabling the human perception to quickly extract valuable information and recognise patterns. This was an experimental design-oriented research study, set out to explore if an information visualization of microservice architecture relations combined with system health data could help developers at a Swedish digital rights management company (DRMC) to find root cause incidents, increase observability and decision support, i.e. simplifying the incident handling process. To explore this, a prototype was developed and user tests consisting of a set of tasks as well as a semi-structured interview was executed by ten developers at DRMC. The results concluded that the proposed solution provided a welcomed overview of service health and dependencies but that it lacked the ability to effectively focus on certain services, essentially making it difficult to find root causes. Visualizations like this seems to be best suited for overview-, rather than focused, comprehension. Further research could be conducted on how to efficiently render large complex datasets while maintaining focus and how to account for external factors.
90% av alla data som finns idag har skapats under de senaste två åren. En del av datautrymmet skapas och samlas in av maskiner som genererar loggar innehållandes interna systemmätningar för att utvärdera felaktiga tjänster. För att effektivt förstå ett dataset krävs mer än bara tillgång till data, som Rickard Hamming har sagt; “Syftet med datoranvändning är insikt, inte siffror.” Ett verktyg för att förenkla ens uppfattning av komplexa dataset är informationsvisualisering. Det fungerar genom att transformera lager av information till ett visuellt medium, och på så sätt tillåta mänsklig perception att snabbt extrahera värdefull information och utläsa mönster. Det här var en experimentell, design-orienterad, forskningsstudie med syftet att utforska ifall en informationsvisualisering av mikrotjänsters relationer kombinerat med system-hälso-data kunde hjälpa utvecklare på ett svenskt förvaltningsföretag av digitala rättigheter (DRMC) att hitta grundorsaken till felaktiga mikrotjänster samt utöka observerbarhet och beslutstöd, d.v.s. förenkla felhanteringsprocessen. För att utforska detta problem så utvecklades en prototyp som testades genom att låta tio utvecklare på DRMC utföra ett antal olika uppgifter samt svara på en semi-strukturerad intervju. Resultatet visade på att den föreslagna lösningen möjliggjorde en välkommen överblick över systemets hälsa och relationer, men också att den saknade möjligheten att effektivt fokusera på specifika tjänster, vilket ledde till att grundorsaksproblem var svåra att hitta. Visualiseringar som denna verkar fungera bäst för att presentera en överblick av ett system, snarare än ett fokus på specifika tjänster. Framtida forskning skulle kunna utföras för att utreda hur visualiseringar effektivt kan återge komplexa dataset utan att förlora fokus på specifika delar, samt hur externa faktorer kan integreras.
10

Rönnqvist, Louise. "Prerequisites for a Successful Implementation of Visual Communication in a Production Environment : -A Case Study at a global industrial company in Sweden." Thesis, University of Gävle, Department of Technology and Built Environment, 2009. http://urn.kb.se/resolve?urn=urn:nbn:se:hig:diva-5424.

Повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
Анотація:

Visualization is a lean tool and in order to strive to become a lean company applying the lean philosophy in all these parts of the organization is necessary. A company that does not understand the philosophy and culture behind lean production, even though applying lean tools, is not a lean business and has a long way to production excellence.

 

Implementing and becoming a visual organization means change which includes the organizational culture, collective attitude and beliefs. The difference between success and failure is about the ability to provide knowledge, information and to create prerequisites for participation and engagement at all levels in the organization with a clear and direct leadership.

 

In many companies communication is lacking sufficient and official channels, and the inadequacy in the information systems are usually due to functional thinking and strict boarders at all levels in an organization. New ways of communication are the result of process orientation, demanding new prerequisites for information systems which companies needs to develop and thus become more visual. Knowledge and information needs to become more accessible and objective in order for decision to be taken based on facts not be the result of interpretations of reality. Visualization enables people to see and develop an objective and common reality. It further contributes to the organizations ability for improvement and aligns the employees to fulfill the overall business objectives and strategies.

 

The Company in this case that wants to be anonymous will further be called Company X. Company X objective is to develop a visual communication system to increase the information sharing and flow throughout the organization. However, this is not an easy task and many companies lack sufficient prerequisites to carry out a successful implementation. The research result at Company X has in this study shown weaknesses in core areas as in clear and direct leadership, vision and strategy development and communication as well as a low level of knowledge transformation at all levels in the organization in order to create engagement for the change process which an implemetion of this kind is.

 


Visualisering är ett lean verktyg och i sträva att bli ett lean företag måste lean filosofin tillämpas i alla delar av organisationen, vilket är en nödvändighet. Ett företag som inte förstår filosofin och kulturen bakom lean produktion, trots att man tillämpar lean verktyg, är inte ett lean företag och har en lång väg från optimering av produktion. Förutsättningarna att bli en visuell organisation innebär förändringar som omfattar organisations kultur, kollektiva attityder och föreställningar. Skillnaden mellan framgång och misslyckande handlar om förmågan att ge kunskap, information och att skapa förutsättningar för delaktighet och engagemang på alla nivåer i organisationen, detta genom ett tydligt och direkt ledarskap.

 

Kommunikation på många företag saknar ofta tillräckliga och officiella kanaler och bristen på information beror många gånger på funktionstänkande och strikta gränser, på alla nivåer i organisationen. Nya sätt att kommunicera är resultatet av processorientering vilket krävs för att företag ska kunna skapa förutsättningar för informationssystem och bli mer visuella. Kunskap och information måste bli mer tillgängligt och objektivt för att beslut som är baserade på fakta och inte på tolkningar av verkligheten ska kunna fattas. Visualiseringen möjliggör för människor att se och utveckla en objektiv och gemensam verklighet. Detta bidrar till organisationers möjlighet till förbättringar och möjlighet för de anställda att uppfylla de övergripande affärsmålen och strategierna för organisationen.

 

Det studerade företaget som valt att vara anonymt kommer hädanefter kallas för Företag X. Företag X målsättning är att utveckla ett visuellt kommunikationssystem i syfte att öka utbytet av information och dess flöden . Men detta är inte en lätt uppgift och många företag har inte tillräckliga förutsättningar för att kunna genomföra en framgångsrik implementering. Resultaten från studien på företaget X visar på svagheter inom kärnområden som ett klart och tydligt ledarskap, utvecklandet och kommunikationen av vision och strategier samt en låg nivå rörande kunskapsspridandet på alla nivåer i organisationen för att skapa engagemang för förändrings process som en implementering av detta slag innebär.

11

Jamin, Clément. "Algorithmes et structures de données compactes pour la visualisation interactive d’objets 3D volumineux." Thesis, Lyon 1, 2009. http://www.theses.fr/2009LYO10133.

Повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
Анотація:
Les méthodes de compression progressives sont désormais arrivées à maturité (les taux de compression sont proches des taux théoriques) et la visualisation interactive de maillages volumineux est devenue une réalité depuis quelques années. Cependant, même si l’association de la compression et de la visualisation est souvent mentionnée comme perspective, très peu d’articles traitent réellement ce problème, et les fichiers créés par les algorithmes de visualisation sont souvent beaucoup plus volumineux que les originaux. En réalité, la compression favorise une taille réduite de fichier au détriment de l’accès rapide aux données, alors que les méthodes de visualisation se concentrent sur la rapidité de rendu : les deux objectifs s’opposent et se font concurrence. A partir d’une méthode de compression progressive existante incompatible avec le raffinement sélectif et interactif, et uniquement utilisable sur des maillages de taille modeste, cette thèse tente de réconcilier compression sans perte et visualisation en proposant de nouveaux algorithmes et structures de données qui réduisent la taille des objets tout en proposant une visualisation rapide et interactive. En plus de cette double capacité, la méthode proposée est out-of-core et peut traiter des maillages de plusieurs centaines de millions de points. Par ailleurs, elle présente l’avantage de traiter tout complexe simplicial de dimension n, des soupes de triangles aux maillages volumiques
Progressive compression methods are now mature (obtained rates are close to theoretical bounds) and interactive visualization of huge meshes has been a reality for a few years. However, even if the combination of compression and visualization is often mentioned as a perspective, very few papers deal with this problem, and the files created by visualization algorithms are often much larger than the original ones. In fact, compression favors a low file size to the detriment of a fast data access, whereas visualization methods focus on rendering speed : both goals are opposing and competing. Starting from an existing progressive compression method incompatible with selective and interactive refinements and usable on small-sized meshes only, this thesis tries to reconcile lossless compression and visualization by proposing new algorithms and data structures which radically reduce the size of the objects while supporting a fast interactive navigation. In addition to this double capability, our method works out-of-core and can handle meshes containing several hundreds of millions vertices. Furthermore, it presents the advantage of dealing with any n-dimensional simplicial complex, which includes triangle soups or volumetric meshes
12

Berglund, Christopher, and Amar Tenic. "Dashboard design and its relation to KPIs : A qualitative case study on a software company." Thesis, Linnéuniversitetet, Institutionen för informatik (IK), 2020. http://urn.kb.se/resolve?urn=urn:nbn:se:lnu:diva-96351.

Повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
Анотація:
Monitoring key performance indicators (KPI) give practitioners immersive experience that is priceless when it comes to decision making and performance-enhancing in software companies. Used together with different tools that enable visualization of KPIs, users obtain big advantages that enable quick troubleshooting and detections of errors that could emerge in a product or a system. Many studies have been followed out in the field of data visualization using KPIs and digital dashboards. Still, the subject of KPIs providing valuable information to companies that are developing HR and payroll systems is relatively unexplored. The purpose of this thesis has been to investigate how essential KPIs should be visualized on a digital dashboard using a case company that focuses on developing HR and payroll systems. To investigate the phenomenon, five different interviews were conducted, and a digital dashboard was developed. The interviewees that participated in the empiric data collection were employees stationed in different teams with various authorities and experiences in the field of dashboards and KPIs. Previous works in the field of data visualization indicates that KPIs can be used and presented in various ways. When presenting KPIs on a dashboard, there are different factors that are of big influence of how successful the visualization gets. There are no complete templates on how KPIs should be visualized, however there are guidelines on how a dashboard could be shaped. Something that previous works and different interviewees in the present study agreed on was that a dashboard should consist of 4 to 8 KPIs. Too many KPIs can decrease the chance of obtaining the advantages that monitoring and visualizing KPIs on a digital dashboard can bring. Something that emerged from the study is the importance of first identify what to visualize and then implement how. Among the answers during the data collection, many interviewees found the number of users that were logged in on their products as something that would be useful to monitor. The reason for this was partly that the interviewees considered that by monitoring these numbers, it could increase the pride among the colleagues. The interviewees thought that it might boost morale among the employees if they visualized the many users of the products they are developing.
Genom att övervaka nyckeltal (KPIer) kan användare erhålla fördelar som är ovärderliga när det gäller beslutsfattande och prestandaförbättring hos mjukvaruföretag. Tillsammans med olika verktyg som möjliggör visualisering av KPIer får användare stora fördelar som gör det möjligt att snabbt upptäcka fel som kan uppstå i en produkt eller i ett system. Många studier berör ämnet datavisualisering och digitala instrumentpaneler. Trots det här är ämnet KPIer, specifikt de som ger värdefull information till företag som utvecklar HR- och lönesystem outforskat. Syftet med den här studien har varit att undersöka hur viktiga KPIer bör visualiseras på en digital instrumentpanel hos ett företag som fokuserar på att utveckla HR- och lönesystem. För att undersöka fenomenet genomfördes fem olika intervjuer. En digital instrumentpanel utvecklades även som ett komplement till att svara på forskningsfrågan utifrån tidigare forskning och de empiriska resultat som framkom under studiens gång. Informanterna som deltog i den empiriska datainsamlingen var anställda på ett fallföretag och stationerade i olika utvecklingsteam. Informanterna hade sedan tidigare olika erfarenheter av att använda instrumentpaneler och KPIer. Tidigare studier inom datavisualisering indikerar att KPIer kan användas och visualiseras på olika sätt. När KPIer presenteras på en instrumentpanel finns det olika faktorer som har stort inflytande på hur framgångsrik visualiseringen blir. Det finns inga kompletta mallar för hur KPIer ska visualiseras men det finns riktlinjer för hur en instrumentpanel kan utformas. Något som tidigare studier samt informanterna i den här studien enades om var att en instrumentpanel bör bestå av ett antal mellan fyra och åtta KPIer. Genom att använda för många KPIer så minskar chansen att få de fördelar som övervakning och visualisering av KPIer på en digital instrumentpanel kan ge. Något som den här studien belyser är vikten av att först identifiera vad som ska visualiseras för att sedan implementera hur. En av flera KPIer som ansågs värdefulla för informanterna var antalet användare som var inloggade i deras produkt. Anledningen till det här var delvis att informanterna ansåg att övervakning av användare skulle skapa ökad stolthet bland kollegorna på kontoret.
13

Ravichandran, Balachandar, and Harshavardhan Ramanujam. "Implementing Design Thinking principles for increasing customer centricity in a B2B company : A case study at Mycronic." Thesis, KTH, Produktinnovationsteknik, 2020. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-281244.

Повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
Анотація:
Design Thinking (designtänkande) är ett kundfokuserat förhållningssätt som används för att stödja innovation. Sedan starten har designtänkandet utvecklats från ett rättframt sätt att lösa tekniska designproblem till en komplex paraplykonstruktion för innovation och förhållningssättet har genom åren blivit ett allmänt accepterat och målinriktat tillvägagångssätt för effektiv produktutveckling. Flera av de praktiska användningsfallen som finns tillgängliga om designtänkande i forskning hänvisar till ett enskilt fall för att lösa specifika problem eller dess tillämpning i business-tocustomer företag. Syftet med detta examensarbete var att kritiskt undersöka hur designtänkande kunde implementeras i ett business-to-business (B2B)-företag med välutvecklade produktutvecklingsprocesser för att balansera kundfokus med produkt strategi. För att förstå effekterna av designtänkande i sådana företag undersöktes hinder som förhindrar designtänkandets implementering och möjligheterna med att införa det med hjälp av en fallstudie på Mycronic AB-kontoret i Täby, Sverige. Materialet i studien samlades in genom interna och externa kvalitativa intervjuer. Resultaten från intervjuerna användes för att föreslå ett ramverk och ett pilotprogram för att stödja Mycronic att införa principer för designtänkande i sin befintliga PDP. Målet med ramverket är att skapa förutsättningar för ett B2B-företag att anpassa sin produktutvecklingsprocess till designprinciper för att bättre förstå slutkundernas explicita och outtalade behov och behoven hos interna intressenter samt för att öka förmågan att identifiera rätt initiativ i ett tidigt skede av ett projekt.
Design Thinking (DT) is a customer centric approach for managing innovation. Since its inception, design thinking has evolved from a straight forward approach to solve engineering design problems into a complex umbrella construct for innovation and has over the years been widely accepted as a goal-oriented approach for effective product development. Several of the practical use cases available in the existing design thinking discourse refer to oneoff case for solving specific problems or its application in a business-to-customer set-up. Thepurpose of this master thesis was to critically examine how design thinking could be implementedin a business to business (B2B) company with well-developed product development processes(PDP) to balance customer centricity with product strategy. To understand the impact of design thinking in such companies, barriers preventing design thinking's implementation and the opportunities enabling its implementation were explored using a single case study approach at Mycronic AB office at Täby, Sweden. The material for the case study was gathered through internal and external qualitative interviews. The results from these interviews were used to propose a framework and pilot programs that would facilitate Mycronic to introduce design thinking principles to its existing product development process. The goal of the framework is to empowera business-to-business company with well-developed product development processes to adapt design thinking principles so as to increase their understanding of end customers' spoken and unspoken needs, recognize the needs of internal stakeholders, and improve their ability to secure the right initiatives in the early phase of a project.
14

Lundeberg, Mathilda, and Tilda Lundgren. "Crafting and Conveying a Meaningful Message of Change : A Case Study of How Data-Driven Change Communication Can Drive Change Readiness in a Swedish Rental Services Company." Thesis, KTH, Skolan för industriell teknik och management (ITM), 2019. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-264123.

Повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
Анотація:
In today’s turbulent business environment, an increasing number of businesses and organizations are finding themselves confronted with a crushing pressure to constantly reinvent themselves. Given such a business environment, coupled with high stakes and fierce competitiveness, it is quite unsurprising that most change efforts are reported to fail. Change communication, or rather the lack thereof, has been pointed out as one of the most important reasons. In recent years, many scholars have started to differentiate between participatory and programmatic change communication, elicited by a reconceptualization of change as continuous and emergent rather than episodic and planned. Participatory and programmatic are two diametrically different ways to approach change communication, and thus, they each require different tools, techniques and strategies. Several scholars have called attention to the shortage of tools, techniques and strategies suitable for participatory change communication in particular, however, empirical research remain scarce. At the same time, the data revolution is right upon us. Businesses that fail to harness the true potential of their data see themselves outcompeted by those who do. Even though data since long has been prophesied to transform management altogether, it is only in recent years that its application within the various subfields of management research has received serious attention by academia. However, the application of data in change management in general, and change communication in particular, has largely been left unaddressed.  In this thesis, we are exploring the role of data in the context of change communication through a case study at Skanska Rental, one of Sweden’s largest construction equipment rental companies. We delimit our study to only treat one of the most important aspects of data-driven communication; namely, data visualization. Our findings indicate that data visualization can facilitate change communication by encouraging it to be participatory. In particular, we find that data visualization has the merit of enthusing its audience, aligning the perception of the current state of affairs, reinforcing a data-driven culture, and facilitating interpersonal communication. We also call attention to three important considerations; (1) the democratization of data requires transparency trade-offs, (2) data visualization cannot replace interpersonal communication, but at most facilitate it, and (3) communication, although one of the most important, is not the sole precursor of successful change. We conclude our thesis by addressing the practical and theoretical implications of our conclusions, and lastly, by suggesting directions for future research in data-driven change communication.
I dagens turbulenta omvärld utsätts företag och organisationer för ett ständigt förändringstryck som inte visar några tecken på att avta. Givet ett sådant klimat, där mycket står på spel och där konkurrensen är förkrossande, är det inte förvånande att de flesta förändringsinitiativ misslyckas. Förändringskommunikation, eller snarare bristen därav, har ofta pekats ut som en av de viktigaste orsakerna till detta. På senare tid har många forskare börjat göra skillnad mellan två olika typer av förändringskommunikation: deltagande respektive programmatisk. Att betrakta förändringskommunikation genom denna dikotomi har föranletts av en ny syn på förändring i stort; snarare än att se förändring som episodisk och planerad har många forskare istället konceptualiserat förändring som kontinuerlig och framväxande. Olika tekniker, verktyg och strategier lämpar sig olika väl för de två olika typerna av förändringskommunikation. Många forskare har varnat för en bristande förståelse för i synnerhet de tekniker, verktyg och strategier som lämpar sig för den deltagande typen av förändringskommunikation. Under de senare åren har det förändringstryck många företag och organisationer står inför snarast ökat i styrka på grund av den datarevolution vi befinner oss mitt upp i. Trots att det sedan länge har förutspåtts att data har potentialen att vända spelplanen för företagsledning upp och ner, så är det bara på senare år som ämnet har åtnjutit företagsledningsforskningens fulla uppmärksamhet. Däremot finns det fortfarande ett underskott på akademisk forskning som adresserar hur data kan användas inom förändringsledning i allmänhet och förändringskommunikation i synnerhet. I denna masteruppsats utforskar vi den roll som data kan spela inom förändringskommunikation. Vårt empiriska material inhämtar vi genom en case-studie hos Skanska Rental, ett av Sveriges största uthyrningsföretag inom byggbranschen. Vi avgränsar vår studie genom att endast behandla en utav de viktigaste aspekterna av data-driven kommunikation, nämligen datavisualisering. Våra resultat indikerar att datavisualisering kan underlätta förändringskommunikation genom att göra den deltagande. I synnerhet finner vi att datavisualisering har potential att entusiasmera dess publik, linjera bilden av nuläget, förstärka en data-driven organisationskultur och fungera som en utgångspunkt för mellanmänsklig kommunikation. Vi identifierar också tre viktiga reservationer mot denna slutsats; (1) demokratisering av data fordrar ställningstagande gällande transparens, (2) datavisualisering kan inte ersätta mellanmänsklig kommunikation, och (3) kommunikation, om än viktig, är inte den enda förutsättningen för framgångsrik förändring. Vi avslutar vår uppsats med att adressera de praktiska och teoretiska implikationer som vår slutsats resulterar i, samt föreslår inriktningen för framtida forskning inom data-driven förändringskommunikation.
15

Svensson, Ida, and Ida Söderfjord. "Visualisering av säkerhetsinformation på AB Wahlquists Verkstäder." Thesis, Linköpings universitet, Institutionen för teknik och naturvetenskap, 2012. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-78756.

Повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
Анотація:
Workplace accidents in Sweden have in recent years increased. Companies are at the same time putting a greater emphasis on preventing accidents and inform about safety and risks. Therefore there is a need to know how to visualize this safety information. This study is based on a part of a project proposed by the industrial company AB Wahlquists Verkstäder, in which they want to visualize their safety information for new employees and existing staff, and also for temporary contractors and apprentices. The purpose of this study is to see what is required of the visualization of safety information and what guidelines that should be followed. The focus is divided into two areas. One area concerns the safety information focusing on warning signs and safety symbols. The other area concerns what requirements and guidelines that applies specific to the visualization of safety information in an industrial environment. The study includes literature studies, and a case study focusing on the company AB Wahlquists Verkstäder. Interviews and testing of developed prototypes were conducted with staff at the company. The analysis shows that there are several factors that should be considered when visualizing safety information. It is important that the information is clear. This clarity can be achieved in various ways, for example by the use of bright colors, signal words or lighting. These guidelines also apply for visualization specifically for the industrial environment at AB Wahlquists Verkstäder. However, additional emphasis should be given to delaying habituation. Materials should also be carefully considered. New thinking and fresh ideas is something that is appreciated by the staff and that should be included in the visualization. It is questionable whether additional companies should have been included in the case study to enhance the generalization of the study. It can also be discussed if the interviews and prototype testing should have included a higher number of subjects. It can also be discussed if the testing should have been conducted in the actual work environment, instead of in a secluded office.
Arbetsplatsolyckorna i Sverige har de senaste åren ökat. Samtidigt lägger företag större vikt vid att förebygga olyckor och informera om säkerhet och risker. Därmed finns det ett behov av att veta hur säkerhetsinformationen ska visualiseras. Denna studie bygger på en del av ett uppdrag från industriföretaget AB Wahlquists Verkstäder, där de vill visualisera sina säkerhetsföreskrifter för nyanställd och befintlig personal, men även för tillfälliga entreprenörer och praktikanter. Syftet med denna studie är att se vilka krav som ställs på visualiseringen av säkerhetsinformation och vilka riktlinjer som också bör följas. Fokus ligger på två delar, dels på säkerhetsinformation med inriktning på varningsskyltar och säkerhetssymboler, men också på vad som är specifikt för visualisering av säkerhetsinformation i en industrimiljö. Under arbetet genomfördes litteraturstudier, samt en fallstudie med fokus på företaget AB Wahlquists Verkstäder. I fallstudien genomfördes intervjuer med befintlig personal och testningar av framtagna prototyper. Analysen visar att det finns flera faktorer som bör övervägas då säkerhetsinformation ska visualiseras. Det som är allra viktigtast är att informationen ska vara tydlig. Denna tydlighet kan uppnås på flera olika sätt, bland annat genom användning av starka färger, signalord eller belysning. När det gäller visualisering specifikt för industrimiljön på AB Wahlquists Verkstäder gäller dessa riktlinjer också. Däremot bör extra tyngd läggas vid att bland annat fördröja tillvänjningen, då många i personalen stannar på företaget i många år. Materialval bör också noga tänkas över, då det exempelvis finns oljedimma i verkstadslokalen som kan förstöra pappersark som sitter uppe för länge. Nytänkande och fräscha idéer är något annat som uppskattas av perosnalen och som bör vävas in i visualiseringen. Det kan diskuteras om ytterliga företag borde tagits med i fallstudien för att höja generaliseringen på studien. Det kan också diskuteras om intervjuerna och prototyptestningarna skulle innefattat ett högre antal testpersoner och om testningarna också borde utförts i sin rätta miljö, istället för endast i ett avskiljt kontor.
16

Bílek, Jan. "Aerospace - Futuristický kokpit moderního letounu." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2010. http://www.nusl.cz/ntk/nusl-237164.

Повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
Анотація:
This work describes the visualization design of the flight related quantities in a cockpit of a modern light sport aircraft. It focuses on the utilization of the state of the art trends in flight data displays and introduces the innovative implementation of the aircraft's energy state smart clues that reduce pilots' workload. The initial part of the work presents a research into the flight, engine and navigation data presentation on analog instruments, followed by their illustrative depiction in glass cockpits. Within the framework of this thesis, Microsoft Flight Simulator has been used as a source of the flight related data. Final advances in the display design were introduced through the implementation of the synthetic vision system and a visualization of the virtual tunnel in the sky.
17

Lin, Mao Chi, and 林茂吉. "Visualization Experiments of Compact Disk Microfluidics for Fluid Mixing." Thesis, 2005. http://ndltd.ncl.edu.tw/handle/84478606878413599143.

Повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
Анотація:
碩士
國立中興大學
機械工程學系
93
This study uses the flow visualization method to observe mixing phenomenon of two fluids in the microchannel fabricated on the Compact Disk(CD)-like PMMA substrate. Ferric chloride and ammonium thiocyanate respectively dissolved in the deionized water are used as the working fluids in the experiment. Quantification of mixing efficiency is based on the reaction of the two fluids. The forces acting on the flow field include the centrifugal and Coriolis forces. The centrifugal force pointing in radial direction drives the fluids to flow along the channels. The Coriolis force that may introduce the secondary flow pointing in the direction across the channels is expected to enhance the mixing. Photoresist is employed as the material for fabrication of the channel structure on the CD-like rotating chip. The chip is thermally bounded with PMMA for flow visualization and measurements of the mixing efficiency. The visualization mechanisms are composed of the image acquisition system, a DC motor with encoder, and the in-house synchronizer for capturing the synchronizing images. The passive valves for restraining the capillary force could be realized by designing a channel width of 200μm and a depth of 110μm or 150μm together with a suitable wedge angle. The experimental results on the“capillary-burst valves”are consistent with the theory that has been modified for the present microchannels to take the three-dimensional surface tension effects into account. In the mixing experiments, the pseudo-Coriolis phenomenon is observed inside the channel with fins and the mixing efficiency in the channel with 1-fin is better than that in the channel with 2-fins or 3-fins. The presence of bubbles in the microchannels in the course of the mixing experiments hinders the observation of the Coriolis effects in the present study. Improvements may be achieved by re-design of the channel geometry and the visualization setup .
18

Li, Shu-Lin, and 李書琳. "Flow Visualization and Performance Characterization for Triangular and Dimple Fin Patterns for Compact Heat Exchangers." Thesis, 2008. http://ndltd.ncl.edu.tw/handle/00671841998538432645.

Повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
Анотація:
碩士
雲林科技大學
機械工程系碩士班
96
The heat transfer coefficient and pressure drop by different air flow rates of in compact fin heat exchangers were empirically studied and the flow visualizations were taken to see the flow phenomenon in the flow channels. The test heat sink has a rectangular size of , the fin pitch is . The test samples included the plate fin, small triangular fin, middle triangular fin, big triangular fin and triangular different angle of attack fin for generating vortex. Also, the combined dimple and plate fin, dimple fin, one groups dimple fin and two groups dimple fin were tested. The results indicated that the triangular different angle of attack fin not only effectively increases heat transfer, but also reduce approximately pressure drops as compared to the big triangular fin with relative same size. In addition, it induces the lowest thermal resistance as compared to the other fins for the same pumping power. Using the principle for evaluation, tit needs the smallest heat transfer area and can reduce area as compared to the plate fin at wind speed about . While using the principle for evaluation, it needs the lowest operation power. As speed about , it reduces of power as compared to the plate fin. From the above discussion, the triangular different angle of attack fin can reduce the most pumping power and heat transfer, thus, it is the best choice for design.
19

Deng, Ya-Wen, and 鄧雅文. "Compare Data Visualization and Infographic in Insight and Persuasion." Thesis, 2017. http://ndltd.ncl.edu.tw/handle/cd7bs3.

Повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
Анотація:
碩士
國立清華大學
服務科學研究所
106
The study investigates when to use data visualizations and when to use infographics, by comparing the two information charts for viewer insight and persuasion. Furthermore, this study explores how viewer involvement differs between data visualization and infographic. We used a research framework based on Elaboration Likelihood Model, which is an information processing theory that described how high and low involvement participants process information. We designed an experiment with treatments based on a dataset of starting salaries provided by Ministry of Education. In the experiment, participants were exposed to one of the treatments — data visualization or infographic — then asked to answer a variety of questions about perceptions, insight, and opinion change. The results show that data visualization is overall better at insight. However, participants’ age also influenced results. Although practitioners design infographics to engage low involvement viewers, our study found that even low involvement participants have better insight from data visualizations than infographics. On the other hand, the persuasiveness of the data visualization and infographic was similar between high and low involvement participants. The high involvement group was more easily persuaded. Furthermore, argument quality and attractiveness also increased persuasiveness.
20

HU, CHEN-CHEN, and 胡鎮臣. "Data Visualization Applied in the Manufacturing System:Case Study of a Solar Energy Company." Thesis, 2016. http://ndltd.ncl.edu.tw/handle/68czhf.

Повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
Анотація:
碩士
中華大學
資訊管理學系
104
Data visualization has revealed hidden within the data information and knowledge functions. Manufacturing production line each day amounting to millions of data is very common. How in these contains with structure of and non-structure of and quite jumbled of big data, through quantitative information, and theme type design, and Visual graphics making and Graphics analysis, series of process, will jumbled of text through Visual of tool conversion into readily understood, again from filter out abnormal patterns, provides managers quickly cut problem, is production monitoring and management not less of needs. This study will be the Tableau Desktop as a Visual analytical tool, the Q company's production yield, output quantity, scrap quantity, and scrap reason and work order information make an interactive dashboard with the function of real-time monitoring, as well as visualization graphics for analysis, Find implicit in the text and the value could not be readily perceived information, and summarize the information provided to the departments involved, and thus, desired system, manual operation or process improvement in order to effectively reduce the scrap generated while achieving yield enhancement purposes.
21

Cerqueira, Filipa Delgado Bizarro. "Business Intelligence: Development of a performance monitoring dashboard in a pharmaceutical company." Master's thesis, 2022. http://hdl.handle.net/10362/136635.

Повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
Анотація:
Internship Report presented as the partial requirement for obtaining a Master's degree in Data Science and Advanced Analytics, specialization in Business Analytics
Business intelligence is a concept that has been around for over 150 years. Although, only for the past 10 years has it become an idea wildly known in the technology world. Now, it is a tool used to help organizations handle big amounts of data and transform it into real-time information and ultimately make better and more effective decisions. In this context, the report describes my internship experience working as a Business Intelligence consultant at SDG. Which is an established consulting firm with offices in almost every continent. SDG helps companies handle their most important challenges as well as discover new opportunities with the use of advanced analytics and data-driven business models. The report specifies one of the projects that was accomplished during my time at SDG, with the role of developer. The goal of this project was to develop a dashboard using Qlik that would help two pharmaceutical companies measure the performance of a new drug. To do so the necessary data sources were provided from both sides of the company, and using an ETL approach, the data was integrated and ready to be used in the project. The companies provided an initial mock-up of the expected visualizations, and with some changes considering the initial discoveries, the data model was created. Following, the KPI’s were defined and implemented in the dashboard’s visualizations. The project was deemed successful, and it fulfilled the clients’ expectations.
22

Dores, Raúl da Silva. "The process of acceptance, design and implementation of an ABC system: an interventionist case in a Portuguese company." Doctoral thesis, 2021. http://hdl.handle.net/1822/76793.

Повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
Анотація:
Tese de Doutoramento (Programa Doutoral em Engenharia Industrial e de Sistemas)
Esta tese é o resultado de um estudo intervencionista realizado numa empresa portuguesa entre setembro de 2011 e janeiro de 2014. Tem a particularidade de ter sido realizada através de uma bolsa de doutoramento em empresa pelo que os seus objetivos são bipartidos. Por um lado, tenta fazer uma contribuição para a empresa de acolhimento através da implementação de um sistema ABC (custeio baseado em atividades), que visa medir a rentabilidade dos produtos, clientes e das áreas de negócio. Por outro lado, tem o propósito de contribuir para a academia com novo conhecimento teórico e prático através da interpretação do processo de adoção do ABC. Esta tese é composta por três ensaios e explora tanto os aspetos tecnológicos como aspetos sociológicos do processo de aceitação e implementação do sistema ABC. Por ser um estudo particular, onde o investigador intervém na aplicação da técnica do ABC, também explora aspetos metodológicos relacionados com a investigação intervencionista (INV-I). O primeiro ensaio centra-se no estudo do processo de implementação piloto do sistema ABC, que decorreu entre setembro de 2011 e maio de 2012. Em particular, ele explora o papel das visualizações durante o processo de implementação. A implementação de um sistema ABC, quando aplicado a toda a empresa, implica ‘receber’ e ‘enviar’ muita informação, na forma de visualizações, as quais são provenientes de diferentes atores, com diferentes interesses e conhecimentos. Essas visualizações atuam como mediadores no processo de transferência de conhecimento. O segundo ensaio interpreta e analisa o processo de adoção e adaptação do ABC na empresa. Este ensaio apoia-se na teoria institucional para interpretar o caso. Através da combinação dos conceitos das lógicas institucionais, trabalho institucional e variações das práticas de gestão, este ensaio explora porquê a PortechCo aceita implementar o ABC e, em seguida, durante o processo de implementação, porquê as adaptações são realizadas na técnica ABC, no âmbito técnico, cultural e político da empresa. O terceiro ensaio, realizado através de um autoetnografia, explora experiências do investigador, enquanto profissional dentro da empresa de acolhimento e como académico procurando respostas para a utilização da INV-I na sua tese. Resultado desta exploração, o ensaio gera contributos para a metodologia de INV-I apontando novas direções para a condução destes estudos onde o investigador é também o objeto de investigação.
This thesis is the result of an interventionist study conducted in a large Portuguese company between September 2011 and January 2014. The purpose of this study, in the form of a PhD studentship in Industry, was twofold. On the one hand, it attempted a contribution to the host company through the implementation of an activity-based costing (ABC) system across the company to measure the profitability of its products, customers, and business areas. On the other hand, it had the intention to contribute to the academia, with new theoretical and practical knowledge, through the interpretation of the process of adoption (acceptance and implementation) of ABC. This thesis comprises three essays and explores technological and sociological aspects of the acceptance and implementation process of the ABC system. It also explores methodological aspects related to interventionist research. The first essay focuses on the study of the pilot implementation process of the ABC system, which took place between September 2011 and May 2012. It explores the role that visualizations played during such process. Implementing an ABC system across the entire company requires ‘receive’ and ‘give’ information, at which is coming from different actors, with different interests and knowledge. Visualizations acting as boundary objects are an important mediator in this process. The second essay accounts the story about the process of acceptance and implementation of the ABC. This essay joins several concepts of institutional theory to interpret the case. Linking institutional logics, institutional work and variations of management practices, this essay explores why PortechCo accepts to implement the ABC, and afterwards during the implementation, explores how and why individuals make adaptations on the ABC technique according to the technical, cultural, and political characteristics of the company. The third essay, conducted through an autoethnographic study, explores some experiences of the interventionist researcher as a practitioner in the host company, and then as an academic, interacting with other scholars, searching for answers to justify the interventionist research method. This essay open avenues to the interventionist research methodology joining autoethnographic methods to the research. The interventionist researcher, as the object and the subject of study, could take a better position to tell and write interventionist case studies with autoethnography.
Fundação para a Ciência e Tecnologia, for its financial support through the research grant with reference SFRH/BDE/51608/2011, funded via POPH - QREN - Type 4.1 - Advanced Training, subsidized by the European Social Fund and by national funds of MEC.

До бібліографії