期刊文献+
共找到62,542篇文章
< 1 2 250 >
每页显示 20 50 100
Improving Online Restore Performance of Backup Storage via Historical File Access Pattern
1
作者 Ruidong Chen Guopeng Wang +5 位作者 Jingyuan Yang Ziyu Wang Fang Zou Jia Sun Xingpeng Tang Ting Chen 《Computers, Materials & Continua》 2026年第3期1536-1558,共23页
The performance of data restore is one of the key indicators of user experience for backup storage systems.Compared to the traditional offline restore process,online restore reduces downtime during backup restoration,... The performance of data restore is one of the key indicators of user experience for backup storage systems.Compared to the traditional offline restore process,online restore reduces downtime during backup restoration,allowing users to operate on already restored files while other files are still being restored.This approach improves availability during restoration tasks but suffers from a critical limitation:inconsistencies between the access sequence and the restore sequence.In many cases,the file a user needs to access at a given moment may not yet be restored,resulting in significant delays and poor user experience.To this end,we present Histore,which builds on the user’s historical access sequence to schedule the restore sequence,in order to reduce users’access delayed time.Histore includes three restore approaches:(i)the frequency-based approach,which restores files based on historical file access frequencies and prioritizes ensuring the availability of frequently accessed files;(ii)the graph-based approach,which preferentially restores the frequently accessed files as well as their correlated files based on historical access patterns,and(iii)the trie-based approach,which restores particular files based on both users’real-time and historical access patterns to deduce and restore the files to be accessed in the near future.We implement a prototype of Histore and evaluate its performance from multiple perspectives.Trace-driven experiments on two datasets show that Histore significantly reduces users’delay time by 4-700×with only 1.0%-14.5%additional performance overhead. 展开更多
关键词 online restore access pattern correlation graph TRIE
在线阅读 下载PDF
Online Learning in a Creator Economy
2
作者 Banghua Zhu Sai Praneeth Karimireddy +1 位作者 Jiantao Jiao Michael I.Jordan 《Artificial Intelligence Science and Engineering》 2026年第1期36-48,共13页
The creator economy is revolutionizing the way in which individuals can profit from their engagement with online platforms.In this paper,we initiate the formal study of online learning in a creator economy by modeling... The creator economy is revolutionizing the way in which individuals can profit from their engagement with online platforms.In this paper,we initiate the formal study of online learning in a creator economy by modeling it as a three-party game between users,a platform,and content creators.The platform interacts with creators through contracts under a principal-agent framework and with users via a recommender system.We study how the platform can jointly optimize contracts and recommendation policies in an online learning setting.We analyze return-based and feature-based contracts.Under smoothness assumptions,return-based contracts achieve regretΘ(T^(2/3)).For feature-based contracts,we introduce an intrinsic dimension d and prove a regret bound O(T^(d+1)/(d+2)),which is tight for linear families. 展开更多
关键词 online learning contract theory regret analysis
在线阅读 下载PDF
Online Probabilistic Load Forecasts Considering Data Gaps
3
作者 Pengfei Zhao Weihao Hu +3 位作者 Di Cao Longcheng Dai Qi Huang Zhe Chen 《CSEE Journal of Power and Energy Systems》 2026年第1期557-562,共6页
Existing load forecasting methods typically assume that recent load data are available for prediction.This is not in conformity with reality since there is a time gap between the flow date(when power is consumed)and w... Existing load forecasting methods typically assume that recent load data are available for prediction.This is not in conformity with reality since there is a time gap between the flow date(when power is consumed)and when measurement values are obtained.To this end,this letter proposes an online learning-based probabilistic load forecasting method considering the impact of the data gap.Specifically,an adaptive ensemble backpropagation-enabled online quantile regression algorithm is developed to optimize the parameters of the attention network recursively using the newly obtained load observations.To further improve the reliability and sharpness of prediction intervals under significant data gaps,we introduce an online interval calibration technique.The proposed online learning method allows us to adaptively capture the dynamic changes in load patterns and alleviate the information lags caused by data gaps.Comparative tests utilizing real-world datasets reveal the superiority of the proposed method. 展开更多
关键词 Data gaps online learning probabilistic load forecasting
原文传递
Online Learning for Subseasonal Forecasting over South China
4
作者 ZHANG Jia-wei LU Chu-han +3 位作者 CHEN Si-rong LIU Mei-chen ZHANG Yu-min SHEN Yi-chen 《Journal of Tropical Meteorology》 2026年第1期86-95,共10页
Since the initiation of the subseasonal-to-seasonal prediction project by the World Meteorological Organization,the accuracy of model forecasts has improved notably.However,substantial discrepancies have been observed... Since the initiation of the subseasonal-to-seasonal prediction project by the World Meteorological Organization,the accuracy of model forecasts has improved notably.However,substantial discrepancies have been observed among forecast results produced by different ensemble members when applied to South China.To enhance the accuracy of sub-seasonal forecasts in this region,it is essential to develop new methods that can effectively leverage multiple predictive models.This study introduces a weighted ensemble forecasting method based on online learning to improve forecast accuracy.We utilized ensemble forecasts from three models:the Integrated Forecasting System model from the European Centre for Medium-Range Weather Forecasts,the Climate Forecast System Version 2 model from the National Centers for Environmental Prediction,and the Beijing Climate Center-Climate Prediction System version 3 model from the China Meteorological Administration.The ensemble weights are trained using an online learning approach.The results indicate that the forecasts obtained through online learning outperform those of the original dynamical models.Compared to the simple ensemble results of the three models,the weighted ensemble model showed a stronger capability to capture temperature and precipitation patterns in South China.Therefore,this method has the potential to improve the accuracy of sub-seasonal forecasts in this region. 展开更多
关键词 online learning subseasonal forecasting weighted ensemble forecast
在线阅读 下载PDF
Online Transient Stability Prediction Method for Microgrids Considering Current Saturation During Interactions of Different Distributed Energy Resources
5
作者 Huimin Zhao Yelun Peng +2 位作者 Zhikang Shuai Feng Zhao Xia Shen 《CSEE Journal of Power and Energy Systems》 2026年第1期316-328,共13页
In practical microgrids,current saturation of inverters and power interaction coupling of different forms of DERs complicate the system's transient behaviors.Existing methods of online transient stability predicti... In practical microgrids,current saturation of inverters and power interaction coupling of different forms of DERs complicate the system's transient behaviors.Existing methods of online transient stability prediction(TSP)are suitable for power systems consisting of homogeneous distributed energy resources(DERs),thus showing limited accuracy for stability prediction of microgrids.This paper develops a deep-learning-based TSP method for accurate online prediction of microgrids consisting of diverse forms of DERs under current saturation.First,a general key input feature selection method for microgrid TSP is systematically designed to ensure prediction accuracy.It is derived from a comprehensive mechanism analysis of the influence of DER's intrinsic and interaction characteristics under current saturation.Besides,impacts of load fluctuation and fault change are also considered to improve robust prediction performance.Second,to further improve prediction accuracy,an online TSP model based on deep learning is developed by effectively using the powerful nonlinear mapping capability of the deep belief network(DBN).Then,by combining feature selection method and deep-learning-based TSP model,an online TSP method is derived.Test results show the proposed method greatly improves accuracy of microgrid TSP under complex operating conditions.Furthermore,the method effectively avoids feature redundancy and the curse of dimensionality.Numbers of input features are independent of the scale of microgrids. 展开更多
关键词 Deep learning feature selection MICROGRID online transient stability prediction
原文传递
Exploring the Framework of Online Music Use for Motivation of Studies and Gratification Needs for Students’Well-Being
6
作者 Muhammad Ali Malik Koo Ah Choo +4 位作者 Hawa Rahmat Elyna Amir Sharji Teoh Sian Hoon Sabariah Eni Lim Kok Yoong 《International Journal of Mental Health Promotion》 2026年第1期149-167,共19页
Background:Music has proven to be vital in enhancing resilience and promotingwell-being.Previously,the impact of music in sports environments was solely investigated,while this paper applies it to study environments,s... Background:Music has proven to be vital in enhancing resilience and promotingwell-being.Previously,the impact of music in sports environments was solely investigated,while this paper applies it to study environments,standing out as pioneering research.The study consists of a systematic development of a conceptual framework based on theories of Uses and Gratification Expectancy(UGE)and perceived motivation based on music elements.Their components are observed variables influencing students’psychological well-being(as the dependent variable).Resilience is examined as a mediator,influencing the relationships of both observed and dependent variables.The main purpose of this study is to highlight the positive effects of online music consumption on the psychological well-being of students.Methods:Semi-structured qualitative interviews were conducted with eighteen final year creative multimedia undergraduate students belonging to five central region Malaysian universities,especially on their UGE needs,and a similar concept survey instrument with two hundred participants.The interview data were analysed through thematic analysis,while the survey data through descriptive and Partial Least Squares Structural Equation Modeling(PLS-SEM).Results:The results highlight that students gain motivation from online music,which positively affects their psychological well-being(β=0.190,p=0.003,f^(2)=0.037),while resilience significantly affects this relationship(β=0.562,p<0.001,f^(2)=0.461).However,the results also predict a partial relationship between constructs based on UGE with psychological well-being,mediated by resilience,i.e.,AT-UGE(β=0.021,p=0.783,f^(2)=0.000),SIPI-UGE(β=0.228,p=0.004,f^(2)=0.044).Conclusion:The outcome of the study reflected practical,meaningful,and statistically significant results.The majority of the predictors,with the exception of one,i.e.,AT-UGE,displayed a clear positive relation of online music consumption on the Psychological Well-being of students.Future research will explore varying contextual factors impacting online music-related gratifications,motivations,and resilience,along with additional potential mediators and moderators. 展开更多
关键词 online music uses and gratification expectancy perceived motivation resilience WELL-BEING
在线阅读 下载PDF
Defending against Topological Information Probing for Online Decentralized Web Services
7
作者 Xinli Hao Qingyuan Gong Yang Chen 《Computers, Materials & Continua》 2026年第3期330-350,共21页
Topological information is very important for understanding different types of online web services,in particular,for online social networks(OSNs).People leverage such information for various applications,such as socia... Topological information is very important for understanding different types of online web services,in particular,for online social networks(OSNs).People leverage such information for various applications,such as social relationship modeling,community detection,user profiling,and user behavior prediction.However,the leak of such information will also pose severe challenges for user privacy preserving due to its usefulness in characterizing users.Large-scale web crawling-based information probing is a representative way for obtaining topological information of online web services.In this paper,we explore how to defend against topological information probing for online web services,with a particular focus on online decentralized web services such as Mastodon.Different from traditional centralized web services,the federated nature of decentralized web services makes the identification of distributed crawlers even more difficult.We analyze the behavioral differences between legitimate users and crawlers in decentralized web services and highlight two key behavioral attributes that distinguish crawlers from legitimate users:instance interaction preferences and hop count in profile viewing patterns.Based on these insights:we propose a supervised machine learning-based framework for crawler detection,which is able to learn the federation-aware feature representations for users.To validate the framework’s effectiveness,we construct a labeled dataset that integrates real users with real-trace driven simulated crawlers in Mastodon.We use this dataset to train various supervised classifiers for crawler detection.Experimental results demonstrate that our framework can achieve an excellent classification performance.Moreover,it is observed that federation-aware features are effective in improving detection performance. 展开更多
关键词 Anti-mapping crawler detection machine learning decentralized online social networks
在线阅读 下载PDF
Exploratory Practice of Online Group Psychological Counseling with Narrative Painting Therapy
8
作者 Pai He Liang Yue +2 位作者 Wenxin Guo Siyao Xu Xinling Wu 《Journal of Clinical and Nursing Research》 2026年第2期122-127,共6页
To explore effective paths for improving college students’ mental health, this study integrates narrative therapy and painting therapy to design a 7-week online group psychological counseling program. A total of 121 ... To explore effective paths for improving college students’ mental health, this study integrates narrative therapy and painting therapy to design a 7-week online group psychological counseling program. A total of 121 volunteer college students participated as subjects, and themed painting counseling was conducted via Tencent Meeting. Five scales, including the General Self-Efficacy Scale, Self-Esteem Scale, and Self-Rating Depression Scale, were used for pre-test and post-test comparisons. The results show that after the intervention, students’ self-efficacy (t = -5.528, p = 0.000) and self-esteem level (t = -2.153, p = 0.033) significantly improved statistically, and depression and anxiety showed a positive improvement trend. The research indicates that online narrative painting therapy can effectively release students’ psychological pressure, promote in-depth self-cognition and interpersonal connection construction, providing an operable innovative paradigm for college mental health education. Its interactivity and effectiveness are compatible with the psychological needs and internet usage habits of contemporary college students. 展开更多
关键词 Mental health education Narrative painting therapy online group counseling
在线阅读 下载PDF
Self-Presentation onWeChat Moments and Ego Identity in Emerging Adults: The Role of Online Positive Feedback and Gender
9
作者 Shuqing Wang Xiaorui Zhu +2 位作者 Xin Gao Jialing Deng Xiumei Yan 《International Journal of Mental Health Promotion》 2026年第3期183-204,共22页
Background:Emerging adulthood is a critical period for ego identity exploration and consolidation,and self-presentation on social media constitutes a salient online context for this developmental process.However,limit... Background:Emerging adulthood is a critical period for ego identity exploration and consolidation,and self-presentation on social media constitutes a salient online context for this developmental process.However,limited research has explored the associations between self-presentation on WeChat Moments and ego identity.This study aims to examine these associations,focusing on the mediating role of online positive feedback and the moderating role of gender.Methods:Using a three-wave longitudinal design,this study followed 767 Chinese college students(Mean age=18.96 years)through cluster sampling.Participants completed self-report questionnaires assessing self-presentation on WeChat Moments,online positive feedback,and ego identity status.Data analyses were conducted using mediation modeling and multi-group structural equation modeling.Results:Authentic self-presentation was positively associated with identity achievement and negatively associated with identity diffusion,whereas positive self-presentation was linked to higher levels of identity foreclosure.Online positive feedback played a significant mediating role in the associations between self-presentation strategies and identity statuses,and gender differences were observed in this mediating pathway.For both males and females,authentic self-presentation was associated with higher identity achievement through online positive feedback.However,indirect associations with identity foreclosure and diffusion were observed only among females:authentic self-presentation was linked to lower levels,whereas positive self-presentation was linked to higher levels of foreclosure and diffusion through online positive feedback.No comparable indirect associations were detected among males.Conclusions:Online positive feedback is closely linked to self-presentation strategies and ego identity statuses,with these associations varying by gender. 展开更多
关键词 Self-presentation on WeChat moments ego identity online positive feedback emerging adults
在线阅读 下载PDF
OPOR-Bench:Evaluating Large Language Models on Online Public Opinion Report Generation
10
作者 Jinzheng Yu Yang Xu +4 位作者 Haozhen Li Junqi Li Ligu Zhu Hao Shen Lei Shi 《Computers, Materials & Continua》 2026年第4期1403-1427,共25页
Online Public Opinion Reports consolidate news and social media for timely crisis management by governments and enterprises.While large language models(LLMs)enable automated report generation,this specific domain lack... Online Public Opinion Reports consolidate news and social media for timely crisis management by governments and enterprises.While large language models(LLMs)enable automated report generation,this specific domain lacks formal task definitions and corresponding benchmarks.To bridge this gap,we define the Automated Online Public Opinion Report Generation(OPOR-Gen)task and construct OPOR-Bench,an event-centric dataset with 463 crisis events across 108 countries(comprising 8.8 K news articles and 185 K tweets).To evaluate report quality,we propose OPOR-Eval,a novel agent-based framework that simulates human expert evaluation.Validation experiments show OPOR-Eval achieves a high Spearman’s correlation(ρ=0.70)with human judgments,though challenges in temporal reasoning persist.This work establishes an initial foundation for advancing automated public opinion reporting research. 展开更多
关键词 online public opinion reports crisis management large language models agent-based evaluation
在线阅读 下载PDF
Insights into Student Perceptions of Error Feedback and Improvement Preferences in Online Programming Education
11
作者 Li Zhang Tianze Wang +1 位作者 Jing Jiang Yufei Zhou 《计算机教育》 2026年第3期176-189,共14页
Online programming platforms are popular in programming education.However,there has been no research investigating students’real opinions and expectations of the error feedback mechanisms,leaving educators without a ... Online programming platforms are popular in programming education.However,there has been no research investigating students’real opinions and expectations of the error feedback mechanisms,leaving educators without a solid data foundation when attempting to improve the error feedback mechanisms.This paper makes a survey of 834 students across various programming courses and investigates student perceptions of error feedback mechanisms on online programming platforms.It explores the effectiveness of existing feedback,student satisfaction,and preferences for potential improvements,focusing on automatic error localization and program repair mechanisms.Results reveal a significant portion of students are dissatisfied with current feedback due to its limited informativeness.Students also express a clear demand for stronger feedback mechanisms,such as error localization and repair hints.Nevertheless,they prefer feedback that subtly guides them toward solutions,rather than providing direct and explicit answers,valuing the opportunity to enhance their debugging skills.The findings suggest a need for balanced,educational-focused feedback mechanisms that aid learning while promoting independent problem-solving. 展开更多
关键词 Error feedback online programming education Program error localization Automated program repair
在线阅读 下载PDF
A Hybrid Deep Learning Approach for Real-Time Cheating Behaviour Detection in Online Exams Using Video Captured Analysis
12
作者 Dao Phuc Minh Huy Gia Nhu Nguyen Dac-Nhuong Le 《Computers, Materials & Continua》 2026年第3期1179-1198,共20页
Online examinations have become a dominant assessment mode,increasing concerns over academic integrity.To address the critical challenge of detecting cheating behaviours,this study proposes a hybrid deep learning appr... Online examinations have become a dominant assessment mode,increasing concerns over academic integrity.To address the critical challenge of detecting cheating behaviours,this study proposes a hybrid deep learning approach that combines visual detection and temporal behaviour classification.The methodology utilises object detection models—You Only Look Once(YOLOv12),Faster Region-based Convolutional Neural Network(RCNN),and Single Shot Detector(SSD)MobileNet—integrated with classification models such as Convolutional Neural Networks(CNN),Bidirectional Gated Recurrent Unit(Bi-GRU),and CNN-LSTM(Long Short-Term Memory).Two distinct datasets were used:the Online Exam Proctoring(EOP)dataset from Michigan State University and the School of Computer Science,Duy Tan Unievrsity(SCS-DTU)dataset collected in a controlled classroom setting.A diverse set of cheating behaviours,including book usage,unauthorised interaction,internet access,and mobile phone use,was categorised.Comprehensive experiments evaluated the models based on accuracy,precision,recall,training time,inference speed,and memory usage.We evaluate nine detector-classifier pairings under a unified budget and score them via a calibrated harmonic mean of detection and classification accuracies,enabling deployment-oriented selection under latency and memory constraints.Macro-Precision/Recall/F1 and Receiver Operating Characteristic-Area Under the Curve(ROC-AUC)are reported for the top configurations,revealing consistent advantages of object-centric pipelines for fine-grained cheating cues.The highest overall score is achieved by YOLOv12+CNN(97.15%accuracy),while SSD-MobileNet+CNN provides the best speed-efficiency trade-off for edge devices.This research provides valuable insights into selecting and deploying appropriate deep learning models for maintaining exam integrity under varying resource constraints. 展开更多
关键词 online exam proctoring cheating behavior detection deep learning real-time monitoring object detection human behavior recognition
在线阅读 下载PDF
Online-SPE-UPLC-MS/MS法检测生活污水中合成大麻素、四氢大麻酚及四氢大麻酸
13
作者 王蕊 张闰璇 +4 位作者 郑航航 周潇 肖雷 廖琦 焦英 《环境化学》 北大核心 2026年第2期778-788,共11页
建立了污水中合成大麻素在线固相萃取-超高液相-串联质谱法(Online-SPE-UPLC-MS/MS)检测方法,同时检测生活污水7种合成大麻素类物质及四氢大麻酚和四氢大麻酸2种分析物.分析样品调节pH值为7,加入内标溶液,经0.2μm滤膜过滤后,使用固相... 建立了污水中合成大麻素在线固相萃取-超高液相-串联质谱法(Online-SPE-UPLC-MS/MS)检测方法,同时检测生活污水7种合成大麻素类物质及四氢大麻酚和四氢大麻酸2种分析物.分析样品调节pH值为7,加入内标溶液,经0.2μm滤膜过滤后,使用固相萃取柱在线萃取,0.4 mL·min^(-1)流速载入色谱柱,柱温40℃,以0.1%甲酸-乙腈为流动相洗脱分离,在电喷雾离子源(ESI)正离子扫描,多反应监测(MRM)模式下进行定性定量分析.通过方法学验证,四氢大麻酚和四氢大麻酸在5—250 ng·L^(-1)范围内线性关系良好,其他分析物在1—250 ng·L^(-1)线性关系良好(R^(2)>0.998),日内精密度为1.29%—10.3%,日间精密度为1.91%—17.5%,除4F-MDMB-BUTICA(2-(1-(4-氟丁基)-1H-吲唑-3-甲酰胺基)-3,3-二甲基丁酸甲酯)外,回收率为85.2%—115%.对9种分析物在不同温度下的储存时间进行探讨,4F-MDMB-BUTICA和THC(四氢大麻酚)在室温保存条件下稳定性较好,其余7种分析物在4℃和-20℃温度条件下的稳定性较好.Online-SPE-UPLC-MS/MS法能够在12 min内同时完成污水中7种合成大麻素四氢大麻酚及四氢大麻酸分析物检测,并成功应用于我国城市污水监测. 展开更多
关键词 在线固相萃取-超高液相-串联质谱法 生活污水 合成大麻素
原文传递
Electrochemical cutting with flexible electrode of controlled online deformation 被引量:1
14
作者 Lin Liu Zhengyang Xu +1 位作者 Yuheng Hao Yunlong Teng 《International Journal of Extreme Manufacturing》 2025年第1期453-480,共28页
Improvements in aero-engine performance have made the structures of the aero-engine components increasingly complex.To better adapt to the processing requirements of narrow twisted channels such as an integral shroude... Improvements in aero-engine performance have made the structures of the aero-engine components increasingly complex.To better adapt to the processing requirements of narrow twisted channels such as an integral shrouded blisk,this study proposes an innovative method of electrochemical cutting in which a flexible tube electrode is controlled by online deformation during processing.In this study,the processing principle of electrochemical cutting with a flexible electrode for controlled online deformation(FECC)was revealed for the first time.The online deformation process of flexible electrodes and the machining process of profiles were analysed in depth,and the corresponding theoretical models were established.Conventional electrochemical machining(ECM)is a multi-physical field-coupled process involving electric and flow fields.In FECC,classical mechanics are introduced into the tool cathode,which must be loaded at all times during the machining process.Therefore,in this study,before and after the deformation of the flexible electrode,a corresponding simulation study was conducted to understand the influence of the online deformation of the flexible electrode on the flow and electric fields.The feasibility of flexible electrodes for online deformation and the validity of the theoretical model were verified by deformation measurements and in situ observation experiments.Finally,the method was successfully applied to the machining of nickel-based high-temperature alloys,and different specifications of flexible electrodes were used to complete the machining of the corresponding complex profiles,thereby verifying the feasibility and versatility of the method.The method proposed in this study breaks the tradition of using a non-deformable cathode for ECM and adopts a flexible electrode that can be deformed during the machining process as the tool cathode,which improves machining flexibility and provides a valuable reference to promote the ECM of complex profiles. 展开更多
关键词 electrochemical machining online deformation flexible electrode
在线阅读 下载PDF
An Online Judgement System Based on Code-generating Large Model 被引量:1
15
作者 Xudong Lu Zaixuan Wang +3 位作者 He Zhou Chen Yu Lizhen Cui Wei Guo 《计算机教育》 2025年第3期122-129,共8页
For computer science majors in higher education institutions,programming courses are one of the most important professional foundation courses.Proficiency in independent programming skills is of great help to the stud... For computer science majors in higher education institutions,programming courses are one of the most important professional foundation courses.Proficiency in independent programming skills is of great help to the study of subsequent courses and the personal development of students.In the teaching process of programming courses,online judgement systems are often used to improve students’programming level.Traditional online judgement systems lack guidance for students,and it is often difficult for inexperienced students to find and correct errors in their codes by themselves.We propose an online judgement system that integrates a large model of error correction to help students find errors and improve their programming skills. 展开更多
关键词 online judgement system Code-generating large model AI assistant
在线阅读 下载PDF
Continuous measurement of reactive ammonia in hydrogen fuel by online dilution module coupled with Fourier transform infrared spectrometer 被引量:1
16
作者 Wenqing Deng Fanfeng Deng +5 位作者 Ting Zhang Junjie Lin Liang Zhao Gang Li Yi Pan Jiebin Yang 《Chinese Chemical Letters》 2025年第3期188-193,共6页
Fuel cell electric vehicles hold great promise for a diverse range of applications in reducing greenhouse gas emissions.In power fuel cell systems,hydrogen fuel serves as an energy vector.To ensure its suitability,it ... Fuel cell electric vehicles hold great promise for a diverse range of applications in reducing greenhouse gas emissions.In power fuel cell systems,hydrogen fuel serves as an energy vector.To ensure its suitability,it is necessary for the quality of hydrogen to adhere to the standards set by ISO 14687:2019,which sets maximum limits for 14 impurities in hydrogen,aiming to prevent any degradation of fuel cell performance.Ammonia(NH_(3))is a prominent pollutant in fuel cells,and accurate measurements of its concentration are crucial for hydrogen fuel cell quantity.In this study,a novel detection platform was developed for determining NH_(3)in real hydrogen samples.The online analysis platform integrates a self-developed online dilution module with a Fourier transform infrared spectrometer(ODM-FTIR).The ODM-FTIR can be operated fully automatically with remote operation.Under the optimum conditions,this method achieved a wide linear range between(50∼1000)nmol/mol.The limit of detection(LOD)was as low as 2 nmol/mol with a relative standard deviation(RSD,n=7)of 3.6%at a content of 50 nmol/mol.To ensure that the quality of the hydrogen products meets the requirement of proton exchange membrane fuel cell vehicles(PEMFCV),the developed ODM-FTIR system was applied to monitor the NH_(3)content in Chengdu Hydrogen Energy Co.,Ltd.for 21 days during Chengdu 2021 FISU World University Games.The proposed method retains several unique advantages,including a low detection limit,excellent repeatability,high accuracy,high speed,good stability,and calibration flexibility.It is an effective analytical method for accurately quantifying NH_(3)in hydrogen,especially suitable for online analysis.It also provides a new idea for the analysis of other impurity components in hydrogen. 展开更多
关键词 Fuel cell electric vehicles Hydrogen fuel ODM-FTIR NH_(3) IMPURITY online analysis
原文传递
Online Optimization to Suppress the Grid-Injected Power Deviation of Wind Farms with Battery-Hydrogen Hybrid Energy Storage Systems 被引量:1
17
作者 Min Liu Qiliang Wu +4 位作者 Zhixin Li Bo Zhao Leiqi Zhang Junhui Li Xingxu Zhu 《Energy Engineering》 2025年第4期1403-1424,共22页
To address the issue of coordinated control of multiple hydrogen and battery storage units to suppress the grid-injected power deviation of wind farms,an online optimization strategy for Battery-hydrogen hybrid energy... To address the issue of coordinated control of multiple hydrogen and battery storage units to suppress the grid-injected power deviation of wind farms,an online optimization strategy for Battery-hydrogen hybrid energy storage systems based on measurement feedback is proposed.First,considering the high charge/discharge losses of hydrogen storage and the low energy density of battery storage,an operational optimization objective is established to enable adaptive energy adjustment in the Battery-hydrogen hybrid energy storage system.Next,an online optimization model minimizing the operational cost of the hybrid system is constructed to suppress grid-injected power deviations with satisfying the operational constraints of hydrogen storage and batteries.Finally,utilizing the online measurement of the energy states of hydrogen storage and batteries,an online optimization strategy based on measurement feedback is designed.Case study results show:before and after smoothing the fluctuations in wind power,the time when the power exceeded the upper and lower limits of the grid-injected power accounted for 24.1%and 1.45%of the total time,respectively,the proposed strategy can effectively keep the grid-injected power deviations of wind farms within the allowable range.Hydrogen storage and batteries respectively undertake long-term and short-term charge/discharge tasks,effectively reducing charge/discharge losses of the Battery-hydrogen hybrid energy storage systems and improving its operational efficiency. 展开更多
关键词 Battery-hydrogen hybrid energy storage systems grid-injected power deviations measurement feedback online optimization energy states
在线阅读 下载PDF
Study on Affecting Factors of the Consistency of Printed Electrodes Based on an Online Pressure Monitoring System
18
作者 CAI Zi-mu GU Jin-tao +2 位作者 CHENG Guang-kai XU Guang-yi LI Yan 《印刷与数字媒体技术研究》 北大核心 2025年第2期91-97,共7页
In order to address the current inability of screen printing to monitor printing pressure online,an online printing pressure monitoring system applied to screen printing machines was designed in this study.In this stu... In order to address the current inability of screen printing to monitor printing pressure online,an online printing pressure monitoring system applied to screen printing machines was designed in this study.In this study,the consistency of printed electrodes was measured by using a confocal microscope and the pressure distribution detected by online pressure monitoring system was compared to investigate the relationship.The results demonstrated the relationship between printing pressure and the consistency of printed electrodes.As printing pressure increases,the ink layer at the corresponding position becomes thicker and that higher printing pressure enhances the consistency of the printed electrodes.The experiment confirms the feasibility of the online pressure monitoring system,which aids in predicting and controlling the consistency of printed electrodes,thereby improving their performance. 展开更多
关键词 Printing pressure Consistency of printed electrodes Screen printing online monitoring
在线阅读 下载PDF
Data-Driven Component-Level Decision-Making for Online Remanufacturing of Gas-Insulated Switchgear
19
作者 Hansam Cho Seokho Moon +2 位作者 Sunhyeok Hwang Seoung Bum Kim Younghoon Kim 《Computer Modeling in Engineering & Sciences》 2025年第11期1941-1967,共27页
Accurately determining when and what to remanufacture is essential for maximizing the lifecycle value of industrial equipment.However,existing approaches face three significant limitations:(1)reliance on predefined ma... Accurately determining when and what to remanufacture is essential for maximizing the lifecycle value of industrial equipment.However,existing approaches face three significant limitations:(1)reliance on predefined mathematical models that often fail to capture equipment-specific degradation,(2)offline optimization methods that assume access to future data,and(3)the absence of component-level guidance.To address these challenges,we propose a data-driven framework for component-level decision-making.The framework leverages streaming sensor data to predict the remaining useful life(RUL)without relying on mathematical models,employs an online optimization algorithm suitable for practical settings,and,through remanufacturing simulations,provides guidance on which components should be replaced.In a case study on gas-insulated switchgear,the proposed framework achieved RUL prediction performance comparable to an oracle model in an online setting without relying on predefined mathematical models.Furthermore,by employing online optimization,it determined a remanufacturing timing close to the global optimum using only past and current data.In addition,unlike previous studies,the framework enables component-level decision-making,allowing for more detailed and actionable remanufacturing guidance in practical applications. 展开更多
关键词 REMANUFACTURING online decision-making gas-insulated switchgear online learning
在线阅读 下载PDF
Machine Learning for Identifying Harmful Online Behavior: A Cyberbullying Overview
20
作者 Rikin Shrestha Rushit Dave 《Journal of Computer and Communications》 2025年第1期26-40,共15页
In this modern era, platforms for digital/social media and video games are growing daily. People are becoming dependent on them from all ages and with many positive aspects, but there are drawbacks as well, one of whi... In this modern era, platforms for digital/social media and video games are growing daily. People are becoming dependent on them from all ages and with many positive aspects, but there are drawbacks as well, one of which is cyberbullying. Cyberbullying is a form of bullying that uses technological platforms to bully others. It has effects on victims mentally, emotionally, and physically, which include low self-esteem, acting violently, despair, increased stress/anxiety, depression, self-harming/suicide, etc. Findings from this research study justify that it affects young people more, impacting their emotional development and overall safety. Real-time cyberbullying detection identifies and protects the target from further abuse and its effects. This study aids in determining the seriousness of the issue and the vulnerabilities that individuals can take advantage of to bully others. Additionally, it will help to understand how various features of cyberbullying detection function assist in developing a strong and trustworthy system and making a healthy online community. Natural Language Processing (NLP) models assess the textual content and analyze hashtags and comments. Similarly, image context is analyzed using Optical Character Recognition (OCR), which converts images into a machine-readable format for further examination. There are also Deep Neural Network models, such as Convolutional Neural Networks (CNN), Long Short-Term Memory (LSTM), and Bidirectional LSTM (BLSTM). CNN is utilized for text/picture classification, LSTM is used for long-term dependency learning, and BLSTM expands the network’s input by encoding data in both forward and backward directions. Classifiers like Support Vector Machine (SVM) and Naïve Bayes help detect cyberbullying. A working cyberbullying detection system can detect cyberbullying on multiple platforms. A deeper understanding of each machine learning algorithm allows one to build a model that improves upon their predecessors. With models being developed for different attributes providing results with high accuracy, the cyberbullying detection system contributes by leading us to a healthier online community. 展开更多
关键词 Cyberbullying Detection Natural Language Processing (NLP) Text Classification online Safety Multilingual Detection Systems
在线阅读 下载PDF
上一页 1 2 250 下一页 到第
使用帮助 返回顶部