Split Learning(SL)has been promoted as a promising collaborative machine learning technique designed to address data privacy and resource efficiency.Specifically,neural networks are divided into client and server subn...Split Learning(SL)has been promoted as a promising collaborative machine learning technique designed to address data privacy and resource efficiency.Specifically,neural networks are divided into client and server subnetworks in order to mitigate the exposure of sensitive data and reduce the overhead on client devices,thereby making SL particularly suitable for resource-constrained devices.Although SL prevents the direct transmission of raw data,it does not alleviate entirely the risk of privacy breaches.In fact,the data intermediately transmitted to the server sub-model may include patterns or information that could reveal sensitive data.Moreover,achieving a balance between model utility and data privacy has emerged as a challenging problem.In this article,we propose a novel defense approach that combines:(i)Adversarial learning,and(ii)Network channel pruning.In particular,the proposed adversarial learning approach is specifically designed to reduce the risk of private data exposure while maintaining high performance for the utility task.On the other hand,the suggested channel pruning enables the model to adaptively adjust and reactivate pruned channels while conducting adversarial training.The integration of these two techniques reduces the informativeness of the intermediate data transmitted by the client sub-model,thereby enhancing its robustness against attribute inference attacks without adding significant computational overhead,making it wellsuited for IoT devices,mobile platforms,and Internet of Vehicles(IoV)scenarios.The proposed defense approach was evaluated using EfficientNet-B0,a widely adopted compact model,along with three benchmark datasets.The obtained results showcased its superior defense capability against attribute inference attacks compared to existing state-of-the-art methods.This research’s findings demonstrated the effectiveness of the proposed channel pruning-based adversarial training approach in achieving the intended compromise between utility and privacy within SL frameworks.In fact,the classification accuracy attained by the attackers witnessed a drastic decrease of 70%.展开更多
Designing a highly active and stable bifunctional catalyst is essential for achieving superior overall water splitting(OWS).In this study,a three-dimensional(3D)core-shell structure Co_(3)S_(4)/CuS@NiFe LDH nanocoral ...Designing a highly active and stable bifunctional catalyst is essential for achieving superior overall water splitting(OWS).In this study,a three-dimensional(3D)core-shell structure Co_(3)S_(4)/CuS@NiFe LDH nanocoral spheres electrocatalyst was constructed on nickel foam(NF)via an interfacial engineering strategy.This 3D core-shell heterostructure maximizes the exposure of active sites,optimizes the charge transport pathway and accelerates gas release rates.The protective shell strategy of NiFe LDH provides favorable stability,which contributes to inhibiting the electrochemical corrosion of the electrocatalyst and mitigating the toxic effects of Cl^(-) and other microorganisms during the seawater splitting process.Moreover,the introduction of NiFe LDH induces a change in the OER mechanism from an adsorption evolution mechanism(AEM)to a lattice oxygen mechanism(LOM),which improves the intrinsic activity of the catalyst.Consequently,Co_(3)S_(4)/CuS@NiFe LDH demonstrates exceptional performance in the oxygen evolution reaction(OER)(η100=251 mV)and in the hydrogen evolution reaction(HER)(η100=254 mV),alongside remarkable stability over 100 h.For OWS,it exhibits a voltage of 1.46 V at 10 mA/cm^(2) and maintain stability for 100 h.Impressively,Co_(3)S_(4)/CuS@NiFe LDH still possesses outstanding activity and stability in natural alkaline seawater.This work proposes interfacial engineering to construct bifunctional catalysts with core-shell heterostructures,providing instructive guidelines for the design of highly efficient electrocatalysts toward seawater electrolysis.展开更多
The fast solution of linear equations has always been one of the hot spots in scientific computing.A kind of the diagonal matrix splitting iteration methods are provided,which is different from the classical matrix sp...The fast solution of linear equations has always been one of the hot spots in scientific computing.A kind of the diagonal matrix splitting iteration methods are provided,which is different from the classical matrix splitting methods.Taking the decomposition of the diagonal elements for coefficient matrix as the key point,some new preconditioners are constructed.Taking the tri-diagonal coefficient matrix as an example,the convergence domains and optimal relaxation factor of the new method are analyzed theoretically.The presented new iteration methods are applied to solve linear algebraic equations,even 2D and 3D diffusion problems with the fully implicit discretization.The results of numerical experiments are matched with the theoretical analysis,and show that the iteration numbers are reduced greatly.The superiorities of presented iteration methods exceed some classical iteration methods dramatically.展开更多
Electrochemical water splitting represents a sustainable technology for hydrogen(H_(2))production.However,its large-scale implementation is hindered by the high overpotentials required for both the cathodic hydrogen e...Electrochemical water splitting represents a sustainable technology for hydrogen(H_(2))production.However,its large-scale implementation is hindered by the high overpotentials required for both the cathodic hydrogen evolution reaction(HER)and the anodic oxygen evolution reaction(OER).Transition metal-based catalysts have garnered significant research interest as promising alternatives to noble-metal catalysts,owing to their low cost,tunable composition,and noble-metal-like catalytic activity.Nevertheless,systematic reviews on their application as bifunctional catalysts for overall water splitting(OWS)are still limited.This review comprehensively outlines the principal categories of bifunctional transition metal electrocatalysts derived from electrospun nanofibers(NFs),including metals,oxides,phosphides,sulfides,and carbides.Key strategies for enhancing their catalytic performance are systematically summarized,such as heterointerface engineering,heteroatom doping,metal-nonmetal-metal bridging architectures,and single-atom site design.Finally,current challenges and future research directions are discussed,aiming to provide insightful perspectives for the rational design of high-performance electrocatalysts for OWS.展开更多
Herein,we have developed a straightforward wet-chemical method to synthesize a series of Pd-based alloy nanowires(NWs),including Pd Pt NWs,Pd Au NWs,Pd Ir NWs,and Pd Ru NWs,which exhibits high mass activity and turnov...Herein,we have developed a straightforward wet-chemical method to synthesize a series of Pd-based alloy nanowires(NWs),including Pd Pt NWs,Pd Au NWs,Pd Ir NWs,and Pd Ru NWs,which exhibits high mass activity and turnover frequency(TOF) for HER,surpassing Pt/C by 4.6-fold and 1.5-fold in acidic and alkaline electrolytes,respectively.It also demonstrates high stability in alkaline electrolyte at a current density of 220 m A/cm^(2) for 280 h,highlighting its potential for practical applications under industrial current conditions.Pd Pt NWs exhibited ultrathin structures with head-to-tail kinks and inherent defects,significantly increasing the density of active sites and precisely tuning the electronic structure,which could accelerate reaction kinetics and boost water-splitting electrocatalytic performance.This study highlights the potential of Pd Pt NWs as highly efficient catalysts,offering outstanding catalytic performance and stability for practical applications.展开更多
The Internet of Vehicles,or IoV,is expected to lessen pollution,ease traffic,and increase road safety.IoV entities’interconnectedness,however,raises the possibility of cyberattacks,which can have detrimental effects....The Internet of Vehicles,or IoV,is expected to lessen pollution,ease traffic,and increase road safety.IoV entities’interconnectedness,however,raises the possibility of cyberattacks,which can have detrimental effects.IoV systems typically send massive volumes of raw data to central servers,which may raise privacy issues.Additionally,model training on IoV devices with limited resources normally leads to slower training times and reduced service quality.We discuss a privacy-preserving Federated Split Learning with Tiny Machine Learning(TinyML)approach,which operates on IoV edge devices without sharing sensitive raw data.Specifically,we focus on integrating split learning(SL)with federated learning(FL)and TinyML models.FL is a decentralisedmachine learning(ML)technique that enables numerous edge devices to train a standard model while retaining data locally collectively.The article intends to thoroughly discuss the architecture and challenges associated with the increasing prevalence of SL in the IoV domain,coupled with FL and TinyML.The approach starts with the IoV learning framework,which includes edge computing,FL,SL,and TinyML,and then proceeds to discuss how these technologies might be integrated.We elucidate the comprehensive operational principles of Federated and split learning by examining and addressingmany challenges.We subsequently examine the integration of SL with FL and various applications of TinyML.Finally,exploring the potential integration of FL and SL with TinyML in the IoV domain is referred to as FSL-TM.It is a superior method for preserving privacy as it conducts model training on individual devices or edge nodes,thereby obviating the necessity for centralised data aggregation,which presents considerable privacy threats.The insights provided aim to help both researchers and practitioners understand the complicated terrain of FL and SL,hence facilitating advancement in this swiftly progressing domain.展开更多
This insightful review explores the electrochemical principles and energy potential of electrocatalytic water splitting(EWS).It highlights recent advancements,identifies key challenges,and underscores the pivotal role...This insightful review explores the electrochemical principles and energy potential of electrocatalytic water splitting(EWS).It highlights recent advancements,identifies key challenges,and underscores the pivotal role of EWS in enabling the transition to sustainable energy systems.This work contextualizes the significance of green hydrogen in global decarbonization pathways and examines the historical progression of electrocatalysis.The fundamental thermodynamics and mechanistic pathways governing both the hydrogen and oxygen evolution reactions(HER and OER)are analyzed,highlighting energy barriers and rate-determining steps.Various electrode architectures and electrochemical cell configurations are evaluated,including a comparative assessment of key electrolyzer technologies and their performance characteristics.Furthermore,we critically examine recent advances and persistent limitations across the landscape of electrocatalysts,spanning noble metal-based materials,earth-abundant transition metal compounds,and emerging materials.Design principles and mechanistic insights drawn from electronic structu re modulation,defect engineering,doping strategies,and na noscale morphology control are elucidated to establish robust structure-property-performance relationships.Major challenges including sluggish oxygen evolution kinetics,catalyst degradation mechanisms,and the integration of devices with intermittent renewable energy sources are thoroughly examined.This work also debates advanced strategies such as hybrid photoelectrochemical systems,flexible device architectures,and the direct utilization of non-traditional water sources(e.g.,seawater,wastewater)as promising pathways for future development.Finally,it is specifically distinguished by its critical focus on bridging the gap between fundamental electrocatalysts development and practical system-level integration,addressing the challenges of scalability and deployment under industrially relevant conditions.This comprehensive review provides a strategic outlook and identifies key scientific priorities for optimizing EWS systems toward efficient,robust,and scalable hydrogen generation.展开更多
Despite intensive research on solar-driven photocatalytic overall water splitting(POWS),the overall efficiencies remain insufficient to meet commercial standards.As a central challenge in realizing this technology mai...Despite intensive research on solar-driven photocatalytic overall water splitting(POWS),the overall efficiencies remain insufficient to meet commercial standards.As a central challenge in realizing this technology mainly lies in the precise tuning and rational designing of highly efficient materials and photocatalytic systems,which is paramount for its unlocking scalable,practical applications.However,novel materials fabrication and advanced photocatalytic systems are essential for overcoming intrinsic limitations of conventional catalysts by enabling this green technology to resolve global energy crisis.Therefore,this review critically explores the engineering developments in POWS process and novel photocatalyst designing,via shifting from simple bandgap engineering to more advanced charge carrier dynamics control via utilizing one/two-step photocatalytic excitation system,surface phase junctions i.e.,Z-scheme and S-scheme heterojunctions,surface modification,morphological tuning,and the role of co-catalysts,to control sluggish kinetics,promote oxygen evolution reaction(OER)and suppress undesirable H2/O2,backward reaction with superior visible light absorption capacity to produce remarkable energy production.Moreover,we critically discuss the recent trend of POWS from a materials discovery phase to demanding engineering and mechanistic optimization phase with viable economic viability,which requires bridging the gap between excellent lab-scale performance to stringent stability,cost,and high efficiency demands of industrial-scale solar fuel production.In addition,the currents challenges and future directions are also enclosed in detail for sustainable energy production.展开更多
NiFe layered double hydroxide(NiFe LDH)has emerged as a promising catalyst for the oxygen evolution reaction(OER);however,its hydrogen evolution reaction(HER)activity remains suboptimal due to unfavorable electronic s...NiFe layered double hydroxide(NiFe LDH)has emerged as a promising catalyst for the oxygen evolution reaction(OER);however,its hydrogen evolution reaction(HER)activity remains suboptimal due to unfavorable electronic structures,particularly the d-electron density of metal sites,which impede water dissociation and lead to poor hydrogen adsorption/desorption capabilities.Herein,we introduce an efficient cooperative d-electron density regulation(CDDR)engineering to comprehensively optimize the delectron density of NiFe LDH by grafting MoO_(x) -modified NiFe LDH nanosheets onto porous nickel particles(PNPs).The PNPs facilitate d-electron density modulation along the edges of the nanosheets,while the MoO_(x) species enable d-electron density modulation across the plane of the nanosheets,thus cooperatively constructing enriched d-electron density in NiFe LDH.Theoretical studies validate the CDDR process and reveal that the enriched d-electron density accelerates water dissociation and optimizes the hydrogen adsorption behavior of NiFe LDH.As a result,the engineered catalyst exhibits significantly improved HER activity,achieving an ultra-low overpotential of 38 mV at 10 mA cm^(-2)in 1 M KOH.Additionally,the CDDR-optimized catalyst also exhibits good OER performance,demonstrating excellent bifunctional performance for overall water splitting in both alkaline freshwater and seawater electrolytes.This work presents a novel CDDR strategy for engineering NiFe LDH into efficient HER catalysts without compromising its OER activity,potentially paving the way for the development of active and robust electrocatalysts for sustainable energy applications.展开更多
The personalized fine-tuning of large languagemodels(LLMs)on edge devices is severely constrained by limited computation resources.Although split federated learning alleviates on-device burdens,its effectiveness dimin...The personalized fine-tuning of large languagemodels(LLMs)on edge devices is severely constrained by limited computation resources.Although split federated learning alleviates on-device burdens,its effectiveness diminishes in few-shot reasoning scenarios due to the low data efficiency of conventional supervised fine-tuning,which leads to excessive communication overhead.To address this,we propose Language-Empowered Split Fine-Tuning(LESFT),a framework that integrates split architectures with a contrastive-inspired fine-tuning paradigm.LESFT simultaneously learns frommultiple logically equivalent but linguistically diverse reasoning chains,providing richer supervisory signals and improving data efficiency.This process-oriented training allows more effective reasoning adaptation with fewer samples.Extensive experiments demonstrate that LESFT consistently outperforms strong baselines such as SplitLoRA in task accuracy.LESFT consistently outperforms strong baselines on GSM8K,CommonsenseQA,and AQUA_RAT,with the largest gains observed on Qwen2.5-3B.These results indicate that LESFT can effectively adapt large language models for reasoning tasks under the computational and communication constraints of edge environments.展开更多
Amorphous metal-based catalysts are highly promising for water splitting due to their abundance of unsaturated active sites.Herein,we report a one-step,surfactant-free synthesis of amorphous nickel nanoparticles(NPs)e...Amorphous metal-based catalysts are highly promising for water splitting due to their abundance of unsaturated active sites.Herein,we report a one-step,surfactant-free synthesis of amorphous nickel nanoparticles(NPs)encapsulated in nitrogen-doped carbon shells(A-Ni@NC)via pulsed laser ablation in liquid(PLAL).The synergistic integration of the amorphous Ni core and a defect-rich N-doped carbon shell markedly enhanced the catalytic activities for both the hydrogen evolution reaction(HER)and oxygen evolution reaction(OER),with low overpotentials of 182 mV for HER and 288 mV for OER at 10 mA cm^(-2)in 1.0 m KOH.Furthermore,the bifunctional catalyst achieved a current density of 10 mA cm^(-2)at 1.63 V and retained 98.9%of its initial performance after 100 h of operation.The nitrogen-rich carbon shell not only offered abundant active sites and structural protection but also promoted charge transport.Density functional theory(DFT)calculations revealed that N-doping optimized intermediate adsorption energies,while the amorphous Ni core facilitated efficient electron transfer.This green and scalable synthesis strategy provides a promising platform for developing a wide range of transition metal@N-doped carbon hybrid catalysts for sustainable energy conversion applications.展开更多
Energy shortage has become one of themost concerning issues in the world today,and improving energy utilization efficiency is a key area of research for experts and scholars worldwide.Small-diameter heat exchangers of...Energy shortage has become one of themost concerning issues in the world today,and improving energy utilization efficiency is a key area of research for experts and scholars worldwide.Small-diameter heat exchangers offer advantages such as reduced material usage,lower refrigerant charge,and compact structure.However,they also face challenges,including increased refrigerant pressure drop and smaller heat transfer area inside the tubes.This paper combines the advantages and disadvantages of both small and large-diameter tubes and proposes a combined-diameter heat exchanger,consisting of large and small diameters,for use in the indoor units of split-type air conditioners.There are relatively few studies in this area.In this paper,A theoretical and numerical computation method is employed to establish a theoretical-numerical calculation model,and its reliability is verified through experiments.Using this model,the optimal combined diameters and flow path design for a combined-diameter heat exchanger using R32 as the working fluid are derived.The results show that the heat transfer performance of all combined diameter configurations improves by 2.79%to 8.26%compared to the baseline design,with the coefficient of performance(COP)increasing from 4.15 to 4.27~4.5.These designs can save copper material,but at the cost of an increase in pressure drop by 66.86%to 131.84%.The scheme IIIH,using R32,is the optimal combined-diameter and flow path configuration that balances both heat transfer performance and economic cost.展开更多
Bismuth vanadate(BiVO_(4))is regarded as a promising photoanode for photoelectrochemical(PEC)water splitting.Despite its advantage in band gap and visible-light response,the BiVO_(4)exhibits an unsatisfactory achievin...Bismuth vanadate(BiVO_(4))is regarded as a promising photoanode for photoelectrochemical(PEC)water splitting.Despite its advantage in band gap and visible-light response,the BiVO_(4)exhibits an unsatisfactory achieving water splitting due to severe charge recombination.Herein,we elucidate an innovative approach involving the incorporation of single Ru atom with a CoFe-LDH cocatalyst(Ru_(0.51)-CoFe-LDH)and integrating it onto the BiVO_(4)semiconductor substrate.The resulting Ru_(0.51)-CoFe-LDH/BiVO_(4)photoanode film demonstrates commendable charge injection efficiency(76%)and charge collection efficiency(100%).Interestingly,the yield of hydrogen and oxygen increases linearly at a stoichiometric ratio of about 2:1,reaching 158.6 and 67.4μmol after140 min of irradiation,respectively.According to experimental characterization and density functional theory calculation,this remarkable performance results from single Ru atoms triggering the electron rearrangement of Ru_(0.51)-CoFe-LDH to engineer active sites and optimize interfacial energetics.Additionally,the negative shift of Ru_(0.51)-CoFe-LDH band edge gives rise to more conspicuous band bending of the n-n junction formed with BiVO_(4),expediting the separation and transfer of photogenerated electron-hole pairs at the interface.This work furnishes a new preparation perspective for PEC water splitting systems to construct single atoms in the semiconductor substrate.展开更多
Altermagnets represent a newly discovered class of magnetically ordered materials.Among all the candidates,CrSb stands out due to its largest spin splitting energy and highest Néel temperature exceeding 700 K,mak...Altermagnets represent a newly discovered class of magnetically ordered materials.Among all the candidates,CrSb stands out due to its largest spin splitting energy and highest Néel temperature exceeding 700 K,making it promising for room-temperature spintronic applications.Here we have successfully grown high quality CrSb(100)thin film on GaAs(110)substrate by molecular beam epitaxy.Using angle-resolved photoemission spectroscopy,we successfully obtained the three-dimensional electronic structure of the thin film.Moreover,we observed the emergence of the altermagnetic splitting bands corresponding to the calculated results along the low symmetry pathsT-QandP-D.The bands near the Fermi level are only spin splitting bands along theP-Ddirection,with splitting energy reaching as high as 910 meV.This finding provides insights into the magnetic properties of CrSb thin films and paves the way for further studies on their electronic structure and potential applications in spintronics.展开更多
We report the observation of Zeeman splitting in multiple spectral lines emitted by a laser-produced,magnetized plasma(1–3×10^(18)cm^(-3),1–15 eV)in the context of a laboratory astrophysics experiment under a c...We report the observation of Zeeman splitting in multiple spectral lines emitted by a laser-produced,magnetized plasma(1–3×10^(18)cm^(-3),1–15 eV)in the context of a laboratory astrophysics experiment under a controlled magneticfield up to 20T.Nitrogen lines(NII)in the visible range were used to diagnose the magneticfield and plasma conditions.This was performed by coupling our data with(563–574 nm)the Stark–Zeeman line-shape code PPPB.The excellent agreement between experiment and simulations paves the way for a non-intrusive experimental platform to get time-resolved measurements of the local magneticfield in laboratory plasmas.展开更多
CuBi_(2)O_(4)is identified as a promising photocathode in photoelectrochemical(PEC)water splitting systems.However,the PEC performance of CuBi_(2)O_(4)is far from expected due to the limited separation and transport e...CuBi_(2)O_(4)is identified as a promising photocathode in photoelectrochemical(PEC)water splitting systems.However,the PEC performance of CuBi_(2)O_(4)is far from expected due to the limited separation and transport efficiency of photogenerated carriers.To address the above issues,a cost-effective ternary Cu:NiO_(X)/CuBi_(2)O_(4)/CuO composite photocathode was designed.Firstly,a thin Cu:NiO_(X)film was inserted between CuBi_(2)O_(4)and FTO conducting substrate as a hole-selective layer,which promotes the transmission of photogenerated holes to the FTO substrate effectively.Furthermore,the modification of CuO film on the CuBi_(2)O_(4)electrode not only increases the absorption of sunlight and generates more photogenerated carriers,but also constitutes a heterojunction with CuBi_(2)O_(4),creating a built-in electric field,which facilitates the separation of electrons and holes,and accelerates the electrons transfer to electrode–electrolyte interface.The fabricated Cu:NiO_(X)/CuBi_(2)O_(4)/CuO composite photocathode exhibits a surprisingly high photocurrent density of−1.51 mA·cm^(−2)at 0.4 V versus RHE,which is 2.6 times that of the pristine CuBi_(2)O_(4)photocathode.The improved PEC performance is attributed to the synergy effect of the Cu:NiO_(X)hole-selective layer and the CuBi_(2)O_(4)/CuO heterojunction.Moreover,the combination with the BiVO_(4)/CoS,an unbiased overall water splitting was achieved,which has a photocurrent of 0.193 mA·cm^(−2).展开更多
Altermagnets,a class of unconventional antiferromagnets with non-relativistic spin-splitting,offer promising potential for antiferromagnetic spintronic devices.While many altermagnets are limited by either low magneti...Altermagnets,a class of unconventional antiferromagnets with non-relativistic spin-splitting,offer promising potential for antiferromagnetic spintronic devices.While many altermagnets are limited by either low magnetic transition temperatures or weak spin splitting,the recently discovered metal CrSb,with high N′eel temperature(T_(N)=710 K)and significant spin-splitting due to its unique spin space group,provides a robust platform for remarkable tunneling magnetoresistance(TMR)in collinear all-antiferromagnetic tunnel junctions(AATJs).This study systematically investigates the spin-polarized Fermi surface of CrSb and spin-dependent electron transport in CrSb-based AATJs.The CrSb/β-InSe/CrSb junction with a three-monolayer InSe barrier exhibits a TMR ratio of approximately 290%,with energy-dependent analysis revealing TMR ratios that may exceed 850%when considering the shift of the Fermi energy.We also demonstrate the angle-dependent TMR of CrSb-based AATJs by adjusting N′eel vector orientations.Our findings might provide strong theoretical support for CrSb as a versatile building block for all-antiferromagnetic memory devices.展开更多
Green hydrogen from water splitting has emerged as a critical energy vector with the potential to spearhead the global transition to a fossil fuel-independent society.The field of catalysis has been revolutionized by ...Green hydrogen from water splitting has emerged as a critical energy vector with the potential to spearhead the global transition to a fossil fuel-independent society.The field of catalysis has been revolutionized by single-atom catalysts(SACs),which exhibit unique and intricate interactions between atomically dispersed metal atoms and their supports.Recently,bimetallic SACs(bimSACs)have garnered significant attention for leveraging the synergistic functions of two metal ions coordinated on appropriately designed supports.BimSACs offer an avenue for rich metal–metal and metal–support cooperativity,potentially addressing current limitations of SACs in effectively furnishing transformations which involve synchronous proton–electron exchanges,substrate activation with reversible redox cycles,simultaneous multi-electron transfer,regulation of spin states,tuning of electronic properties,and cyclic transition states with low activation energies.This review aims to encapsulate the growing advancements in bimSACs,with an emphasis on their pivotal role in hydrogen generation via water splitting.We subsequently delve into advanced experimental methodologies for the elaborate characterization of SACs,elucidate their electronic properties,and discuss their local coordination environment.Overall,we present comprehensive discussion on the deployment of bimSACs in both hydrogen evolution reaction and oxygen evolution reaction,the two half-reactions of the water electrolysis process.展开更多
基金supported by a grant(No.CRPG-25-2054)under the Cybersecurity Research and Innovation Pioneers Initiative,provided by the National Cybersecurity Authority(NCA)in the Kingdom of Saudi Arabia.
文摘Split Learning(SL)has been promoted as a promising collaborative machine learning technique designed to address data privacy and resource efficiency.Specifically,neural networks are divided into client and server subnetworks in order to mitigate the exposure of sensitive data and reduce the overhead on client devices,thereby making SL particularly suitable for resource-constrained devices.Although SL prevents the direct transmission of raw data,it does not alleviate entirely the risk of privacy breaches.In fact,the data intermediately transmitted to the server sub-model may include patterns or information that could reveal sensitive data.Moreover,achieving a balance between model utility and data privacy has emerged as a challenging problem.In this article,we propose a novel defense approach that combines:(i)Adversarial learning,and(ii)Network channel pruning.In particular,the proposed adversarial learning approach is specifically designed to reduce the risk of private data exposure while maintaining high performance for the utility task.On the other hand,the suggested channel pruning enables the model to adaptively adjust and reactivate pruned channels while conducting adversarial training.The integration of these two techniques reduces the informativeness of the intermediate data transmitted by the client sub-model,thereby enhancing its robustness against attribute inference attacks without adding significant computational overhead,making it wellsuited for IoT devices,mobile platforms,and Internet of Vehicles(IoV)scenarios.The proposed defense approach was evaluated using EfficientNet-B0,a widely adopted compact model,along with three benchmark datasets.The obtained results showcased its superior defense capability against attribute inference attacks compared to existing state-of-the-art methods.This research’s findings demonstrated the effectiveness of the proposed channel pruning-based adversarial training approach in achieving the intended compromise between utility and privacy within SL frameworks.In fact,the classification accuracy attained by the attackers witnessed a drastic decrease of 70%.
基金supported by the National Natural Science Foundation of China(No.52274304).
文摘Designing a highly active and stable bifunctional catalyst is essential for achieving superior overall water splitting(OWS).In this study,a three-dimensional(3D)core-shell structure Co_(3)S_(4)/CuS@NiFe LDH nanocoral spheres electrocatalyst was constructed on nickel foam(NF)via an interfacial engineering strategy.This 3D core-shell heterostructure maximizes the exposure of active sites,optimizes the charge transport pathway and accelerates gas release rates.The protective shell strategy of NiFe LDH provides favorable stability,which contributes to inhibiting the electrochemical corrosion of the electrocatalyst and mitigating the toxic effects of Cl^(-) and other microorganisms during the seawater splitting process.Moreover,the introduction of NiFe LDH induces a change in the OER mechanism from an adsorption evolution mechanism(AEM)to a lattice oxygen mechanism(LOM),which improves the intrinsic activity of the catalyst.Consequently,Co_(3)S_(4)/CuS@NiFe LDH demonstrates exceptional performance in the oxygen evolution reaction(OER)(η100=251 mV)and in the hydrogen evolution reaction(HER)(η100=254 mV),alongside remarkable stability over 100 h.For OWS,it exhibits a voltage of 1.46 V at 10 mA/cm^(2) and maintain stability for 100 h.Impressively,Co_(3)S_(4)/CuS@NiFe LDH still possesses outstanding activity and stability in natural alkaline seawater.This work proposes interfacial engineering to construct bifunctional catalysts with core-shell heterostructures,providing instructive guidelines for the design of highly efficient electrocatalysts toward seawater electrolysis.
基金The National Natural Science Foundations of China (12202219)the Natural Science Foundations of Ningxia (2024AAC02009, 2023AAC05001)the Ningxia Youth Top Talents Training Project。
文摘The fast solution of linear equations has always been one of the hot spots in scientific computing.A kind of the diagonal matrix splitting iteration methods are provided,which is different from the classical matrix splitting methods.Taking the decomposition of the diagonal elements for coefficient matrix as the key point,some new preconditioners are constructed.Taking the tri-diagonal coefficient matrix as an example,the convergence domains and optimal relaxation factor of the new method are analyzed theoretically.The presented new iteration methods are applied to solve linear algebraic equations,even 2D and 3D diffusion problems with the fully implicit discretization.The results of numerical experiments are matched with the theoretical analysis,and show that the iteration numbers are reduced greatly.The superiorities of presented iteration methods exceed some classical iteration methods dramatically.
基金Supported by the National Natural Science Foundation of China(No.52273056)the Science and Technology Development Program of Jilin Province,China(No.YDZJ202501ZYTS305)。
文摘Electrochemical water splitting represents a sustainable technology for hydrogen(H_(2))production.However,its large-scale implementation is hindered by the high overpotentials required for both the cathodic hydrogen evolution reaction(HER)and the anodic oxygen evolution reaction(OER).Transition metal-based catalysts have garnered significant research interest as promising alternatives to noble-metal catalysts,owing to their low cost,tunable composition,and noble-metal-like catalytic activity.Nevertheless,systematic reviews on their application as bifunctional catalysts for overall water splitting(OWS)are still limited.This review comprehensively outlines the principal categories of bifunctional transition metal electrocatalysts derived from electrospun nanofibers(NFs),including metals,oxides,phosphides,sulfides,and carbides.Key strategies for enhancing their catalytic performance are systematically summarized,such as heterointerface engineering,heteroatom doping,metal-nonmetal-metal bridging architectures,and single-atom site design.Finally,current challenges and future research directions are discussed,aiming to provide insightful perspectives for the rational design of high-performance electrocatalysts for OWS.
基金the financial support from the National Natural Science Foundation of China (Nos.21805170,22172093)Natural Science Foundation of Shandong Province (Nos.ZR2023QB219,ZR2021QB161)Qingdao Postdoctoral Innovation Project (No.QDBSH20220202031)。
文摘Herein,we have developed a straightforward wet-chemical method to synthesize a series of Pd-based alloy nanowires(NWs),including Pd Pt NWs,Pd Au NWs,Pd Ir NWs,and Pd Ru NWs,which exhibits high mass activity and turnover frequency(TOF) for HER,surpassing Pt/C by 4.6-fold and 1.5-fold in acidic and alkaline electrolytes,respectively.It also demonstrates high stability in alkaline electrolyte at a current density of 220 m A/cm^(2) for 280 h,highlighting its potential for practical applications under industrial current conditions.Pd Pt NWs exhibited ultrathin structures with head-to-tail kinks and inherent defects,significantly increasing the density of active sites and precisely tuning the electronic structure,which could accelerate reaction kinetics and boost water-splitting electrocatalytic performance.This study highlights the potential of Pd Pt NWs as highly efficient catalysts,offering outstanding catalytic performance and stability for practical applications.
文摘The Internet of Vehicles,or IoV,is expected to lessen pollution,ease traffic,and increase road safety.IoV entities’interconnectedness,however,raises the possibility of cyberattacks,which can have detrimental effects.IoV systems typically send massive volumes of raw data to central servers,which may raise privacy issues.Additionally,model training on IoV devices with limited resources normally leads to slower training times and reduced service quality.We discuss a privacy-preserving Federated Split Learning with Tiny Machine Learning(TinyML)approach,which operates on IoV edge devices without sharing sensitive raw data.Specifically,we focus on integrating split learning(SL)with federated learning(FL)and TinyML models.FL is a decentralisedmachine learning(ML)technique that enables numerous edge devices to train a standard model while retaining data locally collectively.The article intends to thoroughly discuss the architecture and challenges associated with the increasing prevalence of SL in the IoV domain,coupled with FL and TinyML.The approach starts with the IoV learning framework,which includes edge computing,FL,SL,and TinyML,and then proceeds to discuss how these technologies might be integrated.We elucidate the comprehensive operational principles of Federated and split learning by examining and addressingmany challenges.We subsequently examine the integration of SL with FL and various applications of TinyML.Finally,exploring the potential integration of FL and SL with TinyML in the IoV domain is referred to as FSL-TM.It is a superior method for preserving privacy as it conducts model training on individual devices or edge nodes,thereby obviating the necessity for centralised data aggregation,which presents considerable privacy threats.The insights provided aim to help both researchers and practitioners understand the complicated terrain of FL and SL,hence facilitating advancement in this swiftly progressing domain.
基金Higher Education Commission(HEC)of Pakistan for financial support under grants#377-IPFP-Ⅱ/Batch-1st/SRGP-NAHE/HEC-2022-27 along with ASIP-Support Award Letter#ASIP/R&D/HEC/2024/10006/83387/127。
文摘This insightful review explores the electrochemical principles and energy potential of electrocatalytic water splitting(EWS).It highlights recent advancements,identifies key challenges,and underscores the pivotal role of EWS in enabling the transition to sustainable energy systems.This work contextualizes the significance of green hydrogen in global decarbonization pathways and examines the historical progression of electrocatalysis.The fundamental thermodynamics and mechanistic pathways governing both the hydrogen and oxygen evolution reactions(HER and OER)are analyzed,highlighting energy barriers and rate-determining steps.Various electrode architectures and electrochemical cell configurations are evaluated,including a comparative assessment of key electrolyzer technologies and their performance characteristics.Furthermore,we critically examine recent advances and persistent limitations across the landscape of electrocatalysts,spanning noble metal-based materials,earth-abundant transition metal compounds,and emerging materials.Design principles and mechanistic insights drawn from electronic structu re modulation,defect engineering,doping strategies,and na noscale morphology control are elucidated to establish robust structure-property-performance relationships.Major challenges including sluggish oxygen evolution kinetics,catalyst degradation mechanisms,and the integration of devices with intermittent renewable energy sources are thoroughly examined.This work also debates advanced strategies such as hybrid photoelectrochemical systems,flexible device architectures,and the direct utilization of non-traditional water sources(e.g.,seawater,wastewater)as promising pathways for future development.Finally,it is specifically distinguished by its critical focus on bridging the gap between fundamental electrocatalysts development and practical system-level integration,addressing the challenges of scalability and deployment under industrially relevant conditions.This comprehensive review provides a strategic outlook and identifies key scientific priorities for optimizing EWS systems toward efficient,robust,and scalable hydrogen generation.
基金the Taizhou University,Zhejiang,China for funding(No.T20250101215)the Deanship of research and Graduate Studies at King Khalid University for funding this work through Large Research Project(R.G.P.2/398/46).
文摘Despite intensive research on solar-driven photocatalytic overall water splitting(POWS),the overall efficiencies remain insufficient to meet commercial standards.As a central challenge in realizing this technology mainly lies in the precise tuning and rational designing of highly efficient materials and photocatalytic systems,which is paramount for its unlocking scalable,practical applications.However,novel materials fabrication and advanced photocatalytic systems are essential for overcoming intrinsic limitations of conventional catalysts by enabling this green technology to resolve global energy crisis.Therefore,this review critically explores the engineering developments in POWS process and novel photocatalyst designing,via shifting from simple bandgap engineering to more advanced charge carrier dynamics control via utilizing one/two-step photocatalytic excitation system,surface phase junctions i.e.,Z-scheme and S-scheme heterojunctions,surface modification,morphological tuning,and the role of co-catalysts,to control sluggish kinetics,promote oxygen evolution reaction(OER)and suppress undesirable H2/O2,backward reaction with superior visible light absorption capacity to produce remarkable energy production.Moreover,we critically discuss the recent trend of POWS from a materials discovery phase to demanding engineering and mechanistic optimization phase with viable economic viability,which requires bridging the gap between excellent lab-scale performance to stringent stability,cost,and high efficiency demands of industrial-scale solar fuel production.In addition,the currents challenges and future directions are also enclosed in detail for sustainable energy production.
基金financially supported from the National Key Research and Development Program of China(2022YFB3803600)the National Natural Science Foundation of China(52301272,22309168,12564025,and 52472205)+7 种基金the Fundamental Research Funds for the Central Universities(CCNU25ZH006)the National College Student Innovation and Entrepreneurship Training Project(202510513082)the Research Program of HBNU(2025X082 and2025Y145)the Foundation of Hubei Key Laboratory of Photoelectric Materials and Devices(PMD202404)the General Program of Open Project of the State Key Laboratory of Precision Welding and Joining of Materials Structures(MSWJ-25M-18)the Key Research Project of Hubei Provincial Department of Education(No.D20252503)the Key Project of Hubei Provincial Natural Science Foundation of China(2025AFD002)the Foundation of National Laboratory of Solid State Microstructures(M37087)。
文摘NiFe layered double hydroxide(NiFe LDH)has emerged as a promising catalyst for the oxygen evolution reaction(OER);however,its hydrogen evolution reaction(HER)activity remains suboptimal due to unfavorable electronic structures,particularly the d-electron density of metal sites,which impede water dissociation and lead to poor hydrogen adsorption/desorption capabilities.Herein,we introduce an efficient cooperative d-electron density regulation(CDDR)engineering to comprehensively optimize the delectron density of NiFe LDH by grafting MoO_(x) -modified NiFe LDH nanosheets onto porous nickel particles(PNPs).The PNPs facilitate d-electron density modulation along the edges of the nanosheets,while the MoO_(x) species enable d-electron density modulation across the plane of the nanosheets,thus cooperatively constructing enriched d-electron density in NiFe LDH.Theoretical studies validate the CDDR process and reveal that the enriched d-electron density accelerates water dissociation and optimizes the hydrogen adsorption behavior of NiFe LDH.As a result,the engineered catalyst exhibits significantly improved HER activity,achieving an ultra-low overpotential of 38 mV at 10 mA cm^(-2)in 1 M KOH.Additionally,the CDDR-optimized catalyst also exhibits good OER performance,demonstrating excellent bifunctional performance for overall water splitting in both alkaline freshwater and seawater electrolytes.This work presents a novel CDDR strategy for engineering NiFe LDH into efficient HER catalysts without compromising its OER activity,potentially paving the way for the development of active and robust electrocatalysts for sustainable energy applications.
基金supported in part by the National Natural Science Foundation of China(NSFC)under Grant 62276109The authors extend their appreciation to the Deanship of Scientific Research at King Saud University for funding this work through the Research Group Project number(ORF-2025-585).
文摘The personalized fine-tuning of large languagemodels(LLMs)on edge devices is severely constrained by limited computation resources.Although split federated learning alleviates on-device burdens,its effectiveness diminishes in few-shot reasoning scenarios due to the low data efficiency of conventional supervised fine-tuning,which leads to excessive communication overhead.To address this,we propose Language-Empowered Split Fine-Tuning(LESFT),a framework that integrates split architectures with a contrastive-inspired fine-tuning paradigm.LESFT simultaneously learns frommultiple logically equivalent but linguistically diverse reasoning chains,providing richer supervisory signals and improving data efficiency.This process-oriented training allows more effective reasoning adaptation with fewer samples.Extensive experiments demonstrate that LESFT consistently outperforms strong baselines such as SplitLoRA in task accuracy.LESFT consistently outperforms strong baselines on GSM8K,CommonsenseQA,and AQUA_RAT,with the largest gains observed on Qwen2.5-3B.These results indicate that LESFT can effectively adapt large language models for reasoning tasks under the computational and communication constraints of edge environments.
基金supported by the National Research Foundation of Korea(NRF)grant funded by the Korea government(MSIT)(NRF-2023R1A2C1005419).
文摘Amorphous metal-based catalysts are highly promising for water splitting due to their abundance of unsaturated active sites.Herein,we report a one-step,surfactant-free synthesis of amorphous nickel nanoparticles(NPs)encapsulated in nitrogen-doped carbon shells(A-Ni@NC)via pulsed laser ablation in liquid(PLAL).The synergistic integration of the amorphous Ni core and a defect-rich N-doped carbon shell markedly enhanced the catalytic activities for both the hydrogen evolution reaction(HER)and oxygen evolution reaction(OER),with low overpotentials of 182 mV for HER and 288 mV for OER at 10 mA cm^(-2)in 1.0 m KOH.Furthermore,the bifunctional catalyst achieved a current density of 10 mA cm^(-2)at 1.63 V and retained 98.9%of its initial performance after 100 h of operation.The nitrogen-rich carbon shell not only offered abundant active sites and structural protection but also promoted charge transport.Density functional theory(DFT)calculations revealed that N-doping optimized intermediate adsorption energies,while the amorphous Ni core facilitated efficient electron transfer.This green and scalable synthesis strategy provides a promising platform for developing a wide range of transition metal@N-doped carbon hybrid catalysts for sustainable energy conversion applications.
基金supported by Supported by the Scientific Research Foundation for High-Level Talents of Zhoukou Normal University(ZKNUC2024018).
文摘Energy shortage has become one of themost concerning issues in the world today,and improving energy utilization efficiency is a key area of research for experts and scholars worldwide.Small-diameter heat exchangers offer advantages such as reduced material usage,lower refrigerant charge,and compact structure.However,they also face challenges,including increased refrigerant pressure drop and smaller heat transfer area inside the tubes.This paper combines the advantages and disadvantages of both small and large-diameter tubes and proposes a combined-diameter heat exchanger,consisting of large and small diameters,for use in the indoor units of split-type air conditioners.There are relatively few studies in this area.In this paper,A theoretical and numerical computation method is employed to establish a theoretical-numerical calculation model,and its reliability is verified through experiments.Using this model,the optimal combined diameters and flow path design for a combined-diameter heat exchanger using R32 as the working fluid are derived.The results show that the heat transfer performance of all combined diameter configurations improves by 2.79%to 8.26%compared to the baseline design,with the coefficient of performance(COP)increasing from 4.15 to 4.27~4.5.These designs can save copper material,but at the cost of an increase in pressure drop by 66.86%to 131.84%.The scheme IIIH,using R32,is the optimal combined-diameter and flow path configuration that balances both heat transfer performance and economic cost.
基金financially supported by the Hunan Provincial Natural Science Foundation for Distinguished Young Scholars(2025JJ20019)the National Key R&D Program of China(2025YFE0107600)。
文摘Bismuth vanadate(BiVO_(4))is regarded as a promising photoanode for photoelectrochemical(PEC)water splitting.Despite its advantage in band gap and visible-light response,the BiVO_(4)exhibits an unsatisfactory achieving water splitting due to severe charge recombination.Herein,we elucidate an innovative approach involving the incorporation of single Ru atom with a CoFe-LDH cocatalyst(Ru_(0.51)-CoFe-LDH)and integrating it onto the BiVO_(4)semiconductor substrate.The resulting Ru_(0.51)-CoFe-LDH/BiVO_(4)photoanode film demonstrates commendable charge injection efficiency(76%)and charge collection efficiency(100%).Interestingly,the yield of hydrogen and oxygen increases linearly at a stoichiometric ratio of about 2:1,reaching 158.6 and 67.4μmol after140 min of irradiation,respectively.According to experimental characterization and density functional theory calculation,this remarkable performance results from single Ru atoms triggering the electron rearrangement of Ru_(0.51)-CoFe-LDH to engineer active sites and optimize interfacial energetics.Additionally,the negative shift of Ru_(0.51)-CoFe-LDH band edge gives rise to more conspicuous band bending of the n-n junction formed with BiVO_(4),expediting the separation and transfer of photogenerated electron-hole pairs at the interface.This work furnishes a new preparation perspective for PEC water splitting systems to construct single atoms in the semiconductor substrate.
基金supported by the National Key R&D Program of China[Grant No.2023YFA1406304(J J)]the National Natural Science Foundation of China[Grant No.12174362(J J)]+2 种基金the Innovation Program for Quantum Science and Technology[Grant No.2021ZD0302803(D L F)]the New Cornerstone Science Foundation(D L F)Beamline 03U of the Shanghai Synchrotron Radiation Facility,which is supported by ME2 project under contract No.11227902 from the National Natural Science Foundation of China。
文摘Altermagnets represent a newly discovered class of magnetically ordered materials.Among all the candidates,CrSb stands out due to its largest spin splitting energy and highest Néel temperature exceeding 700 K,making it promising for room-temperature spintronic applications.Here we have successfully grown high quality CrSb(100)thin film on GaAs(110)substrate by molecular beam epitaxy.Using angle-resolved photoemission spectroscopy,we successfully obtained the three-dimensional electronic structure of the thin film.Moreover,we observed the emergence of the altermagnetic splitting bands corresponding to the calculated results along the low symmetry pathsT-QandP-D.The bands near the Fermi level are only spin splitting bands along theP-Ddirection,with splitting energy reaching as high as 910 meV.This finding provides insights into the magnetic properties of CrSb thin films and paves the way for further studies on their electronic structure and potential applications in spintronics.
基金supported by grants managed by l’Agence Nationale de la Recherche under the Investissements d’Avenir programs Grant Nos. ANR-18-EURE-0014, ANR-10-LABX-0039-PALM, and ANR-22-CE30-0044supported by grants from Japan Society for the Promotion of Science (JSPS) KAKENHI (Grant No. 23K20038)+2 种基金JSPS Core-to-Core program (Grant No. JPJSCCA20230003)carried out within the framework of the EUROfusion Consortium, funded by the European Union via the Euratom Research and Training Programme (Grant Agreement No. 101052200-EUROfusion)operated within the framework of the Enabling Research Project No. AWP24-ENR-IFE.02.CEA-01 “Magnetized ICF”
文摘We report the observation of Zeeman splitting in multiple spectral lines emitted by a laser-produced,magnetized plasma(1–3×10^(18)cm^(-3),1–15 eV)in the context of a laboratory astrophysics experiment under a controlled magneticfield up to 20T.Nitrogen lines(NII)in the visible range were used to diagnose the magneticfield and plasma conditions.This was performed by coupling our data with(563–574 nm)the Stark–Zeeman line-shape code PPPB.The excellent agreement between experiment and simulations paves the way for a non-intrusive experimental platform to get time-resolved measurements of the local magneticfield in laboratory plasmas.
基金supported by the National Natural Science Foundation of China(No.61804039)the University Natural Sciences Research Project of Anhui Province(No.2022AH010096)+1 种基金the Talent Research Fund of Hefei University(No.20RC35)the Natural Science Foundation of Anhui Higher Education Institution of China(No.2023AH040160).
文摘CuBi_(2)O_(4)is identified as a promising photocathode in photoelectrochemical(PEC)water splitting systems.However,the PEC performance of CuBi_(2)O_(4)is far from expected due to the limited separation and transport efficiency of photogenerated carriers.To address the above issues,a cost-effective ternary Cu:NiO_(X)/CuBi_(2)O_(4)/CuO composite photocathode was designed.Firstly,a thin Cu:NiO_(X)film was inserted between CuBi_(2)O_(4)and FTO conducting substrate as a hole-selective layer,which promotes the transmission of photogenerated holes to the FTO substrate effectively.Furthermore,the modification of CuO film on the CuBi_(2)O_(4)electrode not only increases the absorption of sunlight and generates more photogenerated carriers,but also constitutes a heterojunction with CuBi_(2)O_(4),creating a built-in electric field,which facilitates the separation of electrons and holes,and accelerates the electrons transfer to electrode–electrolyte interface.The fabricated Cu:NiO_(X)/CuBi_(2)O_(4)/CuO composite photocathode exhibits a surprisingly high photocurrent density of−1.51 mA·cm^(−2)at 0.4 V versus RHE,which is 2.6 times that of the pristine CuBi_(2)O_(4)photocathode.The improved PEC performance is attributed to the synergy effect of the Cu:NiO_(X)hole-selective layer and the CuBi_(2)O_(4)/CuO heterojunction.Moreover,the combination with the BiVO_(4)/CoS,an unbiased overall water splitting was achieved,which has a photocurrent of 0.193 mA·cm^(−2).
基金supported by the National Natural Science Foundation of China(Grant Nos.T2394475,T2394470,T2394471,and 12174129)the China Postdoctoral Science Foundation(Grant No.2023M741269).
文摘Altermagnets,a class of unconventional antiferromagnets with non-relativistic spin-splitting,offer promising potential for antiferromagnetic spintronic devices.While many altermagnets are limited by either low magnetic transition temperatures or weak spin splitting,the recently discovered metal CrSb,with high N′eel temperature(T_(N)=710 K)and significant spin-splitting due to its unique spin space group,provides a robust platform for remarkable tunneling magnetoresistance(TMR)in collinear all-antiferromagnetic tunnel junctions(AATJs).This study systematically investigates the spin-polarized Fermi surface of CrSb and spin-dependent electron transport in CrSb-based AATJs.The CrSb/β-InSe/CrSb junction with a three-monolayer InSe barrier exhibits a TMR ratio of approximately 290%,with energy-dependent analysis revealing TMR ratios that may exceed 850%when considering the shift of the Fermi energy.We also demonstrate the angle-dependent TMR of CrSb-based AATJs by adjusting N′eel vector orientations.Our findings might provide strong theoretical support for CrSb as a versatile building block for all-antiferromagnetic memory devices.
基金support from the Czech Science Foundation,project EXPRO,No 19-27454Xsupport by the European Union under the REFRESH—Research Excellence For Region Sustainability and High-tech Industries project number CZ.10.03.01/00/22_003/0000048 via the Operational Programme Just Transition from the Ministry of the Environment of the Czech Republic+1 种基金Horizon Europe project EIC Pathfinder Open 2023,“GlaS-A-Fuels”(No.101130717)supported from ERDF/ESF,project TECHSCALE No.CZ.02.01.01/00/22_008/0004587).
文摘Green hydrogen from water splitting has emerged as a critical energy vector with the potential to spearhead the global transition to a fossil fuel-independent society.The field of catalysis has been revolutionized by single-atom catalysts(SACs),which exhibit unique and intricate interactions between atomically dispersed metal atoms and their supports.Recently,bimetallic SACs(bimSACs)have garnered significant attention for leveraging the synergistic functions of two metal ions coordinated on appropriately designed supports.BimSACs offer an avenue for rich metal–metal and metal–support cooperativity,potentially addressing current limitations of SACs in effectively furnishing transformations which involve synchronous proton–electron exchanges,substrate activation with reversible redox cycles,simultaneous multi-electron transfer,regulation of spin states,tuning of electronic properties,and cyclic transition states with low activation energies.This review aims to encapsulate the growing advancements in bimSACs,with an emphasis on their pivotal role in hydrogen generation via water splitting.We subsequently delve into advanced experimental methodologies for the elaborate characterization of SACs,elucidate their electronic properties,and discuss their local coordination environment.Overall,we present comprehensive discussion on the deployment of bimSACs in both hydrogen evolution reaction and oxygen evolution reaction,the two half-reactions of the water electrolysis process.