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

Article Types

Countries / Regions

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Search Results (408)

Search Parameters:
Keywords = open-source library

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
26 pages, 3340 KB  
Article
Spatial Modelling of Urban Accessibility: Insights from Belgrade, Republic of Serbia
by Filip Arnaut, Sreten Jevremović, Aleksandra Kolarski, Zoran R. Mijić and Vladimir A. Srećković
Urban Sci. 2025, 9(10), 424; https://doi.org/10.3390/urbansci9100424 - 13 Oct 2025
Viewed by 68
Abstract
This study presents the first comprehensive spatial accessibility assessment of essential urban services in Belgrade, Republic of Serbia, conducted entirely with open-source tools and data. The analysis focused on six facility categories: primary healthcare centers, public pharmacies, primary and secondary schools, libraries, and [...] Read more.
This study presents the first comprehensive spatial accessibility assessment of essential urban services in Belgrade, Republic of Serbia, conducted entirely with open-source tools and data. The analysis focused on six facility categories: primary healthcare centers, public pharmacies, primary and secondary schools, libraries, and green markets. Spatial accessibility was modelled using OpenRouteService (ORS) isochrones for walking travel times of 5, 10, and 15 min, combined with population data from the Global Human Settlement Layer (GHSL). Results indicate that 79% of residents live within a 15-min walk of a healthcare facility, 74% of a pharmacy, 89% of an elementary school, 52% of a high school, 60% of a library, and 62% of a green market. Central administrative units such as Vračar, Zvezdara, and Stari Grad demonstrated nearly complete service coverage, while peripheral areas, including Resnik, Jajinci, and Višnjica, exhibited substantial accessibility deficits, often coinciding with lower-income zones. The developed workflow provides a transparent, replicable approach for identifying underserved neighborhoods and prioritizing investments in public infrastructure. This research emphasizes the role of spatial accessibility analysis in advancing Sustainable Development Goals (SDGs), contributing to the creation of more inclusive, walkable, and sustainable urban environments, while on the other hand, it offers practical insights for improving urban equity, guiding policy formulation, and supporting necessary planning decisions. Subsequent research will focus on alternative facilities, other cities such as Novi Sad and Niš, and the disparity between urban and rural populations. Full article
Show Figures

Figure 1

18 pages, 775 KB  
Article
Eight-Bit Vector SoftFloat Extension for the RISC-V Spike Simulator
by Andrea Marcelli, Abdallah Cheikh, Marcello Barbirotta, Antonio Mastrandrea, Francesco Menichelli and Mauro Olivieri
Electronics 2025, 14(19), 3924; https://doi.org/10.3390/electronics14193924 - 1 Oct 2025
Viewed by 321
Abstract
The recent demand for 8-bit floating-point (FP) formats is driven by their potential to accelerate domain-specific applications with intensive vector computations (e.g., machine learning, graphics, and data compression). This paper presents the design, implementation, and application of the software model of an 8-bit [...] Read more.
The recent demand for 8-bit floating-point (FP) formats is driven by their potential to accelerate domain-specific applications with intensive vector computations (e.g., machine learning, graphics, and data compression). This paper presents the design, implementation, and application of the software model of an 8-bit FP vector arithmetic operation set, compliant with the RISC-V vector instruction set architecture. The model has been developed as an extension of the SoftFloat library and integrated into the RISC-V reference instruction-level simulator Spike, providing the first open-source 8-bit SoftFloat extension for an instruction-set simulator. Based on the SoftFloat library templates for standard FP formats, the proposed extension implements the two widely used 8-bit formats E4M3 and E5M2 in both Open Compute Project (OCP) and IEEE 754 variants. In host-time micro-kernels, FP8 delivers +2–4% more elements per second versus FP32 (across vfadd/vfsub/vfmul) and ≈5% lower RSS; E4M3 and E5M2 perform similarly. Enabling FP8 in Spike increases the stripped binary by ~1.8% (mostly .text). The proposed extension was used to fully verify and correct errors in the vector FP unit design for the eProcessor European project, and continues to be used to verify other 8-bit FP unit implementations. Full article
(This article belongs to the Section Computer Science & Engineering)
Show Figures

Figure 1

