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

2026

Multi-compartment tank-truck loading problem with load balance constraints: A mixed integer linear programming model

Autores
Paixao, R; Soares, A; Ramos, AG; Silva, E;

Publicação
APPLIED MATHEMATICAL MODELLING

Abstract
This paper addresses a multi-compartment tank-truck loading problem for fuel distribution. The proposed problem aims to quantify and assign products to vehicle compartments and to ensure safety throughout the entire distribution using the vehicle Load Distribution Diagram (LDD) to verify vehicle compliance with safety standards and legislation applicable to the transport of dangerous goods. We propose a mixed-integer linear programming model that incorporates axle weight distribution constraints. A new problem generator was developed to test and validate the mathematical model. In the study, three objective functions were considered: minimize operational costs by minimizing the number of compartments allocated to a filling station, maximize profits by maximizing the amount of fuel delivered, and improve safety along the entire route by minimizing the distance between the front of the tank and the load center of gravity. In addition to evaluating these objectives individually, a lexicographic multi-objective approach was implemented to analyse how companies can systematically balance efficiency, profitability, and safety priorities. The computational study demonstrated that LDD constraints are crucial for ensuring the stability and safety of cargo during distribution. Without these constraints, the solutions fail to meet safety standards in 78% of tests. The multi-objective analysis showed limited conflicts among objectives and provided additional managerial insights. Regardless of problem size or objective function, computational times remained consistently low, averaging below 3 seconds.

2026

Health and Tourism in Cape Verde: Service Quality and Hospital Image as a Pillar of Destination Branding

Autores
Veloso, CM; Calado, S; Garcia, J; Sousa, BB; da Fonseca, MJS;

Publicação
Smart Innovation, Systems and Technologies - Advances in Tourism, Technology and Systems

Abstract

2026

DFDT: Dynamic Fast Decision Tree for IoT Data Stream Mining on Edge Devices

Autores
Lourenço, A; Rodrigo, J; Gama, J; Marreiros, G;

Publicação
AAAI

Abstract
The Internet of Things generates massive data streams, with edge computing emerging as a key enabler for online IoT applications and 5G networks. Edge solutions facilitate real-time machine learning inference, but also require continuous adaptation to concept drifts. While extensions of the Very Fast Decision Tree (VFDT) remain state-of-the-art for tabular stream mining, their unregulated growth limit efficiency, particularly in ensemble settings where post-pruning at the individual tree level is seldom applied. This paper presents DFDT, a novel memory-constrained algorithm for online learning. DFDT employs activity-aware pre-pruning, dynamically adjusting splitting criteria based on leaf node activity: low-activity nodes are deactivated to conserve resources, moderately active nodes split under stricter conditions, and highly active nodes leverage a skipping mechanism for accelerated growth. Additionally, adaptive grace periods and tie thresholds allow DFDT to modulate splitting decisions based on observed data variability, enhancing the accu-racy–memory–runtime trade-off while minimizing the need for hyperparameter tuning. An ablation study reveals three DFDT variants suited to different resource profiles. Fully compatible with existing ensemble frameworks, DFDT provides a drop-in alternative to standard VFDT-based learners. © 2026, Association for the Advancement of Artificial Intelligence (www.aaai.org). All rights reserved.

2026

A Distributed Electric Vehicles Charging System Powered by Photovoltaic Solar Energy with Enhanced Voltage and Frequency Control in Isolated Microgrids

Autores
Baltazar, P; Barros, JD; Gomes, L;

Publicação
ELECTRONICS

Abstract
This study presents a photovoltaic (PV)-based electric vehicle (EV) charging system designed to optimize energy use and support isolated microgrid operations. The system integrates PV panels, DC/AC, AC/DC, and DC/DC converters, voltage and frequency droop control, and two energy management algorithms: Power Sharing and SEWP (Spread Energy with Priority). The DC/AC converter demonstrated high efficiency, with stable AC output and Total Harmonic Distortion (THD) limited to 1%. The MPPT algorithm ensured optimal energy extraction under both gradual and abrupt irradiance variations. The DC/DC converter operated in constant current mode followed by constant voltage regulation, enabling stable power delivery and preserving battery integrity. The Power Sharing algorithm, which distributes PV energy equally, favored vehicles with a higher initial state of charge (SOC), while leaving low-SOC vehicles at modest levels, reducing satisfaction under limited irradiance. In contrast, SEWP prioritized low-SOC EVs, enabling them to achieve higher SOC values compared to the Power Sharing algorithm, reducing SOC dispersion and enhancing fairness. The integration of voltage and frequency droop controls allowed the station to support microgrid stability by limiting reactive power injection to 30% of apparent power and adjusting charging current in response to frequency deviation.

