314 research outputs found

    Resistive switching in ZrO2 films: physical mechanism for filament formation and dissolution

    Get PDF
    Resistive switching devices, also called memristors, have attracted much attention due to their potential memory, logic and even neuromorphic applications. Multiple physical mechanisms underpin the non-volatile switching process and are ultimately believed to give rise to the formation and dissolution of a discrete conductive filament within the active layer. However, a detailed nanoscopic analysis that fully explains all the contributory events remains to be presented. Here, we present aspects of the switching events that are correlated back to tunable details of the device fabrication process. Transmission electron microscopy and atomically resolved electron energy loss spectroscopy (EELS) studies of electrically stressed devices will then be presented, with a view to understanding the driving forces behind filament formation and dissolution

    Experimental design laboratories in introductory physics courses: enhancing cognitive tasks and deep conceptual learning

    Get PDF
    Being able to contextualise and solve complex problems is a highly valued skill in STEM graduates—a skill which we strive to nurture in our students. Since its introduction into undergraduate teaching, laboratory teaching has been used to consolidate students conceptual understanding, develop their practical skills and inculcate an evidence based problem solving approach. Much work has been done to achieve these goals with varying degrees of success. Here we present an alternative to the regular introductory level physics laboratory experiments which enhances students learning by focusing on problem solving rather than simply following detailed instructions. Working in small groups, students were able to achieve the aims of the experiment through self and peer-instruction. Similar experiments can be easily and cost effectively implemented in any standard secondary school and undergraduate teaching laboratory. These can be adjusted to target the development of a wide range of specific skill sets as well as deepen students understanding of different physics principles and concepts. Our approach will enable the teaching laboratory to truly fulfil the function with which it was originally conceived

    Optimization problems in the postal sector

    Get PDF
    Supply chain optimization is a widely studied field of operations research. Nevertheless, adapting the existing solutions to the specifications of each company is an interesting and stimulating challenge. With this in mind, the project described herein, developed in partnership with CTT, looks to provide the company with precious tools to more efficiently manage the labour allocated to mail delivery and increase the productivity of the workforce as a whole. To achieve these objectives, it follows up on a previous work by Pereira[26], where an extension of the Vehicle Routing Problem (VRP) was proposed to optimize the last-mile delivery step of the mail distribution procedure, but this time giving particular relevance to the adequacy of the model developed to the intricacies imposed by the company and exploring suitable adaptations. One of the requirements, for standardization purposes, is the creation of segments, composed of sets of postal codes that serve as input to the optimization model. Finally, it was necessary to merge this work with the company’s workflow by integrating the model with SISMA, a productivity assessment tool already used by CTT.A otimização de uma cadeia de abastecimento é um campo vastamente estudado no âm- bito da investigação operacional. Contudo, adaptar as soluções existentes aos critérios de cada empresa é um desafio bastante interessante e estimulante. Tendo isto em consi- deração, este projeto, desenvolvido em parceria com os CTT – Correios de Portugal, S.A. (CTT), procura fornecer à empresa ferramentas que permitam uma gestão eficiente da força de trabalho afeta à distribuição de correio. Para atingir este propósito, este trabalho teve como ponto de partida uma proposta de- senvolvida por Pereira[26], onde uma adaptação do Vehicle Routing Problem (VRP) foi desenvolvida para otimizar a etapa last-mile do processo de distribuição. No presente trabalho, dá-se uma atenção redobrada à compatibilidade do modelo desenvolvido com as complexidades impostas pela empresa e explora-se algumas melhorias consideradas apropriadas. Um dos requisitos, para manter alguma estibilidade nos resultados, é a introdução de segmentos, compostos por conjuntos contíguos de códigos postais, que ali- mentam o modelo. Finalmente, para combinar este trabalho com o fluxo de trabalho da empresa, fez-se a integração do modelo de otimização com o SISMA, uma ferramenta de avalição de produtividade já utilizada pelos CTT

    Editorial: mHealth tools for patient empowerment and chronic disease management

    Get PDF
    The authors would like to acknowledge the Health Sciences Research Unit: Nursing (UICISA:E), of the Nursing School of Coimbra (ESEnfC).Modern societies are facing new healthcare challenges with the integration of digital health interventions as a part of their healthcare systems. However, the digital transformation of healthcare requires active patient engagement as a core component of healthcare interventions. In the case of chronic diseases, new digital tools are believed to help maintain and improve patient health and care, by optimizing the course of disease treatment. Indeed, facilitating access to quality health services and building the capacity to reduce risk are key priorities around the world. Nevertheless, health systems are facing unprecedented financial pressures at a time of growing demand for their services. Technology can help people use care services less by promoting healthier lives. Prompt advances in wearable sensor technologies and mobile communications could close the gap between home- and clinic-based care delivery models by linking accessibility, availability, and responsive, tailored clinical oversight. Digital health solutions can help democratize access to medical care. Even though mobile health (mHealth) tools are widely recognized as a promising resource capable of changing healthcare, additional research is needed to enhance knowledge about their limitations and benefits for chronic disease management and patient empowerment. Nota: Extrato retirado do corpo do artigo.info:eu-repo/semantics/publishedVersio

    DSM-PM2 adequacy for distributed constraint programming

    Get PDF
    As Redes de alta velocidade e o melhoramento rápido da performance dos microprocessadores fazem das redes de computadores um veículo apelativo para computação paralela. Não é preciso hardware especial para usar computadores paralelos e o sistema resultante é extensível e facilmente alterável. A programação por restrições é um paradigma de programação em que as relações entre as variáveis pode ser representada por restrições. As restrições diferem das primitivas comuns das outras linguagens de programação porque, ao contrário destas, não específica uma sequência de passos a executar mas antes a definição das propriedades para encontrar as soluções de um problema específico. As bibliotecas de programação por restrições são úteis visto elas não requerem que os programadores tenham que aprender novos skills para uma nova linguagem mas antes proporcionam ferramentas de programação declarativa para uso em sistemas convencionais. A tecnologia de Memoria Partilhada Distribuída (Distributed Shared Memory) apresenta-se como uma ferramenta para uso em aplicações distribuídas em que a informação individual partilhada pode ser acedida diretamente. Nos sistemas que suportam esta tecnologia os dados movem-se entre as memórias principais dos diversos nós de um cluster. Esta tecnologia poupa o programador às preocupações de passagem de mensagens onde ele teria que ter muito trabalho de controlo do comportamento do sistema distribuído. Propomos uma arquitetura orientada para a distribuição de Programação por Restrições que tenha os mecanismos da propagação e da procura local como base sobre um ambiente CC-NUMA distribuído usando memória partilhada distribuída. Os principais objetivos desta dissertação podem ser sumarizados em: - Desenvolver um sistema resolvedor de restrições, baseado no sistema AJ ACS [3], usando a linguagem ”C', linguagem nativa da biblioteca de desenvolvimento paralelo experimentada: O PM2 [4] - Adaptar, experimentar e avaliar a adequação deste sistema resolvedor de restrições usando DSM-PM2 [1] a um ambiente distribuído assente numa arquitetura CC-NUMA; /ABSTRACT - High-speed networks and rapidly improving microprocessor performance make networks of workstations an increasingly appealing vehicle for parallel computing. No special hardware is required to use this solution as a parallel computer, and the resulting system can be easily maintained, extended and upgraded. Constraint programming is a programming paradigm where relations between variables can be stated in the form of constraints. Constraints differ from the common primitives of other programming languages in that they do not specify a step or sequence of steps to execute but rather the properties of a solution to be found. Constraint programming libraries are useful as they do not require the developers to acquire skills for a new language, providing instead declarative programming tools for use within conventional systems. Distributed Shared Memory presents itself as a tool for parallel application in which individual shared data items can be accessed directly. In systems that support Distributed Shared Memory, data moves between main memories of different nodes. The Distributed Shared Memory spares the programmer the concerns of massage passing, where he would have to put allot of effort to control the distributed system behavior. We propose an architecture aimed for Distributed Constraint Programming Solving that relies on propagation and local search over a CC-NUMA distributed environment using Distributed Shared Memory. The main objectives of this thesis can be summarized as: - Develop a Constraint Solving System, based on the AJ ACS [3] system, in the C language, the native language of the experimented Parallel library - PM2 [4]; - Adapt, experiment and evaluate the developed constraint solving system distributed suitability by using DSM-PM2 [1] over a CC-NUMA architecture distributed environment

    A economia de Timor-Leste : transição e integração regional e mundial

    Get PDF
    Mestrado em Economia InternacionalCom a presente dissertação pretendemos analisar e aventar caminhos aconselháveis de transição e integração económica regional e mundial do mais novo Estado do mundo, Timor—Leste. Para prosseguir o objectivo proposto, preocupámo-nos em conhecer a história económico-social tão peculiar e sinuosa do país. Muito embora; desde finais de 1999 a reconstrução económica de Timor esteja a ser conduzida pela Organização das Nações Unidas, primeiro pela UNTAET, após a independência pela UNMISET, com assistência multilateral e bilateral de várias agências de desenvolvimento e a beneficiar, comparativamente com outros países, de elevados montantes de ajuda financeira internacional, tal realidade não permanecerá constante. Pelo contrário, tenderá num futuro próximo a diminuir consideravelmente. Na .verdade, os líderes políticos, em particular, e a sociedade timorense, no geral, necessitam interiorizar que para fazer face aos novos e difíceis desafios que se lhes avizinham precisam - a nível interno — de um ambiente macroeconómico estável a fim de pôr em prática as reformas e acções públicas necessárias nos mais diversos sectores. Mas tão ou mais importante que as actuações a este nível, será a mudança de mentalidade de uma situação de economia essencialmente beneficiária de transferências para uma situação de predominância da iniciativa privada. Daí o carácter decisivo do aumento do nível educacional e da formação profissional. No plano externo, para fazer face à sua exígua, volátil e predominante economia agrícola, Timor carece de fortalecer as relações económicas externas, mormente com os países vizinhos, para a partir da integração regional, aspirar a uma integração mundial, e simultaneamente estimular e diversificar o seu desenvolvimento nesta fase inicial como nação independente.The present dissertation aims to analyse and to seek advisable ways of transition and regional/global economic integration for the newest state of the world, East Timor. To reach this goal, we were concerned with the country's very peculiar and sinuous socio-economic history. Although since the end of 1999 Timor's economic reconstruction has been driven by the United Nations, first with UNTAET, after its independence by UNMISET, with multilateral and bilateral support from several development agencies, through the benefit of high amounts of international financial help, comparatively with other countries, such a reality will not remamn constant. On the contrary, it will decrease considerably in the near future. Political leaders, in particular, and East Timorese society, in general, must understand that to tackle the new and difficult changes on an internai levei, they will need a stable macroeconomic environment to develop reforms and public policies in several economic fields. But, above ali, it is important to change the ways of education, from a situation of recipient to a situation of private initiative prevalence. That is why it is urgent to invest in educational, professional and technical skills. Internationally, in order to face up to its exiguous, volatile and predominant agricultural economy, Timor needs to increase international economic relationships, especially with neighbouring countries, in order to achieve a world integration based on a regional one, and simultaneously stimulate and diversify its development in this initial phase as an independent nation.info:eu-repo/semantics/publishedVersio

    Adaptation to portuguese of the Multidimensional Sense of Humor Scale (MSHS).

    Get PDF
    O sentido de humor é um fenómeno complexo, de natureza claramente individual, que surge intimamente ligado ao bem-estar, desempenhando um papel bastante importante na vida das pessoas, sendo reconhecido como um mecanismo útil para lidar com situações difíceis. Dado que existem diferentes tipos de humor que se associam a diferentes respostas do indivíduo e a diferentes situações, torna-se importante conhecer as dimensões do humor, através da utilização de instrumentos fiáveis. Neste sentido, este estudo, contribui para a adaptação da MSHS (Multidimensional Sense of Humor Scale), de Thorson & Powell (1993a) para a população portuguesa. A análise global dos resultados mostra que a adaptação para português do instrumento Multidimensional Sense of Humor Scale apresenta valores psicométricos satisfatórios, adequando-se para avaliação do sentido de humor nas suas dimensões.To have a sense of humour has been considered, throughout time, a superior form of intelligence. In fact, the sense of humour is recognized as an important adaptive function as well as a great ability to deal with adversity. Thus, the personal sense of humour is a multidimensional construct, intimately connected with people’s well-being, which is important to study through research. In this way, to evaluate the sense of humour in Portuguese cultural context is important to adapt instruments that allow us to do so. This article intends to contribute to the adaptation of MSHS (Multidimensional Sense of Humour Scale) to the Portuguese Population. The version used in the study refers to the questionnaire by Thorson and Powell (1993a), published in the Journal of Clinical Psychology

    Filmes finos de óxidos metálicos estudo e aplicações

    Get PDF
    Dissertação para obtenção do Grau de Mestre em Engenharia de MateriaisNesta dissertação são apresentados alguns estudos sobre diferentes óxidos metálicos: Óxido de estanho (SnOx), óxido de índio (InOx), óxido de cobre (CuxO) e óxido de titânio (TiOx). Com o óxido de estanho e o óxido de índio pretendeu-se averiguar a influência de diferentes tipos de recozimentos (diferentes atmosferas e temperaturas) nas suas propriedades optoelectrónicas. Foram estudados também vários parâmetros experimentais na tentativa de obter filmes finos condutores (tipo-n) e transparentes com bons valores de condutividade eléctrica e transmitância óptica no visível. Para o óxido de cobre o objectivo foi a determinação de condições experimentais que dão origem a um semicondutor transparente (do tipo-p) para futura integração em circuitos CMOS transparentes depositados à temperatura ambiente. Finalmente, é apresentado um estudo acerca de óxido de titânio nanoestruturado para integração em células fotovoltaicas de terceira geração. Para os óxidos de estanho, índio e cobre foi utilizado o sistema de evaporação térmica reactiva assistida por plasma enquanto que para o óxido de titânio foi utilizado um sistema de pulverização catódica reactiva pulsada. Para todos os materiais aqui apresentados foram desenvolvidas condições experimentais que por estarem associadas a baixas temperaturas possibilitam a deposição de filmes finos de óxidos metálicos em substratos flexíveis poliméricos
    corecore