20 pages, 12345 KB  
Article
Automatic Speech Recognition of Public Safety Radio Communications for Interstate Incident Detection and Notification
by Christopher M. Gartner, Vihaan Vajpayee, Jairaj Desai and Darcy M. Bullock
Smart Cities 2025, 8(5), 157; https://doi.org/10.3390/smartcities8050157 - 24 Sep 2025
Viewed by 406
Abstract
Most urban areas have Traffic Management Centers that rely partially on communication with 9-1-1 centers for incident detection. This level of awareness is often lacking for rural interstates spanning several 9-1-1 centers. This paper presents a novel approach to extending TMC visibility by [...] Read more.
Most urban areas have Traffic Management Centers that rely partially on communication with 9-1-1 centers for incident detection. This level of awareness is often lacking for rural interstates spanning several 9-1-1 centers. This paper presents a novel approach to extending TMC visibility by automatically monitoring regional 9-1-1 dispatch channels using off-the-shelf hardware and open-source speech-to-text libraries. Our study presents a proof-of-concept study servicing 71 miles of rural I-65 in Indiana, successfully monitoring four county dispatch centers from a single location, and efficiently transcribing live audio within 60 s of broadcast. This work’s primary contribution is demonstrating the feasibility and practical value of automated incident detection systems for rural interstates. This technology is implementation-ready for extending the visibility of Traffic Management Centers in rural interstate segments. Further work is underway for developing scalable procedures for integrating multiple remote sites, extracting more diverse keyword sets, investigating optimal speech-to-text models, and assessing the technical aspects of the experimental procedures of this manuscript. Full article
Show Figures

Figure 1

29 pages, 3444 KB  
Article
Thunder Dynamics: A C++ Tool for Adaptive Control of Serial Manipulators
by Marco Baracca, Giorgio Simonini, Simone Tolomei, Yuri De Santis, Paolo Rosa Brusin, Stefano Angeli, Marco Gabiccini, Antonio Bicchi and Paolo Salaris
Robotics 2025, 14(9), 126; https://doi.org/10.3390/robotics14090126 - 13 Sep 2025
Viewed by 492
Abstract
Robust control techniques are crucial for deploying robotic solutions in real applications and handling model uncertainties in robotic manipulators. The inertial parameters are fundamental to implementing control algorithms. While theoretical approaches to compute the system dynamics and the regressor matrix are well-established, they [...] Read more.
Robust control techniques are crucial for deploying robotic solutions in real applications and handling model uncertainties in robotic manipulators. The inertial parameters are fundamental to implementing control algorithms. While theoretical approaches to compute the system dynamics and the regressor matrix are well-established, they are computationally expensive and a practical implementation framework is still lacking. To address this challenge, we developed a new and efficient method to compute the Coriolis matrix based on Christoffel’s symbols. The result forms the basis of Thunder Dynamics, an open-source software package able to create standalone libraries that compute the system kinematics and dynamics for real-time adaptive control implementation. Thunder Dynamics enables users to create and compile user-defined functions on a robot, which can then be used in C++ or Python 3. To test the proposed framework, we implemented a Cartesian adaptive backstepping controller with axis-angle orientation using our tool. We tested the controller on a seven-degrees-of-freedom manipulator in both simulation and real-world scenarios, varying the levels of uncertainties in the inertial parameters. The results demonstrated that Thunder Dynamics is capable of meeting computational constraints given by the control loop frequency of real systems, permitting, for example, the implementation of advanced controls on commercial manipulators. Full article
(This article belongs to the Section Sensors and Control in Robotics)
Show Figures

Figure 1

