Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Article Types

Countries / Regions

remove_circle_outline
remove_circle_outline
remove_circle_outline

Search Results (563)

Search Parameters:
Keywords = code retrieval

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
70 pages, 5061 KB  
Systematic Review
Beyond Accuracy: Transferability Limits, Validation Inflation, and Uncertainty Gaps in Satellite-Based Water Quality Monitoring—A Systematic Quantitative Synthesis and Operational Framework
by Saeid Pourmorad, Valerie Graw, Andreas Rienow and Luca Antonio Dimuccio
Remote Sens. 2026, 18(7), 1098; https://doi.org/10.3390/rs18071098 - 7 Apr 2026
Abstract
Satellite remote sensing has become essential for water quality assessment across inland and coastal environments, with rapid improvements in recent years. Significant advances have been made in detecting optically active parameters (such as chlorophyll-a, suspended matter, and turbidity), showing consistently strong performance across [...] Read more.
Satellite remote sensing has become essential for water quality assessment across inland and coastal environments, with rapid improvements in recent years. Significant advances have been made in detecting optically active parameters (such as chlorophyll-a, suspended matter, and turbidity), showing consistently strong performance across multiple studies. Specifically, the median validation performance (R2) derived from the quantitative synthesis indicates R2 = 0.82 for chlorophyll-a (interquartile range—IQR: 0.75–0.90), R2 = 0.80 for total suspended matter (IQR: 0.78–0.85), and R2 = 0.88 for turbidity (IQR: 0.85–0.90). Conversely, the retrieval of optically inactive parameters (such as nutrients like total phosphorus and total nitrogen) remains more context dependent. It exhibits moderate, more variable results, with median R2 = 0.68 (IQR: 0.64–0.74) for total phosphorus and R2 = 0.75 (IQR: 0.70–0.80) for total nitrogen. These findings clearly illustrate the varying success of retrievals of optically active and inactive parameters and underscore the inherent difficulties of indirect estimation methods. However, high reported accuracy has yet to translate into transferable, uncertainty-informed, and operational monitoring systems. This gap stems from structural issues in validation design, physics integration, uncertainty management, and multi-sensor compatibility rather than data limitations alone. We present a PRISMA-guided, distribution-aware quantitative synthesis of 152 peer-reviewed studies (1980–2025), based on a systematic search protocol, to evaluate satellite-based retrievals of both optically active and inactive parameters. Instead of simply averaging performance, we analyse the empirical distributions of validation metrics, considering the validation protocol, sensor type, parameter category, degree of physics integration, and uncertainty quantification. The synthesis demonstrates that validation strategy often influences reported results more than the algorithm class itself, with accuracy inflated under non-independent cross-validation methods and notable variability between studies concealed by mean-based reports. Across four decades, four persistent structural challenges remain: limited transferability across sites and sensors beyond calibration areas; weak or implicit physical integration in many data-driven models; lack of or inconsistency in uncertainty quantification; and fragmented multi-sensor harmonisation that restricts operational scalability. To address these issues, we introduce two evidence-based coding frameworks: a physics-integration taxonomy (P0–P4) and an uncertainty-quantification hierarchy (U0–U4). Applying these frameworks shows that most studies remain focused on low-to-moderate levels of physics integration and primarily consider uncertainty at the prediction stage, with limited attention to upstream sources throughout the observation and inference process. Building on this structured synthesis, we propose a transferable, physics-informed, and uncertainty-aware conceptual framework that links model architecture, validation robustness, and probabilistic uncertainty to well-founded design principles. By shifting satellite water quality modelling from isolated algorithm demonstrations towards integrated, evidence-based system design, this study promotes scalable, decision-grade environmental monitoring amid the accelerating impacts of climate change. Full article
24 pages, 531 KB  
Article
VMkCwPIR: A Single-Round Scalable Multi-Keyword PIR Protocol Supporting Non-Primary Key Queries
by Junyu Lu, Shengnan Zhao, Yuchen Huang, Zhongtian Jia, Lili Zhang and Chuan Zhao
Information 2026, 17(4), 337; https://doi.org/10.3390/info17040337 - 1 Apr 2026
Viewed by 223
Abstract
Keyword Private Information Retrieval (Keyword PIR) enables private querying over keyword-based databases, which are typically sparse, as opposed to the dense arrays used in standard Index PIR. However, existing Keyword PIR schemes are limited to single-keyword queries and generally assume that keywords serve [...] Read more.
Keyword Private Information Retrieval (Keyword PIR) enables private querying over keyword-based databases, which are typically sparse, as opposed to the dense arrays used in standard Index PIR. However, existing Keyword PIR schemes are limited to single-keyword queries and generally assume that keywords serve as unique identifiers, making them inadequate for practical scenarios where keywords are non-unique attributes and clients need to retrieve records matching multiple keywords simultaneously. To bridge this gap, we propose MkCwPIR, the first single-round, exact-match multi-keyword PIR protocol that supports conjunctive keyword queries while preserving strict keyword privacy against the server. Our construction employs Constant-weight codes and Newton–Girard identities to encode multi-keyword selection into a compact algebraic representation, representing a functional extension of CwPIR (Usenix Security ’22). While this functional expansion introduces additional computational overhead due to the processing of multiple keywords, we further introduce VMkCwPIR—an optimized variant leveraging BFV vectorized homomorphic encryption. Experimental results demonstrate that although the base MkCwPIR incurs higher latency due to its enhanced logical capabilities, the vectorized optimizations in VMkCwPIR effectively close this performance gap. Consequently, VMkCwPIR achieves a performance level comparable to the single-keyword CwPIR. Experimental results demonstrate that when processing a query with eight keywords, VMkCwPIR achieves a server-side execution time comparable to executing only four independent single-keyword queries in CwPIR, while maintaining constant communication overhead for up to 16 keywords. Full article
Show Figures

