908 resultados para STOP CONSONANTS
Resumo:
Este trabalho teve o intuito de testar a viabilidade da programação offline para tarefas de lixamento na empresa Grohe Portugal. Para tal era necessário perceber o que é a programação offline e para isso foi efectuada uma pesquisa referente a essa temática, onde ficou evidente que a programação offline é em tudo semelhante à programação online, tendo apenas como principal diferença o facto de não usar o robô propriamente dito durante o desenvolvimento do programa. Devido à ausência do robô, a programação offline exige que se conheça detalhadamente a célula de trabalho, bem como todas as entradas e saídas associadas à célula, sendo que o conhecimento das entradas e saídas pode ser contornada carregando um backup do robô ou carregando os módulos de sistema. No entanto os fabricantes habitualmente não fornecem informação detalhada sobre as células de trabalho, o que dificulta o processo de implementação da unidade no modelo 3D para a programação offline. Após este estudo inicial, foi efectuado um estudo das características inerentes a cada uma das células existentes, com o objectivo de se obter uma melhor percepção de toda a envolvente relacionada com as tarefas de lixamento. Ao longo desse estudo efectuaram-se vários testes para validar os diversos programas desenvolvidos, bem como para testar a modelação 3D efectuada. O projecto propriamente dito consistiu no desenvolvimento de programas offline de forma a minimizar o impacto (em especial o tempo de paragem) da programação de novos produtos. Todo o trabalho de programação era até então feito utilizando o robô, o que implicava tempos de paragem que podiam ser superiores a três dias. Com o desenvolvimento dos programas em modo offline conseguiu-se reduzir esse tempo de paragem dos robôs para pouco mais de um turno (8h), existindo apenas a necessidade de efectuar algumas afinações e correcções nos movimentos de entrada, saída e movimentações entre rotinas e unidades, uma vez que estes movimentos são essenciais ao bom acabamento da peça e convém que seja suaves. Para a realização e conclusão deste projecto foram superadas diversas etapas, sendo que as mais relevantes foram: - A correcta modelação 3D da célula, tendo em conta todo o cenário envolvente, para evitar colisões do robô com a célula; - A adaptação da programação offline para uma linguagem mais usual aos afinadores, ou seja, efectuar a programação com targets inline e criar diferentes rotinas para cada uma das partes da peça, facilitando assim a afinação; - A habituação à programação recorrendo apenas ao uso de módulos para transferir os programas para a célula, bem como a utilização de entradas, saídas e algumas rotinas e funcionalidades já existentes.
Resumo:
Mestrado em Controlo de Gestão e dos Negócios
Resumo:
Trabalho Final de Mestrado para obtenção do grau de Mestre em Engenharia Mecânica
Resumo:
Background: In Portugal, the routine clinical practice of speech and language therapists (SLTs) in treating children with all types of speech sound disorder (SSD) continues to be articulation therapy (AT). There is limited use of phonological therapy (PT) or phonological awareness training in Portugal. Additionally, at an international level there is a focus on collecting information on and differentiating between the effectiveness of PT and AT for children with different types of phonologically based SSD, as well as on the role of phonological awareness in remediating SSD. It is important to collect more evidence for the most effective and efficient type of intervention approach for different SSDs and for these data to be collected from diverse linguistic and cultural perspectives. Aims: To evaluate the effectiveness of a PT and AT approach for treatment of 14 Portuguese children, aged 4.0–6.7 years, with a phonologically based SSD. Methods & Procedures: The children were randomly assigned to one of the two treatment approaches (seven children in each group). All children were treated by the same SLT, blind to the aims of the study, over three blocks of a total of 25 weekly sessions of intervention. Outcome measures of phonological ability (percentage of consonants correct (PCC), percentage occurrence of different phonological processes and phonetic inventory) were taken before and after intervention. A qualitative assessment of intervention effectiveness from the perspective of the parents of participants was included. Outcomes & Results: Both treatments were effective in improving the participants’ speech, with the children receiving PT showing a more significant improvement in PCC score than those receiving the AT. Children in the PT group also showed greater generalization to untreated words than those receiving AT. Parents reported both intervention approaches to be as effective in improving their children’s speech. Conclusions & Implications: The PT (combination of expressive phonological tasks, phonological awareness, listening and discrimination activities) proved to be an effective integrated method of improving phonological SSD in children. These findings provide some evidence for Portuguese SLTs to employ PT with children with phonologically based SSD
Resumo:
Modern factories are complex systems where advances in networking and information technologies are opening new ways towards higher efficiency. Such move is being driven by market rules with ever-increasing competition levels, in search for faster time-to-market, improved process yield, non-stop operations, flexible manufacturing and tighter supply-chain coupling. All these aims present a common requirement, i.e. a realtime flow of information, from the plant-floor up to the management, maintenance, suppliers and clients, to support accurate monitoring and control of the factory. This stresses the importance achieved by the communication infrastructure in modern manufacturing industry. This paper presents the authors view concerning the current trends in modern factory communication systems. It addresses the problems of seamlessly integrating different information flows with diverse requirements, mainly in terms of timeliness. In this aspect, the debate between event-triggered and time-triggered communication is revisited as well as the joint support for both types of traffic. Finally, a view of where factory communication systems are moving to is also presented, showing the impact of open and widely available technologies.
Resumo:
Trabalho Final de Mestrado para obtenção do grau de Mestre em Engenharia Mecânica
Resumo:
Trabalho de projeto apresentado à Escola Superior de Comunicação Social como parte dos requisitos para obtenção de grau de mestre em Audiovisual e Multimédia.
Resumo:
The definition and programming of distributed applications has become a major research issue due to the increasing availability of (large scale) distributed platforms and the requirements posed by the economical globalization. However, such a task requires a huge effort due to the complexity of the distributed environments: large amount of users may communicate and share information across different authority domains; moreover, the “execution environment” or “computations” are dynamic since the number of users and the computational infrastructure change in time. Grid environments, in particular, promise to be an answer to deal with such complexity, by providing high performance execution support to large amount of users, and resource sharing across different organizations. Nevertheless, programming in Grid environments is still a difficult task. There is a lack of high level programming paradigms and support tools that may guide the application developer and allow reusability of state-of-the-art solutions. Specifically, the main goal of the work presented in this thesis is to contribute to the simplification of the development cycle of applications for Grid environments by bringing structure and flexibility to three stages of that cycle through a commonmodel. The stages are: the design phase, the execution phase, and the reconfiguration phase. The common model is based on the manipulation of patterns through pattern operators, and the division of both patterns and operators into two categories, namely structural and behavioural. Moreover, both structural and behavioural patterns are first class entities at each of the aforesaid stages. At the design phase, patterns can be manipulated like other first class entities such as components. This allows a more structured way to build applications by reusing and composing state-of-the-art patterns. At the execution phase, patterns are units of execution control: it is possible, for example, to start or stop and to resume the execution of a pattern as a single entity. At the reconfiguration phase, patterns can also be manipulated as single entities with the additional advantage that it is possible to perform a structural reconfiguration while keeping some of the behavioural constraints, and vice-versa. For example, it is possible to replace a behavioural pattern, which was applied to some structural pattern, with another behavioural pattern. In this thesis, besides the proposal of the methodology for distributed application development, as sketched above, a definition of a relevant set of pattern operators was made. The methodology and the expressivity of the pattern operators were assessed through the development of several representative distributed applications. To support this validation, a prototype was designed and implemented, encompassing some relevant patterns and a significant part of the patterns operators defined. This prototype was based in the Triana environment; Triana supports the development and deployment of distributed applications in the Grid through a dataflow-based programming model. Additionally, this thesis also presents the analysis of a mapping of some operators for execution control onto the Distributed Resource Management Application API (DRMAA). This assessment confirmed the suitability of the proposed model, as well as the generality and flexibility of the defined pattern operators
Resumo:
When timber elements in heritage buildings are moderately degraded by fungi and assuming underlying moisture problems have been solved, two actions can be taken: i) use a biocide to stop fungal activity; ii) consolidate the degraded elements so that the timber keeps on fulfilling its structural and decorative functions. The aim of this work is to investigate the mechanical performance of maritime pine wood degraded by fungi after being treated with a biocide followed by impregnation with a polymer product. Three commercially available products were used: a boron water-based biocide, an acrylic consolidant and an epoxy-based consolidant. Treated and consolidated specimens were subjected to mechanical tests: axial compression test (NP 618), static surface hardness (ISO 3350) and bending test (NP 619). Sets of replicates were subjected to an evaporation ageing test (EN 73) after application of the products and also tested for mechanical behaviour. An increase in mechanical strength was observed for both consolidants with no significant influence from the previous use of biocide product. The specimens subjected to ageing showed a slightly better general mechanical performance.
Resumo:
OBJECTIVE Investigate the effect of exposure to smoking during pregnancy and early childhood on changes in the body mass index (BMI) from birth to adolescence.METHODS A population-based cohort of children (0-5 years old) from Cuiabá, Midwest Brazil, was assessed in 1999-2000 (n = 2,405). Between 2009 and 2011, the cohort was re-evaluated. Information about birth weight was obtained from medical records, and exposure to smoking during pregnancy and childhood was assessed at the first interview. Linear mixed effects models were used to estimate the association between exposure to maternal smoking during pregnancy and preschool age, and the body mass index of children at birth, childhood and adolescence.RESULTS Only 11.3% of the mothers reported smoking during pregnancy, but most of them (78.2%) also smoked during early childhood. Among mothers who smoked only during pregnancy (n = 59), 97.7% had smoked only in the first trimester. The changes in body mass index at birth and in childhood were similar for children exposed and those not exposed to maternal smoking. However, from childhood to adolescence the rate of change in the body mass index was higher among those exposed only during pregnancy than among those who were not exposed.CONCLUSIONS Exposure to smoking only during pregnancy, especially in the first trimester, seems to affect changes in the body mass index until adolescence, supporting guidelines that recommend women of childbearing age to stop smoking.
Resumo:
Dissertação apresentada na Faculdade de Ciências e Tecnologia da Universidade Nova de Lisboa para a obtenção do grau de Mestre em Engenharia Informática.
Resumo:
Dissertation submitted in partial fulfilment of the requirements for the Degree of Master of Science in Geospatial Technologies
Resumo:
Trabalho apresentado no âmbito do Mestrado em Engenharia Informática, como requisito parcial para obtenção do grau de Mestre em Engenharia Informática
Resumo:
Atualmente, os aterros sanitários representam uma solução para a gestão e tratamento dos resíduos sólidos urbanos. Da deposição, ocorrem duas formas de emissões ao longo do tempo, a produção de biogás e de lixiviados, que resultam sobretudo da decomposição da matéria orgânica. Um dos principais constituintes do biogás é o metano, o qual tem elevado poder calorífico. O presente trabalho aborda, a maximização da valorização energética em aterros sanitários, recorrendo a equipamentos baseados no Ciclo Orgânico de Rankine (ORC) para a produção de eletricidade. É apresentado como caso de estudo a central de valorização energética da Suldouro, em Sermonde, que produz eletricidade a partir do biogás resultante da decomposição da matéria orgânica depositada em aterro. O biogás é utilizado como combustível para os motogeradores utilizados para o seu aproveitamento energético, sendo que apenas cerca de 40% do potencial energético contido no biogás é transformado em eletricidade, registando-se perdas sobretudo nas emissões dos gases de exaustão e na água de arrefecimento dos motores. Para avaliação do potencial da recuperação energética dos gases de escape é avaliado o desempenho termodinâmico do ciclo ORC. Para tal foi desenvolvida uma ferramenta em MATLAB utilizando como modelo a configuração do ORC com recuperador de calor. O cálculo das propriedades termodinâmicas dos fluidos foi obtido através da criação de uma sub-rotina que chama o programa CoolProp. Este programa restitui propriedades como a entalpia, entropia, pressões e temperaturas em cada ponto do ciclo, permitindo assim ao utilizador otimizar o tempo na obtenção de resultados. A avaliação económica é fundamental na tomada de decisões por parte do investidor e dos financiadores do projeto. É então apresentada a análise económica e efetuada uma análise de sensibilidade, onde foram efetuadas variações nos vetores mais importantes de forma a poder avaliar-se o impacto em termos da sua rentabilidade. A ferramenta desenvolvida permite obter de forma prática, os três indicadores económicos extremamente influentes no que se refere à tomada de decisão. A utilização dos sistemas ORC e os seus benefícios não se esgotam na maximização dos aproveitamentos da valorização energética em aterros sanitários. Também a recuperação de calor para a produção de energia elétrica pode ter um impacto importante em muitos setores intensivos de energia, contribuindo significativamente para a redução do consumo e aumentando a eficiência de todo o processo de produção.
Resumo:
Our aim was to analyse the impact of the characteristics of words used in spelling programmes and the nature of instructional guidelines on the evolution from grapho-perceptive writing to phonetic writing in preschool children. The participants were 50 5-year-old children, divided in five equivalent groups in intelligence, phonological skills and spelling. All the children knew the vowels and the consonants B, D, P, R, T, V, F, M and C, but didn’t use them on spelling. Their spelling was evaluated in a pre and post-test with 36 words beginning with the consonants known. In-between they underwent a writing programme designed to lead them to use the letters P and T to represent the initial phonemes of words. The groups differed on the kind of words used on training (words whose initial syllable matches the name of the initial letter—Exp. G1 and Exp. G2—versus words whose initial syllable is similar to the sound of the initial letter—Exp. G3 and Exp. G4). They also differed on the instruction used in order to lead them to think about the relations between the initial phoneme of words and the initial consonant (instructions designed to make the children think about letter names—Exp. G1 and Exp. G3 —versus instructions designed to make the children think about letter sounds—Exp. G2 and Exp. G4). The 5th was a control group. All the children evolved to syllabic phonetisations spellings. There are no differences between groups at the number of total phonetisations but we found some differences between groups at the quality of the phonetisations.