27 pages, 432 KB  
Article
Refactoring Loops in the Era of LLMs: A Comprehensive Study
by Alessandro Midolo and Emiliano Tramontana
Future Internet 2025, 17(9), 418; https://doi.org/10.3390/fi17090418 - 12 Sep 2025
Viewed by 637
Abstract
Java 8 brought functional programming to the Java language and library, enabling more expressive and concise code to replace loops by using streams. Despite such advantages, for-loops remain prevalent in current codebases as the transition to the functional paradigm requires a significant shift [...] Read more.
Java 8 brought functional programming to the Java language and library, enabling more expressive and concise code to replace loops by using streams. Despite such advantages, for-loops remain prevalent in current codebases as the transition to the functional paradigm requires a significant shift in the developer mindset. Traditional approaches for assisting refactoring loops into streams check a set of strict preconditions to ensure correct transformation, hence limiting their applicability. Conversely, generative artificial intelligence (AI), particularly ChatGPT, is a promising tool for automating software engineering tasks, including refactoring. While prior studies examined ChatGPT’s assistance in various development contexts, none have specifically investigated its ability to refactor for-loops into streams. This paper addresses such a gap by evaluating ChatGPT’s effectiveness in transforming loops into streams. We analyzed 2132 loops extracted from four open-source GitHub repositories and classified them according to traditional refactoring templates and preconditions. We then tasked ChatGPT with the refactoring of such loops and evaluated the correctness and quality of the generated code. Our findings revealed that ChatGPT could successfully refactor many more loops than traditional approaches, although it struggled with complex control flows and implicit dependencies. This study provides new insights into the strengths and limitations of ChatGPT in loop-to-stream refactoring and outlines potential improvements for future AI-driven refactoring tools. Full article
Show Figures

Figure 1

22 pages, 3577 KB  
Article
Sensortoolkit—A Python Library for Standardizing the Ingestion, Analysis, and Reporting of Air Sensor Data for Performance Evaluation
by Menaka Kumar, Samuel G. Frederick, Karoline K. Barkjohn and Andrea L. Clements
Sensors 2025, 25(18), 5645; https://doi.org/10.3390/s25185645 - 10 Sep 2025
Viewed by 563
Abstract
Open-source software tools designed specifically for evaluating and reporting air sensor performance are limited. The available tools do not provide a means for summarizing the sensor performance using common statistical metrics and figures, nor are they suited for handling the wide variety of [...] Read more.
Open-source software tools designed specifically for evaluating and reporting air sensor performance are limited. The available tools do not provide a means for summarizing the sensor performance using common statistical metrics and figures, nor are they suited for handling the wide variety of data formats currently used by air sensors. We developed sensortoolkit v1.1.0 as a free, open-source Python v3.8.20 library to encourage the use of the U.S. Environmental Protection Agency’s (U.S. EPA) recommended performance evaluation protocols for air sensors measuring particulate matter and gases. The library compares the collocated air sensor against reference monitor data and includes procedures to reformat both datasets into a standardized format using an interactive setup module. Library modules calculate performance metrics (e.g., the coefficient of determination (R2), slope, intercept, and root mean square error (RMSE)) and make plots to visualize the data. These metrics and plots can be used to better understand sensor accuracy, the precision between sensors of the same make and model, and the influence of meteorological parameters at 1 h and 24 h averages. The results can be compiled into a reporting template allowing for the easier comparison of sensor performance results generated by different organizations. This paper provides a summary of the sensortoolkit and a case study to demonstrate its utility. Full article
(This article belongs to the Section Environmental Sensing)
Show Figures

Figure 1

10 pages, 398 KB  
Proceeding Paper
Benchmarking Foundation Models for Time-Series Forecasting: Zero-Shot, Few-Shot, and Full-Shot Evaluations
by Frédéric Montet, Benjamin Pasquier and Beat Wolf
Comput. Sci. Math. Forum 2025, 11(1), 32; https://doi.org/10.3390/cmsf2025011032 - 8 Sep 2025
Viewed by 1116
Abstract
Recently, time-series forecasting foundation models trained on large, diverse datasets have demonstrated robust zero-shot and few-shot capabilities. Given the ubiquity of time-series data in IoT, finance, and industrial applications, rigorous benchmarking is essential to assess their forecasting performance and overall value. In this [...] Read more.
Recently, time-series forecasting foundation models trained on large, diverse datasets have demonstrated robust zero-shot and few-shot capabilities. Given the ubiquity of time-series data in IoT, finance, and industrial applications, rigorous benchmarking is essential to assess their forecasting performance and overall value. In this study, our objective is to benchmark foundational models from Amazon, Salesforce, and Google against traditional statistical and deep learning baselines on both public and proprietary industrial datasets. We evaluate zero-shot, few-shot, and full-shot scenarios using metrics such as sMAPE and NMAE on fine-tuned models, ensuring reliable comparisons. All experiments are conducted with onTime, our dedicated open-source library that guarantees reproducibility, data privacy, and flexible configuration. Our results show that foundation models often outperform traditional methods with minimal dataset-specific tuning, underscoring their potential to simplify forecasting tasks and bridge performance gaps in data-scarce settings. Additionally, we address non-performance criteria, such as integration ease, model size, and inference/training time, which are critical for real-world deployment. Full article
Show Figures