Figure 1

26 pages, 5892 KB  
Article
Intent-Driven Cooperative Control of UAV Swarms: An LLM-Based Approach
by Zhaoxin Li, Rongrong Qian, Yuan Qi, Chaofan Wang and Hao Su
Appl. Sci. 2026, 16(7), 3297; https://doi.org/10.3390/app16073297 - 29 Mar 2026
Viewed by 333
Abstract
The coordination of multiple unmanned aerial vehicles traditionally relies on pre-defined control strategies and complex programming implementations, making adaptation to dynamic environments and tasks challenging. The purpose of this study is to explore intent-driven control supported by large language models to address these [...] Read more.
The coordination of multiple unmanned aerial vehicles traditionally relies on pre-defined control strategies and complex programming implementations, making adaptation to dynamic environments and tasks challenging. The purpose of this study is to explore intent-driven control supported by large language models to address these limitations. The codified objective is to develop a framework capable of interpreting high-level human intent and automatically translating it into executable control instructions for vehicle swarms. As a first approach to the methodology, we present a dual-layer intent-driven cooperative control framework that separates cognitive planning from real-time execution. The design tools include a hierarchical interface, standardized application programming interfaces, retrieval-augmented generation for incorporating domain knowledge, and multimodal prompt engineering to process natural-language instructions and sensor data into Python code. The main findings demonstrate that this framework achieves high code-generation accuracy in typical scenarios, enhances programming efficiency compared to manual methods, and enables adaptive optimization of cooperative strategies through the monitoring of emergent behaviors. In summary, this study contributes an intent-driven solution that simplifies the programming complexity of cooperative swarm control, lowering the technical barrier for deploying advanced autonomous aerial systems. Full article
(This article belongs to the Section Robotics and Automation)
Show Figures

Figure 1

