4 resultados para Foreign Language
em CiencIPCA - Instituto Politécnico do Cávado e do Ave, Portugal
Resumo:
Globalization creates new opportunities for firms to invest abroad and many economies are making active efforts to attract Foreign Direct Investment (FDI) in order to promote economic growth. Decisions to invest abroad depend on a complex set of factors, but the least corrupt countries may attract more foreign direct investment because they provide a more favorable climate for investors. In this paper we investigate the impact of corruption on FDI inflows in 73 countries, over the period 1998-2008. Our results suggest that countries where corruption is lower, the FDI inflows are greater, and so controlling corruption may be an important strategy for increase FDI inflows.
Resumo:
Guimarães hosted the European Capital of Culture (ECOC) during the year of 2012. This study investigates the differences between Portuguese and foreign tourists regarding the main motivations to visit Guimarães and the retained perceived image of the destination. To achieve that purpose a survey was administered to 390 tourists that visited the city during the cultural event. The results show that tourists who visited Guimarães are relatively young, wealthy, employed and well educated. They are touring around the northern part of the country which includes an itinerary beginning in Porto, and extended to other important neighboring cities such as Braga or Viana do Castelo. The main motivations to visit the city, for both Portuguese and foreign tourists, are its historical heritage and the title of ECOC, the associated cultural events and celebrations that take place during 2012. However, these items were more valued by foreigners than Portuguese tourists. Using a factor analysis the tourists’ perceived attributes of Guimarães were described in four dimensions: “material heritage”, “intangible heritage”, “cultural performance”, and “sport and education”. Although foreigners and nationals perceived the tourism attributes of the city differently, the comparison of the mean scores of the four factors across Portuguese and foreigner tourists reveals that the most valued and least valued factors are common to both groups.
Resumo:
Graphical user interfaces (GUIs) are critical components of today's software. Developers are dedicating a larger portion of code to implementing them. Given their increased importance, correctness of GUIs code is becoming essential. This paper describes the latest results in the development of GUISurfer, a tool to reverse engineer the GUI layer of interactive computing systems. The ultimate goal of the tool is to enable analysis of interactive system from source code.
Resumo:
The integration and composition of software systems requires a good architectural design phase to speed up communications between (remote) components. However, during implementation phase, the code to coordinate such components often ends up mixed in the main business code. This leads to maintenance problems, raising the need for, on the one hand, separating the coordination code from the business code, and on the other hand, providing mechanisms for analysis and comprehension of the architectural decisions once made. In this context our aim is at developing a domain-specific language, CoordL, to describe typical coordination patterns. From our point of view, coordination patterns are abstractions, in a graph form, over the composition of coordination statements from the system code. These patterns would allow us to identify, by means of pattern-based graph search strategies, the code responsible for the coordination of the several components in a system. The recovering and separation of the architectural decisions for a better comprehension of the software is the main purpose of this pattern language