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
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
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
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
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

Search Results (14,816)

Search Parameters:
Keywords = loading rate

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
23 pages, 1473 KB  
Review
Polyvinylidene Fluoride-Based Membranes: Syntheses, Modifications, and Applications in Anaerobic Membrane Bioreactors
by Xiang Li, Jia-Ning Chen, Hong-Ming Wu, Qijie Jin, Xueying Zhang and Yong Hu
Processes 2026, 14(17), 2700; https://doi.org/10.3390/pr14172700 (registering DOI) - 24 Aug 2026
Abstract
Owing to advantageous properties such as high mechanical strength and wear and hydrolysis resistance, polyvinylidene fluoride (PVDF)-based materials have been widely used to fabricate membranes utilizing in anaerobic membrane bioreactors (AnMBRs) for wastewater treatment. Though AnMBRs can be regarded as high-rate bioreactors, membrane [...] Read more.
Owing to advantageous properties such as high mechanical strength and wear and hydrolysis resistance, polyvinylidene fluoride (PVDF)-based materials have been widely used to fabricate membranes utilizing in anaerobic membrane bioreactors (AnMBRs) for wastewater treatment. Though AnMBRs can be regarded as high-rate bioreactors, membrane fouling caused by organic, inorganic, and biological contaminants remains an inevitable challenge. In order to alleviate this issue, this review systematically summarizes modification methods including crosslinking, surface coating, and assembly for the loading of functional materials and inorganic nanoparticles onto the membrane surface. Additionally, this review indicates that modified PVDF-based membranes with enhanced conductive or antifouling properties can be effectively applied in AnMBRs, and better chemical oxygen demand (COD) removal efficiency can be achieved compared with those utilizing pristine PVDF membranes. Different from previous reviews, this review proposes technology intensification strategies utilizing pristine PVDF membranes including electrochemical AnMBR (electro-AnMBR) and anaerobic fluidized bed membrane bioreactor (AFMBR). Both of them have demonstrated enormous potential for mitigating membrane fouling relative to conventional AnMBR configurations. Spontaneously, this review underscores the critical need to integrate these intensification strategies with modified PVDF-based membranes as relative studies in this combined area. Therefore, this review provides comprehensive guidance on modification methods of PVDF membranes and technology intensification strategies utilizing modified PVDF-based membranes. Full article
Show Figures

Figure 1

16 pages, 7395 KB  
Article
Duality-Derived Electromagnetic Modeling of an On-Board Traction Transformer Under Power-Frequency Overexcitation
by Lujia Wang, Yongze Yang, Xinyi Chen, Hailong Zhang, Xiu Zhou and Tian Tian
Electronics 2026, 15(17), 3793; https://doi.org/10.3390/electronics15173793 (registering DOI) - 24 Aug 2026
Abstract
Power-frequency overexcitation increases the voltage-to-frequency ratio applied to a transformer core and may drive the core into saturation, resulting in substantial distortion of the no-load current. This paper presents a duality-derived electromagnetic model for an on-board traction transformer by combining a sixth-order Foster [...] Read more.
Power-frequency overexcitation increases the voltage-to-frequency ratio applied to a transformer core and may drive the core into saturation, resulting in substantial distortion of the no-load current. This paper presents a duality-derived electromagnetic model for an on-board traction transformer by combining a sixth-order Foster network identified through vector fitting with a Jiles–Atherton hysteresis operator. The proposed model preserves the physical correspondence between magnetic-flux paths and equivalent-circuit elements while accounting for history-dependent core hysteresis and frequency-dependent core impedance. The model is implemented and numerically evaluated in MATLAB/Simulink R2024a, and experimental validation is performed on a 250 kVA prototype under rated power-frequency excitation and power-frequency overexcitation. Under rated excitation, the RMS relative error and NRMSE of the no-load current are 0.09% and 0.96%, respectively, with a maximum relative error of 2.90%. Under power-frequency overexcitation, the NRMSE is 4.14% and the maximum relative error is 9.37%. The results show that the proposed model accurately reproduces the nonlinear no-load current response associated with core saturation and hysteresis within the investigated power-frequency excitation range. Full article
(This article belongs to the Section Power Electronics)
Show Figures

Figure 1