20 pages, 1191 KB  
Article
Bridging the Semantic Gap in 5G: A Hybrid RAG Framework for Dual-Domain Understanding of O-RAN Standards and srsRAN Implementation
by Yedil Nurakhov, Nurislam Kassymbek, Duman Marlambekov, Aksultan Mukhanbet and Timur Imankulov
Appl. Sci. 2026, 16(7), 3275; https://doi.org/10.3390/app16073275 - 28 Mar 2026
Viewed by 352
Abstract
The rapid evolution of the Open Radio Access Network (O-RAN) architecture and the exponential growth in specification complexity create significant barriers for researchers translating 5G standards into practical implementations. Existing evaluation frameworks for large language models, such as ORAN-Bench-13K, focus predominantly on the [...] Read more.
The rapid evolution of the Open Radio Access Network (O-RAN) architecture and the exponential growth in specification complexity create significant barriers for researchers translating 5G standards into practical implementations. Existing evaluation frameworks for large language models, such as ORAN-Bench-13K, focus predominantly on the theoretical comprehension of regulatory documents while neglecting the critical aspect of software execution. This disparity results in a profound semantic gap, defined here as the structural and conceptual misalignment between abstract normative requirements and their concrete realization in the source code of open platforms like srsRAN. To bridge this divide and enable advanced cognitive reasoning, this paper presents a Hybrid Retrieval-Augmented Generation (RAG) framework designed to unify two heterogeneous knowledge domains: the O-RAN/3GPP specification corpus and the srsRAN C++ codebase. The proposed architecture leverages a hierarchical Parent–Child Chunking strategy to preserve the structural integrity of complex code and normative protocols. Additionally, it introduces a probabilistic Semantic Query Routing mechanism that dynamically selects the relevant context domain based on query intent. This routing actively mitigates semantic interference—a phenomenon where merging conflicting cross-domain terminology introduces informational noise, which our baseline tests showed degrades response accuracy by 4.7%. Empirical evaluation demonstrates that the hybrid approach successfully overcomes this, achieving an overall accuracy of 76.70% and outperforming the standard RAG baseline of 72.00%. Furthermore, system performance analysis reveals that effective context filtering reduces the average response generation latency to 3.47 s, compared to 3.73 s for traditional RAG methods, rendering the framework highly suitable for real-time telecommunications engineering tasks. Full article
(This article belongs to the Section Computing and Artificial Intelligence)
Show Figures

Figure 1

26 pages, 9668 KB  
Article
Sea Surface Wind Speed Retrieval with a Dual-Branch Feature-Fusion Network Using GaoFen-3 Series SAR Data
by Xing Li, Xiao-Ming Li, Yongzheng Ren, Ke Wu and Chunbo Li
Remote Sens. 2026, 18(7), 971; https://doi.org/10.3390/rs18070971 - 24 Mar 2026
Viewed by 188
Abstract
To address the suboptimal radiometric calibration accuracy observed in specific beam codes of the GaoFen-3 (GF-3) series satellite for sea surface wind speed (SSWS) retrieval, this study introduces a calibration constant correction method based on the geophysical model function (GMF). This approach enables [...] Read more.
To address the suboptimal radiometric calibration accuracy observed in specific beam codes of the GaoFen-3 (GF-3) series satellite for sea surface wind speed (SSWS) retrieval, this study introduces a calibration constant correction method based on the geophysical model function (GMF). This approach enables high-precision SSWS retrieval from GF-3B data. Conventional SAR-based SSWS retrieval models typically rely on pointwise mapping relationships, which overlook the spatial characteristics inherent in dynamic sea surface wind fields. To overcome this limitation, this study proposes an attention-guided dual-branch feature-fusion network (ADBFF-NET). The first branch, implemented as a backpropagation neural network (BPNN), learns nonlinear mappings between the normalized radar cross-section (NRCS, σ0), incidence angle, azimuth look direction, and wind vectors (speed and direction). The second branch, designed as a residual convolutional neural network, extracts spatial features of wind fields. An attention mechanism fuses the outputs of both branches, thereby enhancing retrieval accuracy. Experiments conducted with GF-3 series satellite data were validated against the European Centre for Medium-Range Weather Forecasts (ECMWF) Reanalysis V5 (ERA5), Advanced Scatterometer (ASCAT) wind fields, and altimeter-derived wind speeds. The results indicate that the SSWS retrieved from GF-3B SAR data using the corrected calibration constants achieve a root mean square error (RMSE) of 1 m/s against ERA5 wind speeds, representing an approximately 40% reduction compared with the RMSE obtained using the original calibration constant. Furthermore, compared to ERA5 and ASCAT data, the RMSE of the wind speeds retrieved by the ADBFF-NET model reaches 1.17 m/s and 1.03 m/s, respectively. Full article
(This article belongs to the Special Issue Microwave Remote Sensing on Ocean Observation)
Show Figures

Figure 1

