63 resultados para regional integration


Relevância:

20.00% 20.00%

Publicador:

Resumo:

This work studies the combination of safe and probabilistic reasoning through the hybridization of Monte Carlo integration techniques with continuous constraint programming. In continuous constraint programming there are variables ranging over continuous domains (represented as intervals) together with constraints over them (relations between variables) and the goal is to find values for those variables that satisfy all the constraints (consistent scenarios). Constraint programming “branch-and-prune” algorithms produce safe enclosures of all consistent scenarios. Special proposed algorithms for probabilistic constraint reasoning compute the probability of sets of consistent scenarios which imply the calculation of an integral over these sets (quadrature). In this work we propose to extend the “branch-and-prune” algorithms with Monte Carlo integration techniques to compute such probabilities. This approach can be useful in robotics for localization problems. Traditional approaches are based on probabilistic techniques that search the most likely scenario, which may not satisfy the model constraints. We show how to apply our approach in order to cope with this problem and provide functionality in real time.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

ABSTRACT - Background: Integration of health care services is emerging as a central challenge of health care delivery, particularly for patients with elderly and complex chronic conditions. In 2003, the World Health Organization (WHO) already began to identify it as one of the key pathways to improve primary care. In 2005, the European Commission declared integrated care as vital for the sustainability of social protection systems in Europe. Nowadays, it is recognized as a core component of health and social care reforms across European countries. Implementing integrated care requires coordination between settings, organizations, providers and professionals. In order to address the challenge of integration in such complex scenario, an effective workforce is required capable of working across interdependent settings. The World Health Report 2006 noted that governments should prepare their workforce and explore what tasks the different levels of health workers are trained to do and are capable of performing (skills mix). Comparatively to other European countries, Portugal is at an early stage in what integrated care is concerned facing a growing elderly population and the subsequent increase in the pressure on institutions and professionals to provide social and medical care in the most cost-effective way. In 2006 the Portuguese government created the Portuguese Network for Integrated Care Development (PNICD) to solve the existing long-term gap in social support and healthcare. On what concerns health workforce, the Portuguese government already recognized the importance of redefine careers keeping professional motivation and satisfaction. Aim of the study: This study aims to contribute new evidence to the debate surrounding integrated care and skills mix policies in Europe. It also seeks to provide the first evidence that incorporates both the current dynamics of implementing integrated care in Portugal and the developments of international literature. The first ambition of our study is to contribute to the growing interest in integrated care and to the ongoing research in this area by identifying its different approaches and retrieve a number of experiences in some European countries. Our second goal of this research is to produce an update on the knowledge developed on skills mix to the international healthcare management community and to policy makers involved in reforming healthcare systems and organizations. To better inform Portuguese health policies makers in a third stage we explore the current dynamics of implementing integrated care in Portugal and contextualize them with the developments reported in the international literature. Methodology: This is essentially an exploratory and descriptive study using qualitative methodology. In order to identify integrated care approaches in Europe, a systematic literature review was undertaken which resulted in a paper published in the Journal of Management and Marketing in Health care titled: Approaches to developing integrated care in Europe: a systematic literature review. This article was recommended and included into a list of references identified by The King's Fund Library. A second systematic literature review was undertaken which resulted in a paper published in the International Journal of Healthcare Management titled: Skills mix in healthcare: An international update for the management debate. Semi-structured interviews were performed on experts representing the regional coordination teams of the Portuguese Network for Integrated Care Development. In a last stage a questionnaire survey was developed based on the findings of both systematic literature reviews and semi-structured interviews. Conclusions: Even though integrated care is a worldwide trend in health care reforms, there is no unique definition. Definitions can be grouped according to their sectorial focus: community-based care, combined health and social care, combined acute and primary care, the integration of providers, and in a more comprehensive approach the whole health system. Indeed, models that seek to apply the principles of integrated care have a similar background and are continually evolving and depend on the different initiatives taken at national level. . Despite the fact that we cannot argue that there is one single set typology of models for integrated care, it is possible to identify and categorize some of the basic approaches that have been taken in attempts to implement integrated care according to: changes in organizational structure, workforce reconfiguring, and changes in the financing system. The systematic literature review on skills mix showed that despite the widely acknowledged interest on skills mix initiatives there is a lack of evidence on skills mix implications, constraints, outcomes, and quality impact that would allow policy makers to take sustained and evidence-based decisions. Within the Portuguese health system, the integrated care approach is rather organizational and financial, whereas little attention is given to workforce integration. On what concerns workforce planning Portugal it is still in the stage of analyzing the acceptability of health workforce skills mix. In line with the international approaches, integration of health and social services and bridging primary and acute care are the main goals of the national government strategy. The findings from our interviews clarify perceptions which show no discrepancy with the related literature but are rather scarce comparing to international experience. Informants hold a realistic but narrow view of integrated care related issues. They seem to be limited to the regional context, requiring a more comprehensive perspective. The questionnaire developed in this thesis is an instrument which, when applied, will allow policy makers to understand the basic set of concepts and managerial motivations behind national and regional integrated care programs. The instrument developed can foster evidence on the three essential components of integrated care policies: organizational, financial, and human resources development, and can give additional input on the context in which integrated care is being developed, the type of providers and organizations involved, barriers and constraints, and the workforce skills mix planning related strategies. The thesis was successful in recognizing differences between countries and interventions and the instrument developed will allow a better comprehension of the international options available and how to address the vital components of integrated care programs.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