26 pages, 1101 KB  
Article
Embedded ONNX Versus Python Sidecar Inference for Anomaly-Aware Availability Response in Spring Boot Microservices: An Architectural Evaluation
by Tymofii Bondaruk, Oleksandr Tsypliak, Vadym Shkarupylo and Volodymyr Artemchuk
J. Cybersecur. Priv. 2026, 6(5), 141; https://doi.org/10.3390/jcp6050141 - 24 Aug 2026
Abstract
Availability-oriented monitoring may require low-latency anomaly inference, but deploying a lightweight model as a separate service adds process, serialization, and network-path overhead. This article evaluates the inference-path architecture used by a prototype availability-response loop; it does not evaluate the effectiveness of a new [...] Read more.
Availability-oriented monitoring may require low-latency anomaly inference, but deploying a lightweight model as a separate service adds process, serialization, and network-path overhead. This article evaluates the inference-path architecture used by a prototype availability-response loop; it does not evaluate the effectiveness of a new DoS/EDoS detector or claim production attack mitigation. The same IsolationForest model and telemetry vectors were executed through an external Python/FastAPI sidecar and through ONNX Runtime embedded in a Spring Boot JVM. The prototype also included a LSTM Autoencoder and a bounded rule layer producing SCALE_UP, RETRY, FALLBACK, or NONE. The main Kubernetes benchmark used Docker Desktop 4.73.1 (Docker Engine 29.4.3) with Kubernetes v1.34.3 on a single-node cluster. Embedded ONNX reduced request-response latency from 26.090 ms to 4.839 ms on average, from 62.065 ms to 5.367 ms at P95, and from 76.487 ms to 6.244 ms at P99; calculated sequential throughput increased from 38.3 to 206.7 requests/s. Additional checks covered concurrent load, gRPC transport, cold start, memory footprint, and limited Kubernetes actions. In an extended comparison using 15 runs of 950 s for each active configuration, CPU-based HPA, rules-only, and AI+rules produced overlapping aggregate SLA-violation rates; no aggregate benefit of the ML gate over rules alone was observed under the tested degradation proxies. The evidence supports a narrow architectural conclusion: in-process ONNX is a lower-latency and lower-footprint execution path for the tested lightweight model. Detection quality, superiority over rule-only or established autoscaling mechanisms, and effectiveness against real adversarial traffic remain open validation tasks. Full article
(This article belongs to the Section Security Engineering & Applications)
Show Figures

Figure 1

20 pages, 923 KB  
Article
Onboard Comparison of HFO and LNG Emissions in a High-Pressure Dual-Fuel Marine Engine at 50% MCR: Implications for Sustainable Shipping
by Ewelina Orysiak, Piotr Rozner and Kamila Staszczak
Sustainability 2026, 18(17), 8646; https://doi.org/10.3390/su18178646 (registering DOI) - 24 Aug 2026
Abstract
Maritime transport is a major component of global supply chains, but reducing its atmospheric emissions remains essential to improving the environmental sustainability of shipping. This study analyzes onboard emission data reported for the MV Ilshin Green Iris under real-world operating conditions to assess [...] Read more.
Maritime transport is a major component of global supply chains, but reducing its atmospheric emissions remains essential to improving the environmental sustainability of shipping. This study analyzes onboard emission data reported for the MV Ilshin Green Iris under real-world operating conditions to assess how fuel selection affects the direct-emission performance of a dual-fuel marine propulsion system. The vessel is equipped with a MAN B&W 6G50ME-C9.5-GI engine employing high-pressure dual-fuel (HPDF) technology. A quantitative comparison between heavy fuel oil (HFO) and liquefied natural gas (LNG) was performed at 50% of the maximum continuous rating (MCR). At 50% MCR, LNG reduced CO2 emissions by 27.0%, NOx emissions by 20.7%, and CO emissions by 18.2% relative to HFO, while PM showed an indicative reduction of approximately 69%; its precise magnitude remains uncertain because a complete PM uncertainty budget was unavailable. Over the 900 s measurement period, the estimated reduction in CO2 mass was 154 kg. During LNG operation, the specific CH4 emission at 50% MCR was approximately 0.6 g/kWh. Using a 100-year global warming potential of 29.8 for fossil CH4, this corresponds to approximately 17.9 g CO2-eq/kWh, equivalent to about 10.5% of the direct CO2 reduction between HFO and LNG at this operating point. The results are representative of the analyzed stabilized operating point rather than of the vessel’s complete operational profile. The main contribution of this study is a structured matched-load analysis of HFO and LNG emissions from the same HPDF marine engine. The analysis combines measurement-derived specific emissions with energy-based mass estimates, methane-related limitations, data-quality considerations, and regulatory and sustainability implications. Because both fuels were evaluated in the same engine at the same 50% MCR operating point, the study provides a consistent basis for assessing fuel-related differences within the limits of the available dataset. Full article
Show Figures