17 pages, 2223 KB  
Article
Extending the KLIMA Radiative Transfer Model to Cloudy Atmospheres: Towards an All-Sky Analysis of FORUM
by Elisa Butali, Samuele Del Bianco, Ugo Cortesi, Gianluca Di Natale and Marco Ridolfi
Remote Sens. 2026, 18(6), 960; https://doi.org/10.3390/rs18060960 - 23 Mar 2026
Viewed by 240
Abstract
In recent times, increasing attention has been devoted to the investigation of atmospheric processes through remote sensing in order to improve our understanding of climate dynamics and atmospheric physics. This requires accurate simulation of the spectra emitted by the Earth, from which atmospheric [...] Read more.
In recent times, increasing attention has been devoted to the investigation of atmospheric processes through remote sensing in order to improve our understanding of climate dynamics and atmospheric physics. This requires accurate simulation of the spectra emitted by the Earth, from which atmospheric composition and thermodynamic conditions can be retrieved. The FORUM mission focuses on observations of the Earth’s outgoing radiation in the far-infrared spectral region, which has been only sparsely explored due to observational challenges, despite its significant contribution to the characterization of atmospheric processes. As part of the mission activities, dedicated simulations of the measurements expected from the FORUM instrument are required. Different models and codes can be employed for this purpose. Fast radiative transfer models, such as SIGMA-FORUM, efficiently simulate all-sky conditions, whereas detailed line-by-line models, such as KLIMA, have generally been limited to clear-sky applications. In this context, SIGMA-FORUM, an all-sky fast radiative transfer model operating in the 10–2760 cm−1 spectral range and KLIMA, a FORTRAN-based line-by-line algorithm extensively validated under clear-sky conditions, are used to simulate FORUM radiances in both clear and cloudy atmospheres. This study extends the comparison between SIGMA-IASI/F2N and KLIMA to cloudy-sky scenarios by incorporating cloud optical properties into KLIMA using the same parametrization approach adopted in SIGMA-FORUM version 2.4. By combining complementary modeling approaches, this work enables KLIMA to simulate atmospheric radiances under all-sky conditions, thereby broadening its applicability. Full article
Show Figures

Figure 1

18 pages, 855 KB  
Article
Associations Between Emergency Room Visits for Respiratory Diseases and Exposure to Zip Code-Level Criteria Air Pollutants in New York State
by Tamba S. Lebbie, Laura E. Jones, Najm Alsadat Madani and David O. Carpenter
Atmosphere 2026, 17(3), 322; https://doi.org/10.3390/atmos17030322 - 20 Mar 2026
Viewed by 261
Abstract
We assess associations between emergency room (ER) visits, scaled to per 105 population per year, for asthma and chronic obstructive pulmonary disease (COPD), two of the most common respiratory diseases, and zip code-level exposure to criteria air pollutants (CAPs) coming from point [...] Read more.
We assess associations between emergency room (ER) visits, scaled to per 105 population per year, for asthma and chronic obstructive pulmonary disease (COPD), two of the most common respiratory diseases, and zip code-level exposure to criteria air pollutants (CAPs) coming from point sources in New York State (NYS) from 2010 to 2018. Exposure data on point source CAPs were retrieved from the United States Environmental Protection Agency (USEPA) National Emission Inventory (NEI) database, and ER visits for asthma and COPD were acquired from the New York State Department of Health (NYSDOH) Statewide Planning and Research Cooperative System (SPARCS). To account for within-county variability, we used log-linear mixed effects models, adjusted for year, sex, age category, county-level poverty, smoking, PM2.5, volatile organic compounds (VOCs), and CAPs sources within the study period. Results show significant associations between ER visits for asthma and COPD and most of the pollutants in the study, even after adjusting for the effects of poverty and smoking. Although point source emissions comprise a small portion of total air pollution, our findings show that zip code-level point source CAPs, especially the gaseous pollutants, pose a modest but significant contribution to the risk of respiratory disease-related ER visits. Full article
Show Figures

Figure 1