Figure 1

16 pages, 1329 KB  
Article
Vector Data Rendering Performance Analysis of Open-Source Web Mapping Libraries
by Dániel Balla and Mátyás Gede
ISPRS Int. J. Geo-Inf. 2025, 14(9), 336; https://doi.org/10.3390/ijgi14090336 - 30 Aug 2025
Viewed by 1272
Abstract
Nowadays, various technologies exist with differing rendering performance for interactive web maps. These maps are consumed on devices with varying capabilities; therefore, choosing the best-performing library for a dataset is emphasized. Unlike existing research, this study presents a comparative analysis on libraries’ native [...] Read more.
Nowadays, various technologies exist with differing rendering performance for interactive web maps. These maps are consumed on devices with varying capabilities; therefore, choosing the best-performing library for a dataset is emphasized. Unlike existing research, this study presents a comparative analysis on libraries’ native performance for rendering large amounts of GeoJSON vector data, partially extracted from OpenStreetMap (OSM). Four libraries were analyzed. Results showed that regardless of feature types, Leaflet and OpenLayers excelled for features up to 10,000. Up to 5000 points, these two were the fastest, above which the libraries’ performance converged. For 50,000 or more, Mapbox GL JS rendered them the quickest, followed by OpenLayers, MapLibre GL JS and Leaflet. For up to 50,000 lines and 10,000 polygons, Leaflet and OpenLayers were the fastest in all scenarios. For 100,000 lines, OpenLayers was almost twice as fast as the others, while Mapbox rendered 50,000 polygons the quickest. The performance of Leaflet and OpenLayers scales with the increasing feature quantities, yet for Mapbox and MapLibre, any performance impact is offset to 1000 features and beyond. Slow initalization of map elements makes Mapbox and MapLibre less suitable for rapid rendering of small feature quantities. Other behavioural differences affecting user experience are also explored. Full article
(This article belongs to the Special Issue Cartography and Geovisual Analytics)
Show Figures

Figure 1

29 pages, 434 KB  
Article
Comparative Analysis of Natural Language Processing Techniques in the Classification of Press Articles
by Kacper Piasta and Rafał Kotas
Appl. Sci. 2025, 15(17), 9559; https://doi.org/10.3390/app15179559 - 30 Aug 2025
Viewed by 574
Abstract
The study undertook a comprehensive review and comparative analysis of natural language processing techniques for news article classification, with a particular focus on Java language libraries. The dataset comprised an excess of 200,000 items of news metadata sourced from The Huffington Post. The [...] Read more.
The study undertook a comprehensive review and comparative analysis of natural language processing techniques for news article classification, with a particular focus on Java language libraries. The dataset comprised an excess of 200,000 items of news metadata sourced from The Huffington Post. The traditional algorithms based on mathematical statistics and deep machine learning were evaluated. The libraries chosen for tests were Apache OpenNLP, Stanford CoreNLP, Waikato Weka, and the Huggingface ecosystem with the Pytorch backend. The efficacy of the trained models in forecasting specific topics was evaluated, and diverse methodologies for the feature extraction and analysis of word-vector representations were explored. The study considered aspects such as hardware resource management, implementation simplicity, learning time, and the quality of the resulting model in terms of detection, and it examined a range of techniques for attribute selection, feature filtering, vector representation, and the handling of imbalanced datasets. Advanced techniques for word selection and named entity recognition were employed. The study compared different models and configurations in terms of their performance and the resources they consumed. Furthermore, it addressed the difficulties encountered when processing lengthy texts with transformer neural networks, and it presented potential solutions such as sequence truncation and segment analysis. The elevated computational cost inherent to Java-based languages may present challenges in machine learning tasks. OpenNLP model achieved 84% accuracy, Weka and CoreNLP attained 86% and 88%, respectively, and DistilBERT emerged as the top performer, with an accuracy rate of 92%. Deep learning models demonstrated superior performance, training time, and ease of implementation compared to conventional statistical algorithms. Full article
(This article belongs to the Special Issue Natural Language Processing (NLP) and Applications—2nd Edition)
Show Figures

