Tesi sul tema "Routines"
Cita una fonte nei formati APA, MLA, Chicago, Harvard e in molti altri stili
Vedi i top-50 saggi (tesi di laurea o di dottorato) per l'attività di ricerca sul tema "Routines".
Accanto a ogni fonte nell'elenco di riferimenti c'è un pulsante "Aggiungi alla bibliografia". Premilo e genereremo automaticamente la citazione bibliografica dell'opera scelta nello stile citazionale di cui hai bisogno: APA, MLA, Harvard, Chicago, Vancouver ecc.
Puoi anche scaricare il testo completo della pubblicazione scientifica nel formato .pdf e leggere online l'abstract (il sommario) dell'opera se è presente nei metadati.
Vedi le tesi di molte aree scientifiche e compila una bibliografia corretta.
Dos, Santos Céline Calvarin Suzanne. "Les routines". [S.l.] : [s.n.], 2009. http://castore.univ-nantes.fr/castore/GetOAIRef?idDoc=58491.
Testo completoWelham, Robert Kenneth. "Optimal annual routines". Thesis, University of Bristol, 2003. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.268968.
Testo completoJohnson, Michael Patrick 1971. "Evolving visual routines". Thesis, Massachusetts Institute of Technology, 1995. http://hdl.handle.net/1721.1/61533.
Testo completoRao, Satyajit 1965. "Visual routines and attention". Thesis, Massachusetts Institute of Technology, 1998. http://hdl.handle.net/1721.1/49988.
Testo completoJonsson, Jimmy. "SM-mästare - för att det var kul! : En kvalitativ studie om psykologiska framgångsfaktorer hos motocrossförare". Thesis, Gymnastik- och idrottshögskolan, GIH, Institutionen för idrotts- och hälsovetenskap, 2012. http://urn.kb.se/resolve?urn=urn:nbn:se:gih:diva-2664.
Testo completoTränarprogrammet 1995-1998
Gupta, Bharat. "HOW TO IMPROVE NONCONFORMITY ROUTINES". Thesis, Växjö University, School of Technology and Design, 2006. http://urn.kb.se/resolve?urn=urn:nbn:se:vxu:diva-890.
Testo completoThis report is all about quality improvement work with focusing on nonconformities routines. The purpose is to improve the process of nonconformity routines and to identify the most important issues and causes behind nonconformity routines in order to have good quality of the products and satisfied customer to achieve continuous improvement. This project is conducted at a case study at the case company GMV Sweden AB producing lifts and their components. The problem in the case company is how the case company is handling nonconformity routines which consist currently of two streams one for problems in production which leads to internal nonconformities and another is handling customer complaints. The author visits the case company to collect essential information for this work and performs face-to-face user interviews, Q&A via email. The knowledge gained on different quality tools in author's education on Terotechnology department forms the basis of this research. The author plans to solve the problem by analyzing, mapping the existing processes and using different quality tools. The author analysis is based on theoretical and empirical facts, also different quality tools like process mapping, cause effect diagram, flowchart has been used to identify the problem and relevant suggestions have been proposed to improve their current situation. In the results and conclusions the author has explain the various improvement techniques and suggestions to handle internal nonconformities and customer complaints. The author believes by implementing the suggested improved model company can address their quality issues, which will improve the productivity to a greater extent and enable them to achieve their goal of continuous improvement.
Tellex, Stefanie 1980. "Grounding language in spatial routines". Thesis, Massachusetts Institute of Technology, 2006. http://hdl.handle.net/1721.1/37399.
Testo completoIncludes bibliographical references (p. 105-108).
This thesis describes a spatial language understanding system based on a lexicon of words defined in terms of spatial routines. A spatial routine is a script composed from a set of primitive operations on sensor data, analogous to Ullman's visual routines. By finding a set of primitives that underlie natural spatial language, the meaning of spatial terms can be succinctly expressed in a way that can be used to obey natural language commands. This hypothesis is tested by using spatial routines to build a natural language interface to a real time strategy game, in which a player controls an army of units in a battle. The system understands the meaning of context-dependent natural language commands such as "Run back!" and "Move the marines on top above the fiamethrowers on the bottom." In evaluation, the system successfully interpreted a range of spatial commands not seen during implementation, and exceeded the performance of a baseline system. Beyond real-time strategy games, spatial routines may provide the basis for interpreting spatial language in a broad range of physically situated language understanding systems, such as mobile robots or other computer game genres.
by Stefanie Tellex.
S.M.
Gossart, Cedric. "Routines and firm's HSE behaviour". Thesis, University of Sussex, 2004. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.666767.
Testo completoDe, Oliveira Steven. "Finding constancy in linear routines". Thesis, Université Paris-Saclay (ComUE), 2018. http://www.theses.fr/2018SACLS207/document.
Testo completoThe criticality of programs constantly reaches new boundaries as they are relied on to take decisions in place of the user (autonomous cars, robot surgeon, etc.). This raised the need to develop safe programs and to verify the already existing ones.Anyone willing to formally prove the soundness of a program faces the two challenges of scalability and undecidability. Million of lines of code, complexity of the algorithm, concurrency, and even simple polynomial expressions are part of the issues formal verification have to deal with. In order to succeed, formal methods rely on state abstraction to analyze approximations of the behavior of the analyzed program.The analysis of loops is a full axis of formal verification, as this construction is still today not well understood. Though some of them can be easily handled when they perform simple operations, there still exist some seemingly basic loops whose behavior has not been solved yet (the Syracuse sequence for example is suspected to be undecidable).The most common approach for the treatment of loops is the use of loop invariants, i.e. relations on variables that are true at the beginning of the loop and after every step. In general, invariants are expected to use the same set of expressions used in the loop: if a loop manipulates the memory on a structure for example, invariants will naturally use expressions involving memory operations. However, there exist loops containing only linear instructions that admit only polynomial invariants (for example, the sum on integers $sumlimits_{i=0}^n i$ can be computed by a linear loop and is a degree 2 polynomial in n), hence using expressions that are syntacticallyabsent of the loop. Is the previous remark wrong then ?This thesis presents new insights on loops containing linear and polynomial instructions. It is already known that linear loops are polynomially expressive, in the sense that if a variable evolves linearly, then any monomial of this variable evolves linearly. The first contribution of this thesis is the extraction of a class of polynomial loops that is exactly as expressive as linear loops, in the sense that there exist a linear loop with the exact same behavior. Then, two new methods for generating invariants are presented.The first method is based on abstract interpretation and is focused on a specific kind of linear loops called linear filters. Linear filters play a role in many embedded systems (plane sensors for example) and require the use of floating point operations, that may be imprecise and lead to errors if they are badly handled. Also, the presence of non deterministic assignments makes their analysis even more complex.The second method treats of a more generic subject by finding a complete set of linear invariants of linear loops that is easily computable. This technique is based on the linear algebra concept of eigenspace. It is extended to deal with conditions, nested loops and non determinism in assignments.Generating invariants is an interesting topic, but it is not an end in itself, it must serve a purpose. This thesis investigates the expressivity of invariantsgenerated by the second method by generating counter examples for the Kannan-Lipton Orbit problem.It also presents the tool PILAT implementing this technique and compares its efficiency technique with other state-of-the-art invariant synthesizers. The effective usefulness of the invariants generated by PILAT is demonstrated by using the tool in concert with CaFE, a model-checker for C programs based on temporal logics
Furneaux, Craig. "Variations on a routine : how selection-adaptation-retention dynamics create variety in organisational routines". Thesis, Queensland University of Technology, 2012. https://eprints.qut.edu.au/52838/1/Craig_Furneaux_Thesis.pdf.
Testo completoGUIMARAES, MARIA ISABEL PEIXOTO. "LEARNING IN ORGANIZATIONAL ROUTINES: DESIGN THINKING AND THE CREATION OF ROUTINES GUIDED BY A LEARNING LOGIC". PONTIFÍCIA UNIVERSIDADE CATÓLICA DO RIO DE JANEIRO, 2018. http://www.maxwell.vrac.puc-rio.br/Busca_etds.php?strSecao=resultado&nrSeq=35729@1.
Testo completoCOORDENAÇÃO DE APERFEIÇOAMENTO DO PESSOAL DE ENSINO SUPERIOR
PROGRAMA DE SUPORTE À PÓS-GRADUAÇÃO DE INSTS. DE ENSINO
PROGRAMA DE SUPORTE À PÓS-GRADUAÇÃO DE INSTITUIÇÕES COMUNITÁRIAS DE ENSINO PARTICULARES
Em um mundo caracterizado por volatilidade, incerteza, complexidade e ambiguidade (McCHRYSTAL, 2015), onde situações de desordem e indeterminação predominam (SCHON, 1983), o sucesso das organizações depende da aprendizagem (ARGYRIS, 1991). Nesse cenário, as empresas estão se apoiando na ideia de que o Design Thinking poderá ser uma forte ferramenta para levá-las a um patamar desejável de inovação. Com atenção a esse contexto, algumas pesquisas vêm apresentando como rotinas organizacionais dinâmicas, flexíveis e colaborativas, guiadas por uma lógica de aprendizagem, podem ajudar a estruturar a inovação em projetos complexos (EDMONDSON e ZUZUL, 2016). É nesse cenário que essa Tese está inserida. Trata-se de um estudo no campo da aprendizagem organizacional, na perspectiva da prática, que parte da premissa de que a abordagem do Design Thinking (DT) pode trazer a lógica da aprendizagem para as rotinas organizacionais, uma vez que pode-se dizer que o DT está alinhado aos fundamentos do Pragmatismo de Dewey (DALSGAARD, 2014), e da aprendizagem pragmática (BRANDI e ELKJAER, 2011). Pelas lentes da fenomenografia, abordagem teórico-metodológica, buscou-se entender e descrever a variação na forma de se experienciar e conceber a aprendizagem em práticas (rotinas) guiadas pela abordagem do DT, como base para a construção de um framework teórico original. Foram realizadas 21 entrevistas, com profissionais de diferentes empresas, formações e ocupações, o que possibilitou uma coleta de dados distribuídos, garantindo a variedade exigida pelo método. Como resultado, três categorias descritivas emergiram da interação entre os dados do campo e a pesquisadora: learning-based practice; learning-based thinking; e learning-based culture. Essas categorias representam três diferentes concepções acerca da aprendizagem situada nas rotinas organizacionais guiadas pela abordagem do Design Thinking. E, em conjunto, representam uma forma holística de se experienciar esse fenômeno. A variação entre as três concepções está evidenciada por meio de sete dimensões que a explicam. As dimensões explicativas representam um detalhamento de o quê e como se aprende, na percepção dos entrevistados e na situação delimitada no estudo. No âmbito do o quê se aprende, observaram-se cinco dimensões explicativas: (1) a propriedade da aprendizagem; (2) o objeto da aprendizagem; (3) o valor gerado pela aprendizagem; (4) o resultado da aprendizagem; e (5) o impacto da aprendizagem nas rotinas organizacionais. No âmbito do “como” se aprende, observaram-se duas dimensões explicativas: (6) a dinâmica e os recursos utilizados para aprender; e (7) o papel do DT na aprendizagem. A organização hierárquica das três categorias compôs o Espaço de Resultado, que serviu de fundamento para a elaboração de um framework teórico com proposições que apresentam caminhos para a construção de rotinas organizacionais guiadas por uma lógica de aprendizagem, ao invés de padrões, scripts e blueprints (EDMONDSON e ZUZUL, 2016), com o objetivo de contribuir para os processos de inovação nas organizações e para o avanço da teoria e da prática no campo da aprendizagem organizacional.
In a world characterized by volatility, uncertainty, complexity and ambiguity (McChrystal, 2015), where situations of disorder and indeterminacy predominate (Schon, 1983), success in organizations depends on learning (Argyris, 1991). In this scenario, firms are betting on the idea that design thinking can be a strong tool for forging their way to a desirable level of innovation. Their attention focused on this context, some researchers have advanced the idea of how organizational routines - collaborative, flexible and dynamic - guided by a learning logic, can help to structure innovation in complex projects (Edmondson and Zuzul, 2016). It is in this scenario that this article is positioned. This is a study in the field of organizational learning from the practice perspective, which is based on the premise that the design thinking (DT) approach can bring the logic of learning to organizational routines, since we can say that DT is anchored in the fundamentals of Dewey s pragmatism (Dalsgaard, 2014) and of pragmatic learning (Brandi and Elkjaer, 2011). Through the lens of phenomenography, a theoretical-methodological approach, we sought to understand and describe the variation in the form of experiencing learning in practices (routines) based on the DT approach, in order to construct an original theoretical framework. Twenty-one interviews were conducted with professionals from different companies, professions and occupations, which enabled the collection of distributed data, guaranteeing the variety required by the method. As a result, three categories of description emerged from the interaction between the field data and the researcher: learning-based practice; learning-based thinking; and learning-based culture. These categories represent three different conceptions about learning in organizational routines guided by the Design Thinking approach. And together, they represent a holistic way of experiencing this phenomenon. The variation between the three conceptions is evidenced by means of seven dimensions that explain it. The explanatory dimensions represent a detail of what and how one learns, in the perception of the interviewees and in the situation delimited in the study. Within the what is learned, five explanatory dimensions were observed: (1) the property of learning; (2) the object of learning; (3) the value generated by learning; (4) the learning outcome; and (5) the impact of learning on organizational routines. Within the how one learns, two explanatory dimensions were observed: (6) the dynamics and resources used to learn; and (7) the role of DT in learning. The hierarchical organization of the three categories composed the Outcome Space, which served as the basis for the elaboration of a theoretical framework with propositions that present paths for the construction of organizational routines guided by a learning logic, instead of patterns, scripts and blueprints (Edmondson and Zuzul, 2016) - which intends to make an important contribution to the processes of innovation in organizations and to the advancement of theory and practice in the field of organizational learning.
Collier, Tamara L. "Dietary Routines and Diabetes: Instrument Development". Ohio : Ohio University, 2007. http://www.ohiolink.edu/etd/view.cgi?ohiou1179408680.
Testo completoJARDIM, LEANDRO SCHOEMER. "UNDERSTANDING COMPETENCE IN PRODUCTION SCHEDULING ROUTINES". PONTIFÍCIA UNIVERSIDADE CATÓLICA DO RIO DE JANEIRO, 2017. http://www.maxwell.vrac.puc-rio.br/Busca_etds.php?strSecao=resultado&nrSeq=34032@1.
Testo completoCOORDENAÇÃO DE APERFEIÇOAMENTO DO PESSOAL DE ENSINO SUPERIOR
PROGRAMA DE SUPORTE À PÓS-GRADUAÇÃO DE INSTS. DE ENSINO
Nas organizações industriais contemporâneas, a competição global e o avanço das tecnologias de informação tornam os produtos e processos cada vez mais semelhantes. O desempenho operacional passa, então, a ser um dos principais mecanismos de diferenciação. Nesse cenário, a área de planejamento e programação da produção ganha um inédito papel estratégico. O presente estudo se propôs a investigar esse novo papel com um olhar centrado nas rotinas organizacionais e nas pessoas que exercem a função. Mais especificamente, a partir de uma abordagem qualitativa e interpretativa, o trabalho utilizou o método fenomenográfico para compreender como os programadores concebem a competência nas suas rotinas organizacionais. A análise das entrevistas identificou três diferentes concepções. A primeira está associada à tarefa de alocação eficiente de recursos e materiais. A segunda vê a programação como um processo de mediação entre as diferentes áreas da empresa. E a terceira atribui ao programador de produção a reponsabilidade de fazer a gestão estratégica da operação. Além disso, foram identificadas seis dimensões do fenômeno que explicam e diferenciam as concepções, são elas: Raciocínio lógico, Conhecimento técnico (do processo produtivo), Conhecimento sistêmico (de outras áreas), Estratégia de negociação, Aspecto manifesto da rotina e Envolvimento com a estratégia corporativa. Os achados sugerem, por fim, que a dimensão estratégica da programação é verificável, em diferentes graus, nas suas rotinas. Além disso, ao revelar a concepção competência como sendo a mediação entre as diferentes áreas da empresa, o estudo traz as estratégias de negociação para o centro do debate sobre a realização competente das rotinas de programação da produção.
In contemporary industrial organizations, global competition and the advancement of information technologies make products and processes increasingly similar. Operational performance then becomes one of the main differentiation mechanisms. In this scenario, the area of production planning and scheduling gains an unprecedented strategic role. The present study aimed to investigate this new role with a focus on the organizational routines and the people who perform them. More specifically, from a qualitative and interpretative approach, this study used phenomenography method to understand how schedulers conceive competence in their organizational routines. The analysis of the interviews identified three different conceptions. The first is associated with the task of efficient allocation of resources and materials. The second sees scheduling as a process of mediation between the different areas of the company. And the third assigns to the production planner the responsibility to do the strategic management of the enterprise operations. In addition, six dimensions of the phenomenon that explain and differentiate the conceptions are identified: Logical reasoning, Technical knowledge (of the productive process), Systemic knowledge (of other areas), Negotiation strategy, Manifested aspect of the routine and Involvement with corporate strategy. The findings suggest that the strategic dimension of scheduling is verifiable, to different degrees, in production planning routines. In addition, by revealing the concept of competence as being the mediation between the different areas of the company, the study brings negotiation strategies to the center of the debate on the competent realization of production planning routines.
VIDAL, DENISE SABOIA MEDEIROS. "UNDERSTANDING ACCOUNTABILITY IN INTERNAL CONTROL ROUTINES". PONTIFÍCIA UNIVERSIDADE CATÓLICA DO RIO DE JANEIRO, 2018. http://www.maxwell.vrac.puc-rio.br/Busca_etds.php?strSecao=resultado&nrSeq=34341@1.
Testo completoBrazil s today scenario is full of corruption scandals, money laundering, racketeering, among other crimes involving large corporations and public power. Bearing this in mind, the internal control routines, as well as the procedures that involve an Internal Control system, appear as fundamental tools to deal with this scenario. Using Pinho and Sacramento s concept of accountability (2008) and under the watch of organizational routines and peculiarities of internal control, the present study was aimed to investigate how professionals understand accountability in internal control routines. From a phenomenological approach 20 professionals were interviewed, all of them working in Internal Control department of an insurance company located in Rio de Janeiro City, from 09/08/2017 to 09/10/2017. The analyzes returned three concepts: the first is related to the respect with the artifacts, the second involves qualifying routines, and the third concerns to the organization protection. In addition, the explanatory dimensions of the concepts were identified according to the following categories: deference to transparency; intensity of interaction aspects; the sense of responsibility and respect for control. The findings suggest that there is a construction of concepts that evolves from instrumental to perception of value. In addition, the evidence indicates that professionals have a significant perception of responsibility in the routines of internal controls. And finally, brings to light the relationship between process improvement and the interaction intensity between the ostensible and performative aspects of organizational routines.
Yang, Yumei. "Out of control : organizational defensive routines". Thesis, Bournemouth University, 2017. http://eprints.bournemouth.ac.uk/29322/.
Testo completoGrip, Dana Richardson. "Information Systems Inefficiencies and Changing Work Routines". Thesis, Norwegian University of Science and Technology, Department of Computer and Information Science, 2006. http://urn.kb.se/resolve?urn=urn:nbn:no:ntnu:diva-9473.
Testo completoThis thesis focuses on the effect of nursing staff's redundant work routines on error and quality of care in one Critical Access Hospital in rural Wisconsin, USA. Methods were based on participatory design and an ethnographic approach, and included individual interviews and observation-based interviews. Introduction of a computerized information system was scheduled for the case study site and this thesis makes pre-implementation suggestions regarding staff training, interface features desired by the future users, and removal or restructuring of certain redundancies. The contribution of this thesis to information systems research is a classification system for determining the degree of redundancy (productive, gray-zone, and unproductive) present in the task chains of specific work routines, and a second classification system for determining to what extent modifying or removing an unproductive redundancy returns value. The degree to which an unproductive redundancy may be modified or removed is weighted against the difficulty of changing the work routines associated with that redundancy as well as the expected impact on other routines.
Thomas, Robert J. "Functions of daily singing routines in birds". Thesis, University of Sussex, 1997. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.390076.
Testo completoOgaza, Martin Alexander. "Implementation of knowledge management into organizational routines". Thesis, University of Leeds, 2016. http://etheses.whiterose.ac.uk/16657/.
Testo completoThomas, Ilias. "Optimizing levodopa dosing routines for Parkinson’s disease". Licentiate thesis, Högskolan Dalarna, Mikrodataanalys, 2017. http://urn.kb.se/resolve?urn=urn:nbn:se:du-26423.
Testo completoStanway, Bonnie Rose. "Coping with uncertainty as the new normal: How improvisation impacts routine paths and patterns in organizations". Thesis, The University of Sydney, 2022. https://hdl.handle.net/2123/29174.
Testo completoDodge, Catherine A. "Recommendations for secure initialization routines in operating systems /". Monterey, Calif. : Springfield, Va. : Naval Postgraduate School ; Available from National Technical Information Service, 2005. http://library.nps.navy.mil/uhtbin/hyperion/04Dec%5FDodge.pdf.
Testo completoThesis Advisor(s): Cynthia E. Irvine, Thuy D. Nguyen. Includes bibliographical references (p. 107-109) Also available online.
Barrett, Michael Ian. "Numerical integration routines for the Gest simulation environment". Thesis, University of Ottawa (Canada), 1988. http://hdl.handle.net/10393/5500.
Testo completoFantasia, Valentina. "Exploring infants' cooperative participation in early social routines". Thesis, University of Portsmouth, 2015. https://researchportal.port.ac.uk/portal/en/theses/exploring-infants-cooperative-participation-in-early-social-routines(ad9ce440-5783-4936-9a00-5d936bf9764a).html.
Testo completoAmbrosini, Veronique. "Tacit routines as a source of competitive advantage". Thesis, Cranfield University, 2001. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.391573.
Testo completoMacartney, Maurice James. "Denominations : routines of identification in Northern Irish politics". Thesis, Queen's University Belfast, 2000. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.343060.
Testo completoPAIVA, THEIZA CONTE. "PHENOMENOGRAPHIC ANALYSIS ON SHARING COMPETENCES IN INNOVATION ROUTINES". PONTIFÍCIA UNIVERSIDADE CATÓLICA DO RIO DE JANEIRO, 2015. http://www.maxwell.vrac.puc-rio.br/Busca_etds.php?strSecao=resultado&nrSeq=25365@1.
Testo completoO campo da Gestão da Inovação tem buscado entender e descrever como ocorre o processo de geração de propostas de soluções evolutivas, de melhoria ou inovadoras dentro das organizações. Este trabalho busca entender como a dinâmica de trabalho de grupos de indivíduos ocorre, através das atividades formais ou informais ligadas à busca de solução inovadora de problemas, nas perspectivas do compartilhamento de competências individuais e da construção da competência coletiva. A pesquisa fenomenográfica foi realizada entre 01 de setembro e 22 de outubro de 2014 por meio de 20 entrevistas presenciais, semiestruturadas, com gestores e profissionais sêniores de 10 organizações. A análise dos conceitos das vivências e percepções destes indivíduos acerca do fenômeno de compartilhar competência no âmbito das rotinas de inovação gerou a identificação de três categorias de descrição (Tabela 2): Criação de Competência Coletiva, Transformação do Fazer e Construção de Padrão de Pensamento, que foram descritas em cinco dimensões explicativas: Conceito de Compartilhamento de Competência, Perspectiva de Competência Individual, Perspectiva de Competência Coletiva, Dinâmica das Rotinas Organizacionais e Contexto de Processos Inovadores. Estas categorias emergiram das experiências relatadas pelos entrevistados em grau de abrangência crescente e de acordo com os respectivos entendimentos sobre o processo de trabalho de uma equipe que busca soluções inovadoras: uma dinâmica de construção conjunta que é realizada por um grupo de indivíduos resultado de um pensamento coletivo e continuado.
The field of Innovation Management has sought to understand and describe how the process of evolutive, improvement and innovative solutions proposals occur inside organizations. This works seeks to understand how the work dynamic of groups of individuals occur through formal or informal activities linked to the search of innovative problem solving, in both sharing individual competencies and constructing collective competencies perspectives. The phenomenographic research was done between September 1st, 2014 and October 22nd, 2014 having 20 interviews, semistructured, with managers and senior professionals of 10 organizations. The analysis of the experience concept and the perceptions of these individuals about the competence sharing phenomenon in the innovation routine scope identified three description categories (Table 2): Collective Competence Creation, Transformation of Doing and Thought Pattern Creation, which were described into five explicative dimensions: Competence Sharing Concept, Individual Competence Perspective, Collective Competence Perspective, Dynamic of Organizational Routines, Innovative Processes Context. These categories emerged from experiences reported by the interviewees in increasing degrees of coverage and also according with respective understandings about work processes in a team looking for innovative solutions: a joint construction dynamic performed by a group of individuals resulted from collective and continuous thought.
Dodge, Catherine A. "Recommendations for secure initialization routines in operating systems". Thesis, Monterey, California. Naval Postgraduate School, 2004. http://hdl.handle.net/10945/1206.
Testo completoWhile a necessity of all operating systems, the code that initializes a system can be notoriously difficult to understand. This thesis explores the most common architectures used for bringing an operating system to its initial state, once the operating system gains control from the boot loader. Specifically, the ways in which the OpenBSD and Linux operating systems handle initialization are dissected. With this understanding, a set of threats relevant to the initialization sequence was developed. A thorough study was also made to determine the degree to which initialization code adheres to widely accepted software engineering principles. Based upon this threat analysis and the observed strengths and weaknesses of existing systems, a set of recommendations for initialization sequence architecture and implementation have been developed. These recommendations can serve as a guide for future operating system development.
Civilian, Naval Postgraduate School
CANATO, ANNA. "Exploring the interactions between organizational identity and routines". Doctoral thesis, Università Bocconi, 2008. https://hdl.handle.net/11565/4051227.
Testo completoDean, Jenny. "A Change of Routine: Understanding the Relationship Between Newspaper Reporter Routines and New Technologies in the Age of Media Convergence and Economic Turmoil". Thesis, University of Oregon, 2016. http://hdl.handle.net/1794/20674.
Testo completoHölzl, Werner. "The evolutionary theory of the firm. Routines, complexity and change". Inst. für Volkswirtschaftstheorie und -politik, WU Vienna University of Economics and Business, 2005. http://epub.wu.ac.at/1650/1/document.pdf.
Testo completoSeries: Working Papers Series "Growth and Employment in Europe: Sustainability and Competitiveness"
Kirksey, James Frederick. "Improvement of harmonic balance solution routines for nonlinear systems". Thesis, Georgia Institute of Technology, 1988. http://hdl.handle.net/1853/16480.
Testo completoChen, Hsin-Jen. "Routines and micro-politics in a Taiwanese primary school". Thesis, University of Cambridge, 2004. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.413072.
Testo completoNilsson, Susanne. "Making innovation everyone´s business : Using routines and controls". Doctoral thesis, KTH, Integrerad produktutveckling, 2015. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-165832.
Testo completoQC 20150504
D'Andrea, Dajana. "Organisational routines in project-based organisations : an exploratory study". Thesis, University of Sussex, 2012. http://sro.sussex.ac.uk/id/eprint/39706/.
Testo completoCastellanos-Paez, Sandra. "Apprentissage de routines pour la prise de décision séquentielle". Thesis, Université Grenoble Alpes (ComUE), 2019. http://www.theses.fr/2019GREAM043.
Testo completoIntuitively, a system capable of exploiting its past experiences should be able to achieve better performance. One way to build on past experiences is to learn macros (i.e. routines). They can then be used to improve the performance of the solving process of new problems. In automated planning, the challenge remains on developing powerful planning techniques capable of effectively explore the search space that grows exponentially. Learning macros from previously acquired knowledge has proven to be beneficial for improving a planner's performance. This thesis contributes mainly to the field of automated planning, and it is more specifically related to learning macros for classical planning. We focused on developing a domain-independent learning framework that identifies sequences of actions (even non-adjacent) from past solution plans and selects the most useful routines (i.e. macros), based on a priori evaluation, to enhance the planning domain.First, we studied the possibility of using sequential pattern mining for extracting frequent sequences of actions from past solution plans, and the link between the frequency of a macro and its utility. We found out that the frequency alone may not provide a consistent selection of useful macro-actions (i.e. sequences of actions with constant objects).Second, we discussed the problem of learning macro-operators (i.e. sequences of actions with variable objects) by using classic pattern mining algorithms in planning. Despite the efforts, we find ourselves in a dead-end with the selection process because the pattern mining filtering structures are not adapted to planning.Finally, we provided a novel approach called METEOR, which ensures to find the frequent sequences of operators from a set of plans without a loss of information about their characteristics. This framework was conceived for mining macro-operators from past solution plans, and for selecting the optimal set of macro-operators that maximises the node gain. It has proven to successfully mine macro-operators of different lengths for four different benchmarks domains and thanks to the selection phase, be able to deliver a positive impact on the search time without drastically decreasing the quality of the plans
Rawlings, Jordan. "Encouraging Tolerance of and Cooperation with Dental/Medical Routines". Thesis, University of North Texas, 2020. https://digital.library.unt.edu/ark:/67531/metadc1703430/.
Testo completoPang, Xingsheng 1951. "Effectiveness of cow cooling techniques during the milking routines". Thesis, The University of Arizona, 1990. http://hdl.handle.net/10150/277323.
Testo completoBarnes, Aaron C. 1981. "An evaluation of routines analyses within functional behavior assessment". Thesis, University of Oregon, 2009. http://hdl.handle.net/1794/10545.
Testo completoProcedures for direct observation as part of functional behavior assessment (FBA) in natural settings continue to be an important area of inquiry and evaluation in the field of education. Spread across a continuum of control and rigor, various direct FBA methods involve a variety of strengths and limitations. The purpose of this study was to evaluate the treatment utility of routines analysis when applied to direct observation as part of the function-based assessment and intervention process in general education classrooms. Central to this procedure is the use of routines analysis during the FBA interview to inform and develop direct observation conditions. This procedure was evaluated across 3 students in grades K-6. Data collected via this procedure showed utility when compared to traditional ABC observation methods such that clearer indications of a hypothesized function of behavior were obtained. Interventions developed from the assessment data resulted in an observed decrease in problem behavior for each participant. Results of this study suggest the importance of routines analysis as a possible way to increase the efficiency and effectiveness of the FBA process.
Committee in charge: Cynthia Anderson, Chairperson, Special Education and Clinical Sciences; Robert Horner, Member, Special Education and Clinical Sciences; Richard Albin, Member, Special Education and Clinical Sciences; Jean Stockard, Outside Member, Planning Public Policy & Mgmt
Kadison, Lisa S. "Using Gamification to Increase Adherence to Daily Living Routines". Scholar Commons, 2015. https://scholarcommons.usf.edu/etd/5515.
Testo completoVarotto, Andrea <1990>. "Organizational change: the role of routines and their qualities". Master's Degree Thesis, Università Ca' Foscari Venezia, 2015. http://hdl.handle.net/10579/5811.
Testo completoMoggian, Barban Andrea <1995>. "Renewal of organizational routines: the case study of Upooling". Master's Degree Thesis, Università Ca' Foscari Venezia, 2021. http://hdl.handle.net/10579/19438.
Testo completoSvensson, Martin. "Routes, Routines and Emotions in Decision Making of Emergency Call Takers". Doctoral thesis, Blekinge Tekniska Högskola, Sektionen för management, 2012. http://urn.kb.se/resolve?urn=urn:nbn:se:bth-00524.
Testo completoDisp. June 12
Hjelmervik, Ove Rustung. "ICT-supported knowledge representation for Development of Routines in industry". Doctoral thesis, Norwegian University of Science and Technology, Department of Productions and Quality Engineering, 2007. http://urn.kb.se/resolve?urn=urn:nbn:no:ntnu:diva-1467.
Testo completoThe ability to develop operating routines through the support of information and communication technology (ICT) is being valued by the business community as a source of competitive advantage in the information economy; and research concerning the facilitating role of such technology in relation to organizational learning and development of routines is therefore required. In this thesis the focus is directed at the relationship between communication technology and the development of routines in an industrial organization leading to enhanced value creation. The impact computer-supported knowledge representation has on an organization’s ability to change through development of operating routines are addressed, and propositions concerning the effects on different aspects of communication technology (e.g. system structure and functionality) and organizational environment (e.g. organizational learning, empowerment, systemic innovation, and absorptive capacity) are developed. The moderating role (i.e. the learning mechanisms) of an organization’s ability to learn from, and share, experience within a multilevel nested organizational structure is also discussed and evaluated.
The main goal of this study has been to reveal and explain how operating routines are developed and learned through ICT-supported knowledge representation, and on this basis build concepts and methods that can be used to improve the development of operating routines in business organizations. In this context we have developed a deliberate organizational learning model (DOLM). The main contributions of this work are the following:
• Development of operating routines may be enhanced through computercommunication given a multilevel nested iterative organization structure applying an ICT-supported deliberate organizational learning model.
• Empowered employees are willing to participate in the development of routines through such communication by sharing experience that may impact on operative and strategic activities, resulting in enhance productivity.
• Employees participating directly, or indirectly, in the design of ICT systems are positive to applying computers for the purpose of organizational learning and development of routines.
• Because of their capacity to absorb new knowledge within a context specific domain, experienced operational personnel understand new routines presented through ICTsupported deliberate organizational learning structure.
Many people take it for granted that computers support organizational learning, yet to the best of our knowledge little empirical proof has been forthcoming through the literature. We will argue that the development of operating routines can be enhanced through the application of a computer-based deliberate organizational learning model. Furthermore, our case identifies a multilevel nested iterative organization structure as a contributing mechanism for such a model to succeed. The current theory on empowerment does not say anything about employees’ willingness to apply ICT, nor does it suggest that employees are willing to share experience through the application of ICT. Our findings clearly indicate that empowered employees are applying ICT in the pursuit of developing routines and are willing to share experience through computers. Furthermore, our findings suggest systemic innovation theory to include employees that are indirectly participating in the design of systems as being positive to using computers. Such indirect participation includes employees knowing of colleagues participating in system design. While some theories argue that employees learn new routines through story-telling within a community-of-practice (COP), our data indicate that new operating routines transferred to experienced operators through ICT can be learned. Experienced operators learn new routines through having an absorptive capacity because knowledge will diffuse more rapidly among employees who have prior experience.
Our case study shows that organizations can develop operating routines supported by knowledge represented in ICT. This research contributes to the understanding that development of routines can take place through an ICT-supported deliberate organizational learning model applied within an employee-empowered multilevel nested iterative organization structure.
A best practice knowledge management (KM) system representing the firm’s operating routines is studied over time as it is being implemented in the business units within a corporation. Our focus is on change processes through development of operating routines by studying how the organization can learn from its experience, share such experience and from accumulated experience develop new routines. This thesis is a longitudinal explorative case study, basing its findings on in-dept interviews at operator, middle and senior management levels. We are basing our observations primarily on the cognitive/behavioural organisational learning theory. Based on our observations we mapped and analyzed if, how and under which circumstances an organization, supported by ICT-represented knowledge, is able to develop operating routines and thus enhance the value creation in the company. On this basis we have developed a set of “within-case” propositions. These propositions predict how and under which circumstances organizations may learn through the support of ICT, leading to development of operating processes and routines for the purpose of enhancing value creation in business organizations.
Some literature argues that knowledge is tacit and organizations learn only through practice. Our findings cannot confirm this. We have through the application of the cognitive/behavioural theory tested out organizational learning. Our research indicates that in context specific situations experienced employees can learn new routines through computer systems support. However, in order for organizations to learn, it is not enough to just implement a computer system. Our findings suggest a need for the implementation of a strategic process where the development of an integrated DOLM is the objective. Furthermore, certain organizational structures need to be in place for such a system to be applied resulting in capturing and sharing accumulated experience. In this sense strategy, change processes, and KM systems are intrinsically linked.
This research is based on a case study of Hydro Aluminium’s BestPracticeSystem (BPS), a successful in-house developed enterprise KM system implemented in the period 2003/4. The case study demonstrates the usefulness of the model to support change processes through development of operating routines, and the improvement in productivity that can be achieved by implementing a deliberate organizational learning model in conjunction with a process oriented manufacturing practice. Knowledge represented through ICT can drive value creation.
Hill, Crystal Renee. "Effects of family routines and family stress on child competencies". Texas A&M University, 2006. http://hdl.handle.net/1969.1/4142.
Testo completoBrannen, Kathleen. "Erroneous articulatory routines: A performance-based model of speech production". Thesis, University of Ottawa (Canada), 1996. http://hdl.handle.net/10393/10341.
Testo completoRönnmark, Marcus. "Visualizing Time : Visualizing Time through Location Based Habits and Routines". Thesis, KTH, Skolan för datavetenskap och kommunikation (CSC), 2016. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-189221.
Testo completoMobila enheter har blivit en allt större del av våra vardagliga liv i samma takt som deras kapacitet och funktionalitet har ökat och spridit sig till nya områden. Ett av dessa områden som nyligen fått ett nyfunnet intresse är smarta klockor. Den här uppsatsen tittar på hur mobila enheter och framför allt smarta klockor kan användas för att hålla reda på tiden. Den undersöker framför allt på hur vi kan ta fram nya sätt att visualisera tid. Arbetet bygger på olika psykologiska teorier om tid för att skissa sex stycken olika tidsvisualiseringar, de olika visualiseringarna använder också historiska tidmätningsinstrument som inspiration. Dessa visualiseringar bygger också på ett framtaget koncept om att tid kan ses som konstant eller cyklisk. Designförslagen jämförs sedan med varandra och en slutgiltig design väljs ut. En prototyp för Apple Watch skapas, baserat på den slutgiltiga designen. Prototypen utvärderas genom att en användare bär klockan under 48 timmar. Därefter förbättras och förändras designen baserat på återkopplingen från testet.
Matsubara, Yutaka, Shinya Honda e Hiroaki Takada. "Hierarchical scheduling for integrating real-time applications with interrupt routines". IEEE, 2009. http://hdl.handle.net/2237/13890.
Testo completoKenny, Chris. "A stand-alone platform too implement motor/pump diagnostic routines". Thesis, University of Sussex, 2003. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.400368.
Testo completoMANZUETO, MAURICIO SANTOS. "AUTOMATION OF PROCESS: THE INFLUENCE OF SOFTWARES ON ORGANIZATIONAL ROUTINES". PONTIFÍCIA UNIVERSIDADE CATÓLICA DO RIO DE JANEIRO, 2016. http://www.maxwell.vrac.puc-rio.br/Busca_etds.php?strSecao=resultado&nrSeq=28434@1.
Testo completoWith the creation of the concept called business process management, many organizations have been changing their routines to a new model of management, based in process and KPIs, achieving more control and agility in activities and reducing costs. In this context, softwares like ERPs appeared to support process automation, allowing the execution and control of business process. This qualitative study evaluated how enterprises use softwares for automation process and their impacts for organizational routines. It was based on semi structured interviews with 14 automation software users in Rio de Janeiro, from October 05th, 2015 until December 20th, 2015 The analysis of interviews transcripted resulted in identification of 7 categories (type of solution, motivation for adoption, technology integration, practice use, facilities for deployment, impacts in organizational routines and integralization of automation) that were the base for analyzing the content. The results showed that the deployment of softwares can bring benefits for organizational routines, such as agility for process and system integration. Additionally, there are opportunities for improving workflows and process interdependence.
Manisaligil, Alperen. "(Re)creating Routines Through Stage Performances in Project-Based Organizations". Case Western Reserve University School of Graduate Studies / OhioLINK, 2019. http://rave.ohiolink.edu/etdc/view?acc_num=case1559927898501408.
Testo completo