Cookies
O website necessita de alguns cookies e outros recursos semelhantes para funcionar. Caso o permita, o INESC TEC irá utilizar cookies para recolher dados sobre as suas visitas, contribuindo, assim, para estatísticas agregadas que permitem melhorar o nosso serviço. Ver mais
Aceitar Rejeitar
  • Menu
Publicações

2024

Virtual Reality in Tourism Promotion: A Research Agenda Based on A Bibliometric Approach

Autores
Sousa, N; Alén, E; Losada, N; Melo, M;

Publicação
JOURNAL OF QUALITY ASSURANCE IN HOSPITALITY & TOURISM

Abstract
Virtual Reality (VR) has the capacity to increase tourists' responses, compared with other marketing tools. In tourism, it can play a decisive role in its promotion, since it can generate impactful information that will increase the visit intention. However, there are few reviews that focus on VR as a promotional tool in tourism. To overcome this limitation, this work provides a bibliometric analysis of papers from the Web of Science and Scopus databases. The analysis allows us to conclude that although its potential is recognized, the use of VR is infrequent in tourism. We also identified three main avenues for future research: presence and devices, promotional strategies, and segments to explore.

2024

Factors affecting social entrepreneurial intentions in a Portuguese higher education institution

Autores
de Sousa, JM; Almeida, F;

Publicação
INTERNATIONAL JOURNAL OF INNOVATION SCIENCE

Abstract
PurposeThis study aims to identify and explore the factors affecting social entrepreneurial intentions considering an educational institution in Portugal. It also intends to determine the relevance of moderating factors in the antecedents and entrepreneurial intention of these students. Design/methodology/approachA panel of 177 undergraduate students enrolled in a social entrepreneurship course between the academic years 2018 and 2021 is considered. The data is explored quantitatively considering descriptive analysis techniques, correlational analysis and hypothesis testing. FindingsThe findings reveal that entrepreneurial intention depends on multiple individual, organizational and contextual dimensions. Students' entrepreneurial intention remains unchanged regardless of the student's profile. However, students' professional experience is a more relevant factor for the identification of organizational dimensions related to curriculum and critical pedagogy, while previous involvement in volunteer activities contributes to a higher prevalence of individual factors. Originality/valueTo the best of the authors' knowledge, this study is original in exploring the role of entrepreneurial intention and its antecedents considering a heterogeneous students' profile. It offers theoretical and practical contributions by extending the literature on social entrepreneurial intention that can be used by higher education institutions to offer specific training more focused on the student's profile.

2024

DAS System for the Evaluation of Subsea Seismic Data from GEOLAB cable in Madeira Island

Autores
Cunha, C; Monteiro, C; Martins, H; Carrilho, F; Silva, S; Frazão, O;

Publicação

Abstract
DAS technology has emerged as a transformative technology with a vast range of applications, both on land and at sea. These applications span from oil and gas exploration to geophysical data collection, infrastructure monitoring, security, and environmental hazard monitoring, including earthquake and tsunami early warning systems (Landrø et al., 2022; Gorshkov et al., 2022). The unique properties of DAS systems can bring high benefits to the demanding field of seismology, as it provides a significant increment in the spatial information that can be obtained from a seismic event. Moreover, the widespread deployment of optical fiber across the Earth's surface, coupled with the relatively low cost per monitoring point for extended distances, has rendered DAS an appealing alternative to traditional seismographs (Li et al., 2023). This is especially true for subsea applications, where the capability of remote sensing is particularly attractive. Remote sensing enables the placement of systems far from harsh environments, often difficult to access, enhancing the feasibility and effectiveness of monitoring efforts. In this work, it was employed a DAS equipment on a dark telecommunication fiber was installed exclusively for research purposes, named GEOLAB, located on the island of Madeira. This fiber spans approximately 50 km, where the initial tests were conducted using a DAS from January 31 to February 14, 2023. The equipment utilized is the HDAS provided by the IO-CSIC. The signal of the fiber was collected with a spatial resolution (or gauge length) of 10 m, resulting in total of 5000 channels, with a temporal acquisition with a frequency of 50 Hz. The DAS system has a chirped pulsed laser as the optical source, generating pulses with a width of 100 ns. These pulses were then amplified using a semiconductor optical amplifier to mitigate intra-band coherent noise. A total of 19 seismic events were detected, and then characterized by performing two-dimensional linear bandpass filtering. We will present the initial findings, particularly the seismic activity resulting from the earthquakes with epicenters near the city of Gaziantep, located in Turkey. These events occurred on February 6, 2023, with magnitudes of 7.5 and 7.8 on the Richter scale.

2024

Online News Classification Using Large Language Models with Semantic Enrichment

Autores
Santos, J; Silva, N; Ferreira, C; Gama, J;

Publicação
EKAW (Companion)

