期刊文献+
共找到144,546篇文章
< 1 2 250 >
每页显示 20 50 100
Distinct gas production characteristics from laboratory-synthesized ClassⅠ,Ⅱ,and Ⅲ hydrate reservoirs:A novel thermally-segmented rotatable approach
1
作者 Hongyu Ye Jie Li +5 位作者 Yuanxin Yao Daoyi Chen Jun Duan Xuezhen Wu Dayong Li Mucong Zi 《International Journal of Mining Science and Technology》 2026年第3期651-665,共15页
Natural gas hydrate in Class Ⅰ reservoirs holds significant commercial potential,as demonstrated by production trials in the South China Sea.However,experimental studies have focused largely on Class Ⅲ systems,with ... Natural gas hydrate in Class Ⅰ reservoirs holds significant commercial potential,as demonstrated by production trials in the South China Sea.However,experimental studies have focused largely on Class Ⅲ systems,with Class Ⅰ/Ⅱ reservoirs remaining underrepresented due to the difficulties in simulating the geothermal gradient and interlayer interactions.This study investigates depressurization performance across all three classes using a novel 360°rotatable reactor with segmented temperature control,enabling precise simulation of reservoir conditions.Results reveal:(i)Class Ⅰ shows two-stage gas production,with 50%from early free gas enabling rapid depressurization,followed by dissociated gas dominance.They achieve 38.4%-78.3%higher cumulative production and superior gas-to-water ratios due to efficient energy use.(ii)The free gas layer in Class Ⅰ accelerates pressure and heat transfer.Class Ⅱ’s water layer provides sensible heat but causes water blocking,impairing heat flow.Class Ⅲ exhibits rapid initial dissociation but a quick decline without fluid support.(iii)Low temperature,low hydrate saturation,and high production pressure collectively reduce efficiency by increasing flow resistance,limiting gas supply,and reducing dissociation drive.Over-depressurization risks hydrate reformation and ice blockage.This work bridges experimental gaps for Class Ⅰ/Ⅱ reservoirs,offering key insights for optimizing recovery. 展开更多
关键词 Natural gas hydrate class andⅢreservoirs Rotatable reactor DEPRESSURIZATION Gas production characteristics Sensitivity analysis
在线阅读 下载PDF
Surface and underwater target classification under limited sample sizes based on sound field elevation structure
2
作者 Yixin Miao Jin Fu Xue Wang 《Chinese Physics B》 2025年第11期401-414,共14页
Surface/underwater target classification is a key topic in marine information research.However,the complex underwater environment,coupled with the diversity of target types and their variable characteristics,presents ... Surface/underwater target classification is a key topic in marine information research.However,the complex underwater environment,coupled with the diversity of target types and their variable characteristics,presents significant challenges for classifier design.For shallow-water waveguides with a negative thermocline,a residual neural network(ResNet)model based on the sound field elevation structure is constructed.This model demonstrates robust classification performance even when facing low signal-to-noise ratios and environmental mismatches.Meanwhile,to address the reduced generalization ability caused by limited labeled acoustic data,an improved ResNet model based on unsupervised domain adaptation(“proposed UDA-ResNet”)is further constructed.This model incorporates data on simulated elevation structures of the sound field to augment the training process.Adversarial training is employed to extract domain-invariant features from simulated and trial data.These strategies help reduce the negative impact caused by domain differences.Experimental results demonstrate that the proposed method shows strong surface/underwater target classification ability under limited sample sizes,thus confirming its feasibility and effectiveness. 展开更多
关键词 sound field elevation structure surface/underwater target classification limited sample size unsupervised domain adaptation
原文传递
Context Patch Fusion with Class Token Enhancement for Weakly Supervised Semantic Segmentation
3
作者 Yiyang Fu Hui Li Wangyu Wu 《Computer Modeling in Engineering & Sciences》 2026年第1期1130-1150,共21页
Weakly Supervised Semantic Segmentation(WSSS),which relies only on image-level labels,has attracted significant attention for its cost-effectiveness and scalability.Existing methods mainly enhance inter-class distinct... Weakly Supervised Semantic Segmentation(WSSS),which relies only on image-level labels,has attracted significant attention for its cost-effectiveness and scalability.Existing methods mainly enhance inter-class distinctions and employ data augmentation to mitigate semantic ambiguity and reduce spurious activations.However,they often neglect the complex contextual dependencies among image patches,resulting in incomplete local representations and limited segmentation accuracy.To address these issues,we propose the Context Patch Fusion with Class Token Enhancement(CPF-CTE)framework,which exploits contextual relations among patches to enrich feature repre-sentations and improve segmentation.At its core,the Contextual-Fusion Bidirectional Long Short-Term Memory(CF-BiLSTM)module captures spatial dependencies between patches and enables bidirectional information flow,yield-ing a more comprehensive understanding of spatial correlations.This strengthens feature learning and segmentation robustness.Moreover,we introduce learnable class tokens that dynamically encode and refine class-specific semantics,enhancing discriminative capability.By effectively integrating spatial and semantic cues,CPF-CTE produces richer and more accurate representations of image content.Extensive experiments on PASCAL VOC 2012 and MS COCO 2014 validate that CPF-CTE consistently surpasses prior WSSS methods. 展开更多
关键词 Weakly supervised semantic segmentation context-fusion class enhancement
在线阅读 下载PDF
Resilient Class-Incremental Learning:On the Interplay of Drifting,Unlabeled and Imbalanced Data Streams
4
作者 Jin Li Kleanthis Malialis Marios M.Polycarpou 《Artificial Intelligence Science and Engineering》 2026年第1期49-65,共17页
In today's connected world,the generation of massive streaming data across diverse domains has become commonplace.In the presence of concept drift,class imbalance,label scarcity,and new class emergence,these chall... In today's connected world,the generation of massive streaming data across diverse domains has become commonplace.In the presence of concept drift,class imbalance,label scarcity,and new class emergence,these challenges jointly degrade representation stability,bias learning toward outdated distributions,and reduce the resilience and reliability of detection in dynamic environments.This paper proposes a streaming classincremental learning(SCIL)framework to address these issues.The SCIL framework integrates an autoencoder(AE)with a multi-layer perceptron for multi-class prediction,employs a dual-loss strategy(classification and reconstruction)for prediction and new class detection,uses corrected pseudo-labels for online training,manages classes with queues,and applies oversampling to handle imbalance.The rationale behind the method's structure is elucidated through ablation studies,and a comprehensive experimental evaluation is performed using both real-world and synthetic datasets that feature class imbalance,incremental classes,and concept drifts.Our results demonstrate that SCIL outperforms strong baselines and state-of-the-art methods.In line with our commitment to Open Science,we make our code and datasets available to the community. 展开更多
关键词 concept drift data stream mining class-incremental learning class imbalance
在线阅读 下载PDF
Cascading Class Activation Mapping:A Counterfactual Reasoning-Based Explainable Method for Comprehensive Feature Discovery
5
作者 Seoyeon Choi Hayoung Kim Guebin Choi 《Computer Modeling in Engineering & Sciences》 2026年第2期1043-1069,共27页
Most Convolutional Neural Network(CNN)interpretation techniques visualize only the dominant cues that the model relies on,but there is no guarantee that these represent all the evidence the model uses for classificati... Most Convolutional Neural Network(CNN)interpretation techniques visualize only the dominant cues that the model relies on,but there is no guarantee that these represent all the evidence the model uses for classification.This limitation becomes critical when hidden secondary cues—potentially more meaningful than the visualized ones—remain undiscovered.This study introduces CasCAM(Cascaded Class Activation Mapping)to address this fundamental limitation through counterfactual reasoning.By asking“if this dominant cue were absent,what other evidence would the model use?”,CasCAM progressively masks the most salient features and systematically uncovers the hierarchy of classification evidence hidden beneath them.Experimental results demonstrate that CasCAM effectively discovers the full spectrum of reasoning evidence and can be universally applied with nine existing interpretation methods. 展开更多
关键词 Explainable AI class activation mapping counterfactual reasoning shortcut learning feature discovery
在线阅读 下载PDF
Flood predictions from metrics to classes by multiple machine learning algorithms coupling with clustering-deduced membership degree
6
作者 ZHAI Xiaoyan ZHANG Yongyong +5 位作者 XIA Jun ZHANG Yongqiang TANG Qiuhong SHAO Quanxi CHEN Junxu ZHANG Fan 《Journal of Geographical Sciences》 2026年第1期149-176,共28页
Accurate prediction of flood events is important for flood control and risk management.Machine learning techniques contributed greatly to advances in flood predictions,and existing studies mainly focused on predicting... Accurate prediction of flood events is important for flood control and risk management.Machine learning techniques contributed greatly to advances in flood predictions,and existing studies mainly focused on predicting flood resource variables using single or hybrid machine learning techniques.However,class-based flood predictions have rarely been investigated,which can aid in quickly diagnosing comprehensive flood characteristics and proposing targeted management strategies.This study proposed a prediction approach of flood regime metrics and event classes coupling machine learning algorithms with clustering-deduced membership degrees.Five algorithms were adopted for this exploration.Results showed that the class membership degrees accurately determined event classes with class hit rates up to 100%,compared with the four classes clustered from nine regime metrics.The nonlinear algorithms(Multiple Linear Regression,Random Forest,and least squares-Support Vector Machine)outperformed the linear techniques(Multiple Linear Regression and Stepwise Regression)in predicting flood regime metrics.The proposed approach well predicted flood event classes with average class hit rates of 66.0%-85.4%and 47.2%-76.0%in calibration and validation periods,respectively,particularly for the slow and late flood events.The predictive capability of the proposed prediction approach for flood regime metrics and classes was considerably stronger than that of hydrological modeling approach. 展开更多
关键词 flood regime metrics class prediction machine learning algorithms hydrological model
原文传递
CAWASeg:Class Activation Graph Driven Adaptive Weight Adjustment for Semantic Segmentation
7
作者 Hailong Wang Minglei Duan +1 位作者 Lu Yao Hao Li 《Computers, Materials & Continua》 2026年第3期1071-1091,共21页
In image analysis,high-precision semantic segmentation predominantly relies on supervised learning.Despite significant advancements driven by deep learning techniques,challenges such as class imbalance and dynamic per... In image analysis,high-precision semantic segmentation predominantly relies on supervised learning.Despite significant advancements driven by deep learning techniques,challenges such as class imbalance and dynamic performance evaluation persist.Traditional weighting methods,often based on pre-statistical class counting,tend to overemphasize certain classes while neglecting others,particularly rare sample categories.Approaches like focal loss and other rare-sample segmentation techniques introduce multiple hyperparameters that require manual tuning,leading to increased experimental costs due to their instability.This paper proposes a novel CAWASeg framework to address these limitations.Our approach leverages Grad-CAM technology to generate class activation maps,identifying key feature regions that the model focuses on during decision-making.We introduce a Comprehensive Segmentation Performance Score(CSPS)to dynamically evaluate model performance by converting these activation maps into pseudo mask and comparing them with Ground Truth.Additionally,we design two adaptive weights for each class:a Basic Weight(BW)and a Ratio Weight(RW),which the model adjusts during training based on real-time feedback.Extensive experiments on the COCO-Stuff,CityScapes,and ADE20k datasets demonstrate that our CAWASeg framework significantly improves segmentation performance for rare sample categories while enhancing overall segmentation accuracy.The proposed method offers a robust and efficient solution for addressing class imbalance in semantic segmentation tasks. 展开更多
关键词 Semantic segmentation class activation graph adaptive weight adjustment pseudo mask
在线阅读 下载PDF
Effective Token Masking Augmentation Using Term-Document Frequency for Language Model-Based Legal Case Classification
8
作者 Ye-Chan Park Mohd Asyraf Zulkifley +1 位作者 Bong-Soo Sohn Jaesung Lee 《Computers, Materials & Continua》 2026年第4期928-945,共18页
Legal case classification involves the categorization of legal documents into predefined categories,which facilitates legal information retrieval and case management.However,real-world legal datasets often suffer from... Legal case classification involves the categorization of legal documents into predefined categories,which facilitates legal information retrieval and case management.However,real-world legal datasets often suffer from class imbalances due to the uneven distribution of case types across legal domains.This leads to biased model performance,in the form of high accuracy for overrepresented categories and underperformance for minority classes.To address this issue,in this study,we propose a data augmentation method that masks unimportant terms within a document selectively while preserving key terms fromthe perspective of the legal domain.This approach enhances data diversity and improves the generalization capability of conventional models.Our experiments demonstrate consistent improvements achieved by the proposed augmentation strategy in terms of accuracy and F1 score across all models,validating the effectiveness of the proposed method in legal case classification. 展开更多
关键词 Legal case classification class imbalance data augmentation token masking legal NLP
在线阅读 下载PDF
The size effect of CoO on the selectivity of heterogeneous hydroformylation
9
作者 Zhao Sun Miao Jiang +8 位作者 Guoqing Wang Benhan Fan Wenhao Cui Yang Zhao Cunyao Li Guifa Long Li Yan Qiang Zhou Yunjie Ding 《Journal of Energy Chemistry》 2026年第3期1-9,共9页
Cobalt is undoubtedly the most promising alternative metal to rhodium for a highly active and stable hydroformylation process under mild conditions.In this study,two cobalt-based heterogeneous catalysts were synthesiz... Cobalt is undoubtedly the most promising alternative metal to rhodium for a highly active and stable hydroformylation process under mild conditions.In this study,two cobalt-based heterogeneous catalysts were synthesized via impregnating a cobalt precursor into polymers(POPs-NVP).Comprehensive characterization revealed that the cobalt species on the catalysts exist as CoO with two distinct sizes:nanoparticles and single sites.The CoO nanoparticles on POPs-NVP exhibited outstanding hydroformylation activity(81.7%yield of aldehyde and alcohol,13.5%yield of alkane),while CoO single sites displayed robust olefin hydrogenation performance(62.6%yield of alkane,27.3% yield of aldehyde and alcohol).These divergent catalytic behaviors were attributed to distinct electron density distributions around surface-exposed cobalt species,which were critically governed by CoO sizes on catalysts.By elucidating the size-dependent effects of CoO/POPs-NVP catalysts,this work provided insights into the complex active species states in heterogeneous cobalt-based catalysts,and established valuable experimental and theoretical foundations for designing highly efficient cobalt-based heterogeneous catalysts for hydroformylation. 展开更多
关键词 Heterogeneous hydroformylation Heterogeneous hydrogenation Cobalt-based catalysts size effect Reaction pathway
在线阅读 下载PDF
Micropolar homogenization constitutive modeling and size effect analysis of lattice materials
10
作者 Tingrui CHEN Fan YANG +2 位作者 Jingchun ZHANG Dong HAN Qingcheng YANG 《Applied Mathematics and Mechanics(English Edition)》 2026年第1期39-60,共22页
Lattice materials have demonstrated promising potential in engineering applications owing to their exceptional lightweight,high specific strength,and tunable mechanical properties.However,the traditional homogenizatio... Lattice materials have demonstrated promising potential in engineering applications owing to their exceptional lightweight,high specific strength,and tunable mechanical properties.However,the traditional homogenization methods based on the classical elasticity theory struggle to accurately describe the non-classical mechanical behaviors of lattice materials,especially when dealing with complex unit-cell geometries featured by non-symmetric configurations or non-single central node connections.In response to this limitation,this study establishes a generalized homogenization model based on the micropolar theory framework,employing Hill's boundary conditions to precisely predict the equivalent moduli of complex lattice materials.By introducing the independent rotational degree of freedom(DOF)characteristic of the micropolar theory,the proposed model successfully overcomes the limitation of conventional methods in accurately describing the asymmetric deformation and scale effects.We initially calculate the constitutive relations of two-dimensional(2D)cross-shaped multi-node chiral lattices and subsequently extend the method to three-dimensional(3D)lattices,successfully predicting the mechanical properties of both traditional and eccentric body-centered cubic(BCC)lattices.The theoretical model is validated through the finite element numerical verification which shows excellent consistency with the theoretical predictions.A further parametric study investigates the influence of geometric parameters,revealing the underlying size-effect mechanism.This paper provides a reliable theoretical tool for the design and property optimization of complex lattice materials. 展开更多
关键词 lattice material size effect micropolar theory homogenization method constitutive relationship
在线阅读 下载PDF
Plant patch size,not number,determines vegetation recovery in mildly degraded Bangor alpine steppes under grazing exclusion
11
作者 NIU Haishan LIU Min +6 位作者 ZHANG Jing KONG Qian LI Runfu ZHU Chuanlu CUI Xiaoyong WANG Shiping WANG Yanfen 《Journal of Mountain Science》 2026年第1期67-80,共14页
The alpine grassland vegetation on the Qinghai-Tibet Plateau is composed of plant patches in varied sizes.It remains uncertain whether vegetation recovery following grazing exclusion(GE)in degraded grasslands is drive... The alpine grassland vegetation on the Qinghai-Tibet Plateau is composed of plant patches in varied sizes.It remains uncertain whether vegetation recovery following grazing exclusion(GE)in degraded grasslands is driven by increases in patches number(NP),patch size(PS),or both.We based our predictions on two hypotheses:GE intensifies plant competition,and facilitation prevails near patches while competition prevails in interpatch spaces.We predicted that the NP would remain stable or decrease and PS would increase under GE treatment.To evaluate these predictions,we conducted a study in six lightly degraded alpine grasslands under free grazing(FG)conditions in Bangor County,Xizang Autonomous Region,China,with corresponding GE treatments using transects in 2017 and 2018.Results revealed that four sites in 2017 and five sites in 2018 had reduced NP and increased PS,with probabilities of 0.033(2017)and 0.004(2018),respectively,and a joint probability of 0.0001 under the null hypothesis that GE does not affect NP or PS.The NP reduction was solely due to the decrease in small patch sizes.An increase in PS was common across species,and a predominant tendency for NP reduction was observed among species across the sites.The overall changes in NP and PS were primarily driven by the three most abundant species(contributing more than 60%in both years),rather than by shifts in floristic composition.Our findings highlight that vegetation recovery in Bangor alpine steppes following GE relies solely on the expansion of existing patches rather than the recruitment of new ones in interpatch gaps.We recommend prioritizing growth-promoting measures,such as nutrient or water management,over seed addition when assisting with GE for restoring lightly degraded grasslands. 展开更多
关键词 Plant patches Stipa purpurea Patch size Grazing exclusion Degraded restoration
原文传递
Particle size ratios and ice content effects on rock-ice avalanche propagation and deposition:Flume experiments and DEM simulations
12
作者 LUO Xin YANG Qingqing +1 位作者 HUO Zihao QIN Yao 《Journal of Mountain Science》 2026年第1期221-236,共16页
Rock-ice avalanches in cold high-mountain regions pose severe hazards due to their high mobility,yet the quantitative controls of particle-size ratio and ice content remain insufficiently constrained.This study invest... Rock-ice avalanches in cold high-mountain regions pose severe hazards due to their high mobility,yet the quantitative controls of particle-size ratio and ice content remain insufficiently constrained.This study investigates their coupled effects using inclinedflume experiments and Discrete Element Method(DEM)simulations,covering three gravel sizes(2-5 mm,5-7 mm,7-10 mm)and four ice-content levels(0%,20%,40%,60%).Run-out distance,velocity,energy components,flow regime(Savage number),and segregation indexαwere quantified.Increasing ice content significantly enhances mobility,but with diminishing marginal effectiveness.From 0%to 40%ice content,run-out distance increases by 41%-86%,whereas the additional increase from 40%to 60%contributes only 12%-23%.Particle-size ratio strongly governs segregation intensity.Fine-gravel groups reach segregation indices ofα=0.92-0.98,indicating nearly complete upward migration of ice,whereas medium-gravel and coarse-gravel groups exhibit much weaker segregation,stabilizing atα=0.68-0.74 and 0.60-0.69.Savage number analyses reveal marked flow-regime transitions.At 0%ice content,Savage numbers reach 1.0-1.5,indicating a collisional regime.Increasing ice content suppresses collisionality,with Savage numbers decreasing to 0.03-0.07 at 60%ice content,consistent with dense-regime flow.DEM energy analyses confirm this regime shift:for finegravel mixtures,collision energy decreases by 14%,while sliding-friction energy increases by 33%as ice content increases from 0%to 60%,reflecting enhanced overburden effects imposed by upward-segregated ice layers.Medium and coarse mixtures exhibit weaker or opposite energy-shift patterns,demonstrating strong size dependence.Mechanistically,large particle-size contrasts promote strong segregation and form dense basal rock layers that increase basal friction and reduce mobility.When particle sizes are similar or ice content is high,segregation remains limited,allowing ice to mix into the basal layer,thereby reducing basal friction and enhancing mobility.This research quantitatively demonstrates how composition controls particle spatial distribution,flow regime,and energy dissipation,offering new mechanistic insights into the propagation and deposition behaviors of rock-ice avalanches and improving hazard assessment in vulnerable high-mountain regions. 展开更多
关键词 Rock-ice avalanche DEM Flume experiment Ice content Particle size ratio SEGREGATION
原文传递
Effect of grain size on fatigue behaviors of Mg-2.6Nd-0.35Zn-xZr alloys
13
作者 Lun-yong Zhang Yan-ping Chen +5 位作者 Xian-xing Wang Hong-xian Shen Hong-hui Liu Fu-yang Cao Zhi-liang Ning Jian-fei Sun 《China Foundry》 2026年第2期186-196,共11页
High-performance magnesium alloys are in great demand to meet the lightweight design requirements of aircraft.Grain size has long been recognized as a key factor influencing the mechanical properties of alloys.This st... High-performance magnesium alloys are in great demand to meet the lightweight design requirements of aircraft.Grain size has long been recognized as a key factor influencing the mechanical properties of alloys.This study investigates the effect of grain size,controlled by Zr addition,on the fatigue behavior of a recently developed low-cost Mg-2.6Nd-0.35Zn alloy,through systematic characterization and analysis of stress-life(S-N)curves,fatigue crack propagation,fracture surface morphology,stress intensity factor,and crack propagation threshold.The results show that after heat treatment(solution at 525±5℃ for 8 h and water quenching at 60-80℃,followed by aging at 250±5℃for 14 h and then air cooling),coarse-grained specimens(average grain size approximately 596μm)containing 0.12wt.%Zr exhibit greater resistance to fatigue crack propagation than fine-grained specimens(average grain size approximately 94μm)containing 0.46wt.%Zr.Coarse grains promote intergranular fracture,while fine grains favor transgranular fracture.In addition,coarse grains reduce the sensitivity of the crack tip to stress concentration.Furthermore,fine-grained samples demonstrate a longer total fatigue life,owing to their superior resistance to crack initiation,which significantly prolongs the crack initiation stage.These findings highlight the importance of optimizing grain size to achieve the best possible fatigue resistance in Mg-Nd-Zn-Zr alloys for practical engineering applications. 展开更多
关键词 Mg-Nd-Zn-Zr alloys grain size fatigue behaviors crack propagation crack initiation
在线阅读 下载PDF
Spatial Variation in Grain Size of Riparian Dunes in Typical Cold and Arid Deserts of China and Its Implications for Identifying Sediment Sources
14
作者 LI Xiaomei YAN Ping +3 位作者 CAO Liguo WANG Xiaoxu LIU Xiaokang CHEN Hao 《Chinese Geographical Science》 2026年第2期291-305,共15页
Riparian dunes in deserts exhibit unique geographic features due to aeolian-fluvial interactions.In this study,we collected 510 surface sediment samples from eight drainage basins and conducted a systematic analysis t... Riparian dunes in deserts exhibit unique geographic features due to aeolian-fluvial interactions.In this study,we collected 510 surface sediment samples from eight drainage basins and conducted a systematic analysis to examine the grain size characteristics of major riparian dunes in the typical cold and arid deserts of China.The results indicate that major riparian dunes of deserts in study area can be classified into three types based on their grain size characteristics.The Bartlett test of sphericity and the Kaiser-Meyer-Olkin(KMO)test were also performed,and their significance values were found to be 0.000 and 0.584,respectively.The results of the principal component analysis revealed that the cumulative contribution rate of the total variance reached 85.9%for the two principal components with characteristic roots greater than 1.0.The primary principal component included medium sand,whereas the secondary principal component included fine sand.We conducted a cluster analysis and classified the samples into three major types.Type I rivers include the Keriya River,Langqu River,Tora River and Heihe River,which are characterized by by fine particle size,and well-sorted.Type II includes Mu Bulag River,Kuye River,and the Xar Moron River,Compared with type I,it has a relatively coarser mean grain size and relatively poor sorting for this type.Type III includes the Maquan River,which is characterized mainly by fine sand and medium sand,accounting for more than 90%,and the sorting coefficient(0.52)suggests relatively well sorting in this pattern.Moreover,principal component analysis was applied to determine the particle sizes of samples from different watersheds.Moreover,these sediments exhibit both hydromorphic and aeolian features.At the drainage basin scale,the mode and intensity of aeolian-fluvial interactions depend on climatic conditions.In arid and semi-arid climate regions,wind is the dominant force,and the grain size exhibits significant aeolian features.Conversely,in the semi-humid region,flowing water is the dominant force,and riparian dunes in this region are formed by aeolian-fluvial interaction.The angle between the wind direction and flow direction in different reaches influences both the supply of sediment sources and the development of riparian dunes.This study will provide a new perspective for evaluating aeolian-fluvial interactions on riparian dunes in the deserts of China’s cold and arid regions. 展开更多
关键词 riparian dune grain size aeolian-fluvial interaction cold and arid deserts China
在线阅读 下载PDF
Impact of seepage on the breaching of non-cohesive landslide dams with different grain size distributions
15
作者 QIN Tao YANG Xingguo +2 位作者 ZHOU Jiawen XIANG Shenghao LIAO Haimei 《Journal of Mountain Science》 2026年第2期706-722,共17页
Landslide dams often undergo seepage due to poor particle gradation and loose structure,yet most existing studies focus solely on overtopping-induced breaching mechanisms,neglecting the potential influence of pre-brea... Landslide dams often undergo seepage due to poor particle gradation and loose structure,yet most existing studies focus solely on overtopping-induced breaching mechanisms,neglecting the potential influence of pre-breaching seepage.Seepage may alter the dam's erodibility,structural stability,and material composition,thereby affecting the overtopping breaching process.Through flume experiments,this study investigates the breaching mechanisms of cohesionless landslide dams with different gradations within the same particle size range under coupled seepage-overtopping conditions.The results demonstrate that pre-breaching seepage significantly impacts breaching dynamics.Within a specific particle size range,compared to pure overtopping,seepage reduces downstream slope stability,increases material erodibility,shortens breaching duration,amplifies peak discharge,and advances the timing of peak flow.As the median particle size(D_(50))increases,the amplification effect of seepage on peak discharge initially increases then decreases,the advancement of peak flow timing diminishes,and the breach erosion rate declines.When D_(50)is sufficiently large,seepage has negligible effects on breach development.For smaller D_(50),seepage markedly accelerates breach widening and deepening.Furthermore,coupled seepage-overtopping extends the downstream deposition area and exacerbates channel erosion due to differences in sediment sorting.These findings highlight the critical role of seepage in landslide dam breaching,providing a scientific basis for hazard prevention and mitigation. 展开更多
关键词 SEEPAGE Non-cohesive landslide dams Particle size distribution Breaching mechanisms Dam failure
原文传递
Impacts of X-ray energy and beam size on CD-SAXS measurement precision
16
作者 Xu-Yang Qin Bing Guo +7 位作者 Nan Pan Xin-Hao Gao Shu-Min Yang Chun-Xia Hong Ying Wang Xiu-Hong Li Chun-Ming Yang Feng-Gang Bian 《Nuclear Science and Techniques》 2026年第4期65-78,共14页
With the development of the semiconductor industry below the 7 nm scale,critical dimension small-angle X-ray scattering(CD-SAXS)has emerged as a powerful tool for quantitatively measuring nanoscale deviations.In this ... With the development of the semiconductor industry below the 7 nm scale,critical dimension small-angle X-ray scattering(CD-SAXS)has emerged as a powerful tool for quantitatively measuring nanoscale deviations.In this study,the effects of X-ray beam size and photon energy on the accuracy of critical dimension measurements were investigated.Critical dimensions measured using beams with different spot sizes showed different deviations from the expected values.Beam sizes that were either too large or too small did not improve confidence intervals.As the incident energy increased,the X-ray transmission rate increased,while the scattering cross section decreased,resulting in a gradual decrease in the signal-to-noise ratio of the diffraction peaks,which reduced the accuracy of the CD-SAXS measurements.An optimal accuracy was obtained at 12 keV with a smaller beam size.Using an effective trapezoid model,the results yielded an average pitch of 100.4±0.2 nm,width of 49.8±0.2 nm,height of 130.0±0.2 nm,and a sidewall angle below 1.1°±0.1°.These results provide crucial guidance for the future development of CD-SAXS laboratories and the construction of X-ray machines as well as robust support for research in related fields. 展开更多
关键词 Critical dimension small-angle X-ray scattering Nonlinear fitting Beam size X-ray energy Chip
在线阅读 下载PDF
Effect of surface area and pore size on long-term bone regeneration:dynamic changes in geometric characteristics,mass transport,and mechanobiology
17
作者 Xing Peng Guoxian Zhang +5 位作者 Jian Pu Shu Yang Wen Cui Xue Zhou Shuxin Qu Zhongmin Jin 《Bio-Design and Manufacturing》 2026年第1期137-152,I0021,共17页
The specific surface area(S S)and pore size(D)exhibit an inherent trade-off in the microscale design of bone implants:larger pores typically correlate with reduced surface area and vice versa.This relationship has att... The specific surface area(S S)and pore size(D)exhibit an inherent trade-off in the microscale design of bone implants:larger pores typically correlate with reduced surface area and vice versa.This relationship has attracted notable attention because of its critical role in the regulation of cell adhesion and osteogenesis.However,it remains largely unclear how S S and D affect the generated bone tissue and dynamically change during long-term osteogenesis.Herein,by applying rigorous geometric mapping to minimal surfaces,we constructed precisely partitioned and layer-by-layer thickened tissue models to simulate osteogenesis across different temporal scales and thereby track the dynamic evolution of geometric characteristics,permeability,and mechanobiological tissue differentiation.The high-S S samples were found to facilitate the rapid formation of new bone tissue in the early stages.However,their smaller pores tended to cause occlusions,hindering further tissue development.In contrast,low-S S samples showed slower bone regeneration,but their larger pores provided adequate physical space for tissue regeneration and mass transport,ultimately promoting bone formation in the long term.Mechanobiological regulation suggests that fibrous tissue formation inhibits additional bone formation,establishing a dynamic equilibrium between osteogenesis and pore space to sustain nutrient/waste exchange throughout the regenerative process.Overall,smaller pores are preferable in implants for minimally loaded osteoplasty procedures focused on early-stage bone consolidation,whereas larger pores are preferable in dynamically loaded implants requiring prolonged mechanical stability. 展开更多
关键词 Minimal surface Specific surface area Pore size Bone ingrowth MECHANOBIOLOGY Finite element simulation
暂未订购
GranuSAS:Software of rapid particle size distribution analysis from small angle scattering data
18
作者 Qiaoyu Guo Fei Xie +3 位作者 Xuefei Feng Zhe Sun Changda Wang Xuechen Jiao 《Chinese Physics B》 2026年第2期216-225,共10页
Small angle x-ray scattering(SAXS)is an advanced technique for characterizing the particle size distribution(PSD)of nanoparticles.However,the ill-posed nature of inverse problems in SAXS data analysis often reduces th... Small angle x-ray scattering(SAXS)is an advanced technique for characterizing the particle size distribution(PSD)of nanoparticles.However,the ill-posed nature of inverse problems in SAXS data analysis often reduces the accuracy of conventional methods.This article proposes a user-friendly software for PSD analysis,GranuSAS,which employs an algorithm that integrates truncated singular value decomposition(TSVD)with the Chahine method.This approach employs TSVD for data preprocessing,generating a set of initial solutions with noise suppression.A high-quality initial solution is subsequently selected via the L-curve method.This selected candidate solution is then iteratively refined by the Chahine algorithm,enforcing constraints such as non-negativity and improving physical interpretability.Most importantly,GranuSAS employs a parallel architecture that simultaneously yields inversion results from multiple shape models and,by evaluating the accuracy of each model's reconstructed scattering curve,offers a suggestion for model selection in material systems.To systematically validate the accuracy and efficiency of the software,verification was performed using both simulated and experimental datasets.The results demonstrate that the proposed software delivers both satisfactory accuracy and reliable computational efficiency.It provides an easy-to-use and reliable tool for researchers in materials science,helping them fully exploit the potential of SAXS in nanoparticle characterization. 展开更多
关键词 small angle x-ray scattering data analysis software particle size distribution inverse problem
原文传递
Effect of particle size on migration and retention of bacteria in sand and its biomineralization
19
作者 Hanjiang Lai Shuiquan Deng +5 位作者 Mingjuan Cui Shaohui Zheng Junjie Zheng Runming Liu Jianwei Zhang Yu Song 《Journal of Rock Mechanics and Geotechnical Engineering》 2026年第2期1496-1503,共8页
Bacterial cells are widely accepted as nucleation sites for calcium carbonate precipitation in biomineralization based on the Microbially Induced Carbonate Precipitation(MICP)process.For MICP-based insitu biotreatment... Bacterial cells are widely accepted as nucleation sites for calcium carbonate precipitation in biomineralization based on the Microbially Induced Carbonate Precipitation(MICP)process.For MICP-based insitu biotreatment,the firstproblem to be solved is how to introduce and retain the bacterial cells in the soil,which involves the migration and retention of bacterial cells during the biogrouting process.Soil particle size,a key factor in determining pore throat size,can have a significanteffect on the migration and retention of bacterial cells in the soil and therefore on biomineralization.To investigate the effect of particle size on the migration and retention of bacterial cells in sand and its biomineralization,two sets of tests were carried out in this study,including percolation tests and sand column treatment tests.Soil urease activity(definedas urease activity per unit mass of soil)and calcium carbonate content of the biomineralized sand were measured to comprehensively assess the migration and retention of bacterial cells in the sand.The results indicate that sands with a particle size smaller than 0.25 mmwould inhibit the migration of bacteria in the sand,resulting in a nonuniform distribution of precipitated calcium carbonate and a low strength enhancement of biomineralization.On the other hand,sands with a particle size larger than 1.18 mm are unfavorable for retaining bacterial cells in the sand,resulting in low calcium conversion efficiency.Meanwhile,particle size would also affect the formation of effective calcium carbonate through interparticle contact number and interparticle pore size,and thus biomineralization. 展开更多
关键词 Microbially induced carbonate precipitation(MICP) Soil particle size Bacterial cell MIGRATION RETENTION BIOMINERALIZATION
在线阅读 下载PDF
上一页 1 2 250 下一页 到第
使用帮助 返回顶部