Figure 1

20 pages, 3555 KB  
Article
Model of an Open-Source MicroPython Library for GSM NB-IoT
by Antonii Lupandin, Volodymyr Kopieikin, Maksym Khruslov, Iryna Artyshchuk and Ruslan Shevchuk
Sensors 2025, 25(17), 5322; https://doi.org/10.3390/s25175322 - 27 Aug 2025
Viewed by 778
Abstract
The growing adoption of the Internet of Things (IoT) demands scalable, energy-efficient communication for autonomous devices. Narrowband IoT (NB-IoT), as a low-power wide-area technology, offers reliable connectivity but remains difficult to integrate in MicroPython systems due to the absence of high-level GSM libraries. [...] Read more.
The growing adoption of the Internet of Things (IoT) demands scalable, energy-efficient communication for autonomous devices. Narrowband IoT (NB-IoT), as a low-power wide-area technology, offers reliable connectivity but remains difficult to integrate in MicroPython systems due to the absence of high-level GSM libraries. This paper introduces a modular, object-oriented MicroPython library that abstracts AT command handling, automates network configuration, and supports protocols such as MQTT and Blynk. The architecture features a layered, hardware-agnostic core and device-specific adapters, enhancing portability and extensibility. The library includes structured exception handling and automated retries to improve system reliability. Empirical validation using a Raspberry Pi Pico and SIM7020E module in a typical IoT scenario demonstrated an up to 81% reduction in implementation time. By providing a reusable and extensible framework, this work improves developer productivity, enhances error resilience, and establishes a solid foundation for rapid NB-IoT application development. Future directions include cross-hardware validation and AI-assisted code and test generation. Full article
(This article belongs to the Special Issue Feature Papers in the Internet of Things Section 2025)
Show Figures

Figure 1

44 pages, 900 KB  
Article
MetaFFI-Multilingual Indirect Interoperability System
by Tsvi Cherny-Shahar and Amiram Yehudai
Software 2025, 4(3), 21; https://doi.org/10.3390/software4030021 - 26 Aug 2025
Viewed by 676
Abstract
The development of software applications using multiple programming languages has increased in recent years, as it allows the selection of the most suitable language and runtime for each component of the system and the integration of third-party libraries. However, this practice involves complexity [...] Read more.
The development of software applications using multiple programming languages has increased in recent years, as it allows the selection of the most suitable language and runtime for each component of the system and the integration of third-party libraries. However, this practice involves complexity and error proneness, due to the absence of an adequate system for the interoperability of multiple programming languages. Developers are compelled to resort to workarounds, such as library reimplementation or language-specific wrappers, which are often dependent on C as the common denominator for interoperability. These challenges render the use of multiple programming languages a burdensome and demanding task that necessitates highly skilled developers for implementation, debugging, and maintenance, and raise doubts about the benefits of interoperability. To overcome these challenges, we propose MetaFFI, introducing a fully in-process, plugin-oriented, runtime-independent architecture based on a minimal C abstraction layer. It provides deep binding without relying on a shared object model, virtual machine bytecode, or manual glue code. This architecture is scalable (O(n) integration for n languages) and supports true polymorphic function and object invocation across languages. MetaFFI is based on leveraging FFI and embedding mechanisms, which minimize restrictions on language selection while still enabling full-duplex binding and deep integration. This is achieved by exploiting the less restrictive shallow binding mechanisms (e.g., Foreign Function Interface) to offer deep binding features (e.g., object creation, methods, fields). MetaFFI provides a runtime-independent framework to load and xcall (Cross-Call) foreign entities (e.g., getters, functions, objects). MetaFFI uses Common Data Types (CDTs) to pass parameters and return values, including objects and complex types, and even cross-language callbacks and dynamic calling conventions for optimization. The indirect interoperability approach of MetaFFI has the significant advantage of requiring only 2n mechanisms to support n languages, compared to direct interoperability approaches that need n2 mechanisms. We developed and tested a proof of concept tool interoperating three languages (Go, Python, and Java), on Windows and Ubuntu. To evaluate the approach and the tool, we conducted a user study, with promising results. The MetaFFI framework is available as open source software, including its full source code and installers, to facilitate adoption and collaboration across academic and industrial communities. Full article
(This article belongs to the Topic Software Engineering and Applications)
Show Figures