In the last few years, we have observed an exponential increasing of the information systems, and parking information is one more example of them. The needs of obtaining reliable and updated information of parking slots availability are very important in the goal of traffic reduction. Also parking slot prediction is a new topic that has already started to be applied. San Francisco in America and Santander in Spain are examples of such projects carried out to obtain this kind of information. The aim of this thesis is the study and evaluation of methodologies for parking slot prediction and the integration in a web application, where all kind of users will be able to know the current parking status and also future status according to parking model predictions. The source of the data is ancillary in this work but it needs to be understood anyway to understand the parking behaviour. Actually, there are many modelling techniques used for this purpose such as time series analysis, decision trees, neural networks and clustering. In this work, the author explains the best techniques at this work, analyzes the result and points out the advantages and disadvantages of each one. The model will learn the periodic and seasonal patterns of the parking status behaviour, and with this knowledge it can predict future status values given a date. The data used comes from the Smart Park Ontinyent and it is about parking occupancy status together with timestamps and it is stored in a database. After data acquisition, data analysis and pre-processing was needed for model implementations. The first test done was with the boosting ensemble classifier, employed over a set of decision trees, created with C5.0 algorithm from a set of training samples, to assign a prediction value to each object. In addition to the predictions, this work has got measurements error that indicates the reliability of the outcome predictions being correct. The second test was done using the function fitting seasonal exponential smoothing tbats model. Finally as the last test, it has been tried a model that is actually a combination of the previous two models, just to see the result of this combination. The results were quite good for all of them, having error averages of 6.2, 6.6 and 5.4 in vacancies predictions for the three models respectively. This means from a parking of 47 places a 10% average error in parking slot predictions. This result could be even better with longer data available. In order to make this kind of information visible and reachable from everyone having a device with internet connection, a web application was made for this purpose. Beside the data displaying, this application also offers different functions to improve the task of searching for parking. The new functions, apart from parking prediction, were: - Park distances from user location. It provides all the distances to user current location to the different parks in the city. - Geocoding. The service for matching a literal description or an address to a concrete location. - Geolocation. The service for positioning the user. - Parking list panel. This is not a service neither a function, is just a better visualization and better handling of the information.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This dissertation aims to guarantee the integration of a mobile autonomous robot equipped with many sensors in a multi-agent distributed and georeferenced surveillance system. The integration of a mobile autonomous robot in this system leads to new features that will be available to clients of surveillance system may use. These features may be of two types: using the robot as an agent that will act in the environment or by using the robot as a mobile set of sensors. As an agent in the system, the robot can move to certain locations when alerts are received, in order to acknowledge the underlying events or take to action in order to assist in resolving this event. As a sensor platform in the system, it is possible to access information that is read from the sensors of the robot and access complementary measurements to the ones taken by other sensors in the multi-agent system. To integrate this mobile robot in an effective way it is necessary to extend the current multi-agent system architecture to make the connection between the two systems and to integrate the functionalities provided by the robot into the multi-agent system.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