37 pages, 1893 KB  
Systematic Review
Advancing Digital Twins for Building Lifecycle Management in Construction: A Systematic Literature Review
by Tran Duong Nguyen and Sanjeev Adhikari
Buildings 2026, 16(6), 1151; https://doi.org/10.3390/buildings16061151 - 14 Mar 2026
Viewed by 575
Abstract
The Fourth Industrial Revolution has accelerated the adoption of advanced digital technologies in construction, with Digital Twin (DT) emerging as a data-driven framework for enhancing project performance, efficiency, and sustainability. Despite these advantages, DT adoption in construction remains limited due to high implementation [...] Read more.
The Fourth Industrial Revolution has accelerated the adoption of advanced digital technologies in construction, with Digital Twin (DT) emerging as a data-driven framework for enhancing project performance, efficiency, and sustainability. Despite these advantages, DT adoption in construction remains limited due to high implementation costs, data integration challenges, and a lack of standardized practices, especially in real-time data utilization and lifecycle management. This study presents a PRISMA-guided systematic literature review of DT applications across the construction lifecycle. The study addresses three main objectives: (1) to analyze DT’s adoption across construction lifecycle phases, (2) to identify barriers and benefits to DT adoption, and (3) to explore research gaps and potential advancements. Peer-reviewed journal articles published between 2003 and 2024 were retrieved from the Scopus and Web of Science databases using structured keyword combinations related to Digital Twin and the built environment. From an initial pool of 3109 records, 53 studies met predefined inclusion criteria. They were analyzed using a lifecycle-oriented thematic coding framework examining application domains, enabling technologies, reported benefits, and implementation constraints. Unlike prior reviews that focus on specific technologies or lifecycle segments, this study provides a lifecycle-wide synthesis of DT maturity across design, construction, operation, and demolition phases. The findings indicate that DT applications are most developed in the design and operation phases, particularly through integration with Building Information Modeling (BIM) and Internet of Things (IoT) systems for simulation, monitoring, and predictive maintenance. In contrast, construction-phase adoption is constrained by challenges in real-time data integration, while demolition and end-of-life applications remain largely conceptual. Overall, current DT implementations are predominantly phase-specific rather than lifecycle-integrated, therefore emphasizing the need for standardized data frameworks, scalable architectures, and cross-phase governance strategies to enable end-to-end lifecycle digitalization in construction. Full article
Show Figures

Figure 1

15 pages, 1839 KB  
Communication
Conceptualising RAG-Driven Agentic AI with Multi-Layer MCP for Seismic Structural Systems
by Carlos Fabián Ávila and Edgar David Rivera Tapia
Buildings 2026, 16(5), 1018; https://doi.org/10.3390/buildings16051018 - 5 Mar 2026
Viewed by 515
Abstract
The integration of Generative AI into civil engineering is currently constrained by the risk of non-compliant outputs and an inherent lack of physics-based knowledge. To address these limitations, this paper presents a conceptual framework for the integration of Agentic Artificial Intelligence (AI) into [...] Read more.
The integration of Generative AI into civil engineering is currently constrained by the risk of non-compliant outputs and an inherent lack of physics-based knowledge. To address these limitations, this paper presents a conceptual framework for the integration of Agentic Artificial Intelligence (AI) into the complete lifecycle of seismic-resistant structural engineering. The proposal employs a modular software architecture built on the Model Context Protocol (MCP), enabling distributed collaboration among specialised AI agents. We operationalise this architecture across six critical stages, where specific agents govern distinct phases: (1) Seismic Hazard and (2) Structural Modelling agents quantify demands through deterministic tool execution; the (3) Design agent optimises element sizing under the strict governance of Retrieval-Augmented Generation (RAG) for code compliance; (4) Construction Quality Control and (5) Structural Health Monitoring (SHM) agents validate as-built geometry and service-life performance; and an overarching (6) Ethical Audit agent supervises the ecosystem to ensure safety and algorithmic transparency. By decoupling probabilistic design iteration from immutable numerical execution, this framework ensures that generative outputs are traceable, transparent, and professionally accountable, offering a verified pathway for the deployment of AI systems in structural engineering. Full article
(This article belongs to the Special Issue Automation and Intelligence in the Construction Industry)
Show Figures

Figure 1