Figure 1

12 pages, 1708 KB  
Article
Research and Verification of the One-Step Resonance and Transport Methods Based on the OpenMOC Code
by Chen Zhao and Lianjie Wang
Appl. Sci. 2025, 15(16), 9080; https://doi.org/10.3390/app15169080 - 18 Aug 2025
Viewed by 312
Abstract
The one-step method in reactor physics has become one of the important research directions in recent two decades. Based on the open-source OpenMOC code, the following work was carried out. Firstly, the global–local resonance method with multi-group and continuous neutron libraries was researched [...] Read more.
The one-step method in reactor physics has become one of the important research directions in recent two decades. Based on the open-source OpenMOC code, the following work was carried out. Firstly, the global–local resonance method with multi-group and continuous neutron libraries was researched and established. Next, based on the 2D and 3D MOC solver, the 2D/1D and the MOC/DD transport methods were realized in OpenMOC. Finally, verification of the transport and resonance methods was conducted using the C5G7 macro benchmark and the VERA micro benchmark. The numerical results demonstrated that the average eigenvalue deviation was 44 pcm and average maximum pin power distribution deviation was 0.37% in the VERA-2 benchmark, which showed the good accuracy of the resonance method. As for the transport method, the 3DMOC method exhibited better accuracy in strong anisotropic cases, but the computational time was 38 times that of the 2D/1D method. Full article
Show Figures

Figure 1

21 pages, 21564 KB  
Article
Remote Visualization and Optimization of Fluid Dynamics Using Mixed Reality
by Sakshi Sandeep More, Brandon Antron, David Paeres and Guillermo Araya
Appl. Sci. 2025, 15(16), 9017; https://doi.org/10.3390/app15169017 - 15 Aug 2025
Viewed by 629
Abstract
This study presents an innovative pipeline for processing, compressing, and remotely visualizing large-scale numerical simulations of fluid dynamics in a virtual wind tunnel (VWT), leveraging virtual and augmented reality (VR/AR) for enhanced analysis and high-end visualization. The workflow addresses the challenges of handling [...] Read more.
This study presents an innovative pipeline for processing, compressing, and remotely visualizing large-scale numerical simulations of fluid dynamics in a virtual wind tunnel (VWT), leveraging virtual and augmented reality (VR/AR) for enhanced analysis and high-end visualization. The workflow addresses the challenges of handling massive databases generated using Direct Numerical Simulation (DNS) while maintaining visual fidelity and ensuring efficient rendering for user interaction. Fully immersive visualization of supersonic (Mach number 2.86) spatially developing turbulent boundary layers (SDTBLs) over strong concave and convex curvatures was achieved. The comprehensive DNS data provides insights on the transport phenomena inside turbulent boundary layers under strong deceleration or an Adverse Pressure Gradient (APG) caused by concave walls as well as strong acceleration or a Favorable Pressure Gradient (FPG) caused by convex walls under different wall thermal conditions (i.e., Cold, Adiabatic, and Hot walls). The process begins with a .vts file input from a DNS, which is visualized using ParaView software. These visualizations, representing different fluid behaviors based on a DNS with a high spatial/temporal resolution and employing millions of “numerical sensors”, are treated as individual time frames and exported in GL Transmission Format (GLTF), which is a widely used open-source file format designed for efficient transmission and loading of 3D scenes. To support the workflow, optimized Extract–Transform–Load (ETL) techniques were implemented for high-throughput data handling. Conversion of exported Graphics Library Transmission Format (GLTF) files into Graphics Library Transmission Format Binary files (typically referred to as GLB) reduced the storage by 25% and improved the load latency by 60%. This research uses Unity’s Profile Analyzer and Memory Profiler to identify performance limitations during contour rendering, focusing on the GPU and CPU efficiency. Further, immersive VR/AR analytics are achieved by connecting the processed outputs to Unity engine software and Microsoft HoloLens Gen 2 via Azure Remote Rendering cloud services, enabling real-time exploration of fluid behavior in mixed-reality environments. This pipeline constitutes a significant advancement in the scientific visualization of fluid dynamics, particularly when applied to datasets comprising hundreds of high-resolution frames. Moreover, the methodologies and insights gleaned from this approach are highly transferable, offering potential applications across various other scientific and engineering disciplines. Full article
(This article belongs to the Section Computing and Artificial Intelligence)
Show Figures

Figure 1

19 pages, 468 KB  
Article
On the Development of the Hellenic Digital Library of Arabic Historical Sources: A Framework for Digital Scholarship in the Humanities
by Emmanuil Karageorgoudis, Christos Papakostas, Efstathios Lianos Liantis and Marco Miotto
Heritage 2025, 8(8), 330; https://doi.org/10.3390/heritage8080330 - 14 Aug 2025
Viewed by 661
Abstract
Despite Greece’s historical and geographical significance in the Mediterranean, there is currently no national digital repository offering systematic access to Arabic chronicles, diplomatic letters, and travelogues from the eighth to sixteenth centuries. This absence critically impedes rigorous Arabological and Islamological research within Greek [...] Read more.
Despite Greece’s historical and geographical significance in the Mediterranean, there is currently no national digital repository offering systematic access to Arabic chronicles, diplomatic letters, and travelogues from the eighth to sixteenth centuries. This absence critically impedes rigorous Arabological and Islamological research within Greek academia and restricts the educational landscape to predominantly Eurocentric perspectives. The Hellenic Digital Library of Arabic Historical Sources (HDB-AHS) is proposed as a pre-implementation targeted solution, presenting a trilingual (Greek–English–Arabic) digital platform designed to aggregate, preserve, and openly disseminate these vital sources. The article outlines a six-phase implementation plan combining IIIF, TEI-XML, FAIR for interoperability and reuse and CARE principles where community authority or sensitivity requires it, and open licensing with a robust rights–clearance framework for modern copyrights and sensitive materials. Beyond academic benefits, the project aspires to act as a meeting point of cultures, offering concrete tools for building bridges, combating intolerance, and fostering intercultural understanding. In a world that is rapidly changing, the creation of such an inclusive and responsibly curated digital resource is vital not only for advancing research but also for supporting dialogue and mutual respect across societies. The HDB-AHS provides a blueprint for similar initiatives in underrepresented fields. Full article
Show Figures

Figure 1

15 pages, 3236 KB  
Article
Analysis of OpenCV Security Vulnerabilities in YOLO v10-Based IP Camera Image Processing Systems for Disaster Safety Management
by Do-Yoon Jung and Nam-Ho Kim
Electronics 2025, 14(16), 3216; https://doi.org/10.3390/electronics14163216 - 13 Aug 2025
Viewed by 1270
Abstract
This paper systematically analyzes security vulnerabilities that may occur during the OpenCV library and IP camera linkage process for the YOLO v10-based IP camera image processing system used in the disaster safety management field. Recently, the use of AI-based real-time image analysis technology [...] Read more.
This paper systematically analyzes security vulnerabilities that may occur during the OpenCV library and IP camera linkage process for the YOLO v10-based IP camera image processing system used in the disaster safety management field. Recently, the use of AI-based real-time image analysis technology in disaster response and safety management systems has been increasing, but it has been confirmed that open source-based object detection frameworks and security vulnerabilities in IP cameras can pose serious threats to the reliability and safety of actual systems. In this study, the structure of an image processing system that applies the latest YOLO v10 algorithm was analyzed, and major security threats (e.g., remote code execution, denial of service, data tampering, authentication bypass, etc.) that might occur during the IP camera image collection and processing process using OpenCV were identified. In particular, the possibility of attacks due to insufficient verification of external inputs (model files, configuration files, image data, etc.), failure to set an initial password, and insufficient encryption of network communication sections were presented with cases. These problems could lead to more serious results in mission-critical environments such as disaster safety management. Full article
Show Figures

Figure 1

Back to TopTop