期刊文献+
共找到88,910篇文章
< 1 2 250 >
每页显示 20 50 100
Support Vector-Guided Class-Incremental Learning:Discriminative Replay with Dual-Alignment Distillation
1
作者 Moyi Zhang Yixin Wang Yu Cheng 《Computers, Materials & Continua》 2026年第3期2040-2061,共22页
Modern intelligent systems,such as autonomous vehicles and face recognition,must continuously adapt to new scenarios while preserving their ability to handle previously encountered situations.However,when neural netwo... Modern intelligent systems,such as autonomous vehicles and face recognition,must continuously adapt to new scenarios while preserving their ability to handle previously encountered situations.However,when neural networks learn new classes sequentially,they suffer from catastrophic forgetting—the tendency to lose knowledge of earlier classes.This challenge,which lies at the core of class-incremental learning,severely limits the deployment of continual learning systems in real-world applications with streaming data.Existing approaches,including rehearsalbased methods and knowledge distillation techniques,have attempted to address this issue but often struggle to effectively preserve decision boundaries and discriminative features under limited memory constraints.To overcome these limitations,we propose a support vector-guided framework for class-incremental learning.The framework integrates an enhanced feature extractor with a Support Vector Machine classifier,which generates boundary-critical support vectors to guide both replay and distillation.Building on this architecture,we design a joint feature retention strategy that combines boundary proximity with feature diversity,and a Support Vector Distillation Loss that enforces dual alignment in decision and semantic spaces.In addition,triple attention modules are incorporated into the feature extractor to enhance representation power.Extensive experiments on CIFAR-100 and Tiny-ImageNet demonstrate effective improvements.On CIFAR-100 and Tiny-ImageNet with 5 tasks,our method achieves 71.68%and 58.61%average accuracy,outperforming strong baselines by 3.34%and 2.05%.These advantages are consistently observed across different task splits,highlighting the robustness and generalization of the proposed approach.Beyond benchmark evaluations,the framework also shows potential in few-shot and resource-constrained applications such as edge computing and mobile robotics. 展开更多
关键词 Class-incremental learning catastrophic forgetting support vector machine knowledge distillation
在线阅读 下载PDF
Adeno-associated viral vectors for modeling Parkinson's disease in non-human primates
2
作者 Julia Chocarro José L.Lanciego 《Neural Regeneration Research》 2026年第1期224-232,共9页
The development of clinical candidates that modify the natural progression of sporadic Parkinson's disease and related synucleinopathies is a praiseworthy endeavor,but extremely challenging.Therapeutic candidates ... The development of clinical candidates that modify the natural progression of sporadic Parkinson's disease and related synucleinopathies is a praiseworthy endeavor,but extremely challenging.Therapeutic candidates that were successful in preclinical Parkinson's disease animal models have repeatedly failed when tested in clinical trials.While these failures have many possible explanations,it is perhaps time to recognize that the problem lies with the animal models rather than the putative candidate.In other words,the lack of adequate animal models of Parkinson's disease currently represents the main barrier to preclinical identification of potential disease-modifying therapies likely to succeed in clinical trials.However,this barrier may be overcome by the recent introduction of novel generations of viral vectors coding for different forms of alpha-synuclein species and related genes.Although still facing several limitations,these models have managed to mimic the known neuropathological hallmarks of Parkinson's disease with unprecedented accuracy,delineating a more optimistic scenario for the near future. 展开更多
关键词 adeno-associated viral vectors ALPHA-SYNUCLEIN DOPAMINE Lewy bodies NEURODEGENERATION NEUROMELANIN NEUROPATHOLOGY substantia nigra
暂未订购
Yaw stabilization and maneuvering control of tailless flying wing by co-directional fluidic thrust vectoring
3
作者 Liu ZHANG Meng HE 《Chinese Journal of Aeronautics》 2026年第1期66-77,共12页
Fluidic Thrust Vectoring(FTV)is used for the yaw attitude control of tailless flying wing,which can significantly improve stealth performance,maneuverability and lateral/heading maneuverability.The FTV control scheme ... Fluidic Thrust Vectoring(FTV)is used for the yaw attitude control of tailless flying wing,which can significantly improve stealth performance,maneuverability and lateral/heading maneuverability.The FTV control scheme of co-directional secondary flow was designed based on a 30 kgf thrust turbojet engine,an equivalent rudder deflection control variable of Mass Flow Combination(MFC)was proposed,and a control model was established to form a FTV control system scheme,which was integrated with the flight control system of a 100 kg tailless flying wing with medium aspect ratio to achieve closed-loop control of the yaw attitude based on FTV.The heading stability augmentation and maneuvering control characteristics and time response characteristics of tailless flying wing by FTV were quantitatively studied through virtual flight test in a wind tunnel at a wind speed of 35 m/s.The results show that the control strategy based on MFC achieves bidirectional continuous and stable control of thrust vector angle in a range of±11°,and the thrust vector angle varies monotonically with MFC;the co-directional FTV realizes bidirectional continuous and stable control of the yaw attitude of tailless flying wing,without longitudinal/lateral coupling moment.The increment of the maximum yawing moment coefficient is 0.0029,the maximum yaw rate is 7.55(°)/s,and the response time of the yaw rate of the vectoring nozzle actuated by the secondary flow is about 0.06 s,which satisfies the heading stability augmentation and maneuvering control response requirements of the aircraft with statically unstable heading,and provides new control means for the heading rudderless attitude control of tailless flying wing. 展开更多
关键词 Thrust vectoring Flow control Coanda effect Flying-wing aircraft Flight tests Yaw control
原文传递
Using mixed kernel support vector machine to improve the predictive accuracy of genome selection
4
作者 Jinbu Wang Wencheng Zong +6 位作者 Liangyu Shi Mianyan Li Jia Li Deming Ren Fuping Zhao Lixian Wang Ligang Wang 《Journal of Integrative Agriculture》 2026年第2期775-787,共13页
The advantages of genome selection(GS) in animal and plant breeding are self-evident.Traditional parametric models have disadvantage in better fit the increasingly large sequencing data and capture complex effects acc... The advantages of genome selection(GS) in animal and plant breeding are self-evident.Traditional parametric models have disadvantage in better fit the increasingly large sequencing data and capture complex effects accurately.Machine learning models have demonstrated remarkable potential in addressing these challenges.In this study,we introduced the concept of mixed kernel functions to explore the performance of support vector machine regression(SVR) in GS.Six single kernel functions(SVR_L,SVR_C,SVR_G,SVR_P,SVR_S,SVR_L) and four mixed kernel functions(SVR_GS,SVR_GP,SVR_LS,SVR_LP) were used to predict genome breeding values.The prediction accuracy,mean squared error(MSE) and mean absolute error(MAE) were used as evaluation indicators to compare with two traditional parametric models(GBLUP,BayesB) and two popular machine learning models(RF,KcRR).The results indicate that in most cases,the performance of the mixed kernel function model significantly outperforms that of GBLUP,BayesB and single kernel function.For instance,for T1 in the pig dataset,the predictive accuracy of SVR_GS is improved by 10% compared to GBLUP,and by approximately 4.4 and 18.6% compared to SVR_G and SVR_S respectively.For E1 in the wheat dataset,SVR_GS achieves 13.3% higher prediction accuracy than GBLUP.Among single kernel functions,the Laplacian and Gaussian kernel functions yield similar results,with the Gaussian kernel function performing better.The mixed kernel function notably reduces the MSE and MAE when compared to all single kernel functions.Furthermore,regarding runtime,SVR_GS and SVR_GP mixed kernel functions run approximately three times faster than GBLUP in the pig dataset,with only a slight increase in runtime compared to the single kernel function model.In summary,the mixed kernel function model of SVR demonstrates speed and accuracy competitiveness,and the model such as SVR_GS has important application potential for GS. 展开更多
关键词 genome selection machine learning support vector machine kernel function mixed kernel function
在线阅读 下载PDF
A viral masterstroke:Geminivirus C4 protein reprograms auxin transport to attract its insect vector
5
作者 Mingjun Li Lyuxin Wang +1 位作者 Gentu Wu Ling Qing 《Molecular Plant》 2026年第2期239-241,共3页
Disruption of host physiological processes,leading to symptom expression,is a common hallmark during plant virus infections.The concept of“symptoms as strategy”is rapidly reshaping our understanding of plant virolog... Disruption of host physiological processes,leading to symptom expression,is a common hallmark during plant virus infections.The concept of“symptoms as strategy”is rapidly reshaping our understanding of plant virology.An emerging theme is that symptom expressions—such as stunting,curling,and yellowing,which devastate yield—may themselves be evolved viral adaptation strategies rather than collateral damage. 展开更多
关键词 symptom expressions such viral masterstroke insect vector disruption host physiological processesleading geminivirus C protein host physiological processes auxin transport symptom expressionis
原文传递
A Convolutional Neural Network-Based Deep Support Vector Machine for Parkinson’s Disease Detection with Small-Scale and Imbalanced Datasets
6
作者 Kwok Tai Chui Varsha Arya +2 位作者 Brij B.Gupta Miguel Torres-Ruiz Razaz Waheeb Attar 《Computers, Materials & Continua》 2026年第1期1410-1432,共23页
Parkinson’s disease(PD)is a debilitating neurological disorder affecting over 10 million people worldwide.PD classification models using voice signals as input are common in the literature.It is believed that using d... Parkinson’s disease(PD)is a debilitating neurological disorder affecting over 10 million people worldwide.PD classification models using voice signals as input are common in the literature.It is believed that using deep learning algorithms further enhances performance;nevertheless,it is challenging due to the nature of small-scale and imbalanced PD datasets.This paper proposed a convolutional neural network-based deep support vector machine(CNN-DSVM)to automate the feature extraction process using CNN and extend the conventional SVM to a DSVM for better classification performance in small-scale PD datasets.A customized kernel function reduces the impact of biased classification towards the majority class(healthy candidates in our consideration).An improved generative adversarial network(IGAN)was designed to generate additional training data to enhance the model’s performance.For performance evaluation,the proposed algorithm achieves a sensitivity of 97.6%and a specificity of 97.3%.The performance comparison is evaluated from five perspectives,including comparisons with different data generation algorithms,feature extraction techniques,kernel functions,and existing works.Results reveal the effectiveness of the IGAN algorithm,which improves the sensitivity and specificity by 4.05%–4.72%and 4.96%–5.86%,respectively;and the effectiveness of the CNN-DSVM algorithm,which improves the sensitivity by 1.24%–57.4%and specificity by 1.04%–163%and reduces biased detection towards the majority class.The ablation experiments confirm the effectiveness of individual components.Two future research directions have also been suggested. 展开更多
关键词 Convolutional neural network data generation deep support vector machine feature extraction generative artificial intelligence imbalanced dataset medical diagnosis Parkinson’s disease small-scale dataset
在线阅读 下载PDF
Single-phase-to-ground fault protection based on zero-sequence current ratio coefficient for low-resistance grounding distribution network 被引量:4
7
作者 Jianrui Li Yongli Li +1 位作者 Yonghuan Wang Jinzhao Song 《Global Energy Interconnection》 EI CAS CSCD 2021年第6期564-575,共12页
Definite-time zero-sequence over-current protection is presently used in systems whose neutral point is grounded by a low resistance(low-resistance grounding systems).These systems frequently malfunction owing to thei... Definite-time zero-sequence over-current protection is presently used in systems whose neutral point is grounded by a low resistance(low-resistance grounding systems).These systems frequently malfunction owing to their high settings of the action value when a high-impedance grounding fault occurs.In this study,the relationship between the zero-sequence currents of each feeder and the neutral branch was analyzed.Then,a grounding protection method was proposed on the basis of the zero-sequence current ratio coefficient.It is defined as the ratio of the zero-sequence current of the feeder to that of the neutral branch.Nonetheless,both zero-sequence voltage and zero-sequence current are affected by the transition resistance,The influence of transition resistance can be eliminated by calculating this coefficient.Therefore,a method based on the zero-sequence current ratio coefficient was proposed considering the significant difference between the faulty feeder and healthy feeder.Furthermore,unbalanced current can be prevented by setting the starting current.PSCAD simulation results reveal that the proposed method shows high reliability and sensitivity when a high-resistance grounding fault occurs. 展开更多
关键词 Low-resistance grounding system High-impedance grounding fault Grounding protection zero-sequence current ratio coefficient
在线阅读 下载PDF
Zero-sequence Current Suppressing Strategy for Dual Three-phase Permanent Magnet Synchronous Machines Connected with Single Neutral Point 被引量:3
8
作者 Zongwang Li Yuxuan Du +2 位作者 Jinghua Ji Tao Tao Wenxiang Zhao 《CES Transactions on Electrical Machines and Systems》 CSCD 2022年第4期465-472,共8页
Dual three-phase permanent-magnet synchronous machines(DTP-PMSM)connected with a single neutral point provide a loop for zero-sequence current(ZSC).This paper proposes a novel space vector pulse width modulation(SVPWM... Dual three-phase permanent-magnet synchronous machines(DTP-PMSM)connected with a single neutral point provide a loop for zero-sequence current(ZSC).This paper proposes a novel space vector pulse width modulation(SVPWM)strategy to suppress the ZSC.Five vectors are selected as basic voltage vectors in one switching period.The fundamental and harmonic planes and the zero-sequence plane are taken into consideration to synthesis the reference voltage vector.To suppress the ZSC,a non-zero zero-sequence voltage(ZSV)is generated to compensate the third harmonic back-EMF.Rather than triangular carrier modulation,the sawtooth carrier modulation strategy is used to generate asymmetric PWM signals.The modulation range is investigated to explore the variation of modulation range caused by considering the zero-sequence plane.With the proposed method,the ZSC can be considerably reduced.The simulated and experimental results are presented to validate the effectiveness of the proposed modulation strategy. 展开更多
关键词 zero-sequence current a single neutral point dual three-phase permanent-magnet synchronous machine third harmonic back-EMF
在线阅读 下载PDF
Protection of Zero-Sequence Power Variation in Mountain Wind Farm Collector Lines Based on Multi-Mode Grounding
9
作者 Hongchun Shu Yaqi Deng +3 位作者 Pulin Cao Jun Dong Hongjiang Rao Zhiqian Bo 《Energy Engineering》 EI 2022年第2期523-538,共16页
The arc-suppression coil(ASC)in parallel low resistance(LR)multi-mode grounding is adopted in the mountain wind farm to cope with the phenomenon that is misoperation or refusal of zero-sequence protection in LR ground... The arc-suppression coil(ASC)in parallel low resistance(LR)multi-mode grounding is adopted in the mountain wind farm to cope with the phenomenon that is misoperation or refusal of zero-sequence protection in LR grounding wind farm.If the fault disappears before LR is put into the system,it is judged as an instantaneous fault;while the fault does not disappear after LR is put into the system,it is judged as a permanent fault;the single-phase grounding fault(SLG)protection criterion based on zerosequence power variation is proposed to identify the instantaneous-permanent fault.Firstly,the distribution characteristic of zero-sequence voltage(ZSV)and zero-sequence current(ZSC)are analyzed after SLGfault occurs in multi-mode grounding.Then,according to the characteristics that zero-sequence power variation of non-fault collector line is small,while the zero-sequence power variation of fault collector line can reflect the active power component of fault resistance,the protection criterion based on zero-sequence power variation is constructed.The theoretical analysis and simulation results show that the protection criterion can distinguish the property of fault only by using the single terminal information,which has high reliability. 展开更多
关键词 Mountain wind farm multi-mode grounding collector line single-phase grounding fault zero-sequence power variation
在线阅读 下载PDF
Zero-Sequence Current Suppression Strategy for Open-End Winding Permanent Magnet Synchronous Motor Based on Model Predictive Control
10
作者 LIU Huashan LI Jie YAO Fei 《Journal of Donghua University(English Edition)》 EI CAS 2020年第4期286-292,共7页
Compared with the traditional three-phase star connection winding,the open-end winding permanent magnet synchronous motor(OW-PMSM)system with a common direct current(DC)bus has a zero-sequence circuit,which makes the ... Compared with the traditional three-phase star connection winding,the open-end winding permanent magnet synchronous motor(OW-PMSM)system with a common direct current(DC)bus has a zero-sequence circuit,which makes the common-mode voltage and the back electromotive force(EMF)harmonic generated by the inverters produce the zero-sequence current in the zero-sequence circuit,and the zero-sequence current has great influence on the operation efficiency and stability of the motor control system.A zero-sequence current suppression strategy is presented based on model predictive current control for OW-PMSM.Through the mathematical model of OW-PMSM to establish the predictive model and the zero-sequence circuit model,the common-mode voltage under different voltage vector combinations is fully considered during vector selection and action time calculation.Then zero-sequence loop constraints are established,so as to suppress the zero-sequence current.In the end,the control strategy proposed in this paper is verified by simulation experiments. 展开更多
关键词 open-end winding permanent magnet synchronous motor(OW-PMSM) zero-sequence current HARMONIC model predictive current control common-mode voltage
在线阅读 下载PDF
Joint Estimation of SOH and RUL for Lithium-Ion Batteries Based on Improved Twin Support Vector Machineh 被引量:1
11
作者 Liyao Yang Hongyan Ma +1 位作者 Yingda Zhang Wei He 《Energy Engineering》 EI 2025年第1期243-264,共22页
Accurately estimating the State of Health(SOH)and Remaining Useful Life(RUL)of lithium-ion batteries(LIBs)is crucial for the continuous and stable operation of battery management systems.However,due to the complex int... Accurately estimating the State of Health(SOH)and Remaining Useful Life(RUL)of lithium-ion batteries(LIBs)is crucial for the continuous and stable operation of battery management systems.However,due to the complex internal chemical systems of LIBs and the nonlinear degradation of their performance,direct measurement of SOH and RUL is challenging.To address these issues,the Twin Support Vector Machine(TWSVM)method is proposed to predict SOH and RUL.Initially,the constant current charging time of the lithium battery is extracted as a health indicator(HI),decomposed using Variational Modal Decomposition(VMD),and feature correlations are computed using Importance of Random Forest Features(RF)to maximize the extraction of critical factors influencing battery performance degradation.Furthermore,to enhance the global search capability of the Convolution Optimization Algorithm(COA),improvements are made using Good Point Set theory and the Differential Evolution method.The Improved Convolution Optimization Algorithm(ICOA)is employed to optimize TWSVM parameters for constructing SOH and RUL prediction models.Finally,the proposed models are validated using NASA and CALCE lithium-ion battery datasets.Experimental results demonstrate that the proposed models achieve an RMSE not exceeding 0.007 and an MAPE not exceeding 0.0082 for SOH and RUL prediction,with a relative error in RUL prediction within the range of[-1.8%,2%].Compared to other models,the proposed model not only exhibits superior fitting capability but also demonstrates robust performance. 展开更多
关键词 State of health remaining useful life variational modal decomposition random forest twin support vector machine convolutional optimization algorithm
在线阅读 下载PDF
Electromagnetic Zero-Sequence Harmonics Blocker: Modeling and Experimental Analysis
12
作者 Luis C. Origa de Oliveira Rodrigo N. de Oliveira +1 位作者 Julio B. de Souza Stefani C. L. de Freitas 《Journal of Energy and Power Engineering》 2014年第8期1425-1431,共7页
This paper reveals new contributions to the analysis and development of devices for harmonic distortion mitigation. Considering the sequential distribution of harmonic currents, zero-sequence components could be dimin... This paper reveals new contributions to the analysis and development of devices for harmonic distortion mitigation. Considering the sequential distribution of harmonic currents, zero-sequence components could be diminished using electromagnetic devices, particularly the eZSB (electromagnetic zero-sequence blocking). One important characteristic of this device, which has received particular attention on this research, is its robustness and low cost of construction. Theoretical and experimental results related to the behavior of the electromagnetic blocking devices are presented. The results illustrate the consistence of the theoretical aspects related with the model in the frequency domain, as well as the performance of the blocking devices, reducing zero-sequence harmonic currents, mainly by the conjunct action of the eZSF (electromagnetic zero-sequence harmonic filter), working as a impedance coupler. In this context, aiming the evaluation of the reliability of the results obtained through mathematical modeling, experimental tests have been carried out using a low-power prototype, highlighting particular aspects related to its function as a zero-sequence harmonic blocker. 展开更多
关键词 Electromagnetic blocker zero-sequence harmonics triplens harmonics power quality
在线阅读 下载PDF
Thrust-vectoring schemes for electric propulsion systems:A review 被引量:1
13
作者 Andrei SHUMEIKO Victor TELEKH Sergei RYZHKOV 《Chinese Journal of Aeronautics》 2025年第6期179-203,共25页
Thrust-vectoring capability has become a critical feature for propulsion systems as space missions move from static to dynamic.Thrust-vectoring is a well-developed area of rocket engine science.For electric propulsion... Thrust-vectoring capability has become a critical feature for propulsion systems as space missions move from static to dynamic.Thrust-vectoring is a well-developed area of rocket engine science.For electric propulsion,however,it is an evolving field that has taken a new leap forward in recent years.A review and analysis of thrust-vectoring schemes for electric propulsion systems have been conducted.The scope of this review includes thrust-vectoring schemes that can be implemented for electrostatic,electromagnetic,and beam-driven thrusters.A classification of electric propulsion schemes that provide thrust-vectoring capability is developed.More attention is given to schemes implemented in laboratory prototypes and flight models.The final part is devoted to a discussion on the suitability of different electric propulsion systems with thrust-vectoring capability for modern space mission operations.The thrust-vectoring capability of electric propulsion is necessary for inner and outer space satellites,which are at a disadvantage with conventional unidirectional propulsion systems due to their limited maneuverability. 展开更多
关键词 Electric propulsion Spacecraft propulsion Plasma sources Flight control systems Thrust vectoring Thrust vector control
原文传递
Evaluating vector winds over eastern China in 2022 predicted by the CMA-MESO model and ECMWF forecast 被引量:1
14
作者 Fang Huang Mingjian Zeng +4 位作者 Zhongfeng Xu Boni Wang Ming Sun Hangcheng Ge Shoukang Wu 《Atmospheric and Oceanic Science Letters》 2025年第4期41-47,共7页
Vector winds play a crucial role in weather and climate,as well as the effective utilization of wind energy resources.However,limited research has been conducted on treating the wind field as a vector field in the eva... Vector winds play a crucial role in weather and climate,as well as the effective utilization of wind energy resources.However,limited research has been conducted on treating the wind field as a vector field in the evaluation of numerical weather prediction models.In this study,the authors treat vector winds as a whole by employing a vector field evaluation method,and evaluate the mesoscale model of the China Meteorological Administration(CMA-MESO)and ECMWF forecast,with reference to ERA5 reanalysis,in terms of multiple aspects of vector winds over eastern China in 2022.The results show that the ECMWF forecast is superior to CMA-MESO in predicting the spatial distribution and intensity of 10-m vector winds.Both models overestimate the wind speed in East China,and CMA-MESO overestimates the wind speed to a greater extent.The forecasting skill of the vector wind field in both models decreases with increasing lead time.The forecasting skill of CMA-MESO fluctuates more and decreases faster than that of the ECMWF forecast.There is a significant negative correlation between the model vector wind forecasting skill and terrain height.This study provides a scientific evaluation of the local application of vector wind forecasts of the CMA-MESO model and ECMWF forecast. 展开更多
关键词 Model evaluation vector winds CMA-MESO ECMWF Forecasting skill
在线阅读 下载PDF
A Support Vector Machine(SVM)Model for Privacy Recommending Data Processing Model(PRDPM)in Internet of Vehicles
15
作者 Ali Alqarni 《Computers, Materials & Continua》 SCIE EI 2025年第1期389-406,共18页
Open networks and heterogeneous services in the Internet of Vehicles(IoV)can lead to security and privacy challenges.One key requirement for such systems is the preservation of user privacy,ensuring a seamless experie... Open networks and heterogeneous services in the Internet of Vehicles(IoV)can lead to security and privacy challenges.One key requirement for such systems is the preservation of user privacy,ensuring a seamless experience in driving,navigation,and communication.These privacy needs are influenced by various factors,such as data collected at different intervals,trip durations,and user interactions.To address this,the paper proposes a Support Vector Machine(SVM)model designed to process large amounts of aggregated data and recommend privacy preserving measures.The model analyzes data based on user demands and interactions with service providers or neighboring infrastructure.It aims to minimize privacy risks while ensuring service continuity and sustainability.The SVMmodel helps validate the system’s reliability by creating a hyperplane that distinguishes between maximum and minimum privacy recommendations.The results demonstrate the effectiveness of the proposed SVM model in enhancing both privacy and service performance. 展开更多
关键词 Support vector machine big data IoV PRIVACY-PRESERVING
在线阅读 下载PDF
Comprehensive analysis of noise in Macao Science Satellite-1 vector magnetometer data 被引量:1
16
作者 SiShan Song Fan Yin +4 位作者 Qin Yan Hermann Lühr Chao Xiong Yi Jiang PengFei Liu 《Earth and Planetary Physics》 2025年第3期532-540,共9页
The Macao Science Satellite-1(known as MSS-1)is the first scientific exploration satellite that was designed to measure the Earth's low latitude magnetic field at high resolution and with high precision by collect... The Macao Science Satellite-1(known as MSS-1)is the first scientific exploration satellite that was designed to measure the Earth's low latitude magnetic field at high resolution and with high precision by collecting data in a near-equatorial orbit.Magnetic field data from MSS-1's onboard Vector Fluxgate Magnetometer(VFM),collected at a sample rate of 50 Hz,allows us to detect and investigate sources of magnetic data contamination,from DC to relevant Nyquist frequency.Here we report two types of artificial disturbances in the VFM data.One is V-shaped events concentrated at night,with frequencies sweeping from the Nyquist frequency down to zero and back up.The other is 5-Hz events(ones that exhibit a distinct 5 Hz spectrum peak);these events are always accompanied by intervals of spiky signals,and are clearly related to the attitude control of the satellite.Our analyses show that VFM noise levels in daytime are systematically lower than in nighttime.The daily average noise levels exhibit a period of about 52 days.The V-shaped events are strongly correlated with higher VFM noise levels. 展开更多
关键词 Macao Science Satellite-1 vector Fluxgate Magnetometer artificial disturbances noise features
在线阅读 下载PDF
A Survey on the Existence of Harmonic Metrics on Vector Bundles
17
作者 SHEN Zhenghan ZHANG Xi 《数学进展》 北大核心 2025年第2期390-404,共15页
In this paper,we give a survey on the existence of Hermitian-Einstein metrics and harmonic metrics.
关键词 Hermitian-Einstein metric harmonic metric holomorphic vector bundle non-Hermitian Yang-Mills bundle
原文传递
A VECTOR BUNDLE VALUED MIXED HARD LEFSCHETZ THEOREM
18
作者 Zeng CHEN Guanxiang WANG 《Acta Mathematica Scientia》 2025年第2期514-524,共11页
In this paper,we obtain a vector bundle valued mixed hard Lefschetz theorem.The argument is mainly based on the works of Tien-Cuong Dinh and Viet-Anh Nguyen.
关键词 hard Lefschetz theorem holomorphic vector bundle Hermitian fat vector bundle
在线阅读 下载PDF
Insecticide resistance status of malaria vectors in endemic states of India(2017-2024):A scoping review
19
作者 Kamaraju Raghavendra Poonam Sharma Velamuri +1 位作者 Vartika Singhal Roop Kumari 《Asian Pacific Journal of Tropical Medicine》 2025年第8期337-352,I0003-I0013,共27页
Objective:To collate and summarize phenotypic insecticide susceptibility data of Indian malaria vectors from 2017 to 2024,focusing on insecticides used in adult vector control,dichloro diphenyl trichloroethane,malathi... Objective:To collate and summarize phenotypic insecticide susceptibility data of Indian malaria vectors from 2017 to 2024,focusing on insecticides used in adult vector control,dichloro diphenyl trichloroethane,malathion,deltamethrin,alpha-cypermethrin,and permethrin to identify resistance patterns to different classes of insecticides.Methods:The data included information on vector species,location of the study(state/district),insecticide tested,mortality percentage,and susceptibility classification based on the World Health Organization interpretation criteria.Retrospective data were collected from peer-reviewed publications(2017-2024)and up to June 2025.The data were collated for five major malaria vector species,namely Anopheles(An.)culicifacies,An.fluviatilis,An.stephensi,An.baimaii,and An.minimus.Results:Insecticide susceptibility data were available from 86 districts across 16 Indian states for 40615 mosquitoes.The majority of the data was on An.culicifacies(n=28308),followed by An.stephensi(n=5611),An.fluviatilis(n=5967),An.baimaii(n=365),and An.minimus(n=364).Intensity bioassays revealed low to moderate resistance levels in An.culicifacies populations from selected districts in 3 states,Odisha,Madhya Pradesh,and Chhattisgarh against deltamethrin and alpha-cypermethrin.Conclusions:This review highlights spatial and species-level variations in insecticide susceptibility among Indian malaria vectors.The low to moderate intensity suggested that it may not yet be severe enough to cause operational failure with current vector control interventions.Continued monitoring of insecticide resistance,as well as the use of new-generation insecticides and interventions,is suggested to sustain vector control efficacy and manage insecticide resistance in malaria vectors to support India’s malaria elimination. 展开更多
关键词 Malaria vectors Insecticide resistance INDIA
暂未订购
COMMUTATOR ESTIMATES FOR VECTOR FIELDS ON BESOV SPACES WITH VARIABLE SMOOTHNESS AND INTEGRABILITY
20
作者 BenMahmoud SALAH 《Acta Mathematica Scientia》 2025年第3期771-788,共18页
In this paper we present certain bilinear estimates for commutators on Besov spaces with variable smoothness and integrability,and under no vanishing assumptions on the divergence of vector fields.Such commutator esti... In this paper we present certain bilinear estimates for commutators on Besov spaces with variable smoothness and integrability,and under no vanishing assumptions on the divergence of vector fields.Such commutator estimates are motivated by the study of well-posedness results for some models in incompressible fuid mechanics. 展开更多
关键词 COMMUTATOR vector fields Besov space variable exponent
在线阅读 下载PDF
上一页 1 2 250 下一页 到第
使用帮助 返回顶部