30 pages, 2658 KB  
Article
Sustainable Smart Urban Governance Enabled by Context-Aware QR Codes: A Scalable Framework for Property Visualisation in Saudi Arabia
by Mohammed Ali R. Alzahrani
Sustainability 2026, 18(5), 2374; https://doi.org/10.3390/su18052374 - 28 Feb 2026
Viewed by 353
Abstract
The digitisation of urban governance requires a context-sensitive method that balances operational efficiency, data security and transparency. This study proposes a context-sensitive QR code system as a conceptual framework for smart urban governance and real estate visualisation in Saudi Arabia, aligned with the [...] Read more.
The digitisation of urban governance requires a context-sensitive method that balances operational efficiency, data security and transparency. This study proposes a context-sensitive QR code system as a conceptual framework for smart urban governance and real estate visualisation in Saudi Arabia, aligned with the strategic objectives of Vision 2030. Unlike traditional static QR code applications, the proposed system acts as a smart urban interface dynamically linking physical buildings to structured digital records and delivering role-specific information through a single scan. This system enables municipal authorities to retrieve compliance and regulatory data and allows emergency response teams to access real-time occupancy data with geographic coordinates. The proposed system enables visitors to explore curated heritage and site-based information, with each interface subject to policy-defined access rules. The proposed QR code system is evaluated by using a scenario-based computational simulation across three representative Saudi cities (Riyadh, Jeddah, and Dammam), and the results show that it significantly reduces service response time compared to manual processes while maintaining data integrity through role-based dynamic filtering. The proposed system enhances administrative efficiency and supports heritage preservation in sensitive areas such as the Al-Balad district in Jeddah city. By integrating governance, visualisation, and cultural sustainability within a simple, scalable and interactive model, the study provides an important framework for emerging smart cities in Saudi Arabia. Full article
Show Figures

Figure 1

23 pages, 3051 KB  
Article
Set-Up of an Italian MAX-DOAS Measurement Network for Air-Quality Studies and Satellite Validation
by Elisa Castelli, Paolo Pettinari, Enzo Papandrea, Andrè Achilli, Massimo Valeri, Alessandro Bracci, Ferdinando Pasqualini, Luca Di Liberto and Francesco Cairo
Remote Sens. 2026, 18(5), 722; https://doi.org/10.3390/rs18050722 - 27 Feb 2026
Viewed by 260
Abstract
The Italian peninsula is, as shown by satellite and ground-based measurements, a pollution hotspot. In recent years, ground-based MAX-DOAS commercial systems have been installed in the Po Valley and the area surrounding Rome to monitor NO2 tropospheric column densities and validate coincident [...] Read more.
The Italian peninsula is, as shown by satellite and ground-based measurements, a pollution hotspot. In recent years, ground-based MAX-DOAS commercial systems have been installed in the Po Valley and the area surrounding Rome to monitor NO2 tropospheric column densities and validate coincident satellite (e.g., TROPOMI) products. Three of the instruments are located in the Po Valley at San Pietro Capofiume (Bologna), Bologna city, and Mount Cimone (Modena), and one is located in Tor Vergata (Rome). The chosen system is the SkySpec-2D from Airyx. All the recorded spectra are saved in the FRM4DOAS format and processed with QDOAS software to obtain slant column densities (SCDs) of NO2, O4, and other trace gases. The MAX-DOAS SCD sequences are then analysed with the DEAP code to retrieve tropospheric profiles of NO2 and aerosol extinction, while zenith-sky SCDs are used to retrieve NO2 total columns. A dedicated campaign, involving the network instruments, has been conducted in the Po Valley to compare the performance of the individual instruments in the network with respect to the one that participated in the CINDI-3 campaign (Cabauw, The Netherlands). The results of the intercomparison campaign indicated that all instruments showed comparable performance. As an example of obtainable products, one year (from September 2024 to August 2025) of NO2 tropospheric columns, as well as their comparison with TROPOMI measurements, is presented, highlighting the potential of this network for both air quality studies and satellite validation. Due to Italy’s location in the highly complex Mediterranean hotspot region, these data represent an important contribution to satellite validation efforts, particularly in view of upcoming missions such as Copernicus Sentinel-4, Sentinel-5, and the Copernicus Anthropogenic Carbon Dioxide Monitoring (CO2M) constellation. We found a negative TROPOMI bias relative to SkySpec-2D for NO2 tropospheric columns ranging from −13% in San Pietro Capofiume, to −25% in Bologna and −44% in Rome Tor Vergata. The comparison between NO2 total columns from TROPOMI and SkySpec-2D at Mount Cimone shows generally good agreement, with TROPOMI being 15% higher. Full article
(This article belongs to the Section Atmospheric Remote Sensing)
Show Figures

Figure 1