2026

A Multimodal Framework for Analyzing Engagement With Green Social Media Influencers

Autores
Azevedo, CC; Miguéis, VL; Baptista, AJ; Teixeira, JG; Taipa, S;

Publicação
SUSTAINABLE DEVELOPMENT

Abstract
In light of growing concerns about environmental degradation and unsustainable consumption patterns, effective communication about sustainability has become crucial in encouraging more environmentally conscious behavior. With their ability to connect with large audiences, social media influencers hold considerable potential to foster environmental awareness and promote sustainable lifestyles. This study explores how influencers communicate sustainability and how they can produce content that maximizes audience engagement. First, a systematic literature review identifies key research gaps and synthesizes relevant insights to inform the analysis of influencer-driven sustainability discourse. Building on this foundation, the study applies a two-phase, data-driven approach. Using a dataset of 2858 Instagram posts from 25 green influencers, we apply Latent Dirichlet Allocation (LDA) to identify prevalent themes published by green influencers and to track their evolution over time. The second phase involves developing a multimodal predictive model that estimates engagement levels by integrating textual and visual embeddings with structured posting metadata. The findings have direct implications for content strategy: lifestyle and fashion-oriented sustainability themes consistently attracted higher engagement, while technical subjects such as gardening and nutrition received less interaction. Over time, influencers' content exhibited clearer topic delineation, indicating a maturation of sustainability narratives. Furthermore, caption content was found to be the strongest predictor of engagement, though visual and contextual features also added value. This study offers a practical framework for enhancing engagement through targeted, data-informed content strategies. These insights can inform the work of influencers, brands and campaign designers looking to maximize the impact of environmentally focused messaging.

2026

An Integrated Honeypot and LLM-Based Framework for near Real-Time Detection and Behavioral Analysis of Malicious Activities

Autores
Oliveira, R; Gomes, T; Pinho, D; Almeida, F;

Publicação
Journal of Cybersecurity and Privacy

Abstract
Malicious activity detection in honeypot environments remains challenging due to the volume and heterogeneity of captured data, as well as the sequential nature of attacker behavior. This study proposes an integrated framework combining a Cowrie-based honeypot with a locally deployed Large Language Model (LLM) to enable automated detection and near-real-time behavioral analysis. Attacker interactions are captured and processed through a structured preprocessing stage that reconstructs session-level activity. These representations are analyzed using an LLM, allowing contextual interpretation of authentication patterns, command execution sequences, and post-compromise behavior. Structured analytical outputs are generated, including severity classification, reasoning, and recommended actions. Evaluation was conducted using isolated and concurrent attack scenarios. Results indicate effective identification of brute-force attacks, reconnaissance activity, persistence staging, and download-and-execute patterns, achieving a 94.23% Accuracy (95% CI: 84.05–98.79%), 100.0% Precision, 87.50% Recall, and an F1-score of 93.33% across an expanded evaluation of 52 independent observations, with zero false positives (FPs). These figures are derived from a single evaluation run and are reported as preliminary, proof-of-concept estimates rather than as stable, production-grade performance. Analytical output remained stable for sessions governed by deterministic severity overrides. However, a low-intensity multi-stage session produced inconsistent severity classifications under concurrent conditions, indicating that analyst review is still required for borderline cases. Integration of deterministic preprocessing with LLM-based reasoning enables the transformation of raw honeypot logs into structured and actionable cybersecurity intelligence, reducing analyst workload while improving the explainability and reliability of intrusion analysis in near-real-time environments.

  • 39
  • 4567