Abstract
This paper addresses a critical gap in applying semantic enrichment for online news text classification using large language models (LLMs) in fast-paced newsroom environments. While LLMs excel in static text classification tasks, they struggle in real-time scenarios where news topics and narratives evolve rapidly. The dynamic nature of news, with frequent introductions of new concepts and events, challenges pre-trained models, which often fail to adapt quickly to changes. Additionally, the potential of ontology-based semantic enrichment to enhance model adaptability in these contexts has been underexplored. To address these challenges, we propose a novel supervised news classification system that incorporates semantic enrichment to enhance real-time adaptability. This approach bridges the gap between static language models and the dynamic nature of modern newsrooms. The system operates on an adaptive prequential learning framework, continuously assessing model performance on incoming data streams to simulate real-time newsroom decision-making. It supports diverse content formats - text, images, audio, and video - and multiple languages, aligning with the demands of digital journalism. We explore three strategies for deploying LLMs in this dynamic environment: using pre-trained models directly, fine-tuning classifier layers while freezing the initial layers to accommodate new data, and continuously fine-tuning the entire model using real-time feedback combined with data selected based on specified criteria to enhance adaptability and learning over time. These approaches are evaluated incrementally as new data is introduced, reflecting real-time news cycles. Our findings demonstrate that ontology-based semantic enrichment consistently improves classification performance, enabling models to adapt effectively to emerging topics and evolving contexts. This study highlights the critical role of semantic enrichment, prequential evaluation, and continuous learning in building robust and adaptive news classification systems capable of thriving in the rapidly evolving digital news landscape. By augmenting news content with third-party ontology-based knowledge, our system provides deeper contextual understanding, enabling LLMs to navigate emerging topics and shifting narratives more effectively.

2024

The underlying potential of NLP for microcontroller programming education

Autores
Rocha, A; Sousa, L; Alves, M; Sousa, A;

Publicação
COMPUTER APPLICATIONS IN ENGINEERING EDUCATION

Abstract
The trend for an increasingly ubiquitous and cyber-physical world has been leveraging the use and importance of microcontrollers (mu C) to unprecedented levels. Therefore, microcontroller programming (mu CP) becomes a paramount skill for electrical and computer engineering students. However, mu CP poses significant challenges for undergraduate students, given the need to master low-level programming languages and several algorithmic strategies that are not usual in generic programming. Moreover, mu CP can be time-consuming and complex even when using high-level languages. This article samples the current state of mu CP education in Portugal and unveils the potential support of natural language processing (NLP) tools (such as chatGPT). Our analysis of mu CP curricular units from seven representative Portuguese engineering schools highlights a predominant use of AVR 8-bit mu C and project-based learning. While NLP tools emerge as strong candidates as students' mu C companion, their application and impact on the learning process and outcomes deserve to be understood. This study compares the most prominent NLP tools, analyzing their benefits and drawbacks for mu CP education, building on both hands-on tests and literature reviews. By providing automatic code generation and explanation of concepts, NLP tools can assist students in their learning process, allowing them to focus on software design and real-world tasks that the mu C is designed to handle, rather than on low-level coding. We also analyzed the specific impact of chatGTP in the context of a mu CP course at ISEP, confirming most of our expectations, but with a few curiosities. Overall, this work establishes the foundations for future research on the effective integration of NLP tools in mu CP courses.

2024

DRL-KeyAgree: An Intelligent Combinatorial Deep Reinforcement Learning-Based Vehicular Platooning Secret Key Generation

Autores
Kurunathan, H; Li, K; Tovar, E; Jorge, AM; Ni, W; Jamalipour, A;

Publicação
IEEE TRANSACTIONS ON INTELLIGENT TRANSPORTATION SYSTEMS

Abstract
The exploitation of radio channels' inherent randomness for generating secret keys within a vehicular platoon offers a promising approach to securing communications in dynamic and unpredictable environments. The channel-based key generation leverages the fact that the physical characteristics of the radio channel, such as fading, shadowing, and multipath propagation, vary in a complex manner that makes it difficult for external adversaries to predict or replicate. A challenge lies in accurately assessing the channel's randomness to ensure the generated keys are both secure and consistent across the platooning vehicles, especially in vehicular environments with high mobility and the ever-changing urban landscape. This paper proposes a novel channel-based key generation (DRL-KeyAgree) technique to enhance communication security within vehicular platoons through combinatorial deep reinforcement learning (DRL). DRL-KeyAgree addresses key disagreement among platooning vehicles by training advantage Actor-Critic (A2C), which integrates policy-and value-based strategies to dynamically select optimal quantization intervals adapting to the random wireless channels. Further incorporation of Long Short-Term Memory (LSTM) allows DRL-KeyAgree to capture the characteristics of partially observable radio channels, significantly enhancing the key agreement rate among vehicles. DRL-KeyAgree is rigorously evaluated using the standard National Institute of Standards and Technology (NIST) test suite.

  • 430
  • 4502