36 pages, 1552 KB  
Article
RO-FIN-LLM: A Benchmark with LLM-as-a-Judge and Human Evaluators for Romanian Tax and Accounting
by Maria-Ecaterina Olariu, Vlad-Gabriel Buinceanu, Cristian Simionescu, Octavian Dospinescu, Răzvan Georgescu, Cezar Tudor, Adrian Iftene and Ana-Maria Bores
Systems 2026, 14(3), 244; https://doi.org/10.3390/systems14030244 - 27 Feb 2026
Viewed by 515
Abstract
Large Language Models (LLMs) are increasingly being adopted in business settings; however, there remains a shortage of evaluation tools that account for country-specific regulations, particularly for Romania’s taxation and financial accounting requirements. RO-FIN-LLM is a benchmark designed to test how well LLMs handle [...] Read more.
Large Language Models (LLMs) are increasingly being adopted in business settings; however, there remains a shortage of evaluation tools that account for country-specific regulations, particularly for Romania’s taxation and financial accounting requirements. RO-FIN-LLM is a benchmark designed to test how well LLMs handle Romania-specific regulatory question answering in taxation (including VAT regimes, income/profit tax, microenterprise rules, and other obligations) and financial accounting (including journal entries/monographs, amortization, provisions, and foreign exchange transactions). The benchmark contains questions curated by experts, each including the applicable regulatory time frames and the legal sources for the answers. Evaluation is performed in two protocols: closed-book and open-book with Retrieval Augmented Generation (RAG), using Tavily Search API. Evaluation metrics are represented by rubrics, namely correctness, legal citation quality, and clarity/structure. A subset of answers produced by three models was additionally evaluated by 12 specialists in the financial-accounting domain. In this revision, we also describe a public release plan for the question schema, prompts, and evaluation scripts to support independent reproducibility. Full article
(This article belongs to the Special Issue Business Intelligence and Data Analytics in Enterprise Systems)
Show Figures

Figure 1

13 pages, 2001 KB  
Article
Characteristics and Evolutionary Relationships of Two Mitochondrial Genomes of Iguanodectes (Characiformes, Iguanodectidae)
by Jing-Zhao Shu, Xiao Ma, Yi-Jing Zhan, Xiao-Die Chen and Cheng-He Sun
Animals 2026, 16(5), 740; https://doi.org/10.3390/ani16050740 - 27 Feb 2026
Viewed by 266
Abstract
Iguanodectes geisleri and I. adujai are freshwater fish from South America. Their taxonomic status and phylogenetic relationships are uncertain due to limited molecular data. High-throughput sequencing was applied to obtain and annotate for the first time the complete mitochondrial genomes of I. geisleri [...] Read more.
Iguanodectes geisleri and I. adujai are freshwater fish from South America. Their taxonomic status and phylogenetic relationships are uncertain due to limited molecular data. High-throughput sequencing was applied to obtain and annotate for the first time the complete mitochondrial genomes of I. geisleri and I. adujai to clarify their phylogenetic positions. Mitochondrial genome sequences of 73 Characoidei species were retrieved from GenBank, with Gyrinocheilus aymonieri and Microphysogobio alticorpus designated as outgroups. Phylogenetic trees were constructed using a mitochondrial protein-coding gene dataset and Maximum Likelihood and Bayesian Inference methods. The complete mitochondrial genome measured 16,774 and 16,802 bp, respectively. Both genomes exhibited highly conserved structures. Despite morphological similarities and a close phylogenetic relationship, differences were detected in genomic structure, base composition, codon usage bias, and the control region between the two species. The two species comprise a strongly supported monophyletic clade and are sister species but represent distinct, independent branches. I. geisleri and I. adujai have been recognized as distinct species based on morphological differences, and this study provides molecular confirmation of their separate taxonomic status. The study provides molecular data for the taxonomic identification of fishes of the genus, Iguanodectes, and foundational mitochondrial genomic data for Characiformes. The study advances research on the genetic evolution of this group and resource conservation. Full article
Show Figures

Figure 1