O presente trabalho resulta do estágio realizada na Secretaria Geral do Ministério da Economia e do Emprego. O estágio consistiu na descrição de duas Séries documentais. Com o presente trabalho pretende-se demonstrar a importância do uso das normas de descrição arquivística, mostrando a importância da descrição dos produtores, das funções e das entidades responsáveis pela sua custódia, conjugada com a descrição dos documentos.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

RESUMO: A Nigéria tem uma população estimada em cerca de 170 milhões de pessoas. O número de profissionais de saúde mental é muito diminuto, contando apenas com 150 psiquiatras o que perfaz aproximadamente um rácio de psiquiatra: população de mais de 1:1 milhão de pessoas. O Plano Nacional de Saúde Mental de 1991 reconheceu esta insuficiência e recomendou a integração dos serviços de saúde mental nos cuidados de saúde primários (CSP). Depois de mais de duas décadas, essa política não foi ainda implementada. Este estudo teve como objetivos mapear a estrutura organizacional dos serviços de saúde mental da Nigéria, e explorar os desafios e barreiras que impedem a integração bem-sucedida dos serviços de saúde mental nos cuidados de saúde primários, isto segundo a perspectiva dos profissionais dos cuidados de saúde primários. Com este objetivo, desenvolveu-se um estudo exploratório sequencial e utilizou-se um modelo misto para a recolha de dados. A aplicação em simultâneo de abordagens qualitativas e quantitativas permitiram compreender os problemas relacionados com a integração dos serviços de saúde mental nos CSP na Nigéria. No estudo qualitativo inicial, foram realizadas entrevistas com listagens abertas a 30 profissionais dos CSP, seguidas de dois grupos focais com profissionais dos CSP de duas zonas governamentais do estado de Oyo de forma a obter uma visão global das perspectivas destes profissionais locais sobre os desafios e barreiras que impedem uma integração bem-sucedida dos serviços de saúde mental nos CSP. Subsequentemente, foram realizadas entrevistas com quatro pessoas-chave, especificamente coordenadores e especialistas em saúde mental. Os resultados do estudo qualitativo foram utilizados para desenvolver um questionário para análise quantitativa das opiniões de uma amostra maior e mais representativa dos profissionais dos CSP do Estado de Oyo, bem como de duas zonas governamentais locais do Estado de Osun. As barreiras mais comummente identificadas a partir deste estudo incluem o estigma e os preconceitos sobre a doença mental, a formação inadequada dos profissionais dos CPS sobre saúde mental, a perceção pela equipa dos CSP de baixa prioridade de ação do Governo, o medo da agressão e violência pela equipa dos CSP, bem como a falta de disponibilidade de fármacos. As recomendações para superar estes desafios incluem a melhoria sustentada dos esforços da advocacia à saúde mental que vise uma maior valorização e apoio governamental, a formação e treino organizados dos profissionais dos cuidados primários, a criação de redes de referência e de apoio com instituições terciárias adjacentes, e o engajamento da comunidade para melhorar o acesso aos serviços e à reabilitação, pelas pessoas com doença mental. Estes resultados fornecem indicações úteis sobre a perceção das barreiras para a integração bem sucedida dos serviços de saúde mental nos CSP, enquanto se recomenda uma abordagem holística e abrangente. Esta informação pode orientar as futuras tentativas de implementação da integração dos serviços de saúde mental nos cuidados primários na Nigéria.------------ABSTRACT: Nigeria has an estimated population of about 170 million people but the number of mental health professionals is very small, with about 150 psychiatrists. This roughly translates to a psychiatrist:population ratio of more than 1:1 million people. The National Mental Health Policy of 1991 recognized this deficiency and recommended the integration of mental health into primary health care (PHC) delivery system. After more than two decades, this policy has yet to be implemented. This study aimed to map out the organizational structure of the mental health systems in Nigeria, and to explore the challenges and barriers preventing the successful integration of mental health into primary health care, from the perspective of the primary health care workers. A mixed methods exploratory sequential study design was employed, which entails the use of sequential timing in the combined methods of data collection. A combination of qualitative and uantitative approaches in sequence, were utilized to understand the problems of mental health services integration into PHC in Nigeria. The initial qualitative phase utilized free listing interviews with 30 PHC workers, followed by two focus group discussions with primary care workers from two Local Government Areas (LGA) of Oyo State to gain useful insight into the local perspectives of PHC workers about the challenges and barriers preventing successful integration of mental health care services into PHC. Subsequently, 4 key informant interviews with PHC co-ordinators and mental health experts were carried out. The findings from the qualitative study were utilized to develop a quantitative study questionnaire to understand the opinions of a larger and more representative sample of PHC staff in two more LGAs of Oyo State, as well as 2 LGAs from Osun State. The common barriers identified from this study include stigma and misconceptions about mental illness, inadequate training of PHC staff about mental health, low government priority, fear of aggression and violence by the PHC staff, as well as non-availability of medications. Recommendations for overcoming these challenges include improved and sustained efforts at mental health advocacy to gain governmental attention and support, organized training and retraining for primary care staff, establishment of referral and supportive networks with neighbouring tertiary facilities and community engagement to improve service utilization and rehabilitation of mentally ill persons. These findings provide useful insight into the barriers to the successful integration of mental health into PHC, while recommending a holistic and comprehensive approach. This information can guide future attempts to implement the integration of mental health into primary care in Nigeria.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The emergence of the so-called “European Paradox” shows that R&D investment is not maximally effective and that increasing the scale of public R&D expenditures is not sufficient to generate employment and sustained economic growth. Increasing Governmental R&D Investment is far from being a “panacea” for stagnant growth. It is worth noting that Government R&D Investment does not have a statistically significant impact on employment, indicating the need to assess the trade-offs of policies that could lead to significant increases in government expenditure. Surprisingly, Governmental R&D Employment does not contribute to “mass-market” employment, despite its quite important role in reducing Youth-Unemployment. Despite the negative side-effects of Governmental R&D Employment on both GVA and GDP, University R&D Employment appears to have a quite important role in reducing Unemployment, especially Youth-Unemployment, while it also does not have a downside in terms of economic growth. Technological Capacity enhancement is the most effective instrument for reducing Unemployment and is a policy without any downside regarding sustainable economical development. In terms of wider policy implications, the results reinforce the idea that European Commission Research and Innovation policies must be restructured, shifting from a transnational framework to a more localised, measurable and operational approach.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This dissertation analyzes the possibilities of utilizing speech-processing technologies to transform the user experience of ActivoBank’s customers while using remote banking solutions. The technologies are examined through different criteria to determine if they support the bank’s goals and strategy and whether they should be incorporated in the bank’s offering. These criteria include the alignment with ActivoBank’s values, the suitability of the technology providers, the benefits these technologies entail, potential risks, appeal to the customers and impact on customer satisfaction. The analysis suggests that ActivoBank might not be in a position to adopt these technologies at this point in time.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The globalization and the need for countries to unite under regional organizations fostered the emergency of a Communitary law. This isa law made bysupranational institutions capable of submitting States toa single legal order. Thistransforms administrative law on international administrative law that overflows the national legal system. This phenomenon was felt on Colombia given the current development of the Andean Integration System

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The hegemonic definition of Modernism has been subjected to an intense critical revision process that began several decades ago. This process has contributed to the significant broadening of the modernist canon by challenging its primal essentialist assumptions and formalist interpretations in the fields of both the visual arts and architecture. This conference aims to further expand this revision, as it seeks to discuss the notion of “Southern Modernisms” by considering the hypothesis that regional appropriations, both in Southern Europe and the Southern hemisphere, entailed important critical stances that have remained unseen or poorly explored by art and architectural historians. In association with the Southern Modernisms research project (FCT – EXPL/CPC-HAT/0191/2013), we want to consider the entrenchment of southern modernisms in popular culture (folk art and vernacular architecture) as anticipating some of the premises of what would later become known as critical regionalism. It is therefore our purpose to explore a research path that runs parallel to key claims on modernism’s intertwinement with bourgeois society and mass culture, by questioning the idea that an aesthetically significant regionalism – one that resists to the colonization of international styles and is supported by critical awareness – occurred only in the field of architecture, and can only be represented as a postmodernist turn. (...)

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This master dissertation is to bring a contribution to the reflection on the need to strengthen cross-border cooperation, among the various entities applying the law with a view to building a European security culture through police training. On this basis, it proposes a reflection on the new security paradigm, focused on the demanding and informed security needs by the citizen due to an increasingly transnational crime throughout the different States. This development, coupled with globalization itself, led to the definition of strategies to gear the work of the police in preventing and combating new criminal phenomena such as the European Internal Security Strategy. However, without a true safety culture, which fosters trust among the various actors and ensures a coordinated and uniform action of the police, it will not be easy to achieve the desired effectiveness in protecting the fundamental rights that underpin European integration. Against this background, attempts to explain that the implementation of a common European training program for the police (LETS) is the way forward, with a view to a more effective security in the Union, based on values that embody a genuine European security culture, coveted by all, based on an idea of governance held at different levels of intervention, European, regional and national levels.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This study examined user-generated (UG) advertising in the context of social media networks. The focus was on how people, whether an expert in the area, a non-expert or a friend, influence the reader of the advertisement. Furthermore, the study analyzed how the certainty level of the UG advertisement influences the person viewing the ad. The study showed that for the friend source a high certainty message was more persuasive. However, regarding the certainty no significant results were found for the expert and non-expert. Further, the type of the source had a considerable impact on persuasion. Someone that we personally know (e.g., a friend) was rated most positive for all analyzes variables. This shows that with the rising usage of social media there are great opportunities for new effective advertising strategies that could include a new type of an endorser – friends.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The growing need to patrol and survey large maritime and terrestrial areas increased the need to integrate external sensors on aircraft in order to accomplish those patrols at increasingly higher altitudes, longer range and not depending upon vehicle type. The main focus of this work is to elaborate a practical, simple, effective and efficient methodology for the aircraft modification procedure resulting from the integration of an Elec-tro-Optical/Infra-Red (EO/IR) turret through a support structure. The importance of the devel-opment of a good methodology relies on the correct management of project variables as time, available resources and project complexity. The key is to deliver a proper tool for a project de-sign team that will be used to create a solution that fulfils all technical, non-technical and certi-fication requirements present in this field of transportation. The created methodology is inde-pendent of two main inputs: sensor model and aircraft model definition, and therefore it is in-tended to deliver the results for different projects besides the one that was presented in this work as a case study. This particular case study presents the development of a structure support for FLIR STAR SAPHIRE III turret integration on the front lower fuselage bulkhead (radome) of the LOCKHEED MARTIN C-130 H. Development of the case study focuses on the study of local structural analysis through the use of Finite Element Method (FEM). Development of this Dissertation resulted in a cooperation between Faculty of Science and Technology - Universidade Nova de Lisboa and the company OGMA - Indústria Aeronáutica de Portugal

Relevância:

20.00% 20.00%

Publicador:

Resumo:

A presente dissertação foi desenvolvida em colaboração com o Matadouro Regional do Alto Alentejo