Diabetes mellitus represents a major global health issue,driving the need for noninvasive alternatives to traditional blood glucose monitoring methods.Recent advancements in wearable technology have introduced skin-in...Diabetes mellitus represents a major global health issue,driving the need for noninvasive alternatives to traditional blood glucose monitoring methods.Recent advancements in wearable technology have introduced skin-interfaced biosensors capable of analyzing sweat and skin biomarkers,providing innovative solutions for diabetes diagnosis and monitoring.This review comprehensively discusses the current developments in noninvasive wearable biosensors,emphasizing simultaneous detection of biochemical biomarkers(such as glucose,cortisol,lactate,branched-chain amino acids,and cytokines)and physiological signals(including heart rate,blood pressure,and sweat rate)for accurate,personalized diabetes management.We explore innovations in multimodal sensor design,materials science,biorecognition elements,and integration techniques,highlighting the importance of advanced data analytics,artificial intelligence-driven predictive algorithms,and closed-loop therapeutic systems.Additionally,the review addresses ongoing challenges in biomarker validation,sensor stability,user compliance,data privacy,and regulatory considerations.A holistic,multimodal approach enabled by these next-generation wearable biosensors holds significant potential for improving patient outcomes and facilitating proactive healthcare interventions in diabetes management.展开更多
Human action recognition(HAR)is crucial for the development of efficient computer vision,where bioinspired neuromorphic perception visual systems have emerged as a vital solution to address transmission bottlenecks ac...Human action recognition(HAR)is crucial for the development of efficient computer vision,where bioinspired neuromorphic perception visual systems have emerged as a vital solution to address transmission bottlenecks across sensor-processor interfaces.However,the absence of interactions among versatile biomimicking functionalities within a single device,which was developed for specific vision tasks,restricts the computational capacity,practicality,and scalability of in-sensor vision computing.Here,we propose a bioinspired vision sensor composed of a Ga N/Al N-based ultrathin quantum-disks-in-nanowires(QD-NWs)array to mimic not only Parvo cells for high-contrast vision and Magno cells for dynamic vision in the human retina but also the synergistic activity between the two cells for in-sensor vision computing.By simply tuning the applied bias voltage on each QD-NW-array-based pixel,we achieve two biosimilar photoresponse characteristics with slow and fast reactions to light stimuli that enhance the in-sensor image quality and HAR efficiency,respectively.Strikingly,the interplay and synergistic interaction of the two photoresponse modes within a single device markedly increased the HAR recognition accuracy from 51.4%to 81.4%owing to the integrated artificial vision system.The demonstration of an intelligent vision sensor offers a promising device platform for the development of highly efficient HAR systems and future smart optoelectronics.展开更多
Reservoir engineering has been widely used in various quantum technologies.Based on a cavity-QED(quantum electrodynamics)model,we propose a potentially practical scheme using squeezed-vacuum reservoir engineering to o...Reservoir engineering has been widely used in various quantum technologies.Based on a cavity-QED(quantum electrodynamics)model,we propose a potentially practical scheme using squeezed-vacuum reservoir engineering to optimize the performance of a quantum battery(QB)located inside a cavity driven by a broadband squeezed laser,which acts as a squeezed-vacuum reservoir.Using the reduced master equation of the QB obtained via the adiabatic elimination method,we focus on the QB's charging dynamics under tunable squeezed reservoirs governed by parametrically controlled squeezing parameters,which dictate the efficiency of energy transfer and the extractable work(ergotropy)of the QB.We show that increasing the squeezing strength improves the charging rate and enables rapid energy transfer,whereas the steady-state energy of the QB saturates at specific values of the squeezing parameter.Notably,the ergotropy of the QB reaches its maximum at a critical squeezing strength and does not scale monotonically with the squeezing strength.This nonmonotonic behavior underscores the existence of optimal parameter regimes,through which the performance of the QB can be significantly enhanced.展开更多
The fast growth of mobile autonomous machines from traditional equipment to unmanned autonomous vehicles has fueled the demand for accurate and reliable localization solutions in diverse application domains.Ultra Wide...The fast growth of mobile autonomous machines from traditional equipment to unmanned autonomous vehicles has fueled the demand for accurate and reliable localization solutions in diverse application domains.Ultra Wide Band(UWB)technology has emerged as a promising candidate for addressing this need,offering high precision,immunity to multipath interference,and robust performance in challenging environments.In this comprehensive survey,we systematically explore UWB-based localization for mobile autonomous machines,spanning from fundamental principles to future trends.To the best of our knowledge,this review paper stands as the pioneer in systematically dissecting the algorithms of UWB-based localization for mobile autonomous machines,covering a spectrum from bottom-ranging schemes to advanced sensor fusion,error mitigation,and optimization techniques.By synthesizing existing knowledge,evaluating current methodologies,and highlighting future trends,this review aims to catalyze progress and innovation in the field,unlocking new opportunities for mobile autonomous machine applications across diverse industries and domains.Thus,it serves as a valuable resource for researchers,practitioners,and stakeholders interested in advancing the state-of-the-art UWB-based localization for mobile autonomous machines.展开更多
Refractory high-entropy alloys(RHEAs)are promising for high-temperature applications due to their ex-ceptional mechanical properties at high temperatures.However,limited studies on their high-temperature fatigue behav...Refractory high-entropy alloys(RHEAs)are promising for high-temperature applications due to their ex-ceptional mechanical properties at high temperatures.However,limited studies on their high-temperature fatigue behavior hinder further development.This study systematically investigates the low-cycle fatigue(LCF)behavior of HfNbTiZr RHEA at room temperature(25℃)and elevated temperatures(350,450,and 600℃)through a combination of experimental analyses and dislocation-based damage-coupled crystal plasticity finite element(CPFE)simulations,to unveil the effects of creep damage on LCF behavior at varying temperatures.The results indicate that the LCF life dramatically decreases at an increased tem-perature,shifting from transgranular fatigue damage at lower temperatures(25-350℃)to a dual damage mechanism involving both intergranular fatigue and creep damage at higher temperatures(450-600℃).At 600℃,creep damage notably contributes to the accumulation of geometrically necessary dislocations(GNDs),crack initiation,and propagation at grain boundaries,and thus accelerates LCF failure.Compara-tive CPFE simulations reveal that creep damage significantly contributes to cyclic softening and reduction in elastic modulus,which also amplifies the strain localization under the LCF loading.The contribution of creep damage to the total stored energy density(SED)representing the overall damage increases with temperatures,accounting for 11%at 600℃.Additionally,CPFE simulations indicate that the creep dam-age notably influences the magnitude of GND density localized at grain boundaries.This study provides critical insights into the fatigue damage mechanisms of RHEAs,offering valuable guidance for their ap-plication in high temperatures.展开更多
The knapsack problem is a classical combinatorial optimization problem widely encountered in areas such as logistics,resource allocation,and portfolio optimization.Traditional methods,including dynamic program-ming(DP...The knapsack problem is a classical combinatorial optimization problem widely encountered in areas such as logistics,resource allocation,and portfolio optimization.Traditional methods,including dynamic program-ming(DP)and greedy algorithms,have been effective in solving small problem instances but often struggle with scalability and efficiency as the problem size increases.DP,for instance,has exponential time complexity and can become computationally prohibitive for large problem instances.On the other hand,greedy algorithms offer faster solutions but may not always yield the optimal results,especially when the problem involves complex constraints or large numbers of items.This paper introduces a novel reinforcement learning(RL)approach to solve the knapsack problem by enhancing the state representation within the learning environment.We propose a representation where item weights and volumes are expressed as ratios relative to the knapsack’s capacity,and item values are normalized to represent their percentage of the total value across all items.This novel state modification leads to a 5%improvement in accuracy compared to the state-of-the-art RL-based algorithms,while significantly reducing execution time.Our RL-based method outperforms DP by over 9000 times in terms of speed,making it highly scalable for larger problem instances.Furthermore,we improve the performance of the RL model by incorporating Noisy layers into the neural network architecture.The addition of Noisy layers enhances the exploration capabilities of the agent,resulting in an additional accuracy boost of 0.2%–0.5%.The results demonstrate that our approach not only outperforms existing RL techniques,such as the Transformer model in terms of accuracy,but also provides a substantial improvement than DP in computational efficiency.This combination of enhanced accuracy and speed presents a promising solution for tackling large-scale optimization problems in real-world applications,where both precision and time are critical factors.展开更多
Paired electrolysis of waste feedstocks holds an energy-efficient alternative for chemical production;however,the sluggish anodic oxidation limited the total efficiency under larger current density.Herein,we construct...Paired electrolysis of waste feedstocks holds an energy-efficient alternative for chemical production;however,the sluggish anodic oxidation limited the total efficiency under larger current density.Herein,we constructed ultralow-coordinated Ni species with Ni–O coordination number of∼3 via a hydrothermal synthesis-sulfidation-annealing process and electrochemical activation and demonstrated the vital role in accelerating the proton deintercalation and reactive oxygen intermediate·OH formation during electro-reforming polyethylene terephthalate hydrolysate(POR).The target catalyst NiCoSx/NF afforded a high formate productivity of 7.4 mmol cm^(−2)h^(−1)at∼600 mA cm^(−2)with a formate Faradic efficiency(FE_(formate))of 92.4%in POR and maintained a FE_(formate)of∼90%for 100 h at 2 A in a membrane electrode assembly electrolyzer.Coupling POR on NiCoSx/NF with carbon dioxide reduction reaction on oxygen vacancies enriched Vo-BiSnO reached effective concurrent formate production with 172.7%of FE_(formate)at 500 mA cm^(−2)and long-term stability.Such excellent performance shows the great prospect of electrocatalyst design by regulating the local metal environment.展开更多
Powder bed fusion-laser beam with metals(PBF-LB/M)can be used to manufacture intricate NiTi com-ponents.However,the ductility of NiTi alloys fabricated by PBF-LB/M is generally∼20%less than those made via conventiona...Powder bed fusion-laser beam with metals(PBF-LB/M)can be used to manufacture intricate NiTi com-ponents.However,the ductility of NiTi alloys fabricated by PBF-LB/M is generally∼20%less than those made via conventional processes.Although many heat treatment methods have been proposed,solving this issue has been proven difficult.An intractable problem is the brittleness of PBF-LB/M-fabricated NiTi after solid-solution treatment at 1000℃.By investigating the microstructural and fractography change after heat treatment in the range of 100-1000℃,this study found that this ductile-to-brittle transition stems from abnormal oxygen-containing Ti-rich precipitates being generated in the PBF-LB/M fabricated Ni-rich NiTi.We identified laser processing-induced local oxygen segregation and tiny TiO2(B)particles at the fusion and grain boundaries.During the heat treatment at temperatures above 700℃,these ox-ides decompose due to their low thermal stability.After this decomposition,most oxygen diffuses into the matrix,with titanium remaining in local regions.This process enriches titanium in the interfaces,forming a brittle oxygen-rich Ti_(2)Ni network that is known to hinder the recrystallization process in heat treatment.Furthermore,when subjected to external loading,these precipitates can induce high misfit levels and local distortion,resulting in brittle fractures along the interfaces.Based on these results,we also propose approaches to avoid high-temperature-induced embrittlement in Ni-rich NiTi.展开更多
Rechargeable zinc-air batteries(ZABs) have recently drawn great attention in energy research due to their high theoretical capacity,low costs, and inherently safe nature [1–3]. However, the sluggish cathode reactions...Rechargeable zinc-air batteries(ZABs) have recently drawn great attention in energy research due to their high theoretical capacity,low costs, and inherently safe nature [1–3]. However, the sluggish cathode reactions necessitate the development of bifunctional oxygen electrocatalysts with lower ΔE indicator values. The ΔE indicator is commonly employed to quantitatively evaluate the electrocatalytic activity of a bifunctional oxygen electrocatalyst,representing the overall overpotential from oxygen reduction reaction(ORR) to oxygen evolution reaction(OER).展开更多
Single-atom catalysts(SACs)offer a promising approach for maximizing noble metals utilization in catalytic processes.However,their performance in CO_(2)hydrogenation is often constrained by the nature of metal-support...Single-atom catalysts(SACs)offer a promising approach for maximizing noble metals utilization in catalytic processes.However,their performance in CO_(2)hydrogenation is often constrained by the nature of metal-support interactions.In this study,we synthesized TiO_(2)supported Pt SACs(Pt1/TiO_(2)),with Pt single atoms dispersed on rutile(Pt1/R)and anatase(Pt1/A)phases of TiO_(2)for the reverse water-gas shift(RWGS)reaction.While both catalysts maintained 100%CO selectivity over time,Pt1/A achieved a CO_(2)conversion of 7.5%,significantly outperforming Pt1/R(3.6%).In situ diffuse reflectance infrared Fourier-transform spectroscopy and X-ray photoelectron spectroscopy revealed distinct reaction pathways:the COOH pathway was dominant on Pt1/A,whereas the–OH+HCO pathway was more competitive on Pt1/R.Analysis of electron metal-support interactions and energy barrier calculations indicated that Pt1/A better stabilized metallic Pt species and facilitates more favorable reaction pathways with lower energy barriers.These findings provide valuable insights for the design of more efficient SAC systems in CO_(2)hydrogenation processes.展开更多
High-voltage solid-state lithium-ion batteries(SSLIBs)have attracted considerable research attention in recent years due to their high-energy-density and superior safety characteristics.However,the integration of high...High-voltage solid-state lithium-ion batteries(SSLIBs)have attracted considerable research attention in recent years due to their high-energy-density and superior safety characteristics.However,the integration of high-voltage cathodes with solid electrolytes(SEs)presents multiple challenges,including the formation of high-impedance layers from spontaneous chemical reactions,electrochemical instability,insufficient interfacial contact,and lattice expansion.These issues significantly impair battery performance and potentially lead to battery failure,thus impeding the commercialization of high-voltage SSLIBs.The incorporation of fluorides,known for their robust bond strength and high free energy of formation,has emerged as an effective strategy to address these challenges.Fluorinated electrolytes and electrode/electrolyte interfaces have been demonstrated to significantly influence the reaction reversibility/kinetics,safety,and stability of rechargeable batteries,particularly under high voltage.This review summarizes recent advancements in fluorination treatment for high-voltage SEs,focusing on solid polymer electrolytes(SPEs),inorganic solid electrolytes(ISEs),and composite solid electrolytes(CSEs),along with the performance enhancements these strategies afford.This review aims to provide a comprehensive understanding of the structure-property relationships,the characteristics of fluorinated interfaces,and the application of fluorinated SEs in high-voltage SSLIBs.Further,the impacts of residual moisture and the challenges of fluorinated SEs are discussed.Finally,the review explores potential future directions for the development of fluorinated SSLIBs.展开更多
The synergy of single atoms(SAs)and nanoparticles(NPs)has demonstrated great potential in promoting the electrocatalytic carbon dioxide reduction reaction(CO_(2)RR);however,the rationalization of the SAs/NPs proportio...The synergy of single atoms(SAs)and nanoparticles(NPs)has demonstrated great potential in promoting the electrocatalytic carbon dioxide reduction reaction(CO_(2)RR);however,the rationalization of the SAs/NPs proportion remains one challenge for the catalyst design.Herein,a Ni2+-loaded porous poly(ionic liquids)(PIL)precursor synthesized through the free radical self-polymerization of the ionic liquid monomer,1-allyl-3-vinylimidazolium chloride,was pyrolyzed to prepare the Ni,N co-doped carbon materials,in which the proportion of Ni SAs and NPs could be facilely modulated by controlling the annealing temperature.The catalyst Ni-NC-1000 with a moderate proportion of Ni SAs and NPs exhibited high efficiency in the electrocatalytic conversion of CO_(2)into CO.Operando Ni K-edge X-ray absorption near-edge structure(XANES)spectra and theoretical calculations were conducted to gain insight into the synergy of Ni SAs and NPs.The charge transfer from Ni NPs to the surrounding carbon layer and then to the Ni SAs resulted in the electron-enriched Ni SAs active sites.In the electroreduction of CO_(2),the coexistence of Ni SAs and NPs strengthened the CO_(2)activation and the affinity towards the key intermediate of*COOH,lowering the free energy for the potential-determining*CO_(2)→*COOH step,and therefore promoted the catalysis efficiency.展开更多
The dynamic mechanical response and deformation mechanism of magnesium-yttrium alloy at high strain rate were investigated using split-Hopkinson pressure bar(SHPB)impact,and the microstructure evolution and crack form...The dynamic mechanical response and deformation mechanism of magnesium-yttrium alloy at high strain rate were investigated using split-Hopkinson pressure bar(SHPB)impact,and the microstructure evolution and crack formation mechanism were revealed.The yield strength and work hardening rate increase significantly with increasing impact strain rate.Deformation twinning and non-basal dislocation slip are the primary deformation mechanisms during testing.Contrary to crack initiation mechanism facilitated by adiabatic shear bands,we find that high-density co-axial nanocrystalline grains form near cracks,which leads to local softening and promotes crack initiation and rapid propagation.Most grains have similar<1^(-)21^(-)0>orientations,with unique misorientation of 24°,32°,62°,78°and 90°between adjacent grains,suggesting that these grains are primarily formed by interface transformation,which exhibits distinct differences from recrystallized grains.Our results shed light upon the dynamic mechanical response and crack formation mechanism in magnesium alloys under impact deformation.展开更多
Efficiently utilizing ammonia(carbon-free fuel)via low-temperature fuel cells is severely hindered by the sluggish kinetics of ammonia oxidation reaction(AOR).Herein,platinum-iridium-tungsten nanocubes(PtIrW-NCBs)with...Efficiently utilizing ammonia(carbon-free fuel)via low-temperature fuel cells is severely hindered by the sluggish kinetics of ammonia oxidation reaction(AOR).Herein,platinum-iridium-tungsten nanocubes(PtIrW-NCBs)with exposed{100}-rich facets were synthesized by a glucose-assisted solvent-thermal method,in which alloying W not only can facilitate the formation of such specific nanostructures to expose more active sites for AOR,but also modulate the electronic structure of PtIr to promote the kinetics of AOR.The PtIrW-NCBs featuring the small nanoparticle size of 5.05±0.07 nm exhibit superior AOR performance,wherein the onset potential is down to 0.319 V and the mass activity is 30.15 A g_((PGM=Pt,Ir))^(-1)at 0.50 V vs.RHE,significantly higher than those of reported majority of AOR catalysts and even commercial PtIr/C.Meanwhile,in situ Fourier transform infrared spectroscopy measurement further reveals that AOR on PtIrW-NCBs dominantly undergoes the dimerization path of NH_(x)(1≤x≤2).In addition,the theoretical calculations also identify that alloying W into PtIr can contribute additional electrons to 5d orbitals of PtIr,enabling the d-band center approaching the Femi level,which in turn induces the high-filling of bonding orbitals of N-N bond in^(*)N_(2)H_(4),promoting the dimerization of^(*)NH_(2)to^(*)N_(2)H_(4)and thus leading to high AOR activity of PtIrW.This work provides new insights for designing efficient AOR electrocatalysts.展开更多
The field of subwavelength optics has opened new avenues for investigating light–matter interactions by enabling the exploration of novel phenomena at the subwavelength scale. In recent decades,advancements in fundam...The field of subwavelength optics has opened new avenues for investigating light–matter interactions by enabling the exploration of novel phenomena at the subwavelength scale. In recent decades,advancements in fundamental understanding and micro–nanotechnologies have significantly propelled the development of subwavelength optics and its practical applications.展开更多
Efficient electrocatalysts for oxygen reduction reaction(ORR)show significant importance for advancing the performance and affordability of proton exchange membrane fuel cells and other energy conversion devices.Herei...Efficient electrocatalysts for oxygen reduction reaction(ORR)show significant importance for advancing the performance and affordability of proton exchange membrane fuel cells and other energy conversion devices.Herein,PtCo_(3)nanoalloys dispersed on a carbon black support,were prepared using ultrafast Joule heating method.By tuning the heating modes,such as high-temperature shock and heating for 2 s,two kinds of PtCo_(3)nanoalloys with varying crystallinities were obtained,referred to as PtCo_(3)-HTS(average size of 5.4 nm)and PtCo_(3)-HT-2 s(average size of 6.4 nm),respectively.Impressively,PtCo_(3)-HTS exhibited superior electrocatalytic ORR activity and stability(E_(1/2)=0.897 V vs.RHE and 36mV negative shift after 50,000 cycles),outperforming PtCo_(3)-HT-2 s(E_(1/2)=0.872 V and 16.2mV negative shift),as well as the commercial Pt/C(20 wt%)catalyst(E_(1/2)=0.847 V and 21.0mV negative shift).The enhanced ORR performance of PtCo_(3)-HTS may be attributed to its low crystallinity,which results in an active local electronic structure and chemical state,as confirmed by X-ray diffraction(XRD)and X-ray absorption fine structure(XAFS)analyses.The ultrafast Joule heating method showed great potential for crystallinity engineering,offering a promising pathway to revolutionize the manufacturing of cost-effective and environmentally friendly catalysts for clean energy applications.展开更多
Aluminum alloys that are additively manufactured using the laser powder bed fusion(LPBF)suffer from relatively poor high cycle fatigue(HCF)resistance.In an effort to alleviate this,a high-strength Al alloy,Al-Mn-Mg-Sc...Aluminum alloys that are additively manufactured using the laser powder bed fusion(LPBF)suffer from relatively poor high cycle fatigue(HCF)resistance.In an effort to alleviate this,a high-strength Al alloy,Al-Mn-Mg-Sc-Zr,with columnar,equiaxed,and bi-modal microstructures was produced by varying the scanning velocity and the substrate temperature during the LPBF process.The tensile strength of LPBF Al-Mn-Mg-Sc-Zr alloy is 475±5–516±6 MPa with favorable elongation of approximately 11%,higher than that of most of the other Al alloys,including conventional high-strength rolled/ECAP Al alloys and AM Al-Mg-Sc-Zr alloys.Specimens with bimodal microstructure and specimens with fully equiaxed microstructure both show a fatigue strength of 230 MPa(at 107 loading cycles),which is the highest among those reported for the LPBF Al alloys.The deformation synergy in the bimodal microstructure also improves the fatigue resistance in the strain-controlled low cycle fatigue(LCF)regime.The equiaxed microstructure restricts the to-and-fro dislocation motion during cyclic loading,which,in turn,minimizes the strain localization.At the later stages of strain accumulation,microcracks form at the grain boundaries,limiting the further improvement of the alloy's fatigue strength.This study demonstrates microstructural tailoring through AM enables improvement of the fatigue resistance of aluminum alloys.展开更多
Noncohesive particle clusters are identified and tracked in turbulent flows to determine the breakdown and time evolution of cluster statistics and their implications for interscale mass transfer,which has connections...Noncohesive particle clusters are identified and tracked in turbulent flows to determine the breakdown and time evolution of cluster statistics and their implications for interscale mass transfer,which has connections to the classical turbulent energy cascade and its mass cascade counterpart running in parallel.In particular,the formation and dynamics of sediment and larvae clusters are of interest to coral larvae settlement in coastal regions and particularly the resilience of green-gray coastal protection solutions.Analogous cluster behavior is relevant to cloud microphysics and precipitation initiation,radiation transport and light transmission through colloids and suspensions,heat and mass transfer in particle-laden flows,and viral and pollutant transmission.Following a comparison between various clustering techniques,we adopt a density-based cluster identification algorithm based on its simplicity and efficiency,where particles are clustered based on the number of neighboring particles in their individual spheres of influence.We establish parallels with lattice-based percolation theory,as evident in the power-law scaling of the cluster size distribution near the percolation threshold.The degree of discontinuity of the phase transition associated with this percolation threshold is observed to broaden with larger Stokes numbers and thereby large-scale clustering.The sensitivity of our findings to the employed clustering algorithm is discussed.A novel cluster tracking algorithm is deployed to determine the interscale transfer rate along the particle-number phase-space dimension via accounting of cluster breakup and merger events,extending previous work on the bubble breakup cascade beneath surface breaking waves.Our findings shed light on the interaction between particle clusters and their carrier turbulent flows,with an eye toward transport models incorporating cluster characteristics and dynamics.展开更多
Schizophrenia is a complex psychiatric disorder marked by positive and negative symptoms,leading to mood disturbances,cognitive impairments,and social withdrawal.While anti-psychotic medications remain the cornerstone...Schizophrenia is a complex psychiatric disorder marked by positive and negative symptoms,leading to mood disturbances,cognitive impairments,and social withdrawal.While anti-psychotic medications remain the cornerstone of treatment,they often fail to fully address certain symptoms.Additionally,treatment-resistant schizophrenia,affecting 30%-40%of patients,remains a substantial clinical challenge.Positive,negative symptoms and cognitive impairments have been linked to disruptions in the glutamatergic,serotonin,GABAergic,and muscarinic pathways in the brain.Recent advances using genome-wide association study and other approaches have uncovered a significant number of new schizophrenia risk genes that uncovered new,and reinforced prior,concepts on the genetic and neurological underpinnings of schizophrenia,including abnormalities in synaptic function,immune processes,and lipid metabolism.Concurrently,new therapeutics targeting different modalities,which are expected to address some of the limitations of anti-psychotic drugs currently being offered to patients,are currently being evaluated.Collectively,these efforts provide new momentum for the next phase of schizophrenia research and treatment.展开更多
Under equivalent stiffness conditions,material substitution based on a thin-walled design is crucial for the lightweight of components.Developing high-performance steels with both high-yield strength and excellent duc...Under equivalent stiffness conditions,material substitution based on a thin-walled design is crucial for the lightweight of components.Developing high-performance steels with both high-yield strength and excellent ductility has become a key focus in fields like aerospace and lowaltitude flight.The novel low-density steel presented here exhibits a yield strength of 1000 MPa,which is 2-3 times higher than conventional low-alloy high-strength steels,while maintaining an elongation of about 18.7%.By combining ex-situ experimental characterization with a phase mechanical response model based on the iso-work theory and the von Mises equivalent method,the role of heterogeneous deformation-induced strengthening was revealed.The calculated values align closely with experimental results.This exceptional performance is attributed to a multiphase heterogeneous microstructure,where fresh martensite,bainite/tempered martensite,and deformation-induced martensite act as hard regions.These regions release micro-stresses through inhomogeneous cooperative deformation with soft ferrite,enabling multiple plastic deformation mechanisms and stress concentration relief.This research offers new insights into optimizing microstructures through mechanical metallurgy,which is crucial for producing high-performance,lightweight components.展开更多
文摘Diabetes mellitus represents a major global health issue,driving the need for noninvasive alternatives to traditional blood glucose monitoring methods.Recent advancements in wearable technology have introduced skin-interfaced biosensors capable of analyzing sweat and skin biomarkers,providing innovative solutions for diabetes diagnosis and monitoring.This review comprehensively discusses the current developments in noninvasive wearable biosensors,emphasizing simultaneous detection of biochemical biomarkers(such as glucose,cortisol,lactate,branched-chain amino acids,and cytokines)and physiological signals(including heart rate,blood pressure,and sweat rate)for accurate,personalized diabetes management.We explore innovations in multimodal sensor design,materials science,biorecognition elements,and integration techniques,highlighting the importance of advanced data analytics,artificial intelligence-driven predictive algorithms,and closed-loop therapeutic systems.Additionally,the review addresses ongoing challenges in biomarker validation,sensor stability,user compliance,data privacy,and regulatory considerations.A holistic,multimodal approach enabled by these next-generation wearable biosensors holds significant potential for improving patient outcomes and facilitating proactive healthcare interventions in diabetes management.
基金funded by the National Natural Science Foundation of China(Grant Nos.62322410,52272168,624B2135,61804047)the Fundamental Research Funds for the Central Universities(No.WK2030000103)。
文摘Human action recognition(HAR)is crucial for the development of efficient computer vision,where bioinspired neuromorphic perception visual systems have emerged as a vital solution to address transmission bottlenecks across sensor-processor interfaces.However,the absence of interactions among versatile biomimicking functionalities within a single device,which was developed for specific vision tasks,restricts the computational capacity,practicality,and scalability of in-sensor vision computing.Here,we propose a bioinspired vision sensor composed of a Ga N/Al N-based ultrathin quantum-disks-in-nanowires(QD-NWs)array to mimic not only Parvo cells for high-contrast vision and Magno cells for dynamic vision in the human retina but also the synergistic activity between the two cells for in-sensor vision computing.By simply tuning the applied bias voltage on each QD-NW-array-based pixel,we achieve two biosimilar photoresponse characteristics with slow and fast reactions to light stimuli that enhance the in-sensor image quality and HAR efficiency,respectively.Strikingly,the interplay and synergistic interaction of the two photoresponse modes within a single device markedly increased the HAR recognition accuracy from 51.4%to 81.4%owing to the integrated artificial vision system.The demonstration of an intelligent vision sensor offers a promising device platform for the development of highly efficient HAR systems and future smart optoelectronics.
基金supported by the National Natural Science Foundation of China(Grants No.12274422)the Natural Science Foundation of Hubei Province(Grant No.2022CFA013)support from A*STAR(Grant Nos.C230917003 and C230917007)。
文摘Reservoir engineering has been widely used in various quantum technologies.Based on a cavity-QED(quantum electrodynamics)model,we propose a potentially practical scheme using squeezed-vacuum reservoir engineering to optimize the performance of a quantum battery(QB)located inside a cavity driven by a broadband squeezed laser,which acts as a squeezed-vacuum reservoir.Using the reduced master equation of the QB obtained via the adiabatic elimination method,we focus on the QB's charging dynamics under tunable squeezed reservoirs governed by parametrically controlled squeezing parameters,which dictate the efficiency of energy transfer and the extractable work(ergotropy)of the QB.We show that increasing the squeezing strength improves the charging rate and enables rapid energy transfer,whereas the steady-state energy of the QB saturates at specific values of the squeezing parameter.Notably,the ergotropy of the QB reaches its maximum at a critical squeezing strength and does not scale monotonically with the squeezing strength.This nonmonotonic behavior underscores the existence of optimal parameter regimes,through which the performance of the QB can be significantly enhanced.
文摘The fast growth of mobile autonomous machines from traditional equipment to unmanned autonomous vehicles has fueled the demand for accurate and reliable localization solutions in diverse application domains.Ultra Wide Band(UWB)technology has emerged as a promising candidate for addressing this need,offering high precision,immunity to multipath interference,and robust performance in challenging environments.In this comprehensive survey,we systematically explore UWB-based localization for mobile autonomous machines,spanning from fundamental principles to future trends.To the best of our knowledge,this review paper stands as the pioneer in systematically dissecting the algorithms of UWB-based localization for mobile autonomous machines,covering a spectrum from bottom-ranging schemes to advanced sensor fusion,error mitigation,and optimization techniques.By synthesizing existing knowledge,evaluating current methodologies,and highlighting future trends,this review aims to catalyze progress and innovation in the field,unlocking new opportunities for mobile autonomous machine applications across diverse industries and domains.Thus,it serves as a valuable resource for researchers,practitioners,and stakeholders interested in advancing the state-of-the-art UWB-based localization for mobile autonomous machines.
基金National Science Foundation of China(Nos.52401212 and52401214)the National Science Foundation of Jiangsu Province(No.BK20241020)+1 种基金the Avi-ation Foundation(No.2023Z0530S6004)the Jiangsu Province University Collaborative Innovation Centre(High-Tech Ships)Pro-gram(No.XTCX202401).
文摘Refractory high-entropy alloys(RHEAs)are promising for high-temperature applications due to their ex-ceptional mechanical properties at high temperatures.However,limited studies on their high-temperature fatigue behavior hinder further development.This study systematically investigates the low-cycle fatigue(LCF)behavior of HfNbTiZr RHEA at room temperature(25℃)and elevated temperatures(350,450,and 600℃)through a combination of experimental analyses and dislocation-based damage-coupled crystal plasticity finite element(CPFE)simulations,to unveil the effects of creep damage on LCF behavior at varying temperatures.The results indicate that the LCF life dramatically decreases at an increased tem-perature,shifting from transgranular fatigue damage at lower temperatures(25-350℃)to a dual damage mechanism involving both intergranular fatigue and creep damage at higher temperatures(450-600℃).At 600℃,creep damage notably contributes to the accumulation of geometrically necessary dislocations(GNDs),crack initiation,and propagation at grain boundaries,and thus accelerates LCF failure.Compara-tive CPFE simulations reveal that creep damage significantly contributes to cyclic softening and reduction in elastic modulus,which also amplifies the strain localization under the LCF loading.The contribution of creep damage to the total stored energy density(SED)representing the overall damage increases with temperatures,accounting for 11%at 600℃.Additionally,CPFE simulations indicate that the creep dam-age notably influences the magnitude of GND density localized at grain boundaries.This study provides critical insights into the fatigue damage mechanisms of RHEAs,offering valuable guidance for their ap-plication in high temperatures.
基金supported in part by the Research Start-Up Funds of South-Central Minzu University under Grants YZZ23002,YZY23001,and YZZ18006in part by the Hubei Provincial Natural Science Foundation of China under Grants 2024AFB842 and 2023AFB202+3 种基金in part by the Knowledge Innovation Program of Wuhan Basic Research underGrant 2023010201010151in part by the Spring Sunshine Program of Ministry of Education of the People’s Republic of China under Grant HZKY20220331in part by the Funds for Academic Innovation Teams and Research Platformof South-CentralMinzu University Grant Number:XT224003,PTZ24001in part by the Career Development Fund(CDF)of the Agency for Science,Technology and Research(A*STAR)(Grant Number:C233312007).
文摘The knapsack problem is a classical combinatorial optimization problem widely encountered in areas such as logistics,resource allocation,and portfolio optimization.Traditional methods,including dynamic program-ming(DP)and greedy algorithms,have been effective in solving small problem instances but often struggle with scalability and efficiency as the problem size increases.DP,for instance,has exponential time complexity and can become computationally prohibitive for large problem instances.On the other hand,greedy algorithms offer faster solutions but may not always yield the optimal results,especially when the problem involves complex constraints or large numbers of items.This paper introduces a novel reinforcement learning(RL)approach to solve the knapsack problem by enhancing the state representation within the learning environment.We propose a representation where item weights and volumes are expressed as ratios relative to the knapsack’s capacity,and item values are normalized to represent their percentage of the total value across all items.This novel state modification leads to a 5%improvement in accuracy compared to the state-of-the-art RL-based algorithms,while significantly reducing execution time.Our RL-based method outperforms DP by over 9000 times in terms of speed,making it highly scalable for larger problem instances.Furthermore,we improve the performance of the RL model by incorporating Noisy layers into the neural network architecture.The addition of Noisy layers enhances the exploration capabilities of the agent,resulting in an additional accuracy boost of 0.2%–0.5%.The results demonstrate that our approach not only outperforms existing RL techniques,such as the Transformer model in terms of accuracy,but also provides a substantial improvement than DP in computational efficiency.This combination of enhanced accuracy and speed presents a promising solution for tackling large-scale optimization problems in real-world applications,where both precision and time are critical factors.
基金We highly thank the funding from the National Natural Science Foundation of China(grants 22222806,22178162,22072065,and 22408170)the Distinguished Youth Foundation of Jiangsu Province(BK20220053)+2 种基金the National Key Research and Development Program of China(2024YFE0206900)the Six Talent Peaks Project in Jiangsu Province(grant JNHB-035)Agency for Science,Technology and Research(A*STAR)through Low Carbon Energy Research Finding Initiative(LCERFI01-0033|U2102d2006).
文摘Paired electrolysis of waste feedstocks holds an energy-efficient alternative for chemical production;however,the sluggish anodic oxidation limited the total efficiency under larger current density.Herein,we constructed ultralow-coordinated Ni species with Ni–O coordination number of∼3 via a hydrothermal synthesis-sulfidation-annealing process and electrochemical activation and demonstrated the vital role in accelerating the proton deintercalation and reactive oxygen intermediate·OH formation during electro-reforming polyethylene terephthalate hydrolysate(POR).The target catalyst NiCoSx/NF afforded a high formate productivity of 7.4 mmol cm^(−2)h^(−1)at∼600 mA cm^(−2)with a formate Faradic efficiency(FE_(formate))of 92.4%in POR and maintained a FE_(formate)of∼90%for 100 h at 2 A in a membrane electrode assembly electrolyzer.Coupling POR on NiCoSx/NF with carbon dioxide reduction reaction on oxygen vacancies enriched Vo-BiSnO reached effective concurrent formate production with 172.7%of FE_(formate)at 500 mA cm^(−2)and long-term stability.Such excellent performance shows the great prospect of electrocatalyst design by regulating the local metal environment.
基金supported by the National Key R&D Program of China(No.2022YFB4600700)The authors gratefully acknowledge the support from the Shenzhen Science and Technology Innovation Commission through awards(Nos.JCYJ20210324104414040,20220530114400001,and 20220815150609002)+2 种基金Shuai Wang acknowledges support from the Key-Area Research Project of the Guangdong Province Department of Education(No.2022ZDZX3021)the High Level of Special Funds(Nos.G03034K001 and G03034K003)Jiang Yi acknowledges the support from the Guangdong Basic and Applied Basic Research Foundation through awards(No.2024A1515010358).
文摘Powder bed fusion-laser beam with metals(PBF-LB/M)can be used to manufacture intricate NiTi com-ponents.However,the ductility of NiTi alloys fabricated by PBF-LB/M is generally∼20%less than those made via conventional processes.Although many heat treatment methods have been proposed,solving this issue has been proven difficult.An intractable problem is the brittleness of PBF-LB/M-fabricated NiTi after solid-solution treatment at 1000℃.By investigating the microstructural and fractography change after heat treatment in the range of 100-1000℃,this study found that this ductile-to-brittle transition stems from abnormal oxygen-containing Ti-rich precipitates being generated in the PBF-LB/M fabricated Ni-rich NiTi.We identified laser processing-induced local oxygen segregation and tiny TiO2(B)particles at the fusion and grain boundaries.During the heat treatment at temperatures above 700℃,these ox-ides decompose due to their low thermal stability.After this decomposition,most oxygen diffuses into the matrix,with titanium remaining in local regions.This process enriches titanium in the interfaces,forming a brittle oxygen-rich Ti_(2)Ni network that is known to hinder the recrystallization process in heat treatment.Furthermore,when subjected to external loading,these precipitates can induce high misfit levels and local distortion,resulting in brittle fractures along the interfaces.Based on these results,we also propose approaches to avoid high-temperature-induced embrittlement in Ni-rich NiTi.
基金National Research Foundation (NRF Investigatorship NRF-NRFI09-0002)Agency for Science,Technology and Research (MTC Programmatic Fund M23L9b0052)。
文摘Rechargeable zinc-air batteries(ZABs) have recently drawn great attention in energy research due to their high theoretical capacity,low costs, and inherently safe nature [1–3]. However, the sluggish cathode reactions necessitate the development of bifunctional oxygen electrocatalysts with lower ΔE indicator values. The ΔE indicator is commonly employed to quantitatively evaluate the electrocatalytic activity of a bifunctional oxygen electrocatalyst,representing the overall overpotential from oxygen reduction reaction(ORR) to oxygen evolution reaction(OER).
文摘Single-atom catalysts(SACs)offer a promising approach for maximizing noble metals utilization in catalytic processes.However,their performance in CO_(2)hydrogenation is often constrained by the nature of metal-support interactions.In this study,we synthesized TiO_(2)supported Pt SACs(Pt1/TiO_(2)),with Pt single atoms dispersed on rutile(Pt1/R)and anatase(Pt1/A)phases of TiO_(2)for the reverse water-gas shift(RWGS)reaction.While both catalysts maintained 100%CO selectivity over time,Pt1/A achieved a CO_(2)conversion of 7.5%,significantly outperforming Pt1/R(3.6%).In situ diffuse reflectance infrared Fourier-transform spectroscopy and X-ray photoelectron spectroscopy revealed distinct reaction pathways:the COOH pathway was dominant on Pt1/A,whereas the–OH+HCO pathway was more competitive on Pt1/R.Analysis of electron metal-support interactions and energy barrier calculations indicated that Pt1/A better stabilized metallic Pt species and facilitates more favorable reaction pathways with lower energy barriers.These findings provide valuable insights for the design of more efficient SAC systems in CO_(2)hydrogenation processes.
基金supported by the A*STAR MTC Programmatic Project(No.M23L9b0052)the Indonesia-NTU Singapore Institute of Research for Sustainability and Innovation(INSPIRASI)(No.6635/E3/KL.02.02/2023)+2 种基金the Singapore NRF Singapore-China Flagship Program(No.023740-00001)the National Natural Science Foundation of China(Nos.11975043 and 11475300)the China Scholarship Council(No.202306460087)。
文摘High-voltage solid-state lithium-ion batteries(SSLIBs)have attracted considerable research attention in recent years due to their high-energy-density and superior safety characteristics.However,the integration of high-voltage cathodes with solid electrolytes(SEs)presents multiple challenges,including the formation of high-impedance layers from spontaneous chemical reactions,electrochemical instability,insufficient interfacial contact,and lattice expansion.These issues significantly impair battery performance and potentially lead to battery failure,thus impeding the commercialization of high-voltage SSLIBs.The incorporation of fluorides,known for their robust bond strength and high free energy of formation,has emerged as an effective strategy to address these challenges.Fluorinated electrolytes and electrode/electrolyte interfaces have been demonstrated to significantly influence the reaction reversibility/kinetics,safety,and stability of rechargeable batteries,particularly under high voltage.This review summarizes recent advancements in fluorination treatment for high-voltage SEs,focusing on solid polymer electrolytes(SPEs),inorganic solid electrolytes(ISEs),and composite solid electrolytes(CSEs),along with the performance enhancements these strategies afford.This review aims to provide a comprehensive understanding of the structure-property relationships,the characteristics of fluorinated interfaces,and the application of fluorinated SEs in high-voltage SSLIBs.Further,the impacts of residual moisture and the challenges of fluorinated SEs are discussed.Finally,the review explores potential future directions for the development of fluorinated SSLIBs.
基金National Natural Science Foundation of China(grants 22072065,22178162,and 22222806)Distinguished Youth Foundation of Jiangsu Province(grant BK20220053)Six talent peaks project in Jiangsu Province(grant JNHB-035)。
文摘The synergy of single atoms(SAs)and nanoparticles(NPs)has demonstrated great potential in promoting the electrocatalytic carbon dioxide reduction reaction(CO_(2)RR);however,the rationalization of the SAs/NPs proportion remains one challenge for the catalyst design.Herein,a Ni2+-loaded porous poly(ionic liquids)(PIL)precursor synthesized through the free radical self-polymerization of the ionic liquid monomer,1-allyl-3-vinylimidazolium chloride,was pyrolyzed to prepare the Ni,N co-doped carbon materials,in which the proportion of Ni SAs and NPs could be facilely modulated by controlling the annealing temperature.The catalyst Ni-NC-1000 with a moderate proportion of Ni SAs and NPs exhibited high efficiency in the electrocatalytic conversion of CO_(2)into CO.Operando Ni K-edge X-ray absorption near-edge structure(XANES)spectra and theoretical calculations were conducted to gain insight into the synergy of Ni SAs and NPs.The charge transfer from Ni NPs to the surrounding carbon layer and then to the Ni SAs resulted in the electron-enriched Ni SAs active sites.In the electroreduction of CO_(2),the coexistence of Ni SAs and NPs strengthened the CO_(2)activation and the affinity towards the key intermediate of*COOH,lowering the free energy for the potential-determining*CO_(2)→*COOH step,and therefore promoted the catalysis efficiency.
基金support from the National Natural Science Foundation of China(Grant Nos.52301137,51974097,52364050)the Natural Science Special Foundation of Guizhou University(No.(2023)20)+1 种基金Guizhou Province Science and Technology Project(Grant Nos.[2023]001,[2019]2163)Guiyang city Science and Technology Project(Grant No.[2023]48-16).
文摘The dynamic mechanical response and deformation mechanism of magnesium-yttrium alloy at high strain rate were investigated using split-Hopkinson pressure bar(SHPB)impact,and the microstructure evolution and crack formation mechanism were revealed.The yield strength and work hardening rate increase significantly with increasing impact strain rate.Deformation twinning and non-basal dislocation slip are the primary deformation mechanisms during testing.Contrary to crack initiation mechanism facilitated by adiabatic shear bands,we find that high-density co-axial nanocrystalline grains form near cracks,which leads to local softening and promotes crack initiation and rapid propagation.Most grains have similar<1^(-)21^(-)0>orientations,with unique misorientation of 24°,32°,62°,78°and 90°between adjacent grains,suggesting that these grains are primarily formed by interface transformation,which exhibits distinct differences from recrystallized grains.Our results shed light upon the dynamic mechanical response and crack formation mechanism in magnesium alloys under impact deformation.
基金supported by the National Natural Science Foundation of China(22379031)the Guangxi Science and Technology Project of China(AB16380030)+1 种基金the National Research Foundation,SingaporeA*STAR(Agency for Science,Technology and Research)under its LCER Phase 2 Programme Hydrogen&Emerging Technologies FI,Directed Hydrogen Programme(U2305D4003)。
文摘Efficiently utilizing ammonia(carbon-free fuel)via low-temperature fuel cells is severely hindered by the sluggish kinetics of ammonia oxidation reaction(AOR).Herein,platinum-iridium-tungsten nanocubes(PtIrW-NCBs)with exposed{100}-rich facets were synthesized by a glucose-assisted solvent-thermal method,in which alloying W not only can facilitate the formation of such specific nanostructures to expose more active sites for AOR,but also modulate the electronic structure of PtIr to promote the kinetics of AOR.The PtIrW-NCBs featuring the small nanoparticle size of 5.05±0.07 nm exhibit superior AOR performance,wherein the onset potential is down to 0.319 V and the mass activity is 30.15 A g_((PGM=Pt,Ir))^(-1)at 0.50 V vs.RHE,significantly higher than those of reported majority of AOR catalysts and even commercial PtIr/C.Meanwhile,in situ Fourier transform infrared spectroscopy measurement further reveals that AOR on PtIrW-NCBs dominantly undergoes the dimerization path of NH_(x)(1≤x≤2).In addition,the theoretical calculations also identify that alloying W into PtIr can contribute additional electrons to 5d orbitals of PtIr,enabling the d-band center approaching the Femi level,which in turn induces the high-filling of bonding orbitals of N-N bond in^(*)N_(2)H_(4),promoting the dimerization of^(*)NH_(2)to^(*)N_(2)H_(4)and thus leading to high AOR activity of PtIrW.This work provides new insights for designing efficient AOR electrocatalysts.
文摘The field of subwavelength optics has opened new avenues for investigating light–matter interactions by enabling the exploration of novel phenomena at the subwavelength scale. In recent decades,advancements in fundamental understanding and micro–nanotechnologies have significantly propelled the development of subwavelength optics and its practical applications.
基金supported by the National Natural Science Foundation of China(No.12205165).
文摘Efficient electrocatalysts for oxygen reduction reaction(ORR)show significant importance for advancing the performance and affordability of proton exchange membrane fuel cells and other energy conversion devices.Herein,PtCo_(3)nanoalloys dispersed on a carbon black support,were prepared using ultrafast Joule heating method.By tuning the heating modes,such as high-temperature shock and heating for 2 s,two kinds of PtCo_(3)nanoalloys with varying crystallinities were obtained,referred to as PtCo_(3)-HTS(average size of 5.4 nm)and PtCo_(3)-HT-2 s(average size of 6.4 nm),respectively.Impressively,PtCo_(3)-HTS exhibited superior electrocatalytic ORR activity and stability(E_(1/2)=0.897 V vs.RHE and 36mV negative shift after 50,000 cycles),outperforming PtCo_(3)-HT-2 s(E_(1/2)=0.872 V and 16.2mV negative shift),as well as the commercial Pt/C(20 wt%)catalyst(E_(1/2)=0.847 V and 21.0mV negative shift).The enhanced ORR performance of PtCo_(3)-HTS may be attributed to its low crystallinity,which results in an active local electronic structure and chemical state,as confirmed by X-ray diffraction(XRD)and X-ray absorption fine structure(XAFS)analyses.The ultrafast Joule heating method showed great potential for crystallinity engineering,offering a promising pathway to revolutionize the manufacturing of cost-effective and environmentally friendly catalysts for clean energy applications.
基金the National Natural Science Foundation of China(No.52171026)the Equipment Pre-Research Field Foundation(No.80923010304).
文摘Aluminum alloys that are additively manufactured using the laser powder bed fusion(LPBF)suffer from relatively poor high cycle fatigue(HCF)resistance.In an effort to alleviate this,a high-strength Al alloy,Al-Mn-Mg-Sc-Zr,with columnar,equiaxed,and bi-modal microstructures was produced by varying the scanning velocity and the substrate temperature during the LPBF process.The tensile strength of LPBF Al-Mn-Mg-Sc-Zr alloy is 475±5–516±6 MPa with favorable elongation of approximately 11%,higher than that of most of the other Al alloys,including conventional high-strength rolled/ECAP Al alloys and AM Al-Mg-Sc-Zr alloys.Specimens with bimodal microstructure and specimens with fully equiaxed microstructure both show a fatigue strength of 230 MPa(at 107 loading cycles),which is the highest among those reported for the LPBF Al alloys.The deformation synergy in the bimodal microstructure also improves the fatigue resistance in the strain-controlled low cycle fatigue(LCF)regime.The equiaxed microstructure restricts the to-and-fro dislocation motion during cyclic loading,which,in turn,minimizes the strain localization.At the later stages of strain accumulation,microcracks form at the grain boundaries,limiting the further improvement of the alloy's fatigue strength.This study demonstrates microstructural tailoring through AM enables improvement of the fatigue resistance of aluminum alloys.
文摘Noncohesive particle clusters are identified and tracked in turbulent flows to determine the breakdown and time evolution of cluster statistics and their implications for interscale mass transfer,which has connections to the classical turbulent energy cascade and its mass cascade counterpart running in parallel.In particular,the formation and dynamics of sediment and larvae clusters are of interest to coral larvae settlement in coastal regions and particularly the resilience of green-gray coastal protection solutions.Analogous cluster behavior is relevant to cloud microphysics and precipitation initiation,radiation transport and light transmission through colloids and suspensions,heat and mass transfer in particle-laden flows,and viral and pollutant transmission.Following a comparison between various clustering techniques,we adopt a density-based cluster identification algorithm based on its simplicity and efficiency,where particles are clustered based on the number of neighboring particles in their individual spheres of influence.We establish parallels with lattice-based percolation theory,as evident in the power-law scaling of the cluster size distribution near the percolation threshold.The degree of discontinuity of the phase transition associated with this percolation threshold is observed to broaden with larger Stokes numbers and thereby large-scale clustering.The sensitivity of our findings to the employed clustering algorithm is discussed.A novel cluster tracking algorithm is deployed to determine the interscale transfer rate along the particle-number phase-space dimension via accounting of cluster breakup and merger events,extending previous work on the bubble breakup cascade beneath surface breaking waves.Our findings shed light on the interaction between particle clusters and their carrier turbulent flows,with an eye toward transport models incorporating cluster characteristics and dynamics.
基金supported by the Ministry of Health National Medical Research Council (to JL)the National University of Singapore (to JJEC)
文摘Schizophrenia is a complex psychiatric disorder marked by positive and negative symptoms,leading to mood disturbances,cognitive impairments,and social withdrawal.While anti-psychotic medications remain the cornerstone of treatment,they often fail to fully address certain symptoms.Additionally,treatment-resistant schizophrenia,affecting 30%-40%of patients,remains a substantial clinical challenge.Positive,negative symptoms and cognitive impairments have been linked to disruptions in the glutamatergic,serotonin,GABAergic,and muscarinic pathways in the brain.Recent advances using genome-wide association study and other approaches have uncovered a significant number of new schizophrenia risk genes that uncovered new,and reinforced prior,concepts on the genetic and neurological underpinnings of schizophrenia,including abnormalities in synaptic function,immune processes,and lipid metabolism.Concurrently,new therapeutics targeting different modalities,which are expected to address some of the limitations of anti-psychotic drugs currently being offered to patients,are currently being evaluated.Collectively,these efforts provide new momentum for the next phase of schizophrenia research and treatment.
基金funded by the National Natural Science Foundation of China(No.51974134)the Innovation Ability Promotion Plan Project of Hebei Province,China(No.24461002D)。
文摘Under equivalent stiffness conditions,material substitution based on a thin-walled design is crucial for the lightweight of components.Developing high-performance steels with both high-yield strength and excellent ductility has become a key focus in fields like aerospace and lowaltitude flight.The novel low-density steel presented here exhibits a yield strength of 1000 MPa,which is 2-3 times higher than conventional low-alloy high-strength steels,while maintaining an elongation of about 18.7%.By combining ex-situ experimental characterization with a phase mechanical response model based on the iso-work theory and the von Mises equivalent method,the role of heterogeneous deformation-induced strengthening was revealed.The calculated values align closely with experimental results.This exceptional performance is attributed to a multiphase heterogeneous microstructure,where fresh martensite,bainite/tempered martensite,and deformation-induced martensite act as hard regions.These regions release micro-stresses through inhomogeneous cooperative deformation with soft ferrite,enabling multiple plastic deformation mechanisms and stress concentration relief.This research offers new insights into optimizing microstructures through mechanical metallurgy,which is crucial for producing high-performance,lightweight components.