29 pages, 10558 KB  
Article
AI-Powered Interpretation of Traditional Village Landscape Language: An Analysis of Xinye Village in Zhejiang, China
by Yanying Liang, Tao Chen and Zizhen Hong
Sustainability 2026, 18(5), 2183; https://doi.org/10.3390/su18052183 - 24 Feb 2026
Viewed by 380
Abstract
Amidst rapid urbanization and modernization, numerous traditional villages in China face severe challenges, including landscape homogenization and the erosion of their distinctive characteristics. Addressing this issue requires a method capable of systematically identifying, analyzing, and reconstructing both the landscape and its underlying cultural [...] Read more.
Amidst rapid urbanization and modernization, numerous traditional villages in China face severe challenges, including landscape homogenization and the erosion of their distinctive characteristics. Addressing this issue requires a method capable of systematically identifying, analyzing, and reconstructing both the landscape and its underlying cultural features. This study proposes a digital analytical approach that integrates multimodal artificial intelligence with landscape language theory to address the homogenization of cultural landscapes in traditional Chinese villages. Taking Xinye Village in Zhejiang Province as a case study, the research systematically decodes its landscape spatial narratives and underlying cultural genes. This framework systematically deconstructs village landscapes across four levels: “vocabulary, context, grammar, and semantics”. The village image database is first automatically recognized and statistically analyzed by computer vision technology, which extracts 31 core landscape vocabulary items from three main categories and nine subcategories. Second, Retrieval-augmented Generation technology is employed to synthesize from the constructed domain-specific corpus, a natural context structured around Yuhua Mountain and Daofeng Mountain, as well as a cultural context based on ancestral hall order, connected through folk activities, and idealized by farming and reading passed down through generations. Building on this framework, a multimodal model was used to examine the spatial composition and combinatorial laws of landscape features. Six essential dimensions—spatial layout, visual order, element combination, functional relationships, circulation layout, and scale correlations—revealed the spatial grammar of shuikou landscape. Lastly, the semantic values conveyed by the landscape vocabulary were thoroughly analyzed across three dimensions—form, function, and culture—by integrating a knowledge base. This work creates a landscape language atlas of Xinye Village by combining these studies and using a linguistic model of “character-word-sentence-paragraph”. By methodically deciphering the clan’s cultural code of “farming and reading passed down through generations”, this clearly reconstructs the spatial narrative logic from micro-elements to macro-patterns. This research not only advances the study of landscape language in traditional villages from qualitative description toward a systematic, digital, and interpretable paradigm but also provides an operational theoretical and methodological foundation for the in-depth interpretation, conservation, and transmission of traditional village cultural landscapes. Full article
Show Figures

Figure 1

14 pages, 6635 KB  
Article
Human and Artificial Intelligence (AI) Analysis of Patient Experiences of Periodontal Graft Surgery
by William W. N. Mak, Timothy Budden, Sushil Kaur and Maurice J. Meade
Dent. J. 2026, 14(2), 127; https://doi.org/10.3390/dj14020127 - 23 Feb 2026
Viewed by 312
Abstract
Background/Objectives: The prominent role the internet plays in being a source of dental information prompts qualitative evaluation of relevant online content. This study aimed to explore patients’ experience regarding periodontal graft surgery communicated through the social media platform YouTube. Methods: An [...] Read more.
Background/Objectives: The prominent role the internet plays in being a source of dental information prompts qualitative evaluation of relevant online content. This study aimed to explore patients’ experience regarding periodontal graft surgery communicated through the social media platform YouTube. Methods: An initial YouTube search using the term “gum surgery experience” retrieved 40 videos. Graft surgery was the most frequently discussed procedure, and 19 relevant videos were included in the qualitative analysis. Video content was analysed using a combined human-centered and artificial intelligence (AI)–assisted approach. AI-supported analysis of viewer comments was conducted using ChatGPT-4 and Gemini-1.5 Pro. Themes generated by human and AI analyses were compared. Results: Nine key themes were identified from the 19 videos that satisfied selection criteria. Most themes were similar between human and AI analyses, with six overlapping and three unique. The most frequently coded theme was post-operative recovery (n = 177), with pain, work absence, eating difficulties, and disrupted oral hygiene commonly reported. Patient-clinician relationships were frequently highlighted, with mixed experiences regarding communication and trust. Positive experiences were reported more frequently than negative. Comment analysis revealed varied audience engagement and sentiments, emphasizing concerns about pain, recovery, and procedural anxiety. Conclusions: Key themes related to patient experiences were identified, notably concerns regarding post-operative recovery and patient-clinician relationships. Challenges in finding information prior to having surgeries motivated patients to provide support and advice on YouTube, emphasizing the need for patient-centered resources and effective patient-clinician communication. Integrating human and AI methods in qualitative analysis was efficient and insightful, with AI supplementing but not substituting human research. Full article
Show Figures

Figure 1

Back to TopTop