With the increasing interest in e-commerce shopping, customer reviews have become one of the most important elements that determine customer satisfaction regarding products. This demonstrates the importance of working...With the increasing interest in e-commerce shopping, customer reviews have become one of the most important elements that determine customer satisfaction regarding products. This demonstrates the importance of working with Text Mining. This study is based on The Women’s Clothing E-Commerce Reviews database, which consists of reviews written by real customers. The aim of this paper is to conduct a Text Mining approach on a set of customer reviews. Each review was classified as either a positive or negative review by employing a classification method. Four tree-based methods were applied to solve the classification problem, namely Classification Tree, Random Forest, Gradient Boosting and XGBoost. The dataset was categorized into training and test sets. The results indicate that the Random Forest method displays an overfitting, XGBoost displays an overfitting if the number of trees is too high, Classification Tree is good at detecting negative reviews and bad at detecting positive reviews and the Gradient Boosting shows stable values and quality measures above 77% for the test dataset. A consensus between the applied methods is noted for important classification terms.展开更多
Objectives This review aimed to systematically synthesize the available research on the disclosure of diagnosis and related issues in childhood cancer from the perspectives of healthcare professionals,with the goal of...Objectives This review aimed to systematically synthesize the available research on the disclosure of diagnosis and related issues in childhood cancer from the perspectives of healthcare professionals,with the goal of informing the optimization of disclosure processes and meeting the communication needs of affected families.Methods In accordance with the Joanna Briggs Institute(JBI)methodology for mixed methods systematic reviews,the convergent segregated approach was used in this review.Articles were retrieved from 11 databases,including PubMed,Web of Science,CINAHL,CENTRAL,Embase,Ovid/Medline,PsycINFO,PsycArticles,Scopus,ERIC,and China National Knowledge Infrastructure(CNKI).The quality of the selected articles was assessed using the Mixed Method Appraisal Tool(MMAT).The review protocol was registered on PROSPERO(CRD42024542746).Results A total of 21 studies from 10 countries were included.Their methodological quality was generally medium to high,with MMAT scores ranging from 60%to 100%.The synthesis yielded three core themes:1)the spectrum of professional and societal attitudes toward disclosure;2)the dynamic practices of navigating disclosure amid uncertainty,including timing and environment,stakeholders,and content of disclosure;and 3)factors influencing disclosure,including children’s,parental,healthcare professionals’,and socio-cultural factors.Conclusions This review synthesized the perspectives and experiences of healthcare professionals regarding disclosure in childhood cancer,highlighting the complexity and multidimensional nature of this process in clinical practice.Future research should further investigate the experiences and needs of children and their parents,explore cultural variations in disclosure practices,develop context-appropriate assessment tools,and construct multidimensional intervention strategies to enhance the humanistic care and professional effectiveness of the disclosure process.展开更多
The Good Wife is an American TV series that focuses on women’s independence,politics,and law.The drama has been remade in China,Japan,and South Korea.This research aims to use Nida’s Functional Equivalence Theory to...The Good Wife is an American TV series that focuses on women’s independence,politics,and law.The drama has been remade in China,Japan,and South Korea.This research aims to use Nida’s Functional Equivalence Theory to analyze the methods of its English-to-Chinese subtitle translation by considering social,cultural,and historic backgrounds between China and America.After data collection and case analysis,the study found that:(1)Five major translation methods are adopted in the subtitle translation of The Good Wife.They are free translation,variation,literal translation,addition,and omission.Among them,free translation is the most frequently used,while omission is used least.(2)The subtitle translation of films and TV series is limited by time and space restrictions,social-cultural differences,and other factors.When translating,translators should try to use humorous words,euphemism,intonation,and other ways,and combine different methods such as literal translation,free translation,variation,addition,omission,and other methods to seek equivalence both in the meaning and function of subtitles under the guidance of Functional Equivalence Theory.展开更多
Geological prospecting and the identification of adverse geological features are essential in tunnel construction,providing critical information to ensure safety and guide engineering decisions.As tunnel projects exte...Geological prospecting and the identification of adverse geological features are essential in tunnel construction,providing critical information to ensure safety and guide engineering decisions.As tunnel projects extend into deeper and more mountainous terrains,engineers face increasingly complex geological conditions,including high water pressure,intense geo-stress,elevated geothermal gradients,and active fault zones.These conditions pose substantial risks such as high-pressure water inrush,largescale collapses,and tunnel boring machine(TBM)blockages.Addressing these challenges requires advanced detection technologies capable of long-distance,high-precision,and intelligent assessments of adverse geology.This paper presents a comprehensive review of recent advancements in tunnel geological ahead prospecting methods.It summarizes the fundamental principles,technical maturity,key challenges,development trends,and real-world applications of various detection techniques.Airborne and semi-airborne geophysical methods enable large-scale reconnaissance for initial surveys in complex terrain.Tunnel-and borehole-based approaches offer high-resolution detection during excavation,including seismic ahead prospecting(SAP),TBM rock-breaking source seismic methods,fulltime-domain tunnel induced polarization(TIP),borehole electrical resistivity,and ground penetrating radar(GPR).To address scenarios involving multiple,coexisting adverse geologies,intelligent inversion and geological identification methods have been developed based on multi-source data fusion and artificial intelligence(AI)techniques.Overall,these advances significantly improve detection range,resolution,and geological characterization capabilities.The methods demonstrate strong adaptability to complex environments and provide reliable subsurface information,supporting safer and more efficient tunnel construction.展开更多
This article proposes the high-speed and high-accuracy code clone detection method based on the combination of tree-based and token-based methods. Existence of duplicated program codes, called code clone, is one of th...This article proposes the high-speed and high-accuracy code clone detection method based on the combination of tree-based and token-based methods. Existence of duplicated program codes, called code clone, is one of the main factors that reduces the quality and maintainability of software. If one code fragment contains faults (bugs) and they are copied and modified to other locations, it is necessary to correct all of them. But it is not easy to find all code clones in large and complex software. Much research efforts have been done for code clone detection. There are mainly two methods for code clone detection. One is token-based and the other is tree-based method. Token-based method is fast and requires less resources. However it cannot detect all kinds of code clones. Tree-based method can detect all kinds of code clones, but it is slow and requires much computing resources. In this paper combination of these two methods was proposed to improve the efficiency and accuracy of detecting code clones. Firstly some candidates of code clones will be extracted by token-based method that is fast and lightweight. Then selected candidates will be checked more precisely by using tree-based method that can find all kinds of code clones. The prototype system was developed. This system accepts source code and tokenizes it in the first step. Then token-based method is applied to this token sequence to find candidates of code clones. After extracting several candidates, selected source codes will be converted into abstract syntax tree (AST) for applying tree-based method. Some sample source codes were used to evaluate the proposed method. This evaluation proved the improvement of efficiency and precision of code clones detecting.展开更多
Open caissons are widely used in foundation engineering because of their load-bearing efficiency and adaptability in diverse soil conditions.However,accurately predicting their undrained bearing capacity in layered so...Open caissons are widely used in foundation engineering because of their load-bearing efficiency and adaptability in diverse soil conditions.However,accurately predicting their undrained bearing capacity in layered soils remains a complex challenge.This study presents a novel application of five ensemble machine(ML)algorithms-random forest(RF),gradient boosting machine(GBM),extreme gradient boosting(XGBoost),adaptive boosting(AdaBoost),and categorical boosting(CatBoost)-to predict the undrained bearing capacity factor(Nc)of circular open caissons embedded in two-layered clay on the basis of results from finite element limit analysis(FELA).The input dataset consists of 1188 numerical simulations using the Tresca failure criterion,varying in geometrical and soil parameters.The FELA was performed via OptumG2 software with adaptive meshing techniques and verified against existing benchmark studies.The ML models were trained on 70% of the dataset and tested on the remaining 30%.Their performance was evaluated using six statistical metrics:coefficient of determination(R²),mean absolute error(MAE),root mean squared error(RMSE),index of scatter(IOS),RMSE-to-standard deviation ratio(RSR),and variance explained factor(VAF).The results indicate that all the models achieved high accuracy,with R²values exceeding 97.6%and RMSE values below 0.02.Among them,AdaBoost and CatBoost consistently outperformed the other methods across both the training and testing datasets,demonstrating superior generalizability and robustness.The proposed ML framework offers an efficient,accurate,and data-driven alternative to traditional methods for estimating caisson capacity in stratified soils.This approach can aid in reducing computational costs while improving reliability in the early stages of foundation design.展开更多
Modal parameters can accurately characterize the structural dynamic properties and assess the physical state of the structure.Therefore,it is particularly significant to identify the structural modal parameters accordi...Modal parameters can accurately characterize the structural dynamic properties and assess the physical state of the structure.Therefore,it is particularly significant to identify the structural modal parameters according to the monitoring data information in the structural health monitoring(SHM)system,so as to provide a scientific basis for structural damage identification and dynamic model modification.In view of this,this paper reviews methods for identifying structural modal parameters under environmental excitation and briefly describes how to identify structural damages based on the derived modal parameters.The paper primarily introduces data-driven modal parameter recognition methods(e.g.,time-domain,frequency-domain,and time-frequency-domain methods,etc.),briefly describes damage identification methods based on the variations of modal parameters(e.g.,natural frequency,modal shapes,and curvature modal shapes,etc.)and modal validation methods(e.g.,Stability Diagram and Modal Assurance Criterion,etc.).The current status of the application of artificial intelligence(AI)methods in the direction of modal parameter recognition and damage identification is further discussed.Based on the pre-vious analysis,the main development trends of structural modal parameter recognition and damage identification methods are given to provide scientific references for the optimized design and functional upgrading of SHM systems.展开更多
The separation-of-variable(SOV)methods,such as the improved SOV method,the variational SOV method,and the extended SOV method,have been proposed by the present authors and coworkers to obtain the closed-form analytica...The separation-of-variable(SOV)methods,such as the improved SOV method,the variational SOV method,and the extended SOV method,have been proposed by the present authors and coworkers to obtain the closed-form analytical solutions for free vibration and eigenbuckling of rectangular plates and circular cylindrical shells.By taking the free vibration of rectangular thin plates as an example,this work presents the theoretical framework of the SOV methods in an instructive way,and the bisection–based solution procedures for a group of nonlinear eigenvalue equations.Besides,the explicit equations of nodal lines of the SOV methods are presented,and the relations of nodal line patterns and frequency orders are investigated.It is concluded that the highly accurate SOV methods have the same accuracy for all frequencies,the mode shapes about repeated frequencies can also be precisely captured,and the SOV methods do not have the problem of missing roots as well.展开更多
Soil improvement is one of the most important issues in geotechnical engineering practice.The wide application of traditional improvement techniques(cement/chemical materials)are limited due to damage ecological en-vi...Soil improvement is one of the most important issues in geotechnical engineering practice.The wide application of traditional improvement techniques(cement/chemical materials)are limited due to damage ecological en-vironment and intensify carbon emissions.However,the use of microbially induced calcium carbonate pre-cipitation(MICP)to obtain bio-cement is a novel technique with the potential to induce soil stability,providing a low-carbon,environment-friendly,and sustainable integrated solution for some geotechnical engineering pro-blems in the environment.This paper presents a comprehensive review of the latest progress in soil improvement based on the MICP strategy.It systematically summarizes and overviews the mineralization mechanism,influ-encing factors,improved methods,engineering characteristics,and current field application status of the MICP.Additionally,it also explores the limitations and correspondingly proposes prospective applications via the MICP approach for soil improvement.This review indicates that the utilization of different environmental calcium-based wastes in MICP and combination of materials and MICP are conducive to meeting engineering and market demand.Furthermore,we recommend and encourage global collaborative study and practice with a view to commercializing MICP technique in the future.The current review purports to provide insights for engineers and interdisciplinary researchers,and guidance for future engineering applications.展开更多
With the continuous increase of aeroengine flight ceiling(>20 km),the thin atmosphere at high altitudes and the size effect all cause the compressor component inlet Reynolds number to decrease rapidly to a critical...With the continuous increase of aeroengine flight ceiling(>20 km),the thin atmosphere at high altitudes and the size effect all cause the compressor component inlet Reynolds number to decrease rapidly to a critical value(approximately 2.0×10^(5)),and the significant transition process on the blade/endwall surface leads to the sharp degradation of compressor performance,which seriously affects the engine fuel consumption and working stability at high altitudes.In this paper,the research progress on the internal flow mechanism and flow control methods of axial compressors at low Reynolds numbers is reviewed from the aspects of quantification and prediction of performance variation,flow loss mechanism related to separation and transition,efficient transition control and flow field organization.The development trend of the low-Reynolds-number effect of axial flow compressors is noted,and the difficulties and application prospects of aerodynamic design and efficient flow control methods for compressors under low Reynolds numbers at high altitudes are discussed.展开更多
In order to solve the problem of the variable coefficient ordinary differen-tial equation on the bounded domain,the Lagrange interpolation method is used to approximate the exact solution of the equation,and the error...In order to solve the problem of the variable coefficient ordinary differen-tial equation on the bounded domain,the Lagrange interpolation method is used to approximate the exact solution of the equation,and the error between the numerical solution and the exact solution is obtained,and then compared with the error formed by the difference method,it is concluded that the Lagrange interpolation method is more effective in solving the variable coefficient ordinary differential equation.展开更多
Unmanned aerial vehicles(UAVs)have become crucial tools in moving target tracking due to their agility and ability to operate in complex,dynamic environments.UAVs must meet several requirements to achieve stable track...Unmanned aerial vehicles(UAVs)have become crucial tools in moving target tracking due to their agility and ability to operate in complex,dynamic environments.UAVs must meet several requirements to achieve stable tracking,including maintaining continuous target visibility amidst occlusions,ensuring flight safety,and achieving smooth trajectory planning.This paper reviews the latest advancements in UAV-based target tracking,highlighting information prediction,tracking strategies,and swarm cooperation.To address challenges including target visibility and occlusion,real-time prediction and tracking in dynamic environments,flight safety and coordination,resource management and energy efficiency,the paper identifies future research directions aimed at improving the performance,reliability,and scalability of UAV tracking system.展开更多
Ocean energy has progressively gained considerable interest due to its sufficient potential to meet the world’s energy demand,and the blade is the core component in electricity generation from the ocean current.Howev...Ocean energy has progressively gained considerable interest due to its sufficient potential to meet the world’s energy demand,and the blade is the core component in electricity generation from the ocean current.However,the widened hydraulic excitation frequency may satisfy the blade resonance due to the time variation in the velocity and angle of attack of the ocean current,even resulting in blade fatigue and destructively interfering with grid stability.A key parameter that determines the resonance amplitude of the blade is the hydrodynamic damping ratio(HDR).However,HDR is difficult to obtain due to the complex fluid-structure interaction(FSI).Therefore,a literature review was conducted on the hydrodynamic damping characteristics of blade-like structures.The experimental and simulation methods used to identify and obtain the HDR quantitatively were described,placing emphasis on the experimental processes and simulation setups.Moreover,the accuracy and efficiency of different simulation methods were compared,and the modal work approach was recommended.The effects of key typical parameters,including flow velocity,angle of attack,gap,rotational speed,and cavitation,on the HDR were then summarized,and the suggestions on operating conditions were presented from the perspective of increasing the HDR.Subsequently,considering multiple flow parameters,several theoretical derivations and semi-empirical prediction formulas for HDR were introduced,and the accuracy and application were discussed.Based on the shortcomings of the existing research,the direction of future research was finally determined.The current work offers a clear understanding of the HDR of blade-like structures,which could improve the evaluation accuracy of flow-induced vibration in the design stage.展开更多
Objective:To investigate the effects of“Three Methods and Three Acupoints”(TMTP)Tuina therapy on spinal microcirculation in sciatic nerve injury(SNI).Methods:Thirty-six SpragueeDawley rats were randomly assigned to ...Objective:To investigate the effects of“Three Methods and Three Acupoints”(TMTP)Tuina therapy on spinal microcirculation in sciatic nerve injury(SNI).Methods:Thirty-six SpragueeDawley rats were randomly assigned to four groups:normal,sham operation,model,and TMTP Tuina.Successful model induction was confirmed by observable hind limb lameness.After 20 sessions,hind limb grip strength and motor nerve conduction velocity(MNCV)were measured at baseline and following the 10th and 20th intervention.CD31 and a-SMA in the ventral horn of SNI model rats were detected using immunofluorescence.Motor neurons in the ventral horn were detected by Nissl staining.PTEN levels in the ventral horn were measured by ELISA,and PI3K,Akt,BDNF,VEGF,and HIF-1a expression was determined by RT-PCR.Spinal cord microcirculation was evaluated by western blotting analysis of the levels of Akt,p-Akt,BDNF,and VEGF.Results:Hind limb grip strength and MNCV significantly improved in the TMTP Tuina group compared to the model group(both P<.001).Morphology of ventral horn motor neurons in the TMTP Tuina group improved compared to the model group,with increased expressions of a-SMA(P=.002)and CD31(P=.006).Western blot analysis indicated increased expression of VEGF(P=.005),p-Akt(P<.001),and BDNF(P=.008)in the ventral horn following Tuina treatment.RT-PCR analysis revealed increased expression of PI3K,Akt,BDNF,VEGF and HIF-1a(all P<.05).In contrast,expression of PTEN decreased compared to the model group(P<.001).Conclusion:TMTP Tuina therapy may restore motor function in rats,enhance ventral horn motor neuron morphology,and promote angiogenesis and vascular smooth muscle proliferation.The mechanism may involve the activation of the PI3K/Akt signaling pathway.展开更多
RNAs have important biological functions and the functions of RNAs are generally coupled to their structures, especiallytheir secondary structures. In this work, we have made a comprehensive evaluation of the performa...RNAs have important biological functions and the functions of RNAs are generally coupled to their structures, especiallytheir secondary structures. In this work, we have made a comprehensive evaluation of the performances of existingtop RNA secondary structure prediction methods, including five deep-learning (DL) based methods and five minimum freeenergy (MFE) based methods. First, we made a brief overview of these RNA secondary structure prediction methods.Afterwards, we built two rigorous test datasets consisting of RNAs with non-redundant sequences and comprehensivelyexamined the performances of the RNA secondary structure prediction methods through classifying the RNAs into differentlength ranges and different types. Our examination shows that the DL-based methods generally perform better thanthe MFE-based methods for RNAs with long lengths and complex structures, while the MFE-based methods can achievegood performance for small RNAs and some specialized MFE-based methods can achieve good prediction accuracy forpseudoknots. Finally, we provided some insights and perspectives in modeling RNA secondary structures.展开更多
Understanding the wind power potential of a site is essential for designing an optimal wind power conditioning system. The Weibull distribution and wind speed extrapolation methods are powerful mathematical tools for ...Understanding the wind power potential of a site is essential for designing an optimal wind power conditioning system. The Weibull distribution and wind speed extrapolation methods are powerful mathematical tools for efficiently predicting the frequency distribution of wind speeds at a site. Hourly wind speed and direction data were collected from the National Aeronautics and Space Administration (NASA) website for the period 2013 to 2023. MATLAB software was used to calculate the distribution parameters using the graphical method and to plot the corresponding curves, while WRPLOTView software was used to construct the wind rose. The average wind speed obtained is 3.33 m/s and can reach up to 5.71 m/s at a height of 100 meters. The wind energy is estimated to be 1315.30 kWh/m2 at a height of 100 meters. The wind rose indicates the prevailing winds (ranging from 3.60 m/s to 5.70 m/s) in the northeast-east direction.展开更多
Purpose–For the commonly used concrete mix for railway tunnel linings,concrete model specimens were made,and springback and core drilling tests were conducted at different ages.The springback strength was measured to...Purpose–For the commonly used concrete mix for railway tunnel linings,concrete model specimens were made,and springback and core drilling tests were conducted at different ages.The springback strength was measured to the compressive strength of the core sample with a diameter of 100mm and a height-to-diameter ratio of 1:1.By comparing the measured strength values,the relationship between the measured values under different strength measurement methods was analyzed.Design/methodology/approach–A comparative test of the core drilling method and the rebound method was conducted on the side walls of tunnel linings in some under-construction railways to study the feasibility of the rebound method in engineering quality supervision and inspection.Findings–Tests showed that the rebound strength was positively correlated with the core drill strength.The core drill test strength was significantly higher than the rebound test strength,and the strength still increased after 56 days of age.The rebound method is suitable for the general survey of concrete strength during the construction process and is not suitable for direct supervision and inspection.Originality/value–By studying the correlation of test strength of tunnel lining concrete using two methods,the differences in test results of different methods are proposed to provide a reference for the test and evaluation of tunnel lining strength in railway engineering.展开更多
As pivotal supporting technologies for smart manufacturing and digital engineering,model-based and data-driven methods have been widely applied in many industrial fields,such as product design,process monitoring,and s...As pivotal supporting technologies for smart manufacturing and digital engineering,model-based and data-driven methods have been widely applied in many industrial fields,such as product design,process monitoring,and smart maintenance.While promising,both methods have issues that need to be addressed.For example,model-based methods are limited by low computational accuracy and a high computational burden,and data-driven methods always suffer from poor interpretability and redundant features.To address these issues,the concept of data-model fusion(DMF)emerges as a promising solution.DMF involves integrating model-based methods with data-driven methods by incorporating big data into model-based methods or embedding relevant domain knowledge into data-driven methods.Despite growing efforts in the field of DMF,a unanimous definition of DMF remains elusive,and a general framework of DMF has been rarely discussed.This paper aims to address this gap by providing a thorough overview and categorization of both data-driven methods and model-based methods.Subsequently,this paper also presents the definition and categorization of DMF and discusses the general framework of DMF.Moreover,the primary seven applications of DMF are reviewed within the context of smart manufacturing and digital engineering.Finally,this paper directs the future directions of DMF.展开更多
Efficient and accurate simulation of unsteady flow presents a significant challenge that needs to be overcome in computational fluid dynamics.Temporal discretization method plays a crucial role in the simulation of un...Efficient and accurate simulation of unsteady flow presents a significant challenge that needs to be overcome in computational fluid dynamics.Temporal discretization method plays a crucial role in the simulation of unsteady flows.To enhance computational efficiency,we propose the Implicit-Explicit Two-Step Runge-Kutta(IMEX-TSRK)time-stepping discretization methods for unsteady flows,and develop a novel adaptive algorithm that correctly partitions spatial regions to apply implicit or explicit methods.The novel adaptive IMEX-TSRK schemes effectively handle the numerical stiffness of the small grid size and improve computational efficiency.Compared to implicit and explicit Runge-Kutta(RK)schemes,the IMEX-TSRK methods achieve the same order of accuracy with fewer first derivative calculations.Numerical case tests demonstrate that the IMEX-TSRK methods maintain numerical stability while enhancing computational efficiency.Specifically,in high Reynolds number flows,the computational efficiency of the IMEX-TSRK methods surpasses that of explicit RK schemes by more than one order of magnitude,and that of implicit RK schemes several times over.展开更多
In this paper,a new technique is introduced to construct higher-order iterative methods for solving nonlinear systems.The order of convergence of some iterative methods can be improved by three at the cost of introduc...In this paper,a new technique is introduced to construct higher-order iterative methods for solving nonlinear systems.The order of convergence of some iterative methods can be improved by three at the cost of introducing only one additional evaluation of the function in each step.Furthermore,some new efficient methods with a higher-order of convergence are obtained by using only a single matrix inversion in each iteration.Analyses of convergence properties and computational efficiency of these new methods are made and testified by several numerical problems.By comparison,the new schemes are more efficient than the corresponding existing ones,particularly for large problem sizes.展开更多
文摘With the increasing interest in e-commerce shopping, customer reviews have become one of the most important elements that determine customer satisfaction regarding products. This demonstrates the importance of working with Text Mining. This study is based on The Women’s Clothing E-Commerce Reviews database, which consists of reviews written by real customers. The aim of this paper is to conduct a Text Mining approach on a set of customer reviews. Each review was classified as either a positive or negative review by employing a classification method. Four tree-based methods were applied to solve the classification problem, namely Classification Tree, Random Forest, Gradient Boosting and XGBoost. The dataset was categorized into training and test sets. The results indicate that the Random Forest method displays an overfitting, XGBoost displays an overfitting if the number of trees is too high, Classification Tree is good at detecting negative reviews and bad at detecting positive reviews and the Gradient Boosting shows stable values and quality measures above 77% for the test dataset. A consensus between the applied methods is noted for important classification terms.
基金supported by the Fuxing Nursing Research Foundation of Fudan University[FNF202352].
文摘Objectives This review aimed to systematically synthesize the available research on the disclosure of diagnosis and related issues in childhood cancer from the perspectives of healthcare professionals,with the goal of informing the optimization of disclosure processes and meeting the communication needs of affected families.Methods In accordance with the Joanna Briggs Institute(JBI)methodology for mixed methods systematic reviews,the convergent segregated approach was used in this review.Articles were retrieved from 11 databases,including PubMed,Web of Science,CINAHL,CENTRAL,Embase,Ovid/Medline,PsycINFO,PsycArticles,Scopus,ERIC,and China National Knowledge Infrastructure(CNKI).The quality of the selected articles was assessed using the Mixed Method Appraisal Tool(MMAT).The review protocol was registered on PROSPERO(CRD42024542746).Results A total of 21 studies from 10 countries were included.Their methodological quality was generally medium to high,with MMAT scores ranging from 60%to 100%.The synthesis yielded three core themes:1)the spectrum of professional and societal attitudes toward disclosure;2)the dynamic practices of navigating disclosure amid uncertainty,including timing and environment,stakeholders,and content of disclosure;and 3)factors influencing disclosure,including children’s,parental,healthcare professionals’,and socio-cultural factors.Conclusions This review synthesized the perspectives and experiences of healthcare professionals regarding disclosure in childhood cancer,highlighting the complexity and multidimensional nature of this process in clinical practice.Future research should further investigate the experiences and needs of children and their parents,explore cultural variations in disclosure practices,develop context-appropriate assessment tools,and construct multidimensional intervention strategies to enhance the humanistic care and professional effectiveness of the disclosure process.
文摘The Good Wife is an American TV series that focuses on women’s independence,politics,and law.The drama has been remade in China,Japan,and South Korea.This research aims to use Nida’s Functional Equivalence Theory to analyze the methods of its English-to-Chinese subtitle translation by considering social,cultural,and historic backgrounds between China and America.After data collection and case analysis,the study found that:(1)Five major translation methods are adopted in the subtitle translation of The Good Wife.They are free translation,variation,literal translation,addition,and omission.Among them,free translation is the most frequently used,while omission is used least.(2)The subtitle translation of films and TV series is limited by time and space restrictions,social-cultural differences,and other factors.When translating,translators should try to use humorous words,euphemism,intonation,and other ways,and combine different methods such as literal translation,free translation,variation,addition,omission,and other methods to seek equivalence both in the meaning and function of subtitles under the guidance of Functional Equivalence Theory.
基金supported by the National Natural Science Foundation of China(Grant Nos.52021005,52325904,and 51991391)。
文摘Geological prospecting and the identification of adverse geological features are essential in tunnel construction,providing critical information to ensure safety and guide engineering decisions.As tunnel projects extend into deeper and more mountainous terrains,engineers face increasingly complex geological conditions,including high water pressure,intense geo-stress,elevated geothermal gradients,and active fault zones.These conditions pose substantial risks such as high-pressure water inrush,largescale collapses,and tunnel boring machine(TBM)blockages.Addressing these challenges requires advanced detection technologies capable of long-distance,high-precision,and intelligent assessments of adverse geology.This paper presents a comprehensive review of recent advancements in tunnel geological ahead prospecting methods.It summarizes the fundamental principles,technical maturity,key challenges,development trends,and real-world applications of various detection techniques.Airborne and semi-airborne geophysical methods enable large-scale reconnaissance for initial surveys in complex terrain.Tunnel-and borehole-based approaches offer high-resolution detection during excavation,including seismic ahead prospecting(SAP),TBM rock-breaking source seismic methods,fulltime-domain tunnel induced polarization(TIP),borehole electrical resistivity,and ground penetrating radar(GPR).To address scenarios involving multiple,coexisting adverse geologies,intelligent inversion and geological identification methods have been developed based on multi-source data fusion and artificial intelligence(AI)techniques.Overall,these advances significantly improve detection range,resolution,and geological characterization capabilities.The methods demonstrate strong adaptability to complex environments and provide reliable subsurface information,supporting safer and more efficient tunnel construction.
文摘This article proposes the high-speed and high-accuracy code clone detection method based on the combination of tree-based and token-based methods. Existence of duplicated program codes, called code clone, is one of the main factors that reduces the quality and maintainability of software. If one code fragment contains faults (bugs) and they are copied and modified to other locations, it is necessary to correct all of them. But it is not easy to find all code clones in large and complex software. Much research efforts have been done for code clone detection. There are mainly two methods for code clone detection. One is token-based and the other is tree-based method. Token-based method is fast and requires less resources. However it cannot detect all kinds of code clones. Tree-based method can detect all kinds of code clones, but it is slow and requires much computing resources. In this paper combination of these two methods was proposed to improve the efficiency and accuracy of detecting code clones. Firstly some candidates of code clones will be extracted by token-based method that is fast and lightweight. Then selected candidates will be checked more precisely by using tree-based method that can find all kinds of code clones. The prototype system was developed. This system accepts source code and tokenizes it in the first step. Then token-based method is applied to this token sequence to find candidates of code clones. After extracting several candidates, selected source codes will be converted into abstract syntax tree (AST) for applying tree-based method. Some sample source codes were used to evaluate the proposed method. This evaluation proved the improvement of efficiency and precision of code clones detecting.
文摘Open caissons are widely used in foundation engineering because of their load-bearing efficiency and adaptability in diverse soil conditions.However,accurately predicting their undrained bearing capacity in layered soils remains a complex challenge.This study presents a novel application of five ensemble machine(ML)algorithms-random forest(RF),gradient boosting machine(GBM),extreme gradient boosting(XGBoost),adaptive boosting(AdaBoost),and categorical boosting(CatBoost)-to predict the undrained bearing capacity factor(Nc)of circular open caissons embedded in two-layered clay on the basis of results from finite element limit analysis(FELA).The input dataset consists of 1188 numerical simulations using the Tresca failure criterion,varying in geometrical and soil parameters.The FELA was performed via OptumG2 software with adaptive meshing techniques and verified against existing benchmark studies.The ML models were trained on 70% of the dataset and tested on the remaining 30%.Their performance was evaluated using six statistical metrics:coefficient of determination(R²),mean absolute error(MAE),root mean squared error(RMSE),index of scatter(IOS),RMSE-to-standard deviation ratio(RSR),and variance explained factor(VAF).The results indicate that all the models achieved high accuracy,with R²values exceeding 97.6%and RMSE values below 0.02.Among them,AdaBoost and CatBoost consistently outperformed the other methods across both the training and testing datasets,demonstrating superior generalizability and robustness.The proposed ML framework offers an efficient,accurate,and data-driven alternative to traditional methods for estimating caisson capacity in stratified soils.This approach can aid in reducing computational costs while improving reliability in the early stages of foundation design.
基金supported by the Innovation Foundation of Provincial Education Department of Gansu(2024B-005)the Gansu Province National Science Foundation(22YF7GA182)the Fundamental Research Funds for the Central Universities(No.lzujbky2022-kb01)。
文摘Modal parameters can accurately characterize the structural dynamic properties and assess the physical state of the structure.Therefore,it is particularly significant to identify the structural modal parameters according to the monitoring data information in the structural health monitoring(SHM)system,so as to provide a scientific basis for structural damage identification and dynamic model modification.In view of this,this paper reviews methods for identifying structural modal parameters under environmental excitation and briefly describes how to identify structural damages based on the derived modal parameters.The paper primarily introduces data-driven modal parameter recognition methods(e.g.,time-domain,frequency-domain,and time-frequency-domain methods,etc.),briefly describes damage identification methods based on the variations of modal parameters(e.g.,natural frequency,modal shapes,and curvature modal shapes,etc.)and modal validation methods(e.g.,Stability Diagram and Modal Assurance Criterion,etc.).The current status of the application of artificial intelligence(AI)methods in the direction of modal parameter recognition and damage identification is further discussed.Based on the pre-vious analysis,the main development trends of structural modal parameter recognition and damage identification methods are given to provide scientific references for the optimized design and functional upgrading of SHM systems.
基金supported by the National Natural Science Foundation of China(12172023).
文摘The separation-of-variable(SOV)methods,such as the improved SOV method,the variational SOV method,and the extended SOV method,have been proposed by the present authors and coworkers to obtain the closed-form analytical solutions for free vibration and eigenbuckling of rectangular plates and circular cylindrical shells.By taking the free vibration of rectangular thin plates as an example,this work presents the theoretical framework of the SOV methods in an instructive way,and the bisection–based solution procedures for a group of nonlinear eigenvalue equations.Besides,the explicit equations of nodal lines of the SOV methods are presented,and the relations of nodal line patterns and frequency orders are investigated.It is concluded that the highly accurate SOV methods have the same accuracy for all frequencies,the mode shapes about repeated frequencies can also be precisely captured,and the SOV methods do not have the problem of missing roots as well.
基金funded by the National Natural Science Foundation of China(No.41962016)the Natural Science Foundation of NingXia(Nos.2023AAC02023,2023A1218,and 2021AAC02006).
文摘Soil improvement is one of the most important issues in geotechnical engineering practice.The wide application of traditional improvement techniques(cement/chemical materials)are limited due to damage ecological en-vironment and intensify carbon emissions.However,the use of microbially induced calcium carbonate pre-cipitation(MICP)to obtain bio-cement is a novel technique with the potential to induce soil stability,providing a low-carbon,environment-friendly,and sustainable integrated solution for some geotechnical engineering pro-blems in the environment.This paper presents a comprehensive review of the latest progress in soil improvement based on the MICP strategy.It systematically summarizes and overviews the mineralization mechanism,influ-encing factors,improved methods,engineering characteristics,and current field application status of the MICP.Additionally,it also explores the limitations and correspondingly proposes prospective applications via the MICP approach for soil improvement.This review indicates that the utilization of different environmental calcium-based wastes in MICP and combination of materials and MICP are conducive to meeting engineering and market demand.Furthermore,we recommend and encourage global collaborative study and practice with a view to commercializing MICP technique in the future.The current review purports to provide insights for engineers and interdisciplinary researchers,and guidance for future engineering applications.
基金co-supported by the National Natural Science Foundation of China(No.52306053)the Science Center for Gas Turbine Project,China(No.P2022-B-Ⅱ-005-001)the National Science and Technology Major Project of China(No.2017-Ⅱ-0010-0024)。
文摘With the continuous increase of aeroengine flight ceiling(>20 km),the thin atmosphere at high altitudes and the size effect all cause the compressor component inlet Reynolds number to decrease rapidly to a critical value(approximately 2.0×10^(5)),and the significant transition process on the blade/endwall surface leads to the sharp degradation of compressor performance,which seriously affects the engine fuel consumption and working stability at high altitudes.In this paper,the research progress on the internal flow mechanism and flow control methods of axial compressors at low Reynolds numbers is reviewed from the aspects of quantification and prediction of performance variation,flow loss mechanism related to separation and transition,efficient transition control and flow field organization.The development trend of the low-Reynolds-number effect of axial flow compressors is noted,and the difficulties and application prospects of aerodynamic design and efficient flow control methods for compressors under low Reynolds numbers at high altitudes are discussed.
文摘In order to solve the problem of the variable coefficient ordinary differen-tial equation on the bounded domain,the Lagrange interpolation method is used to approximate the exact solution of the equation,and the error between the numerical solution and the exact solution is obtained,and then compared with the error formed by the difference method,it is concluded that the Lagrange interpolation method is more effective in solving the variable coefficient ordinary differential equation.
基金financial support provided by the Natural Science Foundation of Hunan Province of China(Grant No.2021JJ10045)the Open Research Subject of State Key Laboratory of Intelligent Game(Grant No.ZBKF-24-01)+1 种基金the Postdoctoral Fellowship Program of CPSF(Grant No.GZB20240989)the China Postdoctoral Science Foundation(Grant No.2024M754304)。
文摘Unmanned aerial vehicles(UAVs)have become crucial tools in moving target tracking due to their agility and ability to operate in complex,dynamic environments.UAVs must meet several requirements to achieve stable tracking,including maintaining continuous target visibility amidst occlusions,ensuring flight safety,and achieving smooth trajectory planning.This paper reviews the latest advancements in UAV-based target tracking,highlighting information prediction,tracking strategies,and swarm cooperation.To address challenges including target visibility and occlusion,real-time prediction and tracking in dynamic environments,flight safety and coordination,resource management and energy efficiency,the paper identifies future research directions aimed at improving the performance,reliability,and scalability of UAV tracking system.
基金Supported by the National Natural Science Foundation of China(Nos.52222904 and 52309117)China Postdoctoral Science Foundation(Nos.2022TQ0168 and 2023M731895).
文摘Ocean energy has progressively gained considerable interest due to its sufficient potential to meet the world’s energy demand,and the blade is the core component in electricity generation from the ocean current.However,the widened hydraulic excitation frequency may satisfy the blade resonance due to the time variation in the velocity and angle of attack of the ocean current,even resulting in blade fatigue and destructively interfering with grid stability.A key parameter that determines the resonance amplitude of the blade is the hydrodynamic damping ratio(HDR).However,HDR is difficult to obtain due to the complex fluid-structure interaction(FSI).Therefore,a literature review was conducted on the hydrodynamic damping characteristics of blade-like structures.The experimental and simulation methods used to identify and obtain the HDR quantitatively were described,placing emphasis on the experimental processes and simulation setups.Moreover,the accuracy and efficiency of different simulation methods were compared,and the modal work approach was recommended.The effects of key typical parameters,including flow velocity,angle of attack,gap,rotational speed,and cavitation,on the HDR were then summarized,and the suggestions on operating conditions were presented from the perspective of increasing the HDR.Subsequently,considering multiple flow parameters,several theoretical derivations and semi-empirical prediction formulas for HDR were introduced,and the accuracy and application were discussed.Based on the shortcomings of the existing research,the direction of future research was finally determined.The current work offers a clear understanding of the HDR of blade-like structures,which could improve the evaluation accuracy of flow-induced vibration in the design stage.
基金supported by the National Natural Science Foundation of China(82274675&82074573)the Beijing Natural Science Foundation(7232278).
文摘Objective:To investigate the effects of“Three Methods and Three Acupoints”(TMTP)Tuina therapy on spinal microcirculation in sciatic nerve injury(SNI).Methods:Thirty-six SpragueeDawley rats were randomly assigned to four groups:normal,sham operation,model,and TMTP Tuina.Successful model induction was confirmed by observable hind limb lameness.After 20 sessions,hind limb grip strength and motor nerve conduction velocity(MNCV)were measured at baseline and following the 10th and 20th intervention.CD31 and a-SMA in the ventral horn of SNI model rats were detected using immunofluorescence.Motor neurons in the ventral horn were detected by Nissl staining.PTEN levels in the ventral horn were measured by ELISA,and PI3K,Akt,BDNF,VEGF,and HIF-1a expression was determined by RT-PCR.Spinal cord microcirculation was evaluated by western blotting analysis of the levels of Akt,p-Akt,BDNF,and VEGF.Results:Hind limb grip strength and MNCV significantly improved in the TMTP Tuina group compared to the model group(both P<.001).Morphology of ventral horn motor neurons in the TMTP Tuina group improved compared to the model group,with increased expressions of a-SMA(P=.002)and CD31(P=.006).Western blot analysis indicated increased expression of VEGF(P=.005),p-Akt(P<.001),and BDNF(P=.008)in the ventral horn following Tuina treatment.RT-PCR analysis revealed increased expression of PI3K,Akt,BDNF,VEGF and HIF-1a(all P<.05).In contrast,expression of PTEN decreased compared to the model group(P<.001).Conclusion:TMTP Tuina therapy may restore motor function in rats,enhance ventral horn motor neuron morphology,and promote angiogenesis and vascular smooth muscle proliferation.The mechanism may involve the activation of the PI3K/Akt signaling pathway.
基金supported by grants from the National Science Foundation of China(Grant Nos.12375038 and 12075171 to ZJT,and 12205223 to YLT).
文摘RNAs have important biological functions and the functions of RNAs are generally coupled to their structures, especiallytheir secondary structures. In this work, we have made a comprehensive evaluation of the performances of existingtop RNA secondary structure prediction methods, including five deep-learning (DL) based methods and five minimum freeenergy (MFE) based methods. First, we made a brief overview of these RNA secondary structure prediction methods.Afterwards, we built two rigorous test datasets consisting of RNAs with non-redundant sequences and comprehensivelyexamined the performances of the RNA secondary structure prediction methods through classifying the RNAs into differentlength ranges and different types. Our examination shows that the DL-based methods generally perform better thanthe MFE-based methods for RNAs with long lengths and complex structures, while the MFE-based methods can achievegood performance for small RNAs and some specialized MFE-based methods can achieve good prediction accuracy forpseudoknots. Finally, we provided some insights and perspectives in modeling RNA secondary structures.
文摘Understanding the wind power potential of a site is essential for designing an optimal wind power conditioning system. The Weibull distribution and wind speed extrapolation methods are powerful mathematical tools for efficiently predicting the frequency distribution of wind speeds at a site. Hourly wind speed and direction data were collected from the National Aeronautics and Space Administration (NASA) website for the period 2013 to 2023. MATLAB software was used to calculate the distribution parameters using the graphical method and to plot the corresponding curves, while WRPLOTView software was used to construct the wind rose. The average wind speed obtained is 3.33 m/s and can reach up to 5.71 m/s at a height of 100 meters. The wind energy is estimated to be 1315.30 kWh/m2 at a height of 100 meters. The wind rose indicates the prevailing winds (ranging from 3.60 m/s to 5.70 m/s) in the northeast-east direction.
文摘Purpose–For the commonly used concrete mix for railway tunnel linings,concrete model specimens were made,and springback and core drilling tests were conducted at different ages.The springback strength was measured to the compressive strength of the core sample with a diameter of 100mm and a height-to-diameter ratio of 1:1.By comparing the measured strength values,the relationship between the measured values under different strength measurement methods was analyzed.Design/methodology/approach–A comparative test of the core drilling method and the rebound method was conducted on the side walls of tunnel linings in some under-construction railways to study the feasibility of the rebound method in engineering quality supervision and inspection.Findings–Tests showed that the rebound strength was positively correlated with the core drill strength.The core drill test strength was significantly higher than the rebound test strength,and the strength still increased after 56 days of age.The rebound method is suitable for the general survey of concrete strength during the construction process and is not suitable for direct supervision and inspection.Originality/value–By studying the correlation of test strength of tunnel lining concrete using two methods,the differences in test results of different methods are proposed to provide a reference for the test and evaluation of tunnel lining strength in railway engineering.
基金supported in part by the National Natural Science Foundation of China(NSFC)under Grants(52275471 and 52120105008)the Beijing Outstanding Young Scientist Program,and the New Cornerstone Science Foundation through the XPLORER PRIZE.
文摘As pivotal supporting technologies for smart manufacturing and digital engineering,model-based and data-driven methods have been widely applied in many industrial fields,such as product design,process monitoring,and smart maintenance.While promising,both methods have issues that need to be addressed.For example,model-based methods are limited by low computational accuracy and a high computational burden,and data-driven methods always suffer from poor interpretability and redundant features.To address these issues,the concept of data-model fusion(DMF)emerges as a promising solution.DMF involves integrating model-based methods with data-driven methods by incorporating big data into model-based methods or embedding relevant domain knowledge into data-driven methods.Despite growing efforts in the field of DMF,a unanimous definition of DMF remains elusive,and a general framework of DMF has been rarely discussed.This paper aims to address this gap by providing a thorough overview and categorization of both data-driven methods and model-based methods.Subsequently,this paper also presents the definition and categorization of DMF and discusses the general framework of DMF.Moreover,the primary seven applications of DMF are reviewed within the context of smart manufacturing and digital engineering.Finally,this paper directs the future directions of DMF.
基金supported by the National Natural Science Foundation of China(No.92252201)the Fundamental Research Funds for the Central Universitiesthe Academic Excellence Foundation of Beihang University(BUAA)for PhD Students。
文摘Efficient and accurate simulation of unsteady flow presents a significant challenge that needs to be overcome in computational fluid dynamics.Temporal discretization method plays a crucial role in the simulation of unsteady flows.To enhance computational efficiency,we propose the Implicit-Explicit Two-Step Runge-Kutta(IMEX-TSRK)time-stepping discretization methods for unsteady flows,and develop a novel adaptive algorithm that correctly partitions spatial regions to apply implicit or explicit methods.The novel adaptive IMEX-TSRK schemes effectively handle the numerical stiffness of the small grid size and improve computational efficiency.Compared to implicit and explicit Runge-Kutta(RK)schemes,the IMEX-TSRK methods achieve the same order of accuracy with fewer first derivative calculations.Numerical case tests demonstrate that the IMEX-TSRK methods maintain numerical stability while enhancing computational efficiency.Specifically,in high Reynolds number flows,the computational efficiency of the IMEX-TSRK methods surpasses that of explicit RK schemes by more than one order of magnitude,and that of implicit RK schemes several times over.
基金Supported by the National Natural Science Foundation of China(12061048)NSF of Jiangxi Province(20232BAB201026,20232BAB201018)。
文摘In this paper,a new technique is introduced to construct higher-order iterative methods for solving nonlinear systems.The order of convergence of some iterative methods can be improved by three at the cost of introducing only one additional evaluation of the function in each step.Furthermore,some new efficient methods with a higher-order of convergence are obtained by using only a single matrix inversion in each iteration.Analyses of convergence properties and computational efficiency of these new methods are made and testified by several numerical problems.By comparison,the new schemes are more efficient than the corresponding existing ones,particularly for large problem sizes.