Figure 1

12 pages, 2142 KB  
Article
Rapid Estimation Method for Gear Bending Fatigue Limit
by Changshu Yang, Xinhao Zhao, Xiaofeng Yu, Zhengminqing Li and Wenqiu Li
Materials 2026, 19(17), 3582; https://doi.org/10.3390/ma19173582 - 24 Aug 2026
Abstract
The fatigue performance of gears is very important to the safe operation of the transmission system. For gears fabricated using novel materials and advanced manufacturing processes, fatigue limit testing entails significant costs and prolonged timeframes, thereby constraining the rate of design iteration. In [...] Read more.
The fatigue performance of gears is very important to the safe operation of the transmission system. For gears fabricated using novel materials and advanced manufacturing processes, fatigue limit testing entails significant costs and prolonged timeframes, thereby constraining the rate of design iteration. In this paper, a rapid prediction method for the bending fatigue limit of gears is proposed. This method starts with the S-N curve of the material. Based on the rapid test theory and the principle of small sample statistics, combined with the step-down loading method, the safety fatigue limit of the gear under certain reliability is estimated. Compared with the up-and-down method, the error of this method is within 7.8%, verifying the feasibility of this data processing. At the same time, in this paper, the bending fatigue test of corrosion-resistant nitrided steel gears is carried out, and the bending fatigue limit of corrosion-resistant nitrided steel gears under 99% reliability is quickly obtained. This method holds significant engineering significance in saving test costs, reducing the number of tests, and shortening the development cycle. However, it is currently only applicable to standard spur gears and does not yet consider factors such as the geometric characteristics of helical gears and the corrosion resistance of materials. Full article
(This article belongs to the Special Issue Forming and Manufacturing Technology of High-Performance Gears)
Show Figures

Figure 1

40 pages, 24153 KB  
Article
A Multidimensional Comparative Assessment of Diesel and Battery-Electric Shunting Locomotives in In-Plant Railway Operations: A Case Study from the Seza Cement Plant
by Burak Samet Özgen, Cevher Kürşat Macit, Burak Tanyeri and Ukbe Usame Uçar
Processes 2026, 14(17), 2689; https://doi.org/10.3390/pr14172689 - 24 Aug 2026
Abstract
This single-site industrial case study compares a leased diesel shunting locomotive with a battery-electric shunting locomotive used for the same class of in-plant railway tasks at the Seza Cement Plant. The evidence base comprises plant leasing and fuel records, equipment specifications, site-reported electricity [...] Read more.
This single-site industrial case study compares a leased diesel shunting locomotive with a battery-electric shunting locomotive used for the same class of in-plant railway tasks at the Seza Cement Plant. The evidence base comprises plant leasing and fuel records, equipment specifications, site-reported electricity indicators, operator-reported operational observations, direct CO2 calculations, and documented occupational safety and health (OSH) functions; it is not a controlled or statistically replicated time–motion experiment. The diesel system incurred a monthly lease cost of USD 10,000 and consumed approximately 1800 L/month, equivalent to 21,600 L/year. Cross-checking the direct CO2 calculation with 2.692 and 2.683 kg CO2/L factors gives 58.1 and 58.0 t CO2/year, respectively. The approximately 24-month payback is treated as a plant-reported investment indicator and evaluated through a normalized sensitivity model because disaggregated costs for locomotive purchase, charging infrastructure, battery replacement, and historical maintenance are not available in the case-study dataset. Operational evidence is reported descriptively: the 20–40% reduction in task time is an operator-reported range rather than a statistical mean; the 7–9 min value refers to the complete 10-wagon weighing maneuver; and 25 loaded wagons (approximately 1450 t) represents the maximum documented field movement rather than a manufacturer-rated capacity. A force-balance check shows that this maximum movement is feasible only if total equivalent resistance remains below approximately 5.41 N/kN, using the 77 kN catalog tractive effort as an upper bound. The battery-electric locomotive produces no local exhaust emissions at the point of use and incorporates SIL 2 remote-control functions, a deadman function, emergency-stop controls, camera support, lighting, and warning systems; these features indicate risk-control capability but do not constitute a measured accident-rate reduction. The study therefore contributes facility-scale, evidence-bounded information for low-speed, repetitive industrial shunting within a defined operating area rather than a general proof of battery-electric superiority across railway applications. Full article
(This article belongs to the Section Energy Systems)
Show Figures

Graphical abstract

21 pages, 5180 KB  
Article
A Computation-Oriented Bi-Layer Optimization for EV Scheduling Under Renewable Uncertainties via Information-Gap Decision Theory
by Yi Chen, Renwu Yan, Cen Liang, Zeye Zheng, Maolin Zhang and Dongyun Tang
Energies 2026, 19(17), 3965; https://doi.org/10.3390/en19173965 - 24 Aug 2026
Abstract
With the rapid penetration of electric vehicles (EVs) and renewable energy generation in distribution networks, the coordinated scheduling of flexible EV loads and uncertain renewable resources has become a critical research focus in modern power systems. This study investigates the collaborative optimal dispatch [...] Read more.
With the rapid penetration of electric vehicles (EVs) and renewable energy generation in distribution networks, the coordinated scheduling of flexible EV loads and uncertain renewable resources has become a critical research focus in modern power systems. This study investigates the collaborative optimal dispatch of thermal units, EVs, and renewable power generation. Different from conventional closed-loop game-based bi-level optimization, this paper constructs a transmission–distribution integrated scheduling framework and proposes a sequential hierarchical progressive optimization strategy for EV charging and discharging dispatch to fully tap the cross-level coordination potential of power grids. The upper transmission layer optimizes the joint operation of thermal units, wind power, and photovoltaic units to minimize the overall power supply cost, where the inequality power balance constraint is reasonably adopted to reserve power regulation margin for renewable fluctuation and meet practical engineering operation requirements. To effectively address the severe uncertainty of renewable power output without relying on accurate probability distribution information, information gap decision theory (IGDT) is employed to realize robust scheduling with risk-averse and opportunity-seeking decision adaptability. In the lower distribution layer, a theoretically grounded nodal electricity price (NEP) model integrating node loss sensitivity (NLS) and node load rate (NLR) is applied to substitute iterative power flow calculation, which realizes the spatial optimal allocation of EV charging and discharging nodes while significantly improving computational efficiency. The proposed framework comprehensively minimizes network power loss and user charging cost. Finally, extensive simulations based on the IEEE 33-node distribution system verify the effectiveness, computational superiority, and robustness of the proposed sequential hierarchical coordinated scheduling strategy. Full article
(This article belongs to the Section A1: Smart Grids and Microgrids)
Show Figures

Figure 1

23 pages, 523 KB  
Article
A Persistent Multi-User Virtual Reality Garden: Architecture, Traceability, and Technical Validation
by Giovanni Giuliodori, Erica Santaguida, Chiara Evangelista and Massimo Bergamasco
Multimodal Technol. Interact. 2026, 10(9), 87; https://doi.org/10.3390/mti10090087 (registering DOI) - 23 Aug 2026
Abstract
Virtual reality (VR) applications are often designed as episodic experiences, with limited support for persistence, longitudinal revisitation, and structured integration of interaction data across sessions. This paper presents a persistent multi-user VR garden architecture that combines snapshot-based state restoration, structured event, movement, and [...] Read more.
Virtual reality (VR) applications are often designed as episodic experiences, with limited support for persistence, longitudinal revisitation, and structured integration of interaction data across sessions. This paper presents a persistent multi-user VR garden architecture that combines snapshot-based state restoration, structured event, movement, and transcript records, an asymmetric owner–visitor workflow, cloud-mediated speech transcription, and deferred AI-supported synthesis. The architecture separates the current spatial configuration of the environment from the interaction traces through which it evolves, supporting repeated access, state restoration, historical consultation, and post-hoc processing. A controlled technical validation using synthetic or researcher-generated inputs was conducted through Unity Editor/backend tests and on Meta Quest 3 hardware. Persistence was evaluated at 20, 100, and 250 objects in the Editor and at 1, 50, and 100 objects on Quest, with two Quest replicas per load. Application-level visitor restrictions were verified across nine prohibited write operations. A frozen production speech-to-text corpus completed 40/40 requests with a micro-averaged word error rate of 9.50% and a median end-to-end latency of 1.619 s. The deferred AI pipeline was additionally verified as a functioning technical integration, while limitations in semantic-detail preservation were observed. The results support the implementation-level feasibility of the proposed persistent and traceable VR architecture. The present evaluation does not establish backend-level authorization guarantees, general AI or NPC-grounding performance, user outcomes, or clinical effectiveness. Full article
(This article belongs to the Topic AI-Based Interactive and Immersive Systems)
Show Figures

Figure 1

30 pages, 1786 KB  
Article
Coordinated Operation of an Off-Grid Photovoltaic Hydrogen Production System for Improved Efficiency and Load Balancing
by Jun Yang, Jiasheng Wang, Haiguo Yu, Haiting Xia, Ning Zhang and Jingang Wang
Electronics 2026, 15(17), 3775; https://doi.org/10.3390/electronics15173775 - 23 Aug 2026
Abstract
Off-grid photovoltaic (PV) hydrogen production systems must coordinate rapidly varying PV power, battery energy, and the operating states of multiple alkaline water electrolyzers. Inappropriate coordination may lead to PV curtailment, frequent unit switching, and persistent workload concentration on a small number of electrolyzers. [...] Read more.
Off-grid photovoltaic (PV) hydrogen production systems must coordinate rapidly varying PV power, battery energy, and the operating states of multiple alkaline water electrolyzers. Inappropriate coordination may lead to PV curtailment, frequent unit switching, and persistent workload concentration on a small number of electrolyzers. This paper develops an efficiency- and load-balanced operation (ELBO) scheme as an improved rule-based supervisory strategy rather than an online optimization method. ELBO adopts a two-level decision structure. A planned number of online electrolyzers is first determined from the moving-average PV power and the reference power associated with high single-unit efficiency. This planned count is then corrected using real-time PV power, battery state of charge, and the previous electrolyzer states. The controller adjusts the powers of the online units before changing their number, uses the battery to bridge temporary power deficits, and distributes the remaining adjustable power under the operating and ramp-rate constraints. Five representative PV profiles selected from one year of measured data were used to compare ELBO with PV-following operation (PFO), multi-electrolyzer coordinated operation (MECO), and an offline mixed-integer linear programming (MILP) benchmark. ELBO produced 1328 kg of hydrogen, which was 8.85% and 6.07% higher than PFO and MECO, respectively. Its overall PV-to-hydrogen efficiency and PV utilization reached 65.2% and 94.9%, respectively, with 36 start–stop events. MILP produced 1345 kg of hydrogen, only 1.28% more than ELBO, but required the complete future PV sequence. Ablation analysis further shows that the planned-count layer, moving-average filtering, battery-supported retention, and load-balancing allocation contribute to different and complementary aspects of capacity matching, operating continuity, and workload distribution. The results indicate that the benefit of ELBO arises from the ordered coordination of these supervisory functions and that it provides a practical compromise between operating performance, workload distribution, information requirements, and computational complexity under the representative conditions considered. Full article
31 pages, 1055 KB  
Article
Bi-Level Optimal Sizing of Electric–Hydrogen Hybrid Energy Storage Under Multi-Market Coupling
by Jingjing Zhao and Boyu Qi
Appl. Sci. 2026, 16(17), 8386; https://doi.org/10.3390/app16178386 (registering DOI) - 23 Aug 2026
Abstract
With the increasing penetration of wind and photovoltaic generation, microgrids are playing an increasingly important role in promoting renewable energy accommodation, enhancing operational flexibility, and enabling low-carbon energy management. However, the strong uncertainty of renewable generation and load demand, together with the coupling [...] Read more.
With the increasing penetration of wind and photovoltaic generation, microgrids are playing an increasingly important role in promoting renewable energy accommodation, enhancing operational flexibility, and enabling low-carbon energy management. However, the strong uncertainty of renewable generation and load demand, together with the coupling effects of electricity, hydrogen, and carbon markets, poses significant challenges to the optimal planning and operation of microgrid energy storage systems. To address these issues, this paper proposes a bi-level optimal sizing framework for an electric–hydrogen hybrid energy storage system (EHH-ESS) in a microgrid under multi-market coupling. First, typical wind–solar–load scenarios are generated using a Wasserstein generative adversarial network with gradient penalty (WGAN-GP), so as to capture the stochastic characteristics and temporal correlations of renewable generation and load demand. Then, a multi-market coupling index (MCI), integrating electricity price, hydrogen price, and carbon price signals, is constructed to characterize time-varying economic and low-carbon operating incentives and to guide coordinated dispatch decisions. On this basis, a bi-level multi-objective optimization model is established. The upper level determines the optimal capacities of battery storage, electrolyzers, fuel cells, and hydrogen tanks, while the lower level performs hourly coordinated operation of the microgrid under multi-market conditions. The model considers annual equivalent total cost, renewable energy curtailment rate, and carbon emissions as objective functions, and is solved using the NSGA-III algorithm. Compared with the no-storage benchmark, the proposed scheme improves the annual operating economics and renewable-energy accommodation under the studied market conditions. The proposed method significantly reduces annual operating cost and improves renewable energy accommodation. However, under the current carbon price and grid emission factor settings, the optimal economic solution increases carbon emissions relative to the baseline, indicating a trade-off between economic arbitrage and low-carbon operation. Full article
(This article belongs to the Section Electrical, Electronics and Communications Engineering)
22 pages, 3116 KB  
Article
Preparation of a Thermosensitive Chitosan–Sea Cucumber Peptide Hydrogel and Its Alleviating Effect on Acute Alcohol-Induced Dual Liver and Brain Injury in Mice
by Jiaqi Guo, Songzhi Kong, Chen Chen, Guiping Lu, Zirui Li, Jinhui Chen and Meiyin Liang
Mar. Drugs 2026, 24(9), 294; https://doi.org/10.3390/md24090294 - 23 Aug 2026
Abstract
Excessive short-term ethanol intake often causes acute intoxication and multi-organ damage, especially to the liver and brain. Thus, developing safe and effective preparations for hangover relief, liver protection, and brain function regulation is of great practical significance. In this study, we fabricated a [...] Read more.
Excessive short-term ethanol intake often causes acute intoxication and multi-organ damage, especially to the liver and brain. Thus, developing safe and effective preparations for hangover relief, liver protection, and brain function regulation is of great practical significance. In this study, we fabricated a thermosensitive chitosan (CS)–sea cucumber peptide (SCP) hydrogel (CS–SCP gel) loaded with SCP using NaHCO3 as a crosslinker and characterized its properties. Kunming mouse models of anti-intoxication and acute alcohol-induced liver and brain injuries were established. The anti-intoxication and organ-protective effects of the CS–SCP gel were comprehensively evaluated through behavioral observation, liver histopathology, and biochemical assays of serum and liver, kidney, and brain tissues. The CS–SCP gel exhibited a phase transition temperature of 35.7 °C, a water absorption rate of 1015.47%, and a cumulative peptide release of 74.83% within 330 min. In mice, it prolonged the latency to drunkenness; shortened alcohol-induced sleep and sobering time; reduced blood ethanol, transaminase, and lipid levels; upregulated hepatic antioxidant enzymes; downregulated pro-inflammatory cytokines, and alleviated lipid peroxidation. It also enhanced brain antioxidant capacity, suppressed cerebral inflammatory cytokines, and maintained cholinergic neurotransmitter homeostasis. Collectively, with sustained release, CS–SCP gel is expected to prolong the pharmacological action of SCP, enhance therapeutic efficacy, and protect against alcohol-induced liver and brain injury through the regulation of oxidative stress and attenuation of inflammation. Full article
16 pages, 3375 KB  
Article
In Situ Reduction-Generated Ag0 Plasmonic Sites on Ti3C2/Ag2NCN Schottky Heterojunctions for Efficient Photocatalytic Tetracycline Degradation
by Haidong Yu, Hua Deng, Jincheng Wang, Xiaohe Sun, Jingyu Liu, Ping Qu and Jie Wu
Molecules 2026, 31(17), 2955; https://doi.org/10.3390/molecules31172955 - 23 Aug 2026
Abstract
Constructing Schottky heterojunctions with plasmonic components offers a promising route to enhance photocatalytic performance, yet the synergistic roles of the Schottky barrier and localized surface plasmon resonance (LSPR) in pollutant degradation remain insufficiently elucidated. Herein, a series of Ti3C2/Ag-Ag [...] Read more.
Constructing Schottky heterojunctions with plasmonic components offers a promising route to enhance photocatalytic performance, yet the synergistic roles of the Schottky barrier and localized surface plasmon resonance (LSPR) in pollutant degradation remain insufficiently elucidated. Herein, a series of Ti3C2/Ag-Ag2NCN (TAN) composites with varied Ag loadings was prepared via an in situ precipitation–chemical reduction method. The pseudo-first-order rate constant of the TAN-30 heterojunction reached roughly 7.0 times the value of bare Ag2NCN, while its tetracycline degradation efficiency under visible light reached 87.0% at 240 min. Moreover, the heterojunction exhibited outstanding reusability over five successive runs. Comprehensive characterizations reveal that the Schottky barrier at the Ti3C2/Ag2NCN interface effectively suppresses photogenerated carrier recombination, while the LSPR effect of metallic Ag0 broadens the light absorption range and elevates the local surface temperature, synergistically accelerating charge migration. The dominance of h+ and •O2 among the reactive species was established by both radical trapping assays and ESR spectroscopic analysis. This work provides mechanistic insights into LSPR-enhanced Schottky heterojunctions and offers a rational design strategy for MXene-based photocatalysts toward efficient antibiotic wastewater treatment. Full article
(This article belongs to the Special Issue Innovative Nanostructures for Energy and Environmental Applications)
21 pages, 2448 KB  
Article
Beyond Infrastructure: Workload, Perceived Institutional Support, and Pedagogical Adaptation in Sino-British Transnational Higher Education
by Kamalanathan Kajan, Xiaoting Zhang and Yujia Lu
Educ. Sci. 2026, 16(9), 1356; https://doi.org/10.3390/educsci16091356 - 23 Aug 2026
Abstract
Transnational higher education (TNE) partnerships between Chinese and UK universities continue to expand. However, the structural conditions that shape teaching quality and the governance arrangements through which they are managed remain under-theorised from a faculty-centred perspective. Drawing on a survey-based mixed-methods cross-sectional study [...] Read more.
Transnational higher education (TNE) partnerships between Chinese and UK universities continue to expand. However, the structural conditions that shape teaching quality and the governance arrangements through which they are managed remain under-theorised from a faculty-centred perspective. Drawing on a survey-based mixed-methods cross-sectional study of 56 teaching staff (80% response rate) at a Sino-British dual-degree engineering programme in western China, this study provides single-case evidence that teaching workload was the strongest observed negative correlate of perceived institutional support/satisfaction. Total weekly teaching load was moderately and negatively associated with the overall support/satisfaction composite (Spearman’s ρ = −0.49, p < 0.001). Non-parametric paired comparisons showed that teaching facilities were the only support dimension that differed significantly between the two institutional contexts, with a moderate effect; the remaining dimensions showed no significant differences. Internal consistency was acceptable to good. Qualitative thematic analysis identified three faculty adaptation strategies: simplifying and contextualising course materials, using bilingual instructional resources, and scaffolding peer-based discussion. Exploratory teaching-method comparisons involving 13 paired tests, interpreted descriptively, indicated higher reported use of reflection exercises and project-based learning at the joint school campus. An exploratory, perception-based engagement paradox also emerged: faculty reported a higher proportion of students showing >75% active participation at the joint school campus (85.7%) than at the parent institution (70.4% of valid responses), despite rating joint-school infrastructure lower. This finding requires student-level validation. The study contributes an empirically grounded, faculty-centred account of workload governance in transnational partnerships, using the Sino-British case as an illustrative test site. Full article
Show Figures

Figure 1

15 pages, 20239 KB  
Article
Stress Corrosion Cracking of Ti-6Al-4V ELI Titanium Alloy in 3.5 wt.% NaCl Solution
by Qing Zhao, Aifeng Zhang, Zhengquan Wan, Yafei Wang and Chengqi Sun
Materials 2026, 19(17), 3572; https://doi.org/10.3390/ma19173572 - 23 Aug 2026
Abstract
Ti-6Al-4V titanium alloy is extensively employed in deep-sea structural applications owing to its excellent corrosion resistance, while its extra-low-interstitial (ELI) variant provides higher fracture toughness and is commonly presumed to exhibit even better stress corrosion cracking (SCC) resistance. In this work, displacement-rate-dependent fracture [...] Read more.
Ti-6Al-4V titanium alloy is extensively employed in deep-sea structural applications owing to its excellent corrosion resistance, while its extra-low-interstitial (ELI) variant provides higher fracture toughness and is commonly presumed to exhibit even better stress corrosion cracking (SCC) resistance. In this work, displacement-rate-dependent fracture toughness (KQ) measurements and failure analysis were performed for compact tension specimens machined from an engineering Ti-6Al-4V ELI plate with different orientations, tested in air and 3.5 wt.% NaCl solution over displacement rates of 0.0012–1.2 mm/min. In air, KQ exhibits a pronounced loading-rate dependence, decreasing by more than 20% at low displacement rates relative to maximum rate, accompanied by quasi-cleavage features on the fracture surfaces indicative of hydrogen-assisted damage, likely arising from environmental or processing-related hydrogen uptake. In 3.5 wt.% NaCl solution, the minimum KQ within the low-rate regime (0.0012–0.12 mm/min) is 58 MPa·m0.5, comparable to values reported for conventional Ti-6Al-4V under similar conditions. The pronounced rate dependence and transition toward cleavage-like fracture reveal a strong coupling between loading kinetics and environmental degradation. This work demonstrates that enhanced intrinsic toughness does not necessarily translate into superior SCC resistance and establishes loading rate as a critical factor governing the environmental fracture of Ti-6Al-4V ELI under marine conditions. Full article
(This article belongs to the Section Metals and Alloys)
Show Figures

Figure 1

26 pages, 28880 KB  
Article
Biodegradable Chitosan Films Incorporated with β-Cyclodextrin Microcapsules Loaded Clove with Essential Oil for Table Grape Preservation
by Cuixia Yang, Penghui Wei, Zhaotong Duan, Tinghui Duan, Mina Nan, Huali Xue, Yang Bi and Yan Yin
Foods 2026, 15(17), 2957; https://doi.org/10.3390/foods15172957 - 22 Aug 2026
Abstract
Postharvest spoilage of fresh fruits demands efficient bio-based packaging films. Here, chitosan/gelatin (CG) films were incorporated with β-cyclodextrin-encapsulated clove essential oil microcapsules (β-CD@CEO MCs) at varying loadings. The results suggested that CEO encapsulation occurred within β-CD cavities and hydrogen-bond binding of MCs to [...] Read more.
Postharvest spoilage of fresh fruits demands efficient bio-based packaging films. Here, chitosan/gelatin (CG) films were incorporated with β-cyclodextrin-encapsulated clove essential oil microcapsules (β-CD@CEO MCs) at varying loadings. The results suggested that CEO encapsulation occurred within β-CD cavities and hydrogen-bond binding of MCs to the CG matrix. At 0.4% MCs, the composite film showed 60.11% higher tensile strength, excellent UV shielding, lower water vapor transmission rate, and strong antioxidant activity (DPPH 89.6%, ABTS 97.1), along with 58.21% biodegradation after 16 days of soil burial. In vitro release studies revealed a pH-responsive sustained release profile of CEO from the composite films, with faster release under acidic conditions (98.5% at pH 3.5 after 72 h) compared to neutral conditions (87.2% at pH 7.0), indicating the potential for targeted release on the weakly acidic grape surface. The film also exhibited significant antimicrobial effects against Botrytis cinerea, Penicillium gladioli, Staphylococcus aureus, and Escherichia coli. In table grape preservation, CG/MCs-0.4 film effectively delayed decay, reduced weight loss by 38.79%, maintained firmness and color, and preserved higher levels of soluble solids, titratable acidity, reducing sugars, and vitamin C compared to polyethylene packaging and untreated controls. Full article
(This article belongs to the Special Issue Advanced Postharvest Preservation Technology of Food)
Show Figures

Graphical abstract

Back to TopTop