The next-generation optical network is a service oriented network,which could be delivered by utilizing the generalized multiprotocol label switching(GMPLS) based control plane to realize lots of intelligent features ...The next-generation optical network is a service oriented network,which could be delivered by utilizing the generalized multiprotocol label switching(GMPLS) based control plane to realize lots of intelligent features such as rapid provisioning,automated protection and restoration(P&R),efficient resource allocation,and support for different quality of service(QoS) requirements.In this paper,we propose a novel stateful PCE-cloud(SPC)based architecture of GMPLS optical networks for cloud services.The cloud computing technologies(e.g.virtualization and parallel computing) are applied to the construction of SPC for improving the reliability and maximizing resource utilization.The functions of SPC and GMPLS based control plane are expanded according to the features of cloud services for different QoS requirements.The architecture and detailed description of the components of SPC are provided.Different potential cooperation relationships between public stateful PCE cloud(PSPC) and region stateful PCE cloud(RSPC) are investigated.Moreover,we present the policy-enabled and constraint-based routing scheme base on the cooperation of PSPC and RSPC.Simulation results for verifying the performance of routing and control plane reliability are analyzed.展开更多
Memristive stateful logic is one of the most promising candidates to implement an in-memory computing system that computes within the storage unit.It can eliminate the costs for the data movement in the traditional vo...Memristive stateful logic is one of the most promising candidates to implement an in-memory computing system that computes within the storage unit.It can eliminate the costs for the data movement in the traditional von Neumann system.However,the instability in the memristors is inevitable due to the limitation of the current fabrication technology,which incurs a great challenge for the reliability of the memristive stateful logic.In this paper,the implication of device instability on the reliability of the logic event is simulated.The mathematical relationship between logic reliability and redundancy has been deduced.By combining the mathematical relationship with the vector-matrix multiplication in a memristive crossbar array,the logic error correction scheme with high throughput has been proposed.Moreover,a universal design paradigm has been put forward for complex logic.And the circuit schematic and the flow of the scheme have been raised.Finally,a 1-bit full adder(FA)based on the NOR logic and NOT logic is simulated and the mathematical evaluation is performed.It demonstrates the scheme can improve the reliability of the logic significantly.And compared with other four error corrections,the scheme which can be suitable for all kinds of R–R logics and V–R logics has the best universality and throughput.Compared with the other two approaches which also need additional complementary metal–oxide semiconductor(CMOS)circuits,it needs fewer transistors and cycles for the error correction.展开更多
To improve the efficiency and coverage of stateful network protocol fuzzing, this paper proposes a new method, using a rule-based state machine and a stateful rule tree to guide the generation of fuzz testing data. Th...To improve the efficiency and coverage of stateful network protocol fuzzing, this paper proposes a new method, using a rule-based state machine and a stateful rule tree to guide the generation of fuzz testing data. The method first builds a rule-based state machine model as a formal description of the states of a network protocol. This removes safety paths, to cut down the scale of the state space. Then it uses a stateful rule tree to describe the relationship between states and messages, and then remove useless items from it. According to the message sequence obtained by the analysis of paths using the stateful rule tree and the protocol specification, an abstract data model of test case generation is defined. The fuzz testing data is produced by various generation algorithms through filling data in the fields of the data model. Using the rule-based state machine and the stateful rule tree, the quantity of test data can be reduced. Experimental results indicate that our method can discover the same vulnerabilities as traditional approaches, using less test data, while optimizing test data generation and improving test efficiency.展开更多
Objective Sepsis patients exhibit diverse immune states,making it crucial to identify subtypes with distinct inflammatory profiles through Th1/Th2 cytokine data for personalized treatment and improved prognosis.Method...Objective Sepsis patients exhibit diverse immune states,making it crucial to identify subtypes with distinct inflammatory profiles through Th1/Th2 cytokine data for personalized treatment and improved prognosis.Methods We retrieved data from sepsis patients who underwent Th1/Th2 cytokine testing in Nanfang Hospital,Southern Medical University from June 1,2020,to February 1,2022.An unsupervised K-means clustering method classified participants based on Th1/Th2 cytokine levels,with the primary outcome being the 7-day mortality rate post-ICU admission.Cox proportional hazards and Restricted Mean Survival Time(RMST)analyses were utilized to explore survival outcomes.Results A total of 321 sepsis patients were included.IL-6(HR 1.69,95%CI:1.22,2.34)and IL-10(HR 1.81,95%CI:1.37,2.40)emerged as independent predictors of 7-day mortality.Unsupervised K-means clustering revealed 3 inflammatory/immune subgroups:Cluster 1(n=166,low inflammatory response),Cluster 2(n=99,moderate inflammatory response with immune suppression),and Cluster 3(n=56,strong inflammatory and immune suppression).Compared to Cluster 1,Clusters 2 and 3 had higher 7-day mortality risks(14.4%vs 23.2%,HR=4.30,95%CI:1.51-12.26;14.4%vs 35.7%,HR=7.32,95%CI:2.57-20.79).Conclusion Septic patients in a protective immune response state(Cluster 1)exhibit better short-term prognoses,suggesting the importance of understanding inflammatory/immune states for precise treatment and improved outcomes.展开更多
Interplay between topology and magnetism can give rise to exotic properties in topological materials.Two-dimensional bismuth has been extensively studied owing to its topological states with a strong spin-orbit coupli...Interplay between topology and magnetism can give rise to exotic properties in topological materials.Two-dimensional bismuth has been extensively studied owing to its topological states with a strong spin-orbit coupling,and 1T-VTe_(2)monolayer theoretically predicted to host an intrinsic magnetism as experimentally suggested.In this work,we successfully constructed a vertical heterostructure composed of the two-dimensional Bi(110)monolayer and 1T-VTe_(2)monolayer by using molecular beam epitaxy(MBE).Scanning tunneling microscopy(STM)measurements revealed that the growth of Bi preferably occurs along the step edges of the VTe_(2)monolayer,forming a Bi(110)monolayer on top of the VTe_(2)monolayer next to a peripheral Bi bilayer.The Bi(100)/VTe_(2)heterostructure exhibits a specific lattice registry with a well-defined moiréperiodicity.Scanning tunneling spectroscopy(STS)measurements further unveiled an universal suppression in the local density-of-states at the boundary of the Bi(110)/VTe_(2)bilayer.By examining the atomic structures of Bi(110)boundaries,we found this effect does not originate from the previously proposed atomic reconstruction at the step edge of Bi(110),but is likely related to the magnetic properties of the VTe_(2)monolayer.展开更多
Network protocol software is usually characterized by complicated functions and a vast state space.In this type of program,a massive number of stateful variables that are used to represent the evolution of the states ...Network protocol software is usually characterized by complicated functions and a vast state space.In this type of program,a massive number of stateful variables that are used to represent the evolution of the states and store some information about the sessions are prone to potentialflaws caused by violations of protocol specification requirements and program logic.Discovering such variables is significant in discovering and exploiting vulnerabilities in protocol software,and still needs massive manual verifications.In this paper,we propose a novel method that could automatically discover the use of stateful variables in network protocol software.The core idea is that a stateful variable features information of the communication entities and the software states,so it will exist in the form of a global or static variable during program execution.Based on recording and replaying a protocol program’s execution,varieties of variables in the life cycle can be tracked with the technique of dynamic instrument.We draw up some rules from multiple dimensions by taking full advantage of the existing vulnerability knowledge to determine whether the data stored in critical memory areas have stateful characteristics.We also implement a prototype system that can discover stateful variables automatically and then perform it on nine programs in Pro FuzzBench and two complex real-world software programs.With the help of available open-source code,the evaluation results show that the average true positive rate(TPR)can reach 82%and the average precision can be approximately up to 96%.展开更多
Classical computation of electronic properties in large-scale materials remains challenging.Quantum computation has the potential to offer advantages in memory footprint and computational scaling.However,general and v...Classical computation of electronic properties in large-scale materials remains challenging.Quantum computation has the potential to offer advantages in memory footprint and computational scaling.However,general and viable quantum algorithms for simulating large-scale materials are still limited.We propose and implement random-state quantum algorithms to calculate electronic-structure properties of real materials.Using a random state circuit on a small number of qubits,we employ real-time evolution with first-order Trotter decomposition and Hadamard test to obtain electronic density of states,and we develop a modified quantum phase estimation algorithm to calculate real-space local density of states via direct quantum measurements.Furthermore,we validate these algorithms by numerically computing the density of states and spatial distributions of electronic states in graphene,twisted bilayer graphene quasicrystals,and fractal lattices,covering system sizes from hundreds to thousands of atoms.Our results manifest that the random-state quantum algorithms provide a general and qubit-efficient route to scalable simulations of electronic properties in large-scale periodic and aperiodic materials.展开更多
Photomodulation technology,characterized by its high spatiotemporal resolution,has emerged as a transformative approach for precise,rapid,and noninvasive regulation of intricate cellular signaling networks,offering un...Photomodulation technology,characterized by its high spatiotemporal resolution,has emerged as a transformative approach for precise,rapid,and noninvasive regulation of intricate cellular signaling networks,offering unprecedented opportunities for biomedical research.Nevertheless,the in vivo implementation of wireless photomodulation remains constrained by the inherent limitations of conventional photoresponsive systems.Addressing this challenge,we report a BODIPY-based photocatalyst with exceptional red-light responsiveness(λ>630 nm).Transient spectroscopic studies show that this photocatalyst exhibits the feature with solvent polarity-switching excited state dynamics.In addition,we observed ultralong triplet-state lifetimes(590μs in tetrahydrofuran;862μs in toluene),which is favorable for establishing a far-red-light-driven photocatalytic decaging platform that synergistically integrates the BODIPY photocatalyst with endogenous NADH as the intrinsic electron donor.Crucially,this system demonstrates robust in vivo efficacy,achieving significant tumor growth suppression in murine tumor models through localized prodrug activation.This work not only provides fundamental insights into engineering long-lived triplet states in metal-free organic photocatalysts but also pioneers a biocompatible strategy for spatiotemporally controlled therapeutic interventions,bridging the gap between advanced photochemistry and precision biomedicine.展开更多
In conventional higher-order topological insulators(HOTIs),the emergence of topological states can be explained by using the nonzero bulk polarization index.However,corner states emerge in HOTIs with incomplete bounda...In conventional higher-order topological insulators(HOTIs),the emergence of topological states can be explained by using the nonzero bulk polarization index.However,corner states emerge in HOTIs with incomplete boundary unit cells(i.e.,boundary defects)even though the bulk polarization is zero,which challenges the conventional understanding of HOTIs.Here,based on a Kekul´e-distorted honeycomb lattice with incomplete unit cells,we reveal that incomplete unit cells exhibit fractional charges through the analysis of Wannier centers by developing a compensation method and creating the concept of Wannier center domain(WCD)which is the smallest region that one Wannier center occupies.This method compensates for the missing parts of these boundary incomplete unit cells with additional WCDs to make them complete.The compensated WCDs automatically carry the corresponding charge,and this charge together with that of the incomplete unit cell constitutes the total charge of the complete unit cell after compensation.We conclude that the emergence of corner states is attributed to the filling anomaly,which is a fundamental mechanism.Our results refresh the understanding of HOTIs,especially those with structural discontinuities,and provide a novel design for topological states which have application value in producing optical functional devices.展开更多
Apparel exports China:The decline in exports widened from January to September(-2.4%,compared to-0.2%in January-June).Exports to the EU increased(+5.9%),though the growth rate moderated.Exports to the US saw a larger ...Apparel exports China:The decline in exports widened from January to September(-2.4%,compared to-0.2%in January-June).Exports to the EU increased(+5.9%),though the growth rate moderated.Exports to the US saw a larger contraction(January-June:-1.6%,January-September:-8.2%).While exports to ASEAN countries still fell by over 10%(-17.7%),shipments to the Philippines(+6.9%),Indonesia(+19.0%),and Cambodia(+64.9%)demonstrated stronger growth performance within the year.Regarding tariffs,on October 30,China and the US agreed to lower the rates on goods subject to additional duties(effectively reducing the average tariff rate on Chinese imports to the US from about 57%to approximately 47%,though this remains significantly higher than the 19.5%overall average rate applied to other countries).展开更多
Photothermal synergistic catalytic systems for treating volatile organic compounds(VOCs)have attracted signif-icant attention due to their energy efficiency and potential to reduce carbon emissions.However,the mechani...Photothermal synergistic catalytic systems for treating volatile organic compounds(VOCs)have attracted signif-icant attention due to their energy efficiency and potential to reduce carbon emissions.However,the mechanism underlying the synergistic reaction remains a critical issue.This study introduces a photothermal synergistic system for the removal of ethyl acetate(EA)by synthesizing Cu-doped OMS-2(denoted as Cu-OMS-2).Under ultraviolet-visible(UV–Vis)irradiation in a flow system,the Cu-OMS-2 catalyst exhibited significantly enhanced performance in the EA degradation process,nearly doubling the effectiveness of pure OMS-2,and increasing carbon dioxide yield by 20%.This exceptional performance is attributed to the synergistic effect of increased oxygen vacancies(OV)at OMS-2 active sites and Cu doping,as confirmed by H2-TPR,O_(2)-TPD,and CO consump-tion measurements.This study clarifies the catalytic mechanism of light-assisted thermocatalysis and offers a novel strategy for designing photothermal catalysts with homogeneous Cu-doped nanorods for VOC removal.展开更多
Halide solid-state electrolytes have gained significant attention in recent years due to their high ionic conductivity,making them promising candidates for future all-solid-state batteries.Recent studies have identifi...Halide solid-state electrolytes have gained significant attention in recent years due to their high ionic conductivity,making them promising candidates for future all-solid-state batteries.Recent studies have identified numerous crystal structures with the Li_(3)MX_(6)composition,although many remain unexplored across various chemical systems.In this research,we developed a comprehensive method to examine all conceivable space groups and structures within theLi-M-X system,where M includes In,Ga,and La,and X includes F,Cl,Br,and 1.Our findings revealed two metastable structures:Li_(3)InF_(6)with P3c1 symmetry and Li_(3)InI_(6)with C2/c symmetry,exhibiting ionic conductivities of 0.55 and 2.18mS/cm at 300K,respectively.Notably,the trigonal symmetry of Li3InF6 demonstrates that high ionic conductivities are not limited to monoclinic structures but can also be achieved with trigonal symmetries.The electrochemical stability windows,mechanical properties,and reaction energies of these materials with known cathodes suggest their potential for use in all-solid-state batteries.Additionally,we predicted the stability of novel materials,including Li_(5)InCl_(8),Li_(5)InBr_(8),Li_(5)InI_(8),LiIn_(2)Cl_(9),LiIn_(2)Br_(9),and LiIn_(2)I_(9).展开更多
With the rapid development of transportation infrastructure,ensuring road safety through timely and accurate highway inspection has become increasingly critical.Traditional manual inspection methods are not only time-...With the rapid development of transportation infrastructure,ensuring road safety through timely and accurate highway inspection has become increasingly critical.Traditional manual inspection methods are not only time-consuming and labor-intensive,but they also struggle to provide consistent,high-precision detection and realtime monitoring of pavement surface defects.To overcome these limitations,we propose an Automatic Recognition of PavementDefect(ARPD)algorithm,which leverages unmanned aerial vehicle(UAV)-based aerial imagery to automate the inspection process.The ARPD framework incorporates a backbone network based on the Selective State Space Model(S3M),which is designed to capture long-range temporal dependencies.This enables effective modeling of dynamic correlations among redundant and often repetitive structures commonly found in road imagery.Furthermore,a neck structure based on Semantics and Detail Infusion(SDI)is introduced to guide cross-scale feature fusion.The SDI module enhances the integration of low-level spatial details with high-level semantic cues,thereby improving feature expressiveness and defect localization accuracy.Experimental evaluations demonstrate that theARPDalgorithm achieves a mean average precision(mAP)of 86.1%on a custom-labeled pavement defect dataset,outperforming the state-of-the-art YOLOv11 segmentation model.The algorithm also maintains strong generalization ability on public datasets.These results confirm that ARPD is well-suited for diverse real-world applications in intelligent,large-scale highway defect monitoring and maintenance planning.展开更多
In data communication,limited communication resources often lead to measurement bias,which adversely affects subsequent system estimation if not effectively handled.This paper proposes a novel bias calibration algorit...In data communication,limited communication resources often lead to measurement bias,which adversely affects subsequent system estimation if not effectively handled.This paper proposes a novel bias calibration algorithm under communication constraints to achieve accurate system states of the interested system.An output-based event-triggered scheme is first employed to alleviate transmission burden.Accounting for the limited-communication-induced measurement bias,a novel bias calibration algorithm following the Kalman filtering line is developed to restrain the effect of the measurement bias on system estimation,thereby achieving accurate system state estimates.Subsequently,the Field Programmable Gate Array(FPGA)implementation of the proposed algorithm is also realized with the hope of providing fast bias calibration in practical scenarios.A simulation about a numerical example and a practical example(for gyroscope’s angular velocity bias calibration)on MATLAB is provided to demonstrate the feasibility and effectiveness of the proposed algorithm.展开更多
Automated classification of gas flow states in blast furnaces using top-camera imagery typically demands a large volume of labeled data,whose manual annotation is both labor-intensive and cost-prohibitive.To mitigate ...Automated classification of gas flow states in blast furnaces using top-camera imagery typically demands a large volume of labeled data,whose manual annotation is both labor-intensive and cost-prohibitive.To mitigate this challenge,we present an enhanced semi-supervised learning approach based on the Mean Teacher framework,incorporating a novel feature loss module to maximize classification performance with limited labeled samples.The model studies show that the proposed model surpasses both the baseline Mean Teacher model and fully supervised method in accuracy.Specifically,for datasets with 20%,30%,and 40%label ratios,using a single training iteration,the model yields accuracies of 78.61%,82.21%,and 85.2%,respectively,while multiple-cycle training iterations achieves 82.09%,81.97%,and 81.59%,respectively.Furthermore,scenario-specific training schemes are introduced to support diverse deployment need.These findings highlight the potential of the proposed technique in minimizing labeling requirements and advancing intelligent blast furnace diagnostics.展开更多
Stem cell proliferation is tightly regulated in developing and adult tissues through the coordinated action of cell-intrinsic and extracellular signals.Although many extracellular cues were identified,the cell-intrins...Stem cell proliferation is tightly regulated in developing and adult tissues through the coordinated action of cell-intrinsic and extracellular signals.Although many extracellular cues were identified,the cell-intrinsic mechanisms underlying the decision of a stem cell to proliferate,enter a dormant quiescent state or differentiate into a specific cell type remains incompletely understood.展开更多
BACKGROUND The prevalence of negative emotional states,such as anxiety and depression,has increased annually.Although personal habits are known to influence emotional regulation,the precise mechanisms underlying this ...BACKGROUND The prevalence of negative emotional states,such as anxiety and depression,has increased annually.Although personal habits are known to influence emotional regulation,the precise mechanisms underlying this relationship remain unclear.AIM To investigate emotion regulation habits impact on students negative emotions during lockdown,using the coronavirus disease 2019 pandemic as a case example.METHODS During the coronavirus disease 2019 lockdown,an online cross-sectional survey was conducted at a Chinese university.Emotional states were assessed using the Depression,Anxiety,and Stress Scale-21(DASS-21),while demographic data and emotion regulation habits were collected concurrently.Data analysis was performed using SPSS version 27.0 and includedχ^(2)-tests for intergroup comparisons,Spearman’s rank-order correlation coefficient analysis to examine associations,and stepwise linear regression modeling to explore the relationships between emotion regulation habits and emotional states.Statistical significance was set atα=0.05.RESULTS Among the 494 valid questionnaires analyzed,the prevalence rates of negative emotional states were as follows:Depression(65.0%),anxiety(69.4%),and stress(50.8%).DASS-21 scores(mean±SD)demonstrated significant symptomatology:Total(48.77±34.88),depression(16.21±12.18),anxiety(14.90±11.91),and stress(17.64±12.07).Significant positive intercorrelations were observed among all DASS-21 subscales(P<0.01).Regression analysis identified key predictors of negative emotions(P<0.05):Risk factors included late-night frequency and academic pressure,while protective factors were the frequency of parental contact and the number of same-gender friends.Additionally,compensatory spending and binge eating positively predicted all negative emotion scores(β>0,P<0.01),whereas appropriate recreational activities negatively predicted these scores(β<0,P<0.01).CONCLUSION High negative emotion prevalence occurred among confined students.Recreational activities were protective,while compensatory spending and binge eating were risk factors,necessitating guided emotion regulation.展开更多
Excavation causes stress redistribution and affects the stress path during the shearing process of rock.The shear strength of rock varies under different stress paths,and the presence of defects reduces the shear stre...Excavation causes stress redistribution and affects the stress path during the shearing process of rock.The shear strength of rock varies under different stress paths,and the presence of defects reduces the shear strength.To further investigate this phenomenon,this study investigates the shear behaviour of rocks with different shear surface integrities under the influenceof different stress paths through laboratory tests and numerical simulations.The results indicate that the shear strength depends on the stress path and a decrease in the shear surface integrity reduces the degree of dependence.The cohesion and friction angle of the Mohr‒Coulomb criterion decrease with weakening of the shear surface integrity.For different stress paths,the direct shear strength is always greater than that of other shear stress paths.The pattern of changes in the acoustic emission count and cumulative count indirectly reflectsthe above findings.Numerical simulations further indicate that the different principal stress states and normal suppression effects during the shearing process lead to changes in the factors of crack propagation,resulting in different mechanical behaviours under various stress paths.For rocks with different integrity levels,the main reason for the different path dependences of shear strength is that the size of the area affected by shear is different.Shear failure will concentrate on the shear plane when the normal inhibition effect is greater.This study explores the mechanism of rock shear behaviour,providing a theoretical basis for establishing more accurate constitutive models and strength criteria.展开更多
Ground penetrating radar(GPR)offers a rapid and non-destructive approach to evaluating asphalt mixtures by capturing variations in their dielectric constant.As a critical electromagnetic parameter,the dielectric const...Ground penetrating radar(GPR)offers a rapid and non-destructive approach to evaluating asphalt mixtures by capturing variations in their dielectric constant.As a critical electromagnetic parameter,the dielectric constant demonstrates significant potential for assessing the material composition and mechanical properties of asphalt mixtures.However,the relationship between the dielectric constant and mechanical properties remains unclear.To investigate the factors affecting the dielectric constant and its correlation with the mechanical properties of asphalt mixtures,a systematic analysis of the influencing parameters was conducted.Fitting equations were established to quantify the relationships between the dielectric constant and mechanical properties.Firstly,the effects of compaction state,testing frequency,and testing temperature on the dielectric constant were evaluated.Subsequently,forward simulations of GPR were executed on asphalt pavements with diverse air voids and detection frequencies.Finally,a fitting analysis was performed to determine the correlation between the dielectric constant and the dynamic modulus,compressive strength,and splitting tensile strength.The results indicated that the dielectric constant increased with the compaction state,decreased with increasing testing frequency until stabilized,and was insignificantly affected by changes in testing temperature.The change of air void in asphalt pavement has significantly affected the amplitude and timing of electromagnetic wave reflection.A linear positive correlation was identified between the dielectric constant and dynamic modulus as well as compressive strength,while a quadratic positive correlation existed with splitting tensile strength.This study provided theoretical and practical foundations for enhancing the reliability and accuracy of non-destructive testing in asphalt pavement.展开更多
基金supported by National Natural Science Foundation of China(No.61571061)Innovative Research Fund of Beijing University of Posts and Telecommunications (2015RC16)
文摘The next-generation optical network is a service oriented network,which could be delivered by utilizing the generalized multiprotocol label switching(GMPLS) based control plane to realize lots of intelligent features such as rapid provisioning,automated protection and restoration(P&R),efficient resource allocation,and support for different quality of service(QoS) requirements.In this paper,we propose a novel stateful PCE-cloud(SPC)based architecture of GMPLS optical networks for cloud services.The cloud computing technologies(e.g.virtualization and parallel computing) are applied to the construction of SPC for improving the reliability and maximizing resource utilization.The functions of SPC and GMPLS based control plane are expanded according to the features of cloud services for different QoS requirements.The architecture and detailed description of the components of SPC are provided.Different potential cooperation relationships between public stateful PCE cloud(PSPC) and region stateful PCE cloud(RSPC) are investigated.Moreover,we present the policy-enabled and constraint-based routing scheme base on the cooperation of PSPC and RSPC.Simulation results for verifying the performance of routing and control plane reliability are analyzed.
基金Project supported by the National Key Research and Development Plan of the Ministry of Science of Technology of China (Grand Nos.2019YFB 2205100 and 2019YFB2205102)the National Natural Science Foundation of China (Grant Nos.61974164,62074166,61804181,62004219,and 62004220)the Science Support Program of the National University of Defense and Technology (Grand No.ZK20-06)。
文摘Memristive stateful logic is one of the most promising candidates to implement an in-memory computing system that computes within the storage unit.It can eliminate the costs for the data movement in the traditional von Neumann system.However,the instability in the memristors is inevitable due to the limitation of the current fabrication technology,which incurs a great challenge for the reliability of the memristive stateful logic.In this paper,the implication of device instability on the reliability of the logic event is simulated.The mathematical relationship between logic reliability and redundancy has been deduced.By combining the mathematical relationship with the vector-matrix multiplication in a memristive crossbar array,the logic error correction scheme with high throughput has been proposed.Moreover,a universal design paradigm has been put forward for complex logic.And the circuit schematic and the flow of the scheme have been raised.Finally,a 1-bit full adder(FA)based on the NOR logic and NOT logic is simulated and the mathematical evaluation is performed.It demonstrates the scheme can improve the reliability of the logic significantly.And compared with other four error corrections,the scheme which can be suitable for all kinds of R–R logics and V–R logics has the best universality and throughput.Compared with the other two approaches which also need additional complementary metal–oxide semiconductor(CMOS)circuits,it needs fewer transistors and cycles for the error correction.
基金supported by the Key Project of National Defense Basic Research Program of China (No.B1120132031)supported by the Cultivation and Development Program for Technology Innovation Base of Beijing Municipal Science and Technology Commission (No.Z151100001615034)
文摘To improve the efficiency and coverage of stateful network protocol fuzzing, this paper proposes a new method, using a rule-based state machine and a stateful rule tree to guide the generation of fuzz testing data. The method first builds a rule-based state machine model as a formal description of the states of a network protocol. This removes safety paths, to cut down the scale of the state space. Then it uses a stateful rule tree to describe the relationship between states and messages, and then remove useless items from it. According to the message sequence obtained by the analysis of paths using the stateful rule tree and the protocol specification, an abstract data model of test case generation is defined. The fuzz testing data is produced by various generation algorithms through filling data in the fields of the data model. Using the rule-based state machine and the stateful rule tree, the quantity of test data can be reduced. Experimental results indicate that our method can discover the same vulnerabilities as traditional approaches, using less test data, while optimizing test data generation and improving test efficiency.
文摘Objective Sepsis patients exhibit diverse immune states,making it crucial to identify subtypes with distinct inflammatory profiles through Th1/Th2 cytokine data for personalized treatment and improved prognosis.Methods We retrieved data from sepsis patients who underwent Th1/Th2 cytokine testing in Nanfang Hospital,Southern Medical University from June 1,2020,to February 1,2022.An unsupervised K-means clustering method classified participants based on Th1/Th2 cytokine levels,with the primary outcome being the 7-day mortality rate post-ICU admission.Cox proportional hazards and Restricted Mean Survival Time(RMST)analyses were utilized to explore survival outcomes.Results A total of 321 sepsis patients were included.IL-6(HR 1.69,95%CI:1.22,2.34)and IL-10(HR 1.81,95%CI:1.37,2.40)emerged as independent predictors of 7-day mortality.Unsupervised K-means clustering revealed 3 inflammatory/immune subgroups:Cluster 1(n=166,low inflammatory response),Cluster 2(n=99,moderate inflammatory response with immune suppression),and Cluster 3(n=56,strong inflammatory and immune suppression).Compared to Cluster 1,Clusters 2 and 3 had higher 7-day mortality risks(14.4%vs 23.2%,HR=4.30,95%CI:1.51-12.26;14.4%vs 35.7%,HR=7.32,95%CI:2.57-20.79).Conclusion Septic patients in a protective immune response state(Cluster 1)exhibit better short-term prognoses,suggesting the importance of understanding inflammatory/immune states for precise treatment and improved outcomes.
基金financially supported by the National Key Research and Development Program of China(Grant No.2021YFA1400403)the National Natural Science Foundation of China(Grant Nos.12374183,92165205)+2 种基金the Natural Science Foundation of Jiangsu Province(Grant No.BK20233001)the Innovation Program for Quantum Science and Technology(Grant No.2021ZD0302800)the Fundamental Research Funds for the Central Universities(Grant No.020414380207).
文摘Interplay between topology and magnetism can give rise to exotic properties in topological materials.Two-dimensional bismuth has been extensively studied owing to its topological states with a strong spin-orbit coupling,and 1T-VTe_(2)monolayer theoretically predicted to host an intrinsic magnetism as experimentally suggested.In this work,we successfully constructed a vertical heterostructure composed of the two-dimensional Bi(110)monolayer and 1T-VTe_(2)monolayer by using molecular beam epitaxy(MBE).Scanning tunneling microscopy(STM)measurements revealed that the growth of Bi preferably occurs along the step edges of the VTe_(2)monolayer,forming a Bi(110)monolayer on top of the VTe_(2)monolayer next to a peripheral Bi bilayer.The Bi(100)/VTe_(2)heterostructure exhibits a specific lattice registry with a well-defined moiréperiodicity.Scanning tunneling spectroscopy(STS)measurements further unveiled an universal suppression in the local density-of-states at the boundary of the Bi(110)/VTe_(2)bilayer.By examining the atomic structures of Bi(110)boundaries,we found this effect does not originate from the previously proposed atomic reconstruction at the step edge of Bi(110),but is likely related to the magnetic properties of the VTe_(2)monolayer.
基金Project supported by the National Natural Science Foundation of China(Nos.61902416 and 61902412)the Natural Science Foundation of Hunan Province,China(No.2019JJ50729)。
文摘Network protocol software is usually characterized by complicated functions and a vast state space.In this type of program,a massive number of stateful variables that are used to represent the evolution of the states and store some information about the sessions are prone to potentialflaws caused by violations of protocol specification requirements and program logic.Discovering such variables is significant in discovering and exploiting vulnerabilities in protocol software,and still needs massive manual verifications.In this paper,we propose a novel method that could automatically discover the use of stateful variables in network protocol software.The core idea is that a stateful variable features information of the communication entities and the software states,so it will exist in the form of a global or static variable during program execution.Based on recording and replaying a protocol program’s execution,varieties of variables in the life cycle can be tracked with the technique of dynamic instrument.We draw up some rules from multiple dimensions by taking full advantage of the existing vulnerability knowledge to determine whether the data stored in critical memory areas have stateful characteristics.We also implement a prototype system that can discover stateful variables automatically and then perform it on nine programs in Pro FuzzBench and two complex real-world software programs.With the help of available open-source code,the evaluation results show that the average true positive rate(TPR)can reach 82%and the average precision can be approximately up to 96%.
基金supported by the Major Project for the Integration of ScienceEducation and Industry (Grant No.2025ZDZX02)。
文摘Classical computation of electronic properties in large-scale materials remains challenging.Quantum computation has the potential to offer advantages in memory footprint and computational scaling.However,general and viable quantum algorithms for simulating large-scale materials are still limited.We propose and implement random-state quantum algorithms to calculate electronic-structure properties of real materials.Using a random state circuit on a small number of qubits,we employ real-time evolution with first-order Trotter decomposition and Hadamard test to obtain electronic density of states,and we develop a modified quantum phase estimation algorithm to calculate real-space local density of states via direct quantum measurements.Furthermore,we validate these algorithms by numerically computing the density of states and spatial distributions of electronic states in graphene,twisted bilayer graphene quasicrystals,and fractal lattices,covering system sizes from hundreds to thousands of atoms.Our results manifest that the random-state quantum algorithms provide a general and qubit-efficient route to scalable simulations of electronic properties in large-scale periodic and aperiodic materials.
基金supported by the National Natural Science Foundation of China(NSFC)(013398,22377063)the Research Start-Up Fund of Nankai University and the Haihe Laboratory of Sustainable Chemical Transformations(24HHWCSS00020)。
文摘Photomodulation technology,characterized by its high spatiotemporal resolution,has emerged as a transformative approach for precise,rapid,and noninvasive regulation of intricate cellular signaling networks,offering unprecedented opportunities for biomedical research.Nevertheless,the in vivo implementation of wireless photomodulation remains constrained by the inherent limitations of conventional photoresponsive systems.Addressing this challenge,we report a BODIPY-based photocatalyst with exceptional red-light responsiveness(λ>630 nm).Transient spectroscopic studies show that this photocatalyst exhibits the feature with solvent polarity-switching excited state dynamics.In addition,we observed ultralong triplet-state lifetimes(590μs in tetrahydrofuran;862μs in toluene),which is favorable for establishing a far-red-light-driven photocatalytic decaging platform that synergistically integrates the BODIPY photocatalyst with endogenous NADH as the intrinsic electron donor.Crucially,this system demonstrates robust in vivo efficacy,achieving significant tumor growth suppression in murine tumor models through localized prodrug activation.This work not only provides fundamental insights into engineering long-lived triplet states in metal-free organic photocatalysts but also pioneers a biocompatible strategy for spatiotemporally controlled therapeutic interventions,bridging the gap between advanced photochemistry and precision biomedicine.
基金supported by the Natural Science Basic Research Program of Shaanxi Province (Grant Nos.2024JC-JCQN-06 and2025JC-QYCX-006)the National Natural Science Foundation of China (Grant No.12474337)Chinese Academy of Sciences Project (Grant Nos.E4BA270100,E4Z127010F,E4Z6270100,and E53327020D)。
文摘In conventional higher-order topological insulators(HOTIs),the emergence of topological states can be explained by using the nonzero bulk polarization index.However,corner states emerge in HOTIs with incomplete boundary unit cells(i.e.,boundary defects)even though the bulk polarization is zero,which challenges the conventional understanding of HOTIs.Here,based on a Kekul´e-distorted honeycomb lattice with incomplete unit cells,we reveal that incomplete unit cells exhibit fractional charges through the analysis of Wannier centers by developing a compensation method and creating the concept of Wannier center domain(WCD)which is the smallest region that one Wannier center occupies.This method compensates for the missing parts of these boundary incomplete unit cells with additional WCDs to make them complete.The compensated WCDs automatically carry the corresponding charge,and this charge together with that of the incomplete unit cell constitutes the total charge of the complete unit cell after compensation.We conclude that the emergence of corner states is attributed to the filling anomaly,which is a fundamental mechanism.Our results refresh the understanding of HOTIs,especially those with structural discontinuities,and provide a novel design for topological states which have application value in producing optical functional devices.
文摘Apparel exports China:The decline in exports widened from January to September(-2.4%,compared to-0.2%in January-June).Exports to the EU increased(+5.9%),though the growth rate moderated.Exports to the US saw a larger contraction(January-June:-1.6%,January-September:-8.2%).While exports to ASEAN countries still fell by over 10%(-17.7%),shipments to the Philippines(+6.9%),Indonesia(+19.0%),and Cambodia(+64.9%)demonstrated stronger growth performance within the year.Regarding tariffs,on October 30,China and the US agreed to lower the rates on goods subject to additional duties(effectively reducing the average tariff rate on Chinese imports to the US from about 57%to approximately 47%,though this remains significantly higher than the 19.5%overall average rate applied to other countries).
基金supported by the Qilu University of Technology(Shandong Academy of Sciences),the Basic Research Project of Science,Education and Industry Integration Pilot Project(No.2022PY047).
文摘Photothermal synergistic catalytic systems for treating volatile organic compounds(VOCs)have attracted signif-icant attention due to their energy efficiency and potential to reduce carbon emissions.However,the mechanism underlying the synergistic reaction remains a critical issue.This study introduces a photothermal synergistic system for the removal of ethyl acetate(EA)by synthesizing Cu-doped OMS-2(denoted as Cu-OMS-2).Under ultraviolet-visible(UV–Vis)irradiation in a flow system,the Cu-OMS-2 catalyst exhibited significantly enhanced performance in the EA degradation process,nearly doubling the effectiveness of pure OMS-2,and increasing carbon dioxide yield by 20%.This exceptional performance is attributed to the synergistic effect of increased oxygen vacancies(OV)at OMS-2 active sites and Cu doping,as confirmed by H2-TPR,O_(2)-TPD,and CO consump-tion measurements.This study clarifies the catalytic mechanism of light-assisted thermocatalysis and offers a novel strategy for designing photothermal catalysts with homogeneous Cu-doped nanorods for VOC removal.
基金supported by the Higher Education and Science Committee of Armenia in the frames of the research projects 20TTSG-2F010, 23AA-2F033 and ANSEF (EN-matsc-2660) grant.
文摘Halide solid-state electrolytes have gained significant attention in recent years due to their high ionic conductivity,making them promising candidates for future all-solid-state batteries.Recent studies have identified numerous crystal structures with the Li_(3)MX_(6)composition,although many remain unexplored across various chemical systems.In this research,we developed a comprehensive method to examine all conceivable space groups and structures within theLi-M-X system,where M includes In,Ga,and La,and X includes F,Cl,Br,and 1.Our findings revealed two metastable structures:Li_(3)InF_(6)with P3c1 symmetry and Li_(3)InI_(6)with C2/c symmetry,exhibiting ionic conductivities of 0.55 and 2.18mS/cm at 300K,respectively.Notably,the trigonal symmetry of Li3InF6 demonstrates that high ionic conductivities are not limited to monoclinic structures but can also be achieved with trigonal symmetries.The electrochemical stability windows,mechanical properties,and reaction energies of these materials with known cathodes suggest their potential for use in all-solid-state batteries.Additionally,we predicted the stability of novel materials,including Li_(5)InCl_(8),Li_(5)InBr_(8),Li_(5)InI_(8),LiIn_(2)Cl_(9),LiIn_(2)Br_(9),and LiIn_(2)I_(9).
基金supported in part by the Technical Service for the Development and Application of an Intelligent Visual Management Platformfor Expressway Construction Progress Based on BIM Technology(grant NO.JKYZLX-2023-09)in partby the Technical Service for the Development of an Early Warning Model in the Research and Application of Key Technologies for Tunnel Operation Safety Monitoring and Early Warning Based on Digital Twin(grant NO.JK-S02-ZNGS-202412-JISHU-FA-0035)sponsored by Yunnan Transportation Science Research Institute Co.,Ltd.
文摘With the rapid development of transportation infrastructure,ensuring road safety through timely and accurate highway inspection has become increasingly critical.Traditional manual inspection methods are not only time-consuming and labor-intensive,but they also struggle to provide consistent,high-precision detection and realtime monitoring of pavement surface defects.To overcome these limitations,we propose an Automatic Recognition of PavementDefect(ARPD)algorithm,which leverages unmanned aerial vehicle(UAV)-based aerial imagery to automate the inspection process.The ARPD framework incorporates a backbone network based on the Selective State Space Model(S3M),which is designed to capture long-range temporal dependencies.This enables effective modeling of dynamic correlations among redundant and often repetitive structures commonly found in road imagery.Furthermore,a neck structure based on Semantics and Detail Infusion(SDI)is introduced to guide cross-scale feature fusion.The SDI module enhances the integration of low-level spatial details with high-level semantic cues,thereby improving feature expressiveness and defect localization accuracy.Experimental evaluations demonstrate that theARPDalgorithm achieves a mean average precision(mAP)of 86.1%on a custom-labeled pavement defect dataset,outperforming the state-of-the-art YOLOv11 segmentation model.The algorithm also maintains strong generalization ability on public datasets.These results confirm that ARPD is well-suited for diverse real-world applications in intelligent,large-scale highway defect monitoring and maintenance planning.
基金support from the National Natural Science Foundation of China(Grant Nos.U2330206,U2230206,62173068)Sichuan Science and Technology Program(Grants Nos.2024NSFSC1483,2024ZYD0156,2023NSFC1962,DQ202412).
文摘In data communication,limited communication resources often lead to measurement bias,which adversely affects subsequent system estimation if not effectively handled.This paper proposes a novel bias calibration algorithm under communication constraints to achieve accurate system states of the interested system.An output-based event-triggered scheme is first employed to alleviate transmission burden.Accounting for the limited-communication-induced measurement bias,a novel bias calibration algorithm following the Kalman filtering line is developed to restrain the effect of the measurement bias on system estimation,thereby achieving accurate system state estimates.Subsequently,the Field Programmable Gate Array(FPGA)implementation of the proposed algorithm is also realized with the hope of providing fast bias calibration in practical scenarios.A simulation about a numerical example and a practical example(for gyroscope’s angular velocity bias calibration)on MATLAB is provided to demonstrate the feasibility and effectiveness of the proposed algorithm.
基金financial support provided by the Natural Science Foundation of Hebei Province,China(No.E2024105036)the Tangshan Talent Funding Project,China(Nos.B202302007 and A2021110015)+1 种基金the National Natural Science Foundation of China(No.52264042)the Australian Research Council(No.IH230100010)。
文摘Automated classification of gas flow states in blast furnaces using top-camera imagery typically demands a large volume of labeled data,whose manual annotation is both labor-intensive and cost-prohibitive.To mitigate this challenge,we present an enhanced semi-supervised learning approach based on the Mean Teacher framework,incorporating a novel feature loss module to maximize classification performance with limited labeled samples.The model studies show that the proposed model surpasses both the baseline Mean Teacher model and fully supervised method in accuracy.Specifically,for datasets with 20%,30%,and 40%label ratios,using a single training iteration,the model yields accuracies of 78.61%,82.21%,and 85.2%,respectively,while multiple-cycle training iterations achieves 82.09%,81.97%,and 81.59%,respectively.Furthermore,scenario-specific training schemes are introduced to support diverse deployment need.These findings highlight the potential of the proposed technique in minimizing labeling requirements and advancing intelligent blast furnace diagnostics.
基金supported by the Argentine Agency for the Promotion of Science and Technology ANPCyT(PICT2019-1472 to GP,PICT2019-4597 to FL,PICT2020-1524 to GP,and PICT2021-00627 to FL)supported by an Independent Career Position from CONICETsupported by a postdoctoral fellowship from ANPCyT。
文摘Stem cell proliferation is tightly regulated in developing and adult tissues through the coordinated action of cell-intrinsic and extracellular signals.Although many extracellular cues were identified,the cell-intrinsic mechanisms underlying the decision of a stem cell to proliferate,enter a dormant quiescent state or differentiate into a specific cell type remains incompletely understood.
文摘BACKGROUND The prevalence of negative emotional states,such as anxiety and depression,has increased annually.Although personal habits are known to influence emotional regulation,the precise mechanisms underlying this relationship remain unclear.AIM To investigate emotion regulation habits impact on students negative emotions during lockdown,using the coronavirus disease 2019 pandemic as a case example.METHODS During the coronavirus disease 2019 lockdown,an online cross-sectional survey was conducted at a Chinese university.Emotional states were assessed using the Depression,Anxiety,and Stress Scale-21(DASS-21),while demographic data and emotion regulation habits were collected concurrently.Data analysis was performed using SPSS version 27.0 and includedχ^(2)-tests for intergroup comparisons,Spearman’s rank-order correlation coefficient analysis to examine associations,and stepwise linear regression modeling to explore the relationships between emotion regulation habits and emotional states.Statistical significance was set atα=0.05.RESULTS Among the 494 valid questionnaires analyzed,the prevalence rates of negative emotional states were as follows:Depression(65.0%),anxiety(69.4%),and stress(50.8%).DASS-21 scores(mean±SD)demonstrated significant symptomatology:Total(48.77±34.88),depression(16.21±12.18),anxiety(14.90±11.91),and stress(17.64±12.07).Significant positive intercorrelations were observed among all DASS-21 subscales(P<0.01).Regression analysis identified key predictors of negative emotions(P<0.05):Risk factors included late-night frequency and academic pressure,while protective factors were the frequency of parental contact and the number of same-gender friends.Additionally,compensatory spending and binge eating positively predicted all negative emotion scores(β>0,P<0.01),whereas appropriate recreational activities negatively predicted these scores(β<0,P<0.01).CONCLUSION High negative emotion prevalence occurred among confined students.Recreational activities were protective,while compensatory spending and binge eating were risk factors,necessitating guided emotion regulation.
基金support from the Postgraduate Research&Practice Innovation Program of Jiangsu Province,China(Grant No.KYCX24_2822)the Graduate Innovation Program of China University of Mining and Technology(Grant No.2024WLKXJ205)the National Natural Science Foundation of China(Grant No.52474157).
文摘Excavation causes stress redistribution and affects the stress path during the shearing process of rock.The shear strength of rock varies under different stress paths,and the presence of defects reduces the shear strength.To further investigate this phenomenon,this study investigates the shear behaviour of rocks with different shear surface integrities under the influenceof different stress paths through laboratory tests and numerical simulations.The results indicate that the shear strength depends on the stress path and a decrease in the shear surface integrity reduces the degree of dependence.The cohesion and friction angle of the Mohr‒Coulomb criterion decrease with weakening of the shear surface integrity.For different stress paths,the direct shear strength is always greater than that of other shear stress paths.The pattern of changes in the acoustic emission count and cumulative count indirectly reflectsthe above findings.Numerical simulations further indicate that the different principal stress states and normal suppression effects during the shearing process lead to changes in the factors of crack propagation,resulting in different mechanical behaviours under various stress paths.For rocks with different integrity levels,the main reason for the different path dependences of shear strength is that the size of the area affected by shear is different.Shear failure will concentrate on the shear plane when the normal inhibition effect is greater.This study explores the mechanism of rock shear behaviour,providing a theoretical basis for establishing more accurate constitutive models and strength criteria.
基金supported by the Major Program of Xiangjiang Laboratory(No.22XJ01009)National Natural Science Foundation of China(Grant Nos.52227815,52078065,and 52178414)the Postgraduate Scientific Research Innovation Project of Hunan Province(Nos.CX20230852 and CX20230848).
文摘Ground penetrating radar(GPR)offers a rapid and non-destructive approach to evaluating asphalt mixtures by capturing variations in their dielectric constant.As a critical electromagnetic parameter,the dielectric constant demonstrates significant potential for assessing the material composition and mechanical properties of asphalt mixtures.However,the relationship between the dielectric constant and mechanical properties remains unclear.To investigate the factors affecting the dielectric constant and its correlation with the mechanical properties of asphalt mixtures,a systematic analysis of the influencing parameters was conducted.Fitting equations were established to quantify the relationships between the dielectric constant and mechanical properties.Firstly,the effects of compaction state,testing frequency,and testing temperature on the dielectric constant were evaluated.Subsequently,forward simulations of GPR were executed on asphalt pavements with diverse air voids and detection frequencies.Finally,a fitting analysis was performed to determine the correlation between the dielectric constant and the dynamic modulus,compressive strength,and splitting tensile strength.The results indicated that the dielectric constant increased with the compaction state,decreased with increasing testing frequency until stabilized,and was insignificantly affected by changes in testing temperature.The change of air void in asphalt pavement has significantly affected the amplitude and timing of electromagnetic wave reflection.A linear positive correlation was identified between the dielectric constant and dynamic modulus as well as compressive strength,while a quadratic positive correlation existed with splitting tensile strength.This study provided theoretical and practical foundations for enhancing the reliability and accuracy of non-destructive testing in asphalt pavement.