期刊文献+
共找到41,605篇文章
< 1 2 250 >
每页显示 20 50 100
Periodic signal extraction of GNSS height time series based on adaptive singular spectrum analysis
1
作者 Chenfeng Li Peibing Yang +1 位作者 Tengxu Zhang Jiachun Guo 《Geodesy and Geodynamics》 EI CSCD 2024年第1期50-60,共11页
Singular spectrum analysis is widely used in geodetic time series analysis.However,when extracting time-varying periodic signals from a large number of Global Navigation Satellite System(GNSS)time series,the selection... Singular spectrum analysis is widely used in geodetic time series analysis.However,when extracting time-varying periodic signals from a large number of Global Navigation Satellite System(GNSS)time series,the selection of appropriate embedding window size and principal components makes this method cumbersome and inefficient.To improve the efficiency and accuracy of singular spectrum analysis,this paper proposes an adaptive singular spectrum analysis method by combining spectrum analysis with a new trace matrix.The running time and correlation analysis indicate that the proposed method can adaptively set the embedding window size to extract the time-varying periodic signals from GNSS time series,and the extraction efficiency of a single time series is six times that of singular spectrum analysis.The method is also accurate and more suitable for time-varying periodic signal analysis of global GNSS sites. 展开更多
关键词 GNSS Time series Singular spectrum analysis Trace matrix Periodic signal
下载PDF
An Innovative Deep Architecture for Flight Safety Risk Assessment Based on Time Series Data
2
作者 Hong Sun Fangquan Yang +2 位作者 Peiwen Zhang Yang Jiao Yunxiang Zhao 《Computer Modeling in Engineering & Sciences》 SCIE EI 2024年第3期2549-2569,共21页
With the development of the integration of aviation safety and artificial intelligence,research on the combination of risk assessment and artificial intelligence is particularly important in the field of risk manageme... With the development of the integration of aviation safety and artificial intelligence,research on the combination of risk assessment and artificial intelligence is particularly important in the field of risk management,but searching for an efficient and accurate risk assessment algorithm has become a challenge for the civil aviation industry.Therefore,an improved risk assessment algorithm(PS-AE-LSTM)based on long short-term memory network(LSTM)with autoencoder(AE)is proposed for the various supervised deep learning algorithms in flight safety that cannot adequately address the problem of the quality on risk level labels.Firstly,based on the normal distribution characteristics of flight data,a probability severity(PS)model is established to enhance the quality of risk assessment labels.Secondly,autoencoder is introduced to reconstruct the flight parameter data to improve the data quality.Finally,utilizing the time-series nature of flight data,a long and short-termmemory network is used to classify the risk level and improve the accuracy of risk assessment.Thus,a risk assessment experimentwas conducted to analyze a fleet landing phase dataset using the PS-AE-LSTMalgorithm to assess the risk level associated with aircraft hard landing events.The results show that the proposed algorithm achieves an accuracy of 86.45%compared with seven baseline models and has excellent risk assessment capability. 展开更多
关键词 Safety engineering risk assessment time series data autoencoder LSTM
下载PDF
TSCND:Temporal Subsequence-Based Convolutional Network with Difference for Time Series Forecasting
3
作者 Haoran Huang Weiting Chen Zheming Fan 《Computers, Materials & Continua》 SCIE EI 2024年第3期3665-3681,共17页
Time series forecasting plays an important role in various fields, such as energy, finance, transport, and weather. Temporal convolutional networks (TCNs) based on dilated causal convolution have been widely used in t... Time series forecasting plays an important role in various fields, such as energy, finance, transport, and weather. Temporal convolutional networks (TCNs) based on dilated causal convolution have been widely used in time series forecasting. However, two problems weaken the performance of TCNs. One is that in dilated casual convolution, causal convolution leads to the receptive fields of outputs being concentrated in the earlier part of the input sequence, whereas the recent input information will be severely lost. The other is that the distribution shift problem in time series has not been adequately solved. To address the first problem, we propose a subsequence-based dilated convolution method (SDC). By using multiple convolutional filters to convolve elements of neighboring subsequences, the method extracts temporal features from a growing receptive field via a growing subsequence rather than a single element. Ultimately, the receptive field of each output element can cover the whole input sequence. To address the second problem, we propose a difference and compensation method (DCM). The method reduces the discrepancies between and within the input sequences by difference operations and then compensates the outputs for the information lost due to difference operations. Based on SDC and DCM, we further construct a temporal subsequence-based convolutional network with difference (TSCND) for time series forecasting. The experimental results show that TSCND can reduce prediction mean squared error by 7.3% and save runtime, compared with state-of-the-art models and vanilla TCN. 展开更多
关键词 DIFFERENCE data prediction time series temporal convolutional network dilated convolution
下载PDF
A Time Series Short-Term Prediction Method Based on Multi-Granularity Event Matching and Alignment
4
作者 Haibo Li Yongbo Yu +1 位作者 Zhenbo Zhao Xiaokang Tang 《Computers, Materials & Continua》 SCIE EI 2024年第1期653-676,共24页
Accurate forecasting of time series is crucial across various domains.Many prediction tasks rely on effectively segmenting,matching,and time series data alignment.For instance,regardless of time series with the same g... Accurate forecasting of time series is crucial across various domains.Many prediction tasks rely on effectively segmenting,matching,and time series data alignment.For instance,regardless of time series with the same granularity,segmenting them into different granularity events can effectively mitigate the impact of varying time scales on prediction accuracy.However,these events of varying granularity frequently intersect with each other,which may possess unequal durations.Even minor differences can result in significant errors when matching time series with future trends.Besides,directly using matched events but unaligned events as state vectors in machine learning-based prediction models can lead to insufficient prediction accuracy.Therefore,this paper proposes a short-term forecasting method for time series based on a multi-granularity event,MGE-SP(multi-granularity event-based short-termprediction).First,amethodological framework for MGE-SP established guides the implementation steps.The framework consists of three key steps,including multi-granularity event matching based on the LTF(latest time first)strategy,multi-granularity event alignment using a piecewise aggregate approximation based on the compression ratio,and a short-term prediction model based on XGBoost.The data from a nationwide online car-hailing service in China ensures the method’s reliability.The average RMSE(root mean square error)and MAE(mean absolute error)of the proposed method are 3.204 and 2.360,lower than the respective values of 4.056 and 3.101 obtained using theARIMA(autoregressive integratedmoving average)method,as well as the values of 4.278 and 2.994 obtained using k-means-SVR(support vector regression)method.The other experiment is conducted on stock data froma public data set.The proposed method achieved an average RMSE and MAE of 0.836 and 0.696,lower than the respective values of 1.019 and 0.844 obtained using the ARIMA method,as well as the values of 1.350 and 1.172 obtained using the k-means-SVR method. 展开更多
关键词 Time series short-term prediction multi-granularity event ALIGNMENT event matching
下载PDF
Defect Detection Model Using Time Series Data Augmentation and Transformation
5
作者 Gyu-Il Kim Hyun Yoo +1 位作者 Han-Jin Cho Kyungyong Chung 《Computers, Materials & Continua》 SCIE EI 2024年第2期1713-1730,共18页
Time-series data provide important information in many fields,and their processing and analysis have been the focus of much research.However,detecting anomalies is very difficult due to data imbalance,temporal depende... Time-series data provide important information in many fields,and their processing and analysis have been the focus of much research.However,detecting anomalies is very difficult due to data imbalance,temporal dependence,and noise.Therefore,methodologies for data augmentation and conversion of time series data into images for analysis have been studied.This paper proposes a fault detection model that uses time series data augmentation and transformation to address the problems of data imbalance,temporal dependence,and robustness to noise.The method of data augmentation is set as the addition of noise.It involves adding Gaussian noise,with the noise level set to 0.002,to maximize the generalization performance of the model.In addition,we use the Markov Transition Field(MTF)method to effectively visualize the dynamic transitions of the data while converting the time series data into images.It enables the identification of patterns in time series data and assists in capturing the sequential dependencies of the data.For anomaly detection,the PatchCore model is applied to show excellent performance,and the detected anomaly areas are represented as heat maps.It allows for the detection of anomalies,and by applying an anomaly map to the original image,it is possible to capture the areas where anomalies occur.The performance evaluation shows that both F1-score and Accuracy are high when time series data is converted to images.Additionally,when processed as images rather than as time series data,there was a significant reduction in both the size of the data and the training time.The proposed method can provide an important springboard for research in the field of anomaly detection using time series data.Besides,it helps solve problems such as analyzing complex patterns in data lightweight. 展开更多
关键词 Defect detection time series deep learning data augmentation data transformation
下载PDF
Multivariate form of Hermite sampling series
6
作者 Rashad M.Asharabi 《Applied Mathematics(A Journal of Chinese Universities)》 SCIE CSCD 2024年第2期253-265,共13页
In this paper,we establish a new multivariate Hermite sampling series involving samples from the function itself and its mixed and non-mixed partial derivatives of arbitrary order.This multivariate form of Hermite sam... In this paper,we establish a new multivariate Hermite sampling series involving samples from the function itself and its mixed and non-mixed partial derivatives of arbitrary order.This multivariate form of Hermite sampling will be valid for some classes of multivariate entire functions,satisfying certain growth conditions.We will show that many known results included in Commun Korean Math Soc,2002,17:731-740,Turk J Math,2017,41:387-403 and Filomat,2020,34:3339-3347 are special cases of our results.Moreover,we estimate the truncation error of this sampling based on localized sampling without decay assumption.Illustrative examples are also presented. 展开更多
关键词 multidimensional sampling series sampling with partial derivatives contour integral truncation error
下载PDF
Deep Learning for Financial Time Series Prediction:A State-of-the-Art Review of Standalone and HybridModels
7
作者 Weisi Chen Walayat Hussain +1 位作者 Francesco Cauteruccio Xu Zhang 《Computer Modeling in Engineering & Sciences》 SCIE EI 2024年第4期187-224,共38页
Financial time series prediction,whether for classification or regression,has been a heated research topic over the last decade.While traditional machine learning algorithms have experienced mediocre results,deep lear... Financial time series prediction,whether for classification or regression,has been a heated research topic over the last decade.While traditional machine learning algorithms have experienced mediocre results,deep learning has largely contributed to the elevation of the prediction performance.Currently,the most up-to-date review of advanced machine learning techniques for financial time series prediction is still lacking,making it challenging for finance domain experts and relevant practitioners to determine which model potentially performs better,what techniques and components are involved,and how themodel can be designed and implemented.This review article provides an overview of techniques,components and frameworks for financial time series prediction,with an emphasis on state-of-the-art deep learning models in the literature from2015 to 2023,including standalonemodels like convolutional neural networks(CNN)that are capable of extracting spatial dependencies within data,and long short-term memory(LSTM)that is designed for handling temporal dependencies;and hybrid models integrating CNN,LSTM,attention mechanism(AM)and other techniques.For illustration and comparison purposes,models proposed in recent studies are mapped to relevant elements of a generalized framework comprised of input,output,feature extraction,prediction,and related processes.Among the state-of-the-artmodels,hybrid models like CNNLSTMand CNN-LSTM-AM in general have been reported superior in performance to stand-alone models like the CNN-only model.Some remaining challenges have been discussed,including non-friendliness for finance domain experts,delayed prediction,domain knowledge negligence,lack of standards,and inability of real-time and highfrequency predictions.The principal contributions of this paper are to provide a one-stop guide for both academia and industry to review,compare and summarize technologies and recent advances in this area,to facilitate smooth and informed implementation,and to highlight future research directions. 展开更多
关键词 Financial time series prediction convolutional neural network long short-term memory deep learning attention mechanism FINANCE
下载PDF
AFSTGCN:Prediction for multivariate time series using an adaptive fused spatial-temporal graph convolutional network
8
作者 Yuteng Xiao Kaijian Xia +5 位作者 Hongsheng Yin Yu-Dong Zhang Zhenjiang Qian Zhaoyang Liu Yuehan Liang Xiaodan Li 《Digital Communications and Networks》 SCIE CSCD 2024年第2期292-303,共12页
The prediction for Multivariate Time Series(MTS)explores the interrelationships among variables at historical moments,extracts their relevant characteristics,and is widely used in finance,weather,complex industries an... The prediction for Multivariate Time Series(MTS)explores the interrelationships among variables at historical moments,extracts their relevant characteristics,and is widely used in finance,weather,complex industries and other fields.Furthermore,it is important to construct a digital twin system.However,existing methods do not take full advantage of the potential properties of variables,which results in poor predicted accuracy.In this paper,we propose the Adaptive Fused Spatial-Temporal Graph Convolutional Network(AFSTGCN).First,to address the problem of the unknown spatial-temporal structure,we construct the Adaptive Fused Spatial-Temporal Graph(AFSTG)layer.Specifically,we fuse the spatial-temporal graph based on the interrelationship of spatial graphs.Simultaneously,we construct the adaptive adjacency matrix of the spatial-temporal graph using node embedding methods.Subsequently,to overcome the insufficient extraction of disordered correlation features,we construct the Adaptive Fused Spatial-Temporal Graph Convolutional(AFSTGC)module.The module forces the reordering of disordered temporal,spatial and spatial-temporal dependencies into rule-like data.AFSTGCN dynamically and synchronously acquires potential temporal,spatial and spatial-temporal correlations,thereby fully extracting rich hierarchical feature information to enhance the predicted accuracy.Experiments on different types of MTS datasets demonstrate that the model achieves state-of-the-art single-step and multi-step performance compared with eight other deep learning models. 展开更多
关键词 Adaptive adjacency matrix Digital twin Graph convolutional network Multivariate time series prediction Spatial-temporal graph
下载PDF
Reservoir characteristics and formation model of Upper Carboniferous bauxite series in eastern Ordos Basin,NW China
9
作者 LI Yong WANG Zhuangsen +2 位作者 SHAO Longyi GONG Jiaxun WU Peng 《Petroleum Exploration and Development》 SCIE 2024年第1期44-53,共10页
Through core observation,thin section identification,X-ray diffraction analysis,scanning electron microscopy,and low-temperature nitrogen adsorption and isothermal adsorption experiments,the lithology and pore charact... Through core observation,thin section identification,X-ray diffraction analysis,scanning electron microscopy,and low-temperature nitrogen adsorption and isothermal adsorption experiments,the lithology and pore characteristics of the Upper Carboniferous bauxite series in eastern Ordos Basin were analyzed to reveal the formation and evolution process of the bauxite reservoirs.A petrological nomenclature and classification scheme for bauxitic rocks based on three units(aluminum hydroxides,iron minerals and clay minerals)is proposed.It is found that bauxitic mudstone is in the form of dense massive and clastic structures,while the(clayey)bauxite is of dense massive,pisolite,oolite,porous soil and clastic structures.Both bauxitic mudstone and bauxite reservoirs develop dissolution pores,intercrystalline pores,and microfractures as the dominant gas storage space,with the porosity less than 10% and mesopores in dominance.The bauxite series in the North China Craton can be divided into five sections,i.e.,ferrilite(Shanxi-style iron ore,section A),bauxitic mudstone(section B),bauxite(section C),bauxite mudstone(debris-containing,section D)and dark mudstone-coal section(section E).The burrow/funnel filling,lenticular,layered/massive bauxite deposits occur separately in the karst platforms,gentle slopes and low-lying areas.The karst platforms and gentle slopes are conducive to surface water leaching,with strong karstification,well-developed pores,large reservoir thickness and good physical properties,but poor strata continuity.The low-lying areas have poor physical properties but relatively continuous and stable reservoirs.The gas enrichment in bauxites is jointly controlled by source rock,reservoir rock and fractures.This recognition provides geological basis for the exploration and development of natural gas in the Upper Carboniferous in the study area and similar bauxite systems. 展开更多
关键词 North China Craton eastern Ordos Basin Upper Carboniferous bauxite series reservoir characteristics formation model gas accumulation
下载PDF
Electromagnetic Performance Analysis of Variable Flux Memory Machines with Series-magnetic-circuit and Different Rotor Topologies
10
作者 Qiang Wei Z.Q.Zhu +4 位作者 Yan Jia Jianghua Feng Shuying Guo Yifeng Li Shouzhi Feng 《CES Transactions on Electrical Machines and Systems》 EI CSCD 2024年第1期3-11,共9页
In this paper,the electromagnetic performance of variable flux memory(VFM)machines with series-magnetic-circuit is investigated and compared for different rotor topologies.Based on a V-type VFM machine,five topologies... In this paper,the electromagnetic performance of variable flux memory(VFM)machines with series-magnetic-circuit is investigated and compared for different rotor topologies.Based on a V-type VFM machine,five topologies with different interior permanent magnet(IPM)arrangements are evolved and optimized under same constrains.Based on two-dimensional(2-D)finite element(FE)method,their electromagnetic performance at magnetization and demagnetization states is evaluated.It reveals that the iron bridge and rotor lamination region between constant PM(CPM)and variable PM(VPM)play an important role in torque density and flux regulation(FR)capabilities.Besides,the global efficiency can be improved in VFM machines by adjusting magnetization state(MS)under different operating conditions. 展开更多
关键词 Memory machine Permanent magnet Rotor topologies series magnetic circuit Variable flux
下载PDF
Automated Machine Learning Algorithm Using Recurrent Neural Network to Perform Long-Term Time Series Forecasting
11
作者 Ying Su Morgan C.Wang Shuai Liu 《Computers, Materials & Continua》 SCIE EI 2024年第3期3529-3549,共21页
Long-term time series forecasting stands as a crucial research domain within the realm of automated machine learning(AutoML).At present,forecasting,whether rooted in machine learning or statistical learning,typically ... Long-term time series forecasting stands as a crucial research domain within the realm of automated machine learning(AutoML).At present,forecasting,whether rooted in machine learning or statistical learning,typically relies on expert input and necessitates substantial manual involvement.This manual effort spans model development,feature engineering,hyper-parameter tuning,and the intricate construction of time series models.The complexity of these tasks renders complete automation unfeasible,as they inherently demand human intervention at multiple junctures.To surmount these challenges,this article proposes leveraging Long Short-Term Memory,which is the variant of Recurrent Neural Networks,harnessing memory cells and gating mechanisms to facilitate long-term time series prediction.However,forecasting accuracy by particular neural network and traditional models can degrade significantly,when addressing long-term time-series tasks.Therefore,our research demonstrates that this innovative approach outperforms the traditional Autoregressive Integrated Moving Average(ARIMA)method in forecasting long-term univariate time series.ARIMA is a high-quality and competitive model in time series prediction,and yet it requires significant preprocessing efforts.Using multiple accuracy metrics,we have evaluated both ARIMA and proposed method on the simulated time-series data and real data in both short and long term.Furthermore,our findings indicate its superiority over alternative network architectures,including Fully Connected Neural Networks,Convolutional Neural Networks,and Nonpooling Convolutional Neural Networks.Our AutoML approach enables non-professional to attain highly accurate and effective time series forecasting,and can be widely applied to various domains,particularly in business and finance. 展开更多
关键词 Automated machine learning autoregressive integrated moving average neural networks time series analysis
下载PDF
Cross-Dimension Attentive Feature Fusion Network for Unsupervised Time-Series Anomaly Detection
12
作者 Rui Wang Yao Zhou +2 位作者 Guangchun Luo Peng Chen Dezhong Peng 《Computer Modeling in Engineering & Sciences》 SCIE EI 2024年第6期3011-3027,共17页
Time series anomaly detection is crucial in various industrial applications to identify unusual behaviors within the time series data.Due to the challenges associated with annotating anomaly events,time series reconst... Time series anomaly detection is crucial in various industrial applications to identify unusual behaviors within the time series data.Due to the challenges associated with annotating anomaly events,time series reconstruction has become a prevalent approach for unsupervised anomaly detection.However,effectively learning representations and achieving accurate detection results remain challenging due to the intricate temporal patterns and dependencies in real-world time series.In this paper,we propose a cross-dimension attentive feature fusion network for time series anomaly detection,referred to as CAFFN.Specifically,a series and feature mixing block is introduced to learn representations in 1D space.Additionally,a fast Fourier transform is employed to convert the time series into 2D space,providing the capability for 2D feature extraction.Finally,a cross-dimension attentive feature fusion mechanism is designed that adaptively integrates features across different dimensions for anomaly detection.Experimental results on real-world time series datasets demonstrate that CAFFN performs better than other competing methods in time series anomaly detection. 展开更多
关键词 Time series anomaly detection unsupervised feature learning feature fusion
下载PDF
CNN-LSTM based incremental attention mechanism enabled phase-space reconstruction for chaotic time series prediction
13
作者 Xiao-Qian Lu Jun Tian +2 位作者 Qiang Liao Zheng-Wu Xu Lu Gan 《Journal of Electronic Science and Technology》 EI CAS CSCD 2024年第2期77-90,共14页
To improve the prediction accuracy of chaotic time series and reconstruct a more reasonable phase space structure of the prediction network,we propose a convolutional neural network-long short-term memory(CNN-LSTM)pre... To improve the prediction accuracy of chaotic time series and reconstruct a more reasonable phase space structure of the prediction network,we propose a convolutional neural network-long short-term memory(CNN-LSTM)prediction model based on the incremental attention mechanism.Firstly,a traversal search is conducted through the traversal layer for finite parameters in the phase space.Then,an incremental attention layer is utilized for parameter judgment based on the dimension weight criteria(DWC).The phase space parameters that best meet DWC are selected and fed into the input layer.Finally,the constructed CNN-LSTM network extracts spatio-temporal features and provides the final prediction results.The model is verified using Logistic,Lorenz,and sunspot chaotic time series,and the performance is compared from the two dimensions of prediction accuracy and network phase space structure.Additionally,the CNN-LSTM network based on incremental attention is compared with long short-term memory(LSTM),convolutional neural network(CNN),recurrent neural network(RNN),and support vector regression(SVR)for prediction accuracy.The experiment results indicate that the proposed composite network model possesses enhanced capability in extracting temporal features and achieves higher prediction accuracy.Also,the algorithm to estimate the phase space parameter is compared with the traditional CAO,false nearest neighbor,and C-C,three typical methods for determining the chaotic phase space parameters.The experiments reveal that the phase space parameter estimation algorithm based on the incremental attention mechanism is superior in prediction accuracy compared with the traditional phase space reconstruction method in five networks,including CNN-LSTM,LSTM,CNN,RNN,and SVR. 展开更多
关键词 Chaotic time series Incremental attention mechanism Phase-space reconstruction
下载PDF
A Time Series Intrusion Detection Method Based on SSAE,TCN and Bi-LSTM
14
作者 Zhenxiang He Xunxi Wang Chunwei Li 《Computers, Materials & Continua》 SCIE EI 2024年第1期845-871,共27页
In the fast-evolving landscape of digital networks,the incidence of network intrusions has escalated alarmingly.Simultaneously,the crucial role of time series data in intrusion detection remains largely underappreciat... In the fast-evolving landscape of digital networks,the incidence of network intrusions has escalated alarmingly.Simultaneously,the crucial role of time series data in intrusion detection remains largely underappreciated,with most systems failing to capture the time-bound nuances of network traffic.This leads to compromised detection accuracy and overlooked temporal patterns.Addressing this gap,we introduce a novel SSAE-TCN-BiLSTM(STL)model that integrates time series analysis,significantly enhancing detection capabilities.Our approach reduces feature dimensionalitywith a Stacked Sparse Autoencoder(SSAE)and extracts temporally relevant features through a Temporal Convolutional Network(TCN)and Bidirectional Long Short-term Memory Network(Bi-LSTM).By meticulously adjusting time steps,we underscore the significance of temporal data in bolstering detection accuracy.On the UNSW-NB15 dataset,ourmodel achieved an F1-score of 99.49%,Accuracy of 99.43%,Precision of 99.38%,Recall of 99.60%,and an inference time of 4.24 s.For the CICDS2017 dataset,we recorded an F1-score of 99.53%,Accuracy of 99.62%,Precision of 99.27%,Recall of 99.79%,and an inference time of 5.72 s.These findings not only confirm the STL model’s superior performance but also its operational efficiency,underpinning its significance in real-world cybersecurity scenarios where rapid response is paramount.Our contribution represents a significant advance in cybersecurity,proposing a model that excels in accuracy and adaptability to the dynamic nature of network traffic,setting a new benchmark for intrusion detection systems. 展开更多
关键词 Network intrusion detection bidirectional long short-term memory network time series stacked sparse autoencoder temporal convolutional network time steps
下载PDF
Main controlling factors and exploration enlightenment of aluminous rock series gas reservoirs in Ordos Basin,NW China
15
作者 ZHANG Lei CAO Qian +7 位作者 ZHANG Caili ZHANG Jianwu WEI Jiayi LI Han WANG Xingjian PAN Xing YAN Ting QUAN Haiqi 《Petroleum Exploration and Development》 SCIE 2024年第3期621-633,共13页
Based on the data of outcrop,core,logging,gas testing,and experiments,the natural gas accumulation and aluminous rock mineralization integrated research was adopted to analyze the controlling factors of aluminous rock... Based on the data of outcrop,core,logging,gas testing,and experiments,the natural gas accumulation and aluminous rock mineralization integrated research was adopted to analyze the controlling factors of aluminous rock series effective reservoirs in the Ordos Basin,NW China,as well as the configuration of coal-measure source rocks and aluminous rock series reservoirs.A natural gas accumulation model was constructed to evaluate the gas exploration potential of aluminous rock series under coal seam in the basin.The effective reservoirs of aluminous rock series in the Ordos Basin are composed of honeycomb-shaped bauxites with porous residual pisolitic and detrital structures,with the diasporite content of greater than 80%and dissolved pores as the main storage space.The bauxite reservoirs are formed under a model that planation controls the material supply,karst paleogeomorphology controls diagenesis,and land surface leaching improves reservoir quality.The hot humid climate and sea level changes in the Late Carboniferous–Early Permian dominated the development of a typical coal-aluminum-iron three-stage stratigraphic structure.The natural gas generated by the extensive hydrocarbon generation of coal-measure source rocks was accumulated in aluminous rock series under the coal seam,indicating a model of hydrocarbon accumulation under the source.During the Upper Carboniferous–Lower Permian,the relatively low-lying area on the edge of an ancient land or island in the North China landmass was developed.The gas reservoirs of aluminous rock series,which are clustered at multiple points in lenticular shape,are important new natural gas exploration fields with great potential in the Upper Paleozoic of North China Craton. 展开更多
关键词 Ordos Basin Carboniferous Benxi Formation Permian Taiyuan Formation aluminous rock series coal-aluminum-iron three-stage stratigraphic structure hydrocarbon accumulation under source
下载PDF
Analysis of the causes of primary revision after unicompartmental knee arthroplasty: A case series
16
作者 Jin-Long Zhao Xiao Jin +5 位作者 He-Tao Huang Wei-Yi Yang Jia-Hui Li Ming-Hui Luo Jun Liu Jian-Ke Pan 《World Journal of Clinical Cases》 SCIE 2024年第9期1560-1568,共9页
BACKGROUND Unicompartmental knee arthroplasty(UKA)has great advantages in the treatment of unicompartmental knee osteoarthritis,but its revision rate is higher than that of total knee arthroplasty.AIM To summarize and... BACKGROUND Unicompartmental knee arthroplasty(UKA)has great advantages in the treatment of unicompartmental knee osteoarthritis,but its revision rate is higher than that of total knee arthroplasty.AIM To summarize and analyse the causes of revision after UKA.METHODS This is a retrospective case series study in which the reasons for the first revision after UKA are summarized.We analysed the clinical symptoms,medical histories,laboratory test results,imaging examination results and treatment processes of the patients who underwent revision and summarized the reasons for primary revision after UKA.RESULTS A total of 13 patients,including 3 males and 10 females,underwent revision surgery after UKA.The average age of the included patients was 67.62 years.The prosthesis was used for 3 d to 72 months.The main reasons for revision after UKA were improper suturing of the surgical opening(1 patient),osteophytes(2 patients),intra-articular loose bodies(2 patients),tibial prosthesis loosening(2 patients),rheumatoid arthritis(1 patient),gasket dislocation(3 patients),anterior cruciate ligament injury(1 patient),and medial collateral ligament injury with residual bone cement(1 patient).CONCLUSION The causes of primary revision after UKA were gasket dislocation,osteophytes,intra-articular loose bodies and tibial prosthesis loosening.Avoidance of these factors may greatly reduce the rate of revision after UKA,improve patient satisfaction and reduce medical burden. 展开更多
关键词 Unicompartmental knee arthroplasty Total knee arthroplasty CAUSES REVISION Case series
下载PDF
Arthroscopic M-shaped suture fixation for tibia avulsion fracture of posterior cruciate ligament: A modified technique and case series
17
作者 Xiao-Hui Zhang Jian Yu +3 位作者 Meng-Yao Zhao Jin-Hui Cao Bing Wu Dan-Feng Xu 《World Journal of Orthopedics》 2024年第7期642-649,共8页
BACKGROUND Tibial avulsion fractures of the posterior cruciate ligament(PCL)are challenging to treat and compromise knee stability and function.Traditional open surgery often requires extensive soft tissue dissection,... BACKGROUND Tibial avulsion fractures of the posterior cruciate ligament(PCL)are challenging to treat and compromise knee stability and function.Traditional open surgery often requires extensive soft tissue dissection,which may increase the risk of morbidity.In response to these concerns,arthroscopic techniques have been evolving.The aim of this study was to introduce a modified arthroscopic tech-nique utilizing an M-shaped suture fixation method for the treatment of tibial avulsion fractures of the PCL and to evaluate its outcomes through a case series.AIM To evaluate the effects of arthroscopic M-shaped suture fixation on treating tibia avulsion fractures of the PCL.METHODS We developed a modified arthroscopic M-shaped suture fixation technique for tibia avulsion fractures of the PCL.This case series included 18 patients who underwent the procedure between January 2021 and December 2022.The patients were assessed for range of motion(ROM),Lysholm score and International knee documentation committee(IKDC)score.Postoperative complications were also recorded.RESULTS The patients were followed for a mean of 13.83±2.33 months.All patients showed radiographic union.At the final follow-up,all patients had full ROM and a negative posterior drawer test.The mean Lysholm score significantly improved from 45.28±8.92 preoperatively to 91.83±4.18 at the final follow-up(P<0.001),and the mean IKDC score improved from 41.98±6.06 preoperatively to 90.89±5.32 at the final follow-up(P<0.001).CONCLUSION The modified arthroscopic M-shaped suture fixation technique is a reliable and effective treatment for tibia avulsion fractures of the PCL,with excellent fracture healing and functional recovery. 展开更多
关键词 Posterior cruciate ligament Avulsion fracture ARTHROSCOPIC Case series Suture fixation
下载PDF
Evaluation of Generalized Error Function via Fast-Converging Power Series
18
作者 Serdar Beji 《Advances in Pure Mathematics》 2024年第6期495-514,共20页
A generalized form of the error function, Gp(x)=pΓ(1/p)∫0xe−tpdt, which is directly associated with the gamma function, is evaluated for arbitrary real values of p>1and 0x≤+∞by employing a fast-converging power... A generalized form of the error function, Gp(x)=pΓ(1/p)∫0xe−tpdt, which is directly associated with the gamma function, is evaluated for arbitrary real values of p>1and 0x≤+∞by employing a fast-converging power series expansion developed in resolving the so-called Grandi’s paradox. Comparisons with accurate tabulated values for well-known cases such as the error function are presented using the expansions truncated at various orders. 展开更多
关键词 Generalized Error Function Gamma Function Grandi’s Paradox Fast-Converging Power series
下载PDF
Modeling a Periodic Signal Using Fourier Series
19
作者 Uwaydah Leith 《Journal of Applied Mathematics and Physics》 2024年第3期841-860,共20页
This paper covers the concept of Fourier series and its application for a periodic signal. A periodic signal is a signal that repeats its pattern over time at regular intervals. The idea inspiring is to approximate a ... This paper covers the concept of Fourier series and its application for a periodic signal. A periodic signal is a signal that repeats its pattern over time at regular intervals. The idea inspiring is to approximate a regular periodic signal, under Dirichlet conditions, via a linear superposition of trigonometric functions, thus Fourier polynomials are constructed. The Dirichlet conditions, are a set of mathematical conditions, providing a foundational framework for the validity of the Fourier series representation. By understanding and applying these conditions, we can accurately represent and process periodic signals, leading to advancements in various areas of signal processing. The resulting Fourier approximation allows complex periodic signals to be expressed as a sum of simpler sinusoidal functions, making it easier to analyze and manipulate such signals. 展开更多
关键词 Fourier series Signal PERIODIC PERIOD Frequency SINE COSINE CONVERGENCE
下载PDF
Comparison of Oral Manifestations in Hospitalized COVID-19 Positive Patients and COVID-19 Negative Dental Outpatients. A Case Series Study and Literature Review
20
作者 Flora Zervou-Valvi Emmanouil M. Valvis +5 位作者 Angeliki Giannopoulou Eleana Stoufi Charilaos Samaras Olga Spiropoulou Antonia Hadjicosta Smaragda Diamanti 《International Journal of Otolaryngology and Head & Neck Surgery》 2024年第3期225-250,共26页
Background: The Coronavirus disease 2019 (COVID-19) is a respiratory infectious disease, also named Severe Acute Respiratory Syndrome Coronavirus 2 (SARS-CoV-2), which can cause various systemic manifestations that po... Background: The Coronavirus disease 2019 (COVID-19) is a respiratory infectious disease, also named Severe Acute Respiratory Syndrome Coronavirus 2 (SARS-CoV-2), which can cause various systemic manifestations that pose a threat to human life. Oral lesions in patients with COVID-19 may appear during or after the illness and may or may not be a consequence of the viral infection. Objective: In this case series we compare the oral manifestations in hospitalized COVID-19 positive patients and COVID-19 negative dental outpatients. Methods: 60 hospitalized COVID-19 patients and 41 control patients, were examined for oral signs and symptoms. The controls were dental patients who visited the hospital for dental care without complaining of any problems related to the oral cavity itself. Results: We have observed a strong association between certain clinical findings and COVID-19, including alterations in taste (ageusia, dysgeusia, and hypogeusia), anosmia, hairy tongue, tongue imprints, red tongue, erythematous candidiasis, pseudomembranous candidiasis, and exfoliative cheilitis. A trend but not statistically significant association at the level of 5% was also noted for colored tongue, linea alba, and pale mucosa. On the contrary, fissured tongue and oral mucosa pigmentation were more frequent in the controls, statistically significant at the level of 5%. Conclusion: COVID-19 has been found to impact the oral cavity, resulting in various oral lesions that can be attributed to either the direct action of the virus or the patient’s immune response. 展开更多
关键词 Case series COVID-19 SARS-CoV-2 Oral Lesions/Manifestations Hospitalized Patients Control/Dental Patients
下载PDF
上一页 1 2 250 下一页 到第
使用帮助 返回顶部