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

Article Types

Countries / Regions

Search Results (41)

Search Parameters:
Keywords = Firebase

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
28 pages, 4196 KB  
Article
IoT-Based Isolation Ward Monitoring System Prototype
by Mohamed A. Torad, Ahmed A. M. Torad, Mona Mohamed Taha and Eslam Samy El-Mokadem
Sensors 2026, 26(13), 4065; https://doi.org/10.3390/s26134065 (registering DOI) - 26 Jun 2026
Viewed by 252
Abstract
The COVID-19 pandemic exposed critical vulnerabilities in healthcare systems worldwide, placing healthcare workers (HCWs) at severe infection risk through direct patient contact. Epidemiological data confirm that HCWs were approximately seven times more likely to develop severe COVID-19 than other occupations, with over 7000 [...] Read more.
The COVID-19 pandemic exposed critical vulnerabilities in healthcare systems worldwide, placing healthcare workers (HCWs) at severe infection risk through direct patient contact. Epidemiological data confirm that HCWs were approximately seven times more likely to develop severe COVID-19 than other occupations, with over 7000 HCW deaths recorded globally by mid-2020. This paper presents the design and laboratory proof-of-concept validation of an IoT-based remote patient-monitoring system prototype—the IoT-Based Isolation Ward Monitoring System Prototype—designed to eliminate unnecessary patient-to-HCW physical contact while maintaining continuous, real-time physiological surveillance. The system integrates multi-sensor hardware comprising an AD8232 ECG module, a MAX30100 pulse oximeter, an NTC thermistor, and an MQ-135 CO2 sensor. These sensors interface with an Arduino UNO for data acquisition, while localized edge computing is executed on a Raspberry Pi 3B. A convolutional neural network (CNN) trained on the MIT-BIH Arrhythmia Database classifies heartbeats into five distinct categories. By utilizing SMOTE resampling on 109,446 samples, the network achieves an on-device inference latency of under 200 ms. The sensor data are transmitted to a Firebase Realtime Database via an authenticated REST API, which synchronizes data across dual front-end interfaces: a LabVIEW desktop dashboard for clinical oversight and a cross-platform Flutter mobile application for mobile monitoring. End-to-end technical validation under controlled laboratory conditions confirmed round-trip cloud latencies between 300 and 800 ms, error-free threshold alert generation, and sub-second latency for the integrated chat utility. The proposed system uniquely combines hardware sensing, ML-based ECG classification, cloud storage, a LabVIEW physician dashboard, and bidirectional doctor–patient mobile communication into a single unified, low-cost platform. Full article
(This article belongs to the Special Issue AI-Enabled Biomedical Sensing and Digital Health Applications)
Show Figures

Figure 1

34 pages, 8841 KB  
Article
Mobile Co-Living System for Real-Time Communication and Collaboration
by Octavian Dospinescu, Bogdan-Ionuţ Lefter, Gabriela-Lorena Grigorcea, Valentin Florentin Dumitru and Andreea Măldăreanu
Businesses 2026, 6(2), 28; https://doi.org/10.3390/businesses6020028 - 19 May 2026
Viewed by 669
Abstract
Digital technologies make it possible to combine multiple technical functionalities within applications that address practical and organizational needs. This paper presents Cozzmo, an Android mobile prototype for supporting communication and coordination in shared households. The system combines chat, polls, chores, shopping support, photo [...] Read more.
Digital technologies make it possible to combine multiple technical functionalities within applications that address practical and organizational needs. This paper presents Cozzmo, an Android mobile prototype for supporting communication and coordination in shared households. The system combines chat, polls, chores, shopping support, photo albums, presence awareness, mood indicators, and location-based alerts in one application. The prototype was implemented in native Java for Android using Firebase services and an MVVM architecture with LiveData. Its real-time behavior was evaluated on two physical Android devices under mixed connectivity conditions, including mobile data, hotspot use, and temporary connection loss. The evaluation examined end-to-end propagation delay, recovery after reconnection, and state convergence during concurrent user actions. In the reported test sessions, the prototype preserved update order in baseline scenarios, recovered queued messages after short interruptions, and reached a consistent final state in the concurrent voting and task-update tests. The time needed for updates to appear in the interface was less than the propagation delay, suggesting that the measured response path was shaped mainly by network and backend propagation. These findings indicate that the prototype is technically viable and can serve as a basis for further work on mobile systems for household collaboration. Full article
(This article belongs to the Special Issue New Technologies in Business Informatics)
Show Figures

Figure 1

24 pages, 3206 KB  
Article
Edge-Based Multi-Scale Predator Detection for Stingless Bee Protection Using Attention-Integrated YOLOv11
by Ashan Milinda Bandara Ratnayake, Marha Sahirah Majid, Hartini Yasin, Abdul Ghani Naim and Pg Emeroylariffion Abas
Technologies 2026, 14(5), 246; https://doi.org/10.3390/technologies14050246 - 22 Apr 2026
Cited by 1 | Viewed by 499
Abstract
Stingless bee colonies are vulnerable to predators of widely varying sizes, and repeated intrusions can cause stress, reduce productivity, and trigger colony absconding. Existing automated surveillance systems detect only a limited range of predators and often struggle with multi-scale object detection in high-resolution [...] Read more.
Stingless bee colonies are vulnerable to predators of widely varying sizes, and repeated intrusions can cause stress, reduce productivity, and trigger colony absconding. Existing automated surveillance systems detect only a limited range of predators and often struggle with multi-scale object detection in high-resolution images. This study proposes a real-time predator monitoring system that integrates a Multi-Scale Attention module into the YOLOv11-nano architecture (MSYOLO11) to enhance detection performance across both small and large predators. The proposed model combines convolutional features with an attention mechanism to improve global–local feature fusion. Experimental evaluation shows that MSYOLO11 increases overall Recall from 0.830 to 0.853 compared to YOLOv11-nano, with substantial improvements for small-object classes such as ants (+0.096), humans (+0.083), and H. itama (+0.026), while maintaining comparable Precision (0.868 vs 0.842) and mAP50 (0.898 vs 0.896) at a nearly identical computational cost (6.3 GFLOPs). The system operates at 5 FPS on a Jetson Orin Nano, with an end-to-end latency of 181 ms. A Firebase-integrated mobile application delivers instant push notifications, displays detected predators with bounding boxes, and provides real-time data synchronization. The results demonstrate that MSYOLO11 offers a practical and efficient solution for multi-scale predator detection, supporting continuous hive surveillance and timely beekeeper intervention. Full article
(This article belongs to the Special Issue AI-Driven Optimization in Robotics and Precision Agriculture)
Show Figures

Figure 1

7 pages, 2523 KB  
Proceeding Paper
AI- and IoT-Enabled Smart Dustbin for Automated Hazardous Electronic Waste Separation
by Min Xuan Soh, Hou Kit Mun, Hui Ziang Lee, Zhi Khai Ng and Yan Chai Hum
Eng. Proc. 2026, 134(1), 10; https://doi.org/10.3390/engproc2026134010 - 30 Mar 2026
Viewed by 909
Abstract
Electronic waste (e-waste) continues to increase globally, yet conventional bins cannot distinguish hazardous batteries and devices from recyclable metals. This article presents an AI- and IoT-enabled smart dustbin that automatically identifies and segregates general waste, metals, and electronic or battery-based hazards while providing [...] Read more.
Electronic waste (e-waste) continues to increase globally, yet conventional bins cannot distinguish hazardous batteries and devices from recyclable metals. This article presents an AI- and IoT-enabled smart dustbin that automatically identifies and segregates general waste, metals, and electronic or battery-based hazards while providing real-time monitoring through a cloud-based dashboard. The system integrates inductive sensing, Time-of-Flight detection, an Espressif Systems Platform 32 (ESP32)-CAM module, and Google Gemini 1.5 Flash for image classification. The prototype achieved a waste segregation accuracy of 93.5% with a total cycle time of 4–6 s per item. The touch-free lid, swift mechanical actuation, and compact 59 × 59 × 100 cm footprint make the dustbin suitable for deployment in campuses, offices, and shopping malls. Dual ESP32 controllers, cloud connectivity through Message Queuing Telemetry Transport (MQTT), Firebase, and a Streamlit web interface enable automated alerts through Discord and email, demonstrating a scalable and energy-efficient approach to sustainable e-waste management. Full article
Show Figures

Figure 1

31 pages, 5508 KB  
Article
An Edge–Fog–Cloud IoT Framework for Real-Time Cardiac Monitoring and Rapid Clinical Alerts in Hospital Wards
by Tehseen Baig, Nauman Riaz Chaudhry, Reema Choudhary, Pankaj Yadav, Younus Ahamad Shaik and Ayesha Rashid
Future Internet 2026, 18(3), 130; https://doi.org/10.3390/fi18030130 - 2 Mar 2026
Cited by 1 | Viewed by 1098
Abstract
The difficulties of continuously monitoring cardiac patients in general hospital wards are still present because of the manual charting system and the slow clinical reaction to worsening physiological state. This paper outlines an edge- and fog-based Internet of Things (IoT) healthcare system to [...] Read more.
The difficulties of continuously monitoring cardiac patients in general hospital wards are still present because of the manual charting system and the slow clinical reaction to worsening physiological state. This paper outlines an edge- and fog-based Internet of Things (IoT) healthcare system to acquire, process, and prioritize the vital signs of patients in real time to minimize the alert latency and increase the time of clinical interventions. Wearable 12-lead ECG sensors transmit physiological measurements, such as heart rate, blood pressure, and oxygen saturation, to an intelligent edge service, where preprocessing, triage by threshold, and machine learning ECG classification are performed, and selective synchronization of physiological data with a cloud backend and data delivery to the clinician are made possible by a mobile application. The proposed architecture combines a ribbon-like streaming scheme, Flask-based gateway services, and Firebase Firestore to coordinate scalable mob/cloud with the help of multi-client data dissemination. To encompass borderline clinical deterioration, which is often unnoticed by conventional threshold systems, physiological parameters are classified into normal, alarming, emergency, and a new state, average. The Pan–Tompkins++ peak detector algorithm and multiple edge-resident classifiers, such as random forest, XGBoost, decision tree, naive Bayes, K-nearest neighbor, and support vector machine, are used to analyze the ECG waveforms. Experimental analysis of PhysioNet datasets and tests in real wards prove that the ensemble models can reach the highest possible ECG classification precision of 91.96 percent and snapshot-driven mobile alerts can decrease routine patient evaluation time by several minutes, to an average of 15.23 ± 2.71 s. These results suggest that edge-centric IoT systems can be appropriate in latency-critical hospital settings and that fog-based coordination is useful in next-generation smart healthcare systems. Full article
(This article belongs to the Special Issue Edge and Fog Computing for the Internet of Things, 2nd Edition)
Show Figures

Graphical abstract

43 pages, 12675 KB  
Article
Intelligent Water Quality Assessment and Prediction System for Public Networks: A Comparative Analysis of ML Algorithms and Rule-Based Recommender Techniques
by Camelia Paliuc, Paul Banu-Taran, Sebastian-Ioan Petruc, Razvan Bogdan and Mircea Popa
Sensors 2026, 26(4), 1392; https://doi.org/10.3390/s26041392 - 23 Feb 2026
Viewed by 827
Abstract
An assessment and prediction system for the quality of public water networks was developed, using Timișoara, Romania, as a case study. This was implemented on a Google Firebase cloud storage system and comprised twelve ML algorithms applied to test samples for drinkability and [...] Read more.
An assessment and prediction system for the quality of public water networks was developed, using Timișoara, Romania, as a case study. This was implemented on a Google Firebase cloud storage system and comprised twelve ML algorithms applied to test samples for drinkability and used in predictions of upcoming samples. The system compares 17 water quality parameters to the World Health Organization and public reports of Timișoara drinking water standards for 804 samples. The system provides real-time data storage, drinkability prediction for the reservoir water system, and rule-based critical water recommendations for elementary treatment in samples. The most accurate and best-calibrated against random forest, gradient boosting, and Logistic Regression algorithms was the decision tree algorithm of the ML models. The experimental findings also determine the regions of the worst and best water quality and propose respective treatment. In contrast to previous research and structures, the paper demonstrates an approved stable solution for smart water monitoring, correlating practical deployment with sophisticated data-based conclusions. The results contribute to enhancing public health, enhancing water management measures, and upscaling the system for larger-scale applications. Full article
Show Figures

Figure 1

19 pages, 4006 KB  
Article
Detection of Mobile Phone Use While Driving Supported by Artificial Intelligence
by Gustavo Caiza, Adriana Guanuche and Carlos Villafuerte
Appl. Sci. 2026, 16(2), 675; https://doi.org/10.3390/app16020675 - 8 Jan 2026
Viewed by 1476
Abstract
Driver distraction, particularly mobile phone use while driving, remains one of the leading causes of road traffic incidents worldwide. In response to this issue and leveraging recent technological advances and increased access to intelligent systems, this research presents the development of an application [...] Read more.
Driver distraction, particularly mobile phone use while driving, remains one of the leading causes of road traffic incidents worldwide. In response to this issue and leveraging recent technological advances and increased access to intelligent systems, this research presents the development of an application running on an intelligent embedded architecture for the automatic detection of mobile phone use by drivers, integrating computer vision, inertial sensing, and edge computing. The system, based on the YOLOv8n model deployed on a Jetson Xavier NX 16Gb—Nvidia, combines real-time inference with an inertial activation mechanism and cloud storage via Firebase Firestore, enabling event capture and traceability through a lightweight web-based HMI interface. The proposed solution achieved an overall accuracy of 81%, an inference rate of 12.8 FPS, and an average power consumption of 8.4 W, demonstrating a balanced trade-off between performance, energy efficiency, and thermal stability. Experimental tests under diverse driving scenarios validated the effectiveness of the system, with its best performance recorded during daytime driving—83.3% correct detections—attributed to stable illumination and enhanced edge discriminability. These results confirm the feasibility of embedded artificial intelligence systems as effective tools for preventing driver distraction and advancing intelligent road safety. Full article
(This article belongs to the Section Electrical, Electronics and Communications Engineering)
Show Figures

Figure 1

19 pages, 4426 KB  
Article
A Smart AIoT-Based Mobile Application for Plant Disease Detection and Environment Management in Small-Scale Farms Using MobileViT
by Mohamed Bahaa, Abdelrahman Hesham, Fady Ashraf and Lamiaa Abdel-Hamid
AgriEngineering 2026, 8(1), 11; https://doi.org/10.3390/agriengineering8010011 - 1 Jan 2026
Cited by 2 | Viewed by 2825
Abstract
Small-scale farms produce more than one-third of the world’s food supply, making them a crucial contributor to global food security. In this study, an artificial intelligence of things (AIoT) framework is introduced for smart small-scale farm management. For plant disease detection, the lightweight [...] Read more.
Small-scale farms produce more than one-third of the world’s food supply, making them a crucial contributor to global food security. In this study, an artificial intelligence of things (AIoT) framework is introduced for smart small-scale farm management. For plant disease detection, the lightweight MobileViT model, which integrates vision transformer and convolutional modules, was utilized to efficiently capture both global and local image features. Data augmentation and transfer learning were employed to enhance the model’s overall performance. MobileViT resulted in a test accuracy of 99.5%, with per-class precision, recall, and f1-score ranging between 0.92 and 1.00 considering the benchmark Plant Village dataset (14 species–38 classes). MobileViT was shown to outperform several standard deep convolutional networks, including MobileNet, ResNet and Inception, by 2–12%. Additionally, an LLM-powered interactive chatbot was integrated to provide farmers with instant plant care suggestions. For plant environment management, the powerful, cost-effective ESP32 microcontroller was utilized as the core processing unit responsible for collecting sensor data (e.g., soil moisture), controlling actuators (e.g., water pump for irrigation), and maintaining connectivity with Google Firebase Cloud. Finally, a mobile application was developed to integrate the AI and IoT system capabilities, hence providing users with a reliable platform for smart plant disease detection and environment management. Each system component was each tested individually, before being incorporated into the mobile application and tested in real-world scenarios. The presented AIoT-based solution has the potential to enhance crop productivity within small-scale farms while promoting sustainable farming practices and efficient resource management. Full article
(This article belongs to the Special Issue Precision Agriculture: Sensor-Based Systems and IoT-Enabled Machinery)
Show Figures

Figure 1

26 pages, 6620 KB  
Article
A Mobile Approach to Food Expiration Date Determination Using OCR and On-Cloud Image Classification
by Octavian Dospinescu, Gabriela-Lorena Grigorcea and Bogdan-Ionuţ Lefter
Appl. Syst. Innov. 2025, 8(6), 176; https://doi.org/10.3390/asi8060176 - 20 Nov 2025
Cited by 2 | Viewed by 5791
Abstract
The issue of food waste is more relevant than ever, both for emerging and developed economies. Information technologies have the potential to contribute to reducing this problem, and our research aims to present a viable prototype that uses on-cloud image classification and specific [...] Read more.
The issue of food waste is more relevant than ever, both for emerging and developed economies. Information technologies have the potential to contribute to reducing this problem, and our research aims to present a viable prototype that uses on-cloud image classification and specific OCR techniques. The result of our study is a low-cost, high-performance mobile application prototype that paves the way for further research. We used advanced application integration concepts, including mobile architectures, Firebase machine learning components, and OCR techniques to highlight how close food products are to their expiration date. In contexts with no printed date, the system computes an indicative shelf-life estimate from conservative category priors. These estimates are not safety judgments and do not replace manufacturer date labels or national food-safety guidance. These results give our article clear elements of authenticity and contribution to the field of knowledge, improving the economic efficiency of warehouses and food stores. The implications of our study are technical, economic, and social. Full article
Show Figures

Figure 1

9 pages, 1348 KB  
Proceeding Paper
IoT-Enabled Soil and Crop Monitoring System Using Low-Cost Smart Sensors for Precision Agriculture
by Thriumbiga Srinivasan Kalaivani, Thishalini Kamireddy and Saranya Govindakumar
Eng. Proc. 2025, 118(1), 77; https://doi.org/10.3390/ECSA-12-26537 - 7 Nov 2025
Cited by 3 | Viewed by 5360
Abstract
A game-changing strategy for increasing crop productivity while preserving vital resources is precision agriculture. The development of cloud computing and the Internet of Things (IoT) has made it possible and efficient to monitor soil and environmental data in real time. In order to [...] Read more.
A game-changing strategy for increasing crop productivity while preserving vital resources is precision agriculture. The development of cloud computing and the Internet of Things (IoT) has made it possible and efficient to monitor soil and environmental data in real time. In order to monitor temperature, soil moisture, humidity, and light intensity, this work proposes an inexpensive, IoT-enabled smart agriculture system that uses low-cost sensors. The real-time data is wirelessly transmitted by an ESP32 edge computing device and stored and analyzed on cloud platforms like Firebase or ThingSpeak. A rule-based algorithm generates alerts when sensor values surpass predefined thresholds, enabling prompt and informed decision-making. Field experiments reveal that the proposed system is accurate, economical, and energy-efficient, making it ideal for automation and remote monitoring in precision agriculture. A user-friendly dashboard allows farmers to easily visualize data trends and receive timely notifications. The system supports scalability and can be adapted to different crop types and soil conditions with minimal effort. Moreover, by optimizing water and resource usage, the system contributes to sustainable farming practices and environmental conservation. This deployable solution offers a practical and affordable pathway for small- and medium-sized farmers to adopt smart agriculture technologies and improve crop yield outcomes efficiently. Full article
Show Figures

Figure 1

7 pages, 583 KB  
Proceeding Paper
Mobile and Web Tools for Analyzing Driver Mental States in Simulated Tests
by Viktor Nagy and Gábor Kovács
Eng. Proc. 2025, 113(1), 18; https://doi.org/10.3390/engproc2025113018 - 29 Oct 2025
Viewed by 532
Abstract
Enhancing road safety requires an accurate assessment of the drivers’ mental states. The Driver Status Test App (DSTA) is designed to detect conditions such as intoxication, fatigue, and cognitive impairment in simulated driving environments. Utilizing a dual-platform approach, it integrates mobile data collection [...] Read more.
Enhancing road safety requires an accurate assessment of the drivers’ mental states. The Driver Status Test App (DSTA) is designed to detect conditions such as intoxication, fatigue, and cognitive impairment in simulated driving environments. Utilizing a dual-platform approach, it integrates mobile data collection via React Native and Firebase with web-based management using React and TypeScript. The mobile application conducts real-time assessments of cognitive and motor functions, while the web interface offers data visualization, trend analysis, and results exportation. DSTA evaluates driver impairment through metrics such as tracking, precision, balance, and choice reaction, producing an objective impairment score. These assessments are rapid, scalable, and adaptable for various research and regulatory purposes. The composite scoring framework differentiates between impaired and unimpaired states, making DSTA valuable for driver training programs, regulatory assessments, and autonomous vehicle research, where monitoring human factors is crucial. Full article
(This article belongs to the Proceedings of The Sustainable Mobility and Transportation Symposium 2025)
Show Figures

Figure 1

29 pages, 7553 KB  
Article
Optimization of Emergency Notification Processes in University Campuses Through Multiplatform Mobile Applications: A Case Study
by Steven Alejandro Salazar Cazco, Christian Alejandro Dávila Fuentes, Nelly Margarita Padilla Padilla, Rosa Belén Ramos Jiménez and Johanna Gabriela Del Pozo Naranjo
Computers 2025, 14(11), 453; https://doi.org/10.3390/computers14110453 - 22 Oct 2025
Viewed by 2671
Abstract
Universities face continuous challenges in ensuring rapid and efficient communication during emergencies due to outdated, fragmented, and manual notification systems. This research presents the design, development, and implementation of a multiplatform mobile application to optimize emergency notifications at the Escuela Superior Politécnica de [...] Read more.
Universities face continuous challenges in ensuring rapid and efficient communication during emergencies due to outdated, fragmented, and manual notification systems. This research presents the design, development, and implementation of a multiplatform mobile application to optimize emergency notifications at the Escuela Superior Politécnica de Chimborazo (ESPOCH). The application, developed using the Flutter framework, offers real-time alert dispatch, geolocation services, and seamless integration with ESPOCH’s Security Unit through Application Programming Interfaces (APIs). A descriptive and applied research methodology was adopted, analyzing existing notification workflows and evaluating agile development methodologies. MOBILE-D was selected for its rapid iteration capabilities and alignment with small development teams. The application’s architecture incorporates a Node.js backend, Firebase Realtime Database, Google Maps API, and the ESPOCH Digital ID API for robust and scalable performance. Efficiency metrics were evaluated using ISO/IEC 25010 standards, focusing on temporal behavior. The results demonstrated a 53.92% reduction in response times compared to traditional notification processes, enhancing operational readiness and safety across the campus. This study underscores the importance of leveraging mobile technologies to streamline emergency communication and provides a scalable model for educational institutions seeking to modernize their security protocols. Full article
(This article belongs to the Section Human–Computer Interactions)
Show Figures

Figure 1

27 pages, 9151 KB  
Article
A Dynamic Digital Twin Framework for Sustainable Facility Management in a Smart Campus: A Case Study of Chiang Mai University
by Sattaya Manokeaw, Pattaraporn Khuwuthyakorn, Ying-Chieh Chan, Naruephorn Tengtrairat, Manissaward Jintapitak, Orawit Thinnukool, Chinnapat Buachart, Thepparit Sinthamrongruk, Thidarat Kridakorn Na Ayutthaya, Natee Suriyanon, Somjintana Kanangkaew and Damrongsak Rinchumphu
Technologies 2025, 13(10), 439; https://doi.org/10.3390/technologies13100439 - 30 Sep 2025
Cited by 6 | Viewed by 5831
Abstract
This study presents the development and deployment of a modular digital twin system designed to enhance sustainable facility management within a smart campus context. The system was implemented at the Faculty of Engineering, Chiang Mai University, and integrates 3D spatial modeling, real-time environmental [...] Read more.
This study presents the development and deployment of a modular digital twin system designed to enhance sustainable facility management within a smart campus context. The system was implemented at the Faculty of Engineering, Chiang Mai University, and integrates 3D spatial modeling, real-time environmental and energy sensor data, and multiscale dashboard visualization. Grounded in stakeholder-driven requirements, the platform emphasizes energy management, which is the top priority among campus administrators and technicians. The development process followed a four-phase methodology: (1) stakeholder consultation and requirement analysis; (2) physical data acquisition and 3D model generation; (3) sensor deployment using IoT technologies with NB-IoT and LoRaWAN protocols; and (4) real-time data integration via Firebase and standardized APIs. A suite of dashboards was developed to support interactive monitoring across faculty, building, floor, and room levels. System testing with campus users demonstrated high usability, intuitive spatial navigation, and actionable insights for energy consumption analysis. Feedback indicated strong interest in features supporting data export and predictive analytics. The platform’s modular and hardware-agnostic architecture enables future extensions, including occupancy tracking, water monitoring, and automated control systems. Overall, the digital twin system offers a replicable and scalable model for data-driven facility management aligned with sustainability goals. Its real-time, multiscale capabilities contribute to operational transparency, resource optimization, and climate-responsive campus governance, setting the foundation for broader applications in smart cities and built environment innovation. Full article
Show Figures

Figure 1

13 pages, 846 KB  
Article
Simultaneous Determination of Polycyclic Aromatic Hydrocarbons and Anthraquinone in Yerba Mate by Modified MSPD Method and GC-MS
by Dylan M. Hoffmann, José D. da Silva, Igor F. de Souza, Gabriel A. B. Prates, Vagner A. Dutra, Osmar D. Prestes and Renato Zanella
Separations 2025, 12(9), 240; https://doi.org/10.3390/separations12090240 - 4 Sep 2025
Viewed by 2843
Abstract
Yerba mate (Ilex paraguariensis) is widely consumed in South America and is valued for its bioactive compounds, such as polyphenols and methylxanthines. However, during traditional processing, mainly in the fire-based scorch and drying steps, polycyclic aromatic hydrocarbons (PAHs) and anthraquinone (AQ), [...] Read more.
Yerba mate (Ilex paraguariensis) is widely consumed in South America and is valued for its bioactive compounds, such as polyphenols and methylxanthines. However, during traditional processing, mainly in the fire-based scorch and drying steps, polycyclic aromatic hydrocarbons (PAHs) and anthraquinone (AQ), substances with carcinogenic potential, may be formed. This study aimed to develop and validate an analytical method based on the balls-in-tube matrix solid-phase dispersion technique (BiT-MSPD) and analysis by gas chromatography with mass spectrometry (GC-MS) for the simultaneous determination of 16 priority PAHs and AQ in yerba mate. Parameters such as sorbent type, solvent, sample-to-sorbent ratio, and extraction time were optimized. The method showed good linearity (r2 > 0.99), detection limits between 1.8 and 3.6 µg·kg−1, recoveries ranging from 70 to 120%, and acceptable precision (RSD ≤ 20%). The method was applied to 31 yerba mate samples, including 20 commercial samples and 11 collected at different stages of processing. Most commercial samples showed detectable levels of PAHs, with some exceeding the limits established by the European Union. AQ was detected in 40% of the samples, with some values above the permitted limit of 20 µg·kg−1. The results confirm that scorch (sapeco) and drying contribute to contaminant formation, highlighting the need to modernize industrial processing practices. The proposed method proved to be effective, rapid, and sustainable, representing a promising tool for the quality control and food safety monitoring of yerba mate. Full article
(This article belongs to the Topic Advances in Analysis of Food and Beverages, 2nd Edition)
Show Figures

Graphical abstract

18 pages, 3987 KB  
Article
Interactive Application with Virtual Reality and Artificial Intelligence for Improving Pronunciation in English Learning
by Gustavo Caiza, Carlos Villafuerte and Adriana Guanuche
Appl. Sci. 2025, 15(17), 9270; https://doi.org/10.3390/app15179270 - 23 Aug 2025
Cited by 4 | Viewed by 2912
Abstract
Technological advances have enabled the development of innovative educational tools, particularly those aimed at supporting English as a Second Language (ESL) learning, with a specific focus on oral skills. However, pronunciation remains a significant challenge due to the limited availability of personalized learning [...] Read more.
Technological advances have enabled the development of innovative educational tools, particularly those aimed at supporting English as a Second Language (ESL) learning, with a specific focus on oral skills. However, pronunciation remains a significant challenge due to the limited availability of personalized learning opportunities that offer immediate feedback and contextualized practice. In this context, the present research proposes the design, implementation, and validation of an immersive application that leverages virtual reality (VR) and artificial intelligence (AI) to enhance English pronunciation. The proposed system integrates a 3D interactive environment developed in Unity, voice classification models trained using Teachable Machine, and real-time communication with Firebase, allowing users to practice and assess their pronunciation in a simulated library-like virtual setting. Through its integrated AI module, the application can analyze the pronunciation of each word in real time, detecting correct and incorrect utterances, and then providing immediate feedback to help users identify and correct their mistakes. The virtual environment was designed to be a welcoming and user-friendly, promoting active engagement with the learning process. The application’s distributed architecture enables automated feedback generation via data flow between the cloud-based AI, the database, and the visualization interface. Results demonstrate that using 400 samples per class and a confidence threshold of 99.99% for training the AI model effectively eliminated false positives, significantly increasing system accuracy and providing users with more reliable feedback. This directly contributes to enhanced learner autonomy and improved ESL acquisition outcomes. Furthermore, user surveys conducted to understand their perceptions of the application’s usefulness as a support tool for English learning yielded an average acceptance rate of 93%. This reflects the acceptance of these immersive technologies in educational contexts, as the combination of these technologies offers a realistic and user-friendly simulation environment, in addition to detailed word analysis, facilitating self-assessment and independent learning among students. Full article
Show Figures

Figure 1

Back to TopTop