Predictive maintenance(PdM)is vital for ensuring the reliability,safety,and cost efficiency of heavyduty vehicle fleets.However,real-world sensor data are often highly imbalanced,noisy,and temporally irregular,posing ...Predictive maintenance(PdM)is vital for ensuring the reliability,safety,and cost efficiency of heavyduty vehicle fleets.However,real-world sensor data are often highly imbalanced,noisy,and temporally irregular,posing significant challenges to model robustness and deployment.Using multivariate time-series data from Scania trucks,this study proposes a novel PdM framework that integrates efficient feature summarization with cost-sensitive hierarchical classification.First,the proposed last_k_summary method transforms recent operational records into compact statistical and trend-based descriptors while preserving missingness,allowing LightGBM to leverage its inherent split rules without ad-hoc imputation.Then,a two-stage LightGBM framework is developed for fault detection and severity classification:Stage A performs safety-prioritized fault screening(normal vs.fault)with a false-negativeweighted objective,and Stage B refines the detected faults into four severity levels through a cascaded hierarchy of binary classifiers.Under the official cost matrix of the IDA Industrial Challenge,the framework achieves total misclassification costs of 36,113(validation)and 36,314(test),outperforming XGBoost and Bi-LSTM by 3.8%-13.5%while maintaining high recall for the safety-critical class(0.83 validation,0.77 test).These results demonstrate that the proposed approach not only improves predictive accuracy but also provides a practical and deployable PdM solution that reduces maintenance cost,enhances fleet safety,and supports data-driven decision-making in industrial environments.展开更多
The global energy crisis and electricity shortage pose unprecedented challenges.Bio-based solar-driven ionic power generation devices with flexibility,photothermal self-healing and scalability hold great promise for s...The global energy crisis and electricity shortage pose unprecedented challenges.Bio-based solar-driven ionic power generation devices with flexibility,photothermal self-healing and scalability hold great promise for sustainable electricity and alleviating energy crisis.Here,inspired by plant transpiration,a multifunctional bio-based ion conductive elastomer with solar power generation capability was designed by engineered synergy among epoxy natural rubber,cellulose nanofibrils,lithium bis(trifluoromethane)sulfonimide and eumelanin.The film exhibits an outstanding stretchability(1072%)and toughness(22.7 MJ m^(-3)).The favorable synergy of low thermal conductivity,high hygroscopicity and photothermal conversion performance endowed the film with a large thermal gradient under light illumination,driving efficient water transpiration.Furthermore,the excellent interfacial compatibility between eumelanin and matrix facilitates the formation of space charge regions,which further enhances Li^(+)transport.The film demonstrates excellent evaporation rate(2.83 kg m^(-2)h^(-1)),output voltage(0.47 V)and conductivity(5.11×10^(-2)S m^(-1)).Notably,the film exhibits remarkable photothermal self-healing performance even in saline environment,achieving 99.6%healing efficiency of output voltage.Therefore,the film demonstrates significant prospects for applications in photo-thermoelectric generation and solar-driven ionic power generation.展开更多
The generation of synthetic trajectories has become essential in various fields for analyzing complex movement patterns.However,the use of real-world trajectory data poses significant privacy risks,such as location re...The generation of synthetic trajectories has become essential in various fields for analyzing complex movement patterns.However,the use of real-world trajectory data poses significant privacy risks,such as location reidentification and correlation attacks.To address these challenges,privacy-preserving trajectory generation methods are critical for applications relying on sensitive location data.This paper introduces DPIL-Traj,an advanced framework designed to generate synthetic trajectories while achieving a superior balance between data utility and privacy preservation.Firstly,the framework incorporates Differential Privacy Clustering,which anonymizes trajectory data by applying differential privacy techniques that add noise,ensuring the protection of sensitive user information.Secondly,Imitation Learning is used to replicate decision-making behaviors observed in real-world trajectories.By learning from expert trajectories,this component generates synthetic data that closely mimics real-world decision-making processes while optimizing the quality of the generated trajectories.Finally,Markov-based Trajectory Generation is employed to capture and maintain the inherent temporal dynamics of movement patterns.Extensive experiments conducted on the GeoLife trajectory dataset show that DPIL-Traj improves utility performance by an average of 19.85%,and in terms of privacy performance by an average of 12.51%,compared to state-of-the-art approaches.Ablation studies further reveal that DP clustering effectively safeguards privacy,imitation learning enhances utility under noise,and the Markov module strengthens temporal coherence.展开更多
With the rise of AI-assisted education,many instructors and engineers seek to deliver high-quality programming courses online.However,crafting effective programming lectures remains a challenge,particularly for instru...With the rise of AI-assisted education,many instructors and engineers seek to deliver high-quality programming courses online.However,crafting effective programming lectures remains a challenge,particularly for instructors lacking pedagogical training or multilingual fluency.We present CourseAgent,a prompt-driven framework that leverages large language models(LLMs)to automatically generate Python tutorials,structured lecture scripts,and accompanying audio narrations.CourseAgent accepts raw code as input and transforms it into segmented,well-commented code blocks,adapting content to different difficulty levels and languages via prompt customization.Our system supports multilingual instruction(e.g.,Chinese,English),fine-grained control of pedagogical depth,and auto-generation of lecture videos.We evaluate the output generated by CourseAgent using real student feedback and feedback from in-service teachers,alongside automated assessments from LLMs.These evaluations demonstrate that the materials produced by CourseAgent are coherent,pedagogically sound,and comparable in quality to those created by experienced instructors.CourseAgent lowers the barrier to quality programming education and shows promise for scalable,personalized,and language-adaptive content generation.展开更多
Small datasets are often challenging due to their limited sample size.This research introduces a novel solution to these problems:average linkage virtual sample generation(ALVSG).ALVSG leverages the underlying data st...Small datasets are often challenging due to their limited sample size.This research introduces a novel solution to these problems:average linkage virtual sample generation(ALVSG).ALVSG leverages the underlying data structure to create virtual samples,which can be used to augment the original dataset.The ALVSG process consists of two steps.First,an average-linkage clustering technique is applied to the dataset to create a dendrogram.The dendrogram represents the hierarchical structure of the dataset,with each merging operation regarded as a linkage.Next,the linkages are combined into an average-based dataset,which serves as a new representation of the dataset.The second step in the ALVSG process involves generating virtual samples using the average-based dataset.The research project generates a set of 100 virtual samples by uniformly distributing them within the provided boundary.These virtual samples are then added to the original dataset,creating a more extensive dataset with improved generalization performance.The efficacy of the ALVSG approach is validated through resampling experiments and t-tests conducted on two small real-world datasets.The experiments are conducted on three forecasting models:the support vector machine for regression(SVR),the deep learning model(DL),and XGBoost.The results show that the ALVSG approach outperforms the baseline methods in terms of mean square error(MSE),root mean square error(RMSE),and mean absolute error(MAE).展开更多
Over the past decade,large-scale pre-trained autoregressive and diffusion models rejuvenated the field of text-guided image generation.However,these models require enormous datasets and parameters,and their multi-step...Over the past decade,large-scale pre-trained autoregressive and diffusion models rejuvenated the field of text-guided image generation.However,these models require enormous datasets and parameters,and their multi-step generation processes are often inefficient and difficult to control.To address these challenges,we propose CAFE-GAN,a CLIP-Projected GAN with Attention-Aware Generation and Multi-Scale Discrimination,which incorporates a pretrained CLIP model along with several key architectural innovations.First,we embed a coordinate attention mechanism into the generator to capture long-range dependencies and enhance feature representation.Second,we introduce a trainable linear projection layer after the CLIP text encoder,which aligns textual embeddings with the generator’s semantic space.Third,we design a multi-scale discriminator that leverages pre-trained visual features and integrates a feature regularization strategy,thereby improving training stability and discrimination performance.Experiments on the CUB and COCO datasets demonstrate that CAFE-GAN outperforms existing text-to-image generation methods,achieving lower Fréchet Inception Distance(FID)scores and generating images with superior visual quality and semantic fidelity,with FID scores of 9.84 and 5.62 on the CUB and COCO datasets,respectively,surpassing current state-of-the-art text-to-image models by varying degrees.These findings offer valuable insights for future research on efficient,controllable text-to-image synthesis.展开更多
The occurrence of severe thalassemia,an inherited blood disorder that is either blood-transfusiondependent or fatal,can be mitigated through carrier screening.Here,we aim to evaluate the effectiveness and outcomes of ...The occurrence of severe thalassemia,an inherited blood disorder that is either blood-transfusiondependent or fatal,can be mitigated through carrier screening.Here,we aim to evaluate the effectiveness and outcomes of pre-conceptional and early pregnancy screening initiatives for severe thalassemia prevention in a diverse population of 28,043 women.Using next-generation sequencing(NGS),we identify 4,226(15.07%)thalassemia carriers across 29 ethnic groups and categorize them into high-(0.75%),low-(25.86%),and unknown-risk(69.19%)groups based on their spouses'screening results.Post-screening follow-up reveals 59 fetuses with severe thalassemia exclusively in high-risk couples,underscoring the efficacy of risk classification.Among 25,053 live births over 6 months of age,two severe thalassemia infants were born to unknown-risk couples,which was attributed to incomplete screening and late NGS-based testing for a rare variant.Notably,64 rare variants are identified in 287 individuals,highlighting the genetic heterogeneity of thalassemia.We also observe that migrant flow significantly impacts carrier rates,with 93.90%of migrants to Chenzhou originating from high-prevalence regions in southern China.Our study demonstrates that NGS-based screening during pre-conception and early pregnancy is effective for severe thalassemia prevention,emphasizing the need for continuous screening efforts in areas with high and underestimated prevalence.展开更多
Wing design is a critical factor in the aerodynamic performance of flapping-wing(FW)robots.Inspired by the natural wing structures of insects,bats,and birds,we explored how bio-mimetic wing vein morphologies,combined ...Wing design is a critical factor in the aerodynamic performance of flapping-wing(FW)robots.Inspired by the natural wing structures of insects,bats,and birds,we explored how bio-mimetic wing vein morphologies,combined with a bio-inspired double wing clap-and-fling mechanism,affect thrust generation.This study focused on increasing vertical force and payload capacity.Through systematic experimentation with various vein configurations and structural designs,we developed innovative wings optimized for thrust production.Comprehensive tests were conducted to measure aerodynamic forces,power consumption,and wing kinematics across a range of flapping frequencies.Additionally,wings with different aspect ratios,a key factor in wing design,were fabricated and extensively evaluated.The study also examined the role of bio-inspired vein layouts on wing flexibility,a critical component in improving flight efficiency.Our findings demonstrate that the newly developed wing design led to a 20%increase in thrust,achieving up to 30 g-force(gf).This research sheds light on the clap-and-fling effect and establishes a promising framework for bio-inspired wing design,offering significant improvements in both performance and payload capacity for FW robots.展开更多
Due to the digital transformation tendency among cultural institutions and the substantial influence of the social media platform,the demands of visual communication keep increasing for promoting traditional cultural ...Due to the digital transformation tendency among cultural institutions and the substantial influence of the social media platform,the demands of visual communication keep increasing for promoting traditional cultural artifacts online.As an effective medium,posters serve to attract public attention and facilitate broader engagement with cultural artifacts.However,existing poster generation methods mainly rely on fixed templates and manual design,which limits their scalability and adaptability to the diverse visual and semantic features of the artifacts.Therefore,we propose CAPGen,an automated aesthetic Cultural Artifacts Poster Generation framework built on a Multimodal Large Language Model(MLLM)with integrated iterative optimization.During our research,we collaborated with designers to define principles of graphic design for cultural artifact posters,to guide the MLLM in generating layout parameters.Later,we generated these parameters into posters.Finally,we refined the posters using an MLLM integrated with a multi-round iterative optimization mechanism.Qualitative results show that CAPGen consistently outperforms baseline methods in both visual quality and aesthetic performance.Furthermore,ablation studies indicate that the prompt,iterative optimization mechanism,and design principles significantly enhance the effectiveness of poster generation.展开更多
We are sorry for the mistakes of Affiliation,"a State Key Laboratory of Advanced Fiber Materials,Center for Advanced Low-Dimension Materials,Donghua University,Shanghai 201620,China"should be replaced by&quo...We are sorry for the mistakes of Affiliation,"a State Key Laboratory of Advanced Fiber Materials,Center for Advanced Low-Dimension Materials,Donghua University,Shanghai 201620,China"should be replaced by"a State Key Laboratory of Advanced Fiber Materials,Center for Advanced Low-Dimension Materials,College of Materials Science and Engineering,Donghua University,Shanghai 201620,China".We apologized for the inconvenience caused by this error.展开更多
In Human–Robot Interaction(HRI),generating robot trajectories that accurately reflect user intentions while ensuring physical realism remains challenging,especially in unstructured environments.In this study,we devel...In Human–Robot Interaction(HRI),generating robot trajectories that accurately reflect user intentions while ensuring physical realism remains challenging,especially in unstructured environments.In this study,we develop a multimodal framework that integrates symbolic task reasoning with continuous trajectory generation.The approach employs transformer models and adversarial training to map high-level intent to robotic motion.Information from multiple data sources,such as voice traits,hand and body keypoints,visual observations,and recorded paths,is integrated simultaneously.These signals are mapped into a shared representation that supports interpretable reasoning while enabling smooth and realistic motion generation.Based on this design,two different learning strategies are investigated.In the first step,grammar-constrained Linear Temporal Logic(LTL)expressions are created from multimodal human inputs.These expressions are subsequently decoded into robot trajectories.The second method generates trajectories directly from symbolic intent and linguistic data,bypassing an intermediate logical representation.Transformer encoders combine multiple types of information,and autoregressive transformer decoders generate motion sequences.Adding smoothness and speed limits during training increases the likelihood of physical feasibility.To improve the realism and stability of the generated trajectories during training,an adversarial discriminator is also included to guide them toward the distribution of actual robot motion.Tests on the NATSGLD dataset indicate that the complete system exhibits stable training behaviour and performance.In normalised coordinates,the logic-based pipeline has an Average Displacement Error(ADE)of 0.040 and a Final Displacement Error(FDE)of 0.036.The adversarial generator makes substantially more progress,reducing ADE to 0.021 and FDE to 0.018.Visual examination confirms that the generated trajectories closely align with observed motion patterns while preserving smooth temporal dynamics.展开更多
Objective To develop a clinical decision and prescription generation system(CDPGS)specifically for diarrhea in traditional Chinese medicine(TCM),utilizing a specialized large language model(LLM),Qwen-TCM-Dia,to standa...Objective To develop a clinical decision and prescription generation system(CDPGS)specifically for diarrhea in traditional Chinese medicine(TCM),utilizing a specialized large language model(LLM),Qwen-TCM-Dia,to standardize diagnostic processes and prescription generation.Methods Two primary datasets were constructed:an evaluation benchmark and a fine-tuning dataset consisting of fundamental diarrhea knowledge,medical records,and chain-ofthought(CoT)reasoning datasets.After an initial evaluation of 16 open-source LLMs across inference time,accuracy,and output quality,Qwen2.5 was selected as the base model due to its superior overall performance.We then employed a two-stage low-rank adaptation(LoRA)fine-tuning strategy,integrating continued pre-training on domain-specific knowledge with instruction fine-tuning using CoT-enriched medical records.This approach was designed to embed the clinical logic(symptoms→pathogenesis→therapeutic principles→prescriptions)into the model’s reasoning capabilities.The resulting fine-tuned model,specialized for TCM diarrhea,was designated as Qwen-TCM-Dia.Model performance was evaluated for disease diagnosis and syndrome type differentiation using accuracy,precision,recall,and F1-score.Furthermore,the quality of the generated prescriptions was compared with that of established open-source TCM LLMs.Results Qwen-TCM-Dia achieved peak performance compared to both the base Qwen2.5 model and five other open-source TCM LLMs.It achieved 97.05%accuracy and 91.48%F1-score in disease diagnosis,and 74.54%accuracy and 74.21%F1-score in syndrome type differentiation.Compared with existing open-source TCM LLMs(BianCang,HuangDi,LingDan,TCMLLM-PR,and ZhongJing),Qwen-TCM-Dia exhibited higher fidelity in reconstructing the“symptoms→pathogenesis→therapeutic principles→prescriptions”logic chain.It provided complete prescriptions,whereas other models often omitted dosages or generated mismatched prescriptions.Conclusion By integrating continued pre-training,CoT reasoning,and a two-stage fine-tuning strategy,this study establishes a CDPGS for diarrhea in TCM.The results demonstrate the synergistic effect of strengthening domain representation through pre-training and activating logical reasoning via CoT.This research not only provides critical technical support for the standardized diagnosis and treatment of diarrhea but also offers a scalable paradigm for the digital inheritance of expert TCM experience and the intelligent transformation of TCM.展开更多
Standards are the common language that consolidates global consensus and builds the most solid foundation for international partnerships.They are the cornerstone for global sustainable and high-quality development.You...Standards are the common language that consolidates global consensus and builds the most solid foundation for international partnerships.They are the cornerstone for global sustainable and high-quality development.Young students,with their active and vibrant minds,represent the future and hope of standardization.展开更多
Next-generation craniomaxillofacial implants(CMFIs) are redefining personalized bone reconstruction by balancing and optimizing biomechanics,biocompatibility,and bioactivity—the "3Bs".This review highlights...Next-generation craniomaxillofacial implants(CMFIs) are redefining personalized bone reconstruction by balancing and optimizing biomechanics,biocompatibility,and bioactivity—the "3Bs".This review highlights recent progress in implant design,material development,additive manufacturing,and preclinical evaluation.Emerging biomaterials,including bioresorbable polymers,magnesium alloys,and composites with bioactive ceramics,enable patient-specific solutions with improved safety and functionality.Triply periodic minimal surface(TPMS) architectures exemplify how structural design can enhance both mechanical performance and biological integration.Additive manufacturing technologies further allow the fabrication of geometrically complex,customized impla nts that meet individual anatomical and pathological needs.In parallel,multiscale evaluation techniques—from mechanical testing to in vitro and in vivo models—provide comprehensive insights into implant performance and safety.Looking ahead,the field is poised to benefit from several transformative trends:the development of smart and multifunctional biomaterials;Al-driven design frameworks that leverage patient-specific data and computational modeling;predictive additive manufacturing with real-time quality control;and advanced biological testing platforms for preclinical evaluation.Together,these advances form the foundation of a data-informed,translational pipeline from bench to bedside.Realizing the full potential of nextgene ration CMFIs will require close interdisciplina ry collaboration across mate rials science,computational engineering,and clinical medicine.展开更多
Hydraulic stimulation technology is widely employed to enhance the permeability of geothermal reservoirs.Nevertheless,accurately predicting hydraulic fracture propagation in complex geological conditions remains chall...Hydraulic stimulation technology is widely employed to enhance the permeability of geothermal reservoirs.Nevertheless,accurately predicting hydraulic fracture propagation in complex geological conditions remains challenging,thereby hindering the effective utilization of existing natural fractures.In this study,a phase field model was developed utilizing the finite element method to examine the influence of fluid presence,stress conditions,and natural fractures on the initiation and propagation of hydraulic fractures.The model employs Biot's poroelasticity theory to establish the coupling between the displacement field and the fluid field,while the phase field theory is applied to simulate fracture behavior.The results show that whenσ_(x0)/σ_(y0)<3 or qf<20 kg/(m^(3)·s),the presence of natural fractures can alter the original propagation direction of hydraulic fractures.Conversely,in the absence of these conditions,the propagation path of natural fractures is predominantly influenced by the initial stress field.Furthermore,based on the analysis of breakdown pressure and damage area,the optimal intersection angle between natural fractures and hydraulic fractures is determined to range from 45°to 60°.Finally,once a dominant channel forms,initiating and propagating hydraulic fractures in other directions becomes increasingly difficult,even in highly fractured areas.This method tackles the challenges of initiating and propagating hydraulic fractures in complex geological conditions,providing a theoretical basis for optimizing Enhanced Geothermal System(EGS)projects.展开更多
Motivated by a critical issue of airline planning process,this paper addresses a new two-stage scenario-based robust optimization in operational airline planning to cope with uncertainty and possible flight disruption...Motivated by a critical issue of airline planning process,this paper addresses a new two-stage scenario-based robust optimization in operational airline planning to cope with uncertainty and possible flight disruptions.Following the route network scheme and generated flight timetables,aircraft maintenance routing and crew scheduling are critical factors in airline planning and operations cost management.This study considers the simultaneous assignment of aircraft fleet and crew to the scheduled flight while satisfying a set of operational constraints,rules,and regulations.Considering multiple locations for airline maintenance and crew bases,we solve the problem of integrated Aircraft Maintenance Routing and Crew Rostering(AMRCR)to achieve the minimum airline cost.One real challenge to the efficiency of the planning results is the possible disruptions in the initial scheduled flights.Due to the fact that disruption scenarios are expressed discretely with a specified probability,and we provide adjustable decisions under disruption to deal with this disruption risk,we provide a Two-Stage Scenario-Based Robust Optimization(TSRO)model.In this model,here-and-now or first-stage variables are the initial resource assignment.Furthermore,to adapt itself to different disruption scenarios,the model considers some adjustable variables,such as the decision to cancel the flight in case of disruption,as wait-and-see or second-stage variables.Considering the complexity of integrated models,and the scenario-based decomposable structure of the TRSO model to solve it with better computational performance,we apply the column and row generation(CRG)method that iteratively considers the disruption scenarios.The numerical results confirm the applicability of the proposed TSRO model in providing the AMRCR problem with an integrated and robust solution with an acceptable level of computational tractability.To evaluate the proposed TSRO model,which solves the AMRCR problem in an integrated and robust manner,five Key Performance Indicators(KPIs)like Number of delayed/canceled flights,Average delay time,and Average profit are taken into account.As key results driven by conducting a case study,we show the proposed TSRO model has substantially improved the solutions at all indicators compared with those of the sequential/non-integrated and nominal/non-robust models.The simulated instances used to assess the performance of the proposed model and CRG method reveal that both CPLEX and the CRG method exhibit comparable and nearly optimal performance for small-scale problems.However,for large-scale instances the proposed TSRO model falls short in terms of computational efficiency.Conversely,the proposed CRG method is capable of significantly reducing computational time and the optimality gap to an acceptable level.展开更多
For the gold locked within hematite in the two- stage calcination, which leads to a low gold leaching rate, the present work is aiming at pretreating the calcination to selectively dissolve hematite. The calcination w...For the gold locked within hematite in the two- stage calcination, which leads to a low gold leaching rate, the present work is aiming at pretreating the calcination to selectively dissolve hematite. The calcination was pre- treated by sulfuric acid with cosolvent B. The factors in- fluencing the hematite dissolution rate were studied, and the pretreatment parameters considered were H2SO4 con- tent, B dosage and added time, leaching temperature and time. Simultaneously, mineralogy analysis of the calcination, H2SO4 pretreatment residue and cyanide leaching residue were also carried out. Results indicate that the hematite dissolution rate is quicker, the dissolution tem- perature is lower and the dissolution time is shorter in the role of cosolvent B than without B. At the same time, the gold locked within hematite is effectively released, so the leaching rate of gold cyanide increases about 10 % than that in actual factory production. The results have an actual significance in guiding industrial production.展开更多
A new unified constitutive model was developed to predict the two-stage creep-aging(TSCA)behavior of Al-Zn-Mg-Cu alloys.The particular bimodal precipitation feature was analyzed and modeled by considering the primary ...A new unified constitutive model was developed to predict the two-stage creep-aging(TSCA)behavior of Al-Zn-Mg-Cu alloys.The particular bimodal precipitation feature was analyzed and modeled by considering the primary micro-variables evolution at different temperatures and their interaction.The dislocation density was incorporated into the model to capture the effect of creep deformation on precipitation.Quantitative transmission electron microscopy and experimental data obtained from a previous study were used to calibrate the model.Subsequently,the developed constitutive model was implemented in the finite element(FE)software ABAQUS via the user subroutines for TSCA process simulation and the springback prediction of an integral panel.A TSCA test was performed.The result shows that the maximum radius deviation between the formed plate and the simulation results is less than 0.4 mm,thus validating the effectiveness of the developed constitutive model and FE model.展开更多
Rice(Oryza sativa L.)plays a pivotal role in global food security,yet its breeding is constrained by its long generation time and seasonality.To enhance rice breeding efficiency and meet future food demands,we have de...Rice(Oryza sativa L.)plays a pivotal role in global food security,yet its breeding is constrained by its long generation time and seasonality.To enhance rice breeding efficiency and meet future food demands,we have developed a vertical hydroponic breeding system integrated with light-emitting diodes(LEDs)light-ing in a closed plant factory(PF),which significantly accelerates rice growth and generation advance-ment.The results show that indica rice can be harvested as early as after 63 days of cultivation,a 50%reduction compared with field cultivation,enabling the annual harvesting of 5-6 generations within the PF.A hyperspectral imaging(HSI)system and attenuated total reflectance infrared(ATR-IR)spec-troscopy were further employed to characterize the chemical composition of the PF-and field-cultivated rice.Metabolomics analysis with ultra-performance liquid chromatography-tandem mass spectrometry(UPLC-MS/MS)and gas chromatography-mass spectrometry(GC-MS)revealed that,com-pared with the field-cultivated rice,the PF-cultivated rice exhibited an up-regulation of total phenolic acids along with 68 non-volatile and 19 volatile metabolites,such as isovitexin,succinic acid,and methylillicinone F.Overall,this study reveals the unique metabolic profile of PF-cultivated rice and high-lights the potential of PFs to accelerate the breeding of crops such as rice,offering an innovative agricul-tural strategy to support food security in the face of global population growth and climate change.展开更多
BACKGROUND China has recently encountered severe challenges associated with population aging.Parents of first-generation only children face significant challenges regarding elderly care needs and the associated negati...BACKGROUND China has recently encountered severe challenges associated with population aging.Parents of first-generation only children face significant challenges regarding elderly care needs and the associated negative emotions.AIM To analyze the elderly care needs of first-generation only child parents in China and identify factors that influence negative emotions.METHODS This study used a cross-sectional design.Convenience sampling was used to select 1580 elderly individuals who met the inclusion criteria in a Chinese city between June and September 2022.A questionnaire was administered to collect general information about participants.Depression and anxiety were assessed using the patient health questionnaire-9 and generalized anxiety disorder-7 scale,respectively.A logistic regression analysis was performed to evaluate the relevant correlations.RESULTS Among 1580 first-generation only child parents,1120(70.89%)preferred family based care,324(20.51%)opted for community care,and 136(8.61%)chose institutional care,with 460(29.11%)reporting negative emotions.Significant differences in the distribution of negative emotions among only child parents were observed based on age,marital status,living conditions,disability,type of chronic disease,frailty status,and family support(P<0.05).The regression analysis indicated that disability,type of chronic disease,living environment,frailty status,and level of family support were independent risk factors for negative emotions among parents with only children(P<0.05).CONCLUSION Elderly care for parents of only children is primarily family-based.Independent risk factors for negative emotions in this group include disability,chronic disease type,and living environment.展开更多
基金supported by the GRRC program of Gyeonggi province[GRRC KGU 2023-B01,Research on Intelligent Industrial Data Analytics].
文摘Predictive maintenance(PdM)is vital for ensuring the reliability,safety,and cost efficiency of heavyduty vehicle fleets.However,real-world sensor data are often highly imbalanced,noisy,and temporally irregular,posing significant challenges to model robustness and deployment.Using multivariate time-series data from Scania trucks,this study proposes a novel PdM framework that integrates efficient feature summarization with cost-sensitive hierarchical classification.First,the proposed last_k_summary method transforms recent operational records into compact statistical and trend-based descriptors while preserving missingness,allowing LightGBM to leverage its inherent split rules without ad-hoc imputation.Then,a two-stage LightGBM framework is developed for fault detection and severity classification:Stage A performs safety-prioritized fault screening(normal vs.fault)with a false-negativeweighted objective,and Stage B refines the detected faults into four severity levels through a cascaded hierarchy of binary classifiers.Under the official cost matrix of the IDA Industrial Challenge,the framework achieves total misclassification costs of 36,113(validation)and 36,314(test),outperforming XGBoost and Bi-LSTM by 3.8%-13.5%while maintaining high recall for the safety-critical class(0.83 validation,0.77 test).These results demonstrate that the proposed approach not only improves predictive accuracy but also provides a practical and deployable PdM solution that reduces maintenance cost,enhances fleet safety,and supports data-driven decision-making in industrial environments.
基金financially supported by the National Natural Science Foundation of China(22175044)the Guangxi Natural Science Foundation(2023GXNSFDA026049)the Guangxi Major Talents Program(GXR-1BGQ2424023)。
文摘The global energy crisis and electricity shortage pose unprecedented challenges.Bio-based solar-driven ionic power generation devices with flexibility,photothermal self-healing and scalability hold great promise for sustainable electricity and alleviating energy crisis.Here,inspired by plant transpiration,a multifunctional bio-based ion conductive elastomer with solar power generation capability was designed by engineered synergy among epoxy natural rubber,cellulose nanofibrils,lithium bis(trifluoromethane)sulfonimide and eumelanin.The film exhibits an outstanding stretchability(1072%)and toughness(22.7 MJ m^(-3)).The favorable synergy of low thermal conductivity,high hygroscopicity and photothermal conversion performance endowed the film with a large thermal gradient under light illumination,driving efficient water transpiration.Furthermore,the excellent interfacial compatibility between eumelanin and matrix facilitates the formation of space charge regions,which further enhances Li^(+)transport.The film demonstrates excellent evaporation rate(2.83 kg m^(-2)h^(-1)),output voltage(0.47 V)and conductivity(5.11×10^(-2)S m^(-1)).Notably,the film exhibits remarkable photothermal self-healing performance even in saline environment,achieving 99.6%healing efficiency of output voltage.Therefore,the film demonstrates significant prospects for applications in photo-thermoelectric generation and solar-driven ionic power generation.
基金supported by the Natural Science Foundation of Fujian Province of China(2025J01380)National Natural Science Foundation of China(No.62471139)+3 种基金the Major Health Research Project of Fujian Province(2021ZD01001)Fujian Provincial Units Special Funds for Education and Research(2022639)Fujian University of Technology Research Start-up Fund(GY-S24002)Fujian Research and Training Grants for Young and Middle-aged Leaders in Healthcare(GY-H-24179).
文摘The generation of synthetic trajectories has become essential in various fields for analyzing complex movement patterns.However,the use of real-world trajectory data poses significant privacy risks,such as location reidentification and correlation attacks.To address these challenges,privacy-preserving trajectory generation methods are critical for applications relying on sensitive location data.This paper introduces DPIL-Traj,an advanced framework designed to generate synthetic trajectories while achieving a superior balance between data utility and privacy preservation.Firstly,the framework incorporates Differential Privacy Clustering,which anonymizes trajectory data by applying differential privacy techniques that add noise,ensuring the protection of sensitive user information.Secondly,Imitation Learning is used to replicate decision-making behaviors observed in real-world trajectories.By learning from expert trajectories,this component generates synthetic data that closely mimics real-world decision-making processes while optimizing the quality of the generated trajectories.Finally,Markov-based Trajectory Generation is employed to capture and maintain the inherent temporal dynamics of movement patterns.Extensive experiments conducted on the GeoLife trajectory dataset show that DPIL-Traj improves utility performance by an average of 19.85%,and in terms of privacy performance by an average of 12.51%,compared to state-of-the-art approaches.Ablation studies further reveal that DP clustering effectively safeguards privacy,imitation learning enhances utility under noise,and the Markov module strengthens temporal coherence.
基金supported by the Zhejiang Province Leading Geese Plan(Grant No.2025C02025)the Guangdong Province Primary and Secondary School Teachers’Digital Literacy Enhancement Project 2025(Grant No.GDSZSYKT2025244).
文摘With the rise of AI-assisted education,many instructors and engineers seek to deliver high-quality programming courses online.However,crafting effective programming lectures remains a challenge,particularly for instructors lacking pedagogical training or multilingual fluency.We present CourseAgent,a prompt-driven framework that leverages large language models(LLMs)to automatically generate Python tutorials,structured lecture scripts,and accompanying audio narrations.CourseAgent accepts raw code as input and transforms it into segmented,well-commented code blocks,adapting content to different difficulty levels and languages via prompt customization.Our system supports multilingual instruction(e.g.,Chinese,English),fine-grained control of pedagogical depth,and auto-generation of lecture videos.We evaluate the output generated by CourseAgent using real student feedback and feedback from in-service teachers,alongside automated assessments from LLMs.These evaluations demonstrate that the materials produced by CourseAgent are coherent,pedagogically sound,and comparable in quality to those created by experienced instructors.CourseAgent lowers the barrier to quality programming education and shows promise for scalable,personalized,and language-adaptive content generation.
基金funding support from the National Science and Technology Council(NSTC),under Grant No.114-2410-H-011-026-MY3.
文摘Small datasets are often challenging due to their limited sample size.This research introduces a novel solution to these problems:average linkage virtual sample generation(ALVSG).ALVSG leverages the underlying data structure to create virtual samples,which can be used to augment the original dataset.The ALVSG process consists of two steps.First,an average-linkage clustering technique is applied to the dataset to create a dendrogram.The dendrogram represents the hierarchical structure of the dataset,with each merging operation regarded as a linkage.Next,the linkages are combined into an average-based dataset,which serves as a new representation of the dataset.The second step in the ALVSG process involves generating virtual samples using the average-based dataset.The research project generates a set of 100 virtual samples by uniformly distributing them within the provided boundary.These virtual samples are then added to the original dataset,creating a more extensive dataset with improved generalization performance.The efficacy of the ALVSG approach is validated through resampling experiments and t-tests conducted on two small real-world datasets.The experiments are conducted on three forecasting models:the support vector machine for regression(SVR),the deep learning model(DL),and XGBoost.The results show that the ALVSG approach outperforms the baseline methods in terms of mean square error(MSE),root mean square error(RMSE),and mean absolute error(MAE).
文摘Over the past decade,large-scale pre-trained autoregressive and diffusion models rejuvenated the field of text-guided image generation.However,these models require enormous datasets and parameters,and their multi-step generation processes are often inefficient and difficult to control.To address these challenges,we propose CAFE-GAN,a CLIP-Projected GAN with Attention-Aware Generation and Multi-Scale Discrimination,which incorporates a pretrained CLIP model along with several key architectural innovations.First,we embed a coordinate attention mechanism into the generator to capture long-range dependencies and enhance feature representation.Second,we introduce a trainable linear projection layer after the CLIP text encoder,which aligns textual embeddings with the generator’s semantic space.Third,we design a multi-scale discriminator that leverages pre-trained visual features and integrates a feature regularization strategy,thereby improving training stability and discrimination performance.Experiments on the CUB and COCO datasets demonstrate that CAFE-GAN outperforms existing text-to-image generation methods,achieving lower Fréchet Inception Distance(FID)scores and generating images with superior visual quality and semantic fidelity,with FID scores of 9.84 and 5.62 on the CUB and COCO datasets,respectively,surpassing current state-of-the-art text-to-image models by varying degrees.These findings offer valuable insights for future research on efficient,controllable text-to-image synthesis.
基金supported by the National Natural Science Foundation of China(81760037)Yunling Scholar Project of Yunnan Province(YNWR-YLXZ-2019-0005)+1 种基金Hunan Provincial Innovation Platform and Talent Program(2018SK4004)Hunan Provincial Natural Science Foundation(2019JJ80048).
文摘The occurrence of severe thalassemia,an inherited blood disorder that is either blood-transfusiondependent or fatal,can be mitigated through carrier screening.Here,we aim to evaluate the effectiveness and outcomes of pre-conceptional and early pregnancy screening initiatives for severe thalassemia prevention in a diverse population of 28,043 women.Using next-generation sequencing(NGS),we identify 4,226(15.07%)thalassemia carriers across 29 ethnic groups and categorize them into high-(0.75%),low-(25.86%),and unknown-risk(69.19%)groups based on their spouses'screening results.Post-screening follow-up reveals 59 fetuses with severe thalassemia exclusively in high-risk couples,underscoring the efficacy of risk classification.Among 25,053 live births over 6 months of age,two severe thalassemia infants were born to unknown-risk couples,which was attributed to incomplete screening and late NGS-based testing for a rare variant.Notably,64 rare variants are identified in 287 individuals,highlighting the genetic heterogeneity of thalassemia.We also observe that migrant flow significantly impacts carrier rates,with 93.90%of migrants to Chenzhou originating from high-prevalence regions in southern China.Our study demonstrates that NGS-based screening during pre-conception and early pregnancy is effective for severe thalassemia prevention,emphasizing the need for continuous screening efforts in areas with high and underestimated prevalence.
基金Nguyen Tat Thanh University,Ho Chi Minh City,Vietnam for supporting this study。
文摘Wing design is a critical factor in the aerodynamic performance of flapping-wing(FW)robots.Inspired by the natural wing structures of insects,bats,and birds,we explored how bio-mimetic wing vein morphologies,combined with a bio-inspired double wing clap-and-fling mechanism,affect thrust generation.This study focused on increasing vertical force and payload capacity.Through systematic experimentation with various vein configurations and structural designs,we developed innovative wings optimized for thrust production.Comprehensive tests were conducted to measure aerodynamic forces,power consumption,and wing kinematics across a range of flapping frequencies.Additionally,wings with different aspect ratios,a key factor in wing design,were fabricated and extensively evaluated.The study also examined the role of bio-inspired vein layouts on wing flexibility,a critical component in improving flight efficiency.Our findings demonstrate that the newly developed wing design led to a 20%increase in thrust,achieving up to 30 g-force(gf).This research sheds light on the clap-and-fling effect and establishes a promising framework for bio-inspired wing design,offering significant improvements in both performance and payload capacity for FW robots.
基金supported by the National Key Research and Development Program of China(2023YFF0906502)the Postgraduate Research and Innovation Project of Hunan Province under Grant(CX20240473).
文摘Due to the digital transformation tendency among cultural institutions and the substantial influence of the social media platform,the demands of visual communication keep increasing for promoting traditional cultural artifacts online.As an effective medium,posters serve to attract public attention and facilitate broader engagement with cultural artifacts.However,existing poster generation methods mainly rely on fixed templates and manual design,which limits their scalability and adaptability to the diverse visual and semantic features of the artifacts.Therefore,we propose CAPGen,an automated aesthetic Cultural Artifacts Poster Generation framework built on a Multimodal Large Language Model(MLLM)with integrated iterative optimization.During our research,we collaborated with designers to define principles of graphic design for cultural artifact posters,to guide the MLLM in generating layout parameters.Later,we generated these parameters into posters.Finally,we refined the posters using an MLLM integrated with a multi-round iterative optimization mechanism.Qualitative results show that CAPGen consistently outperforms baseline methods in both visual quality and aesthetic performance.Furthermore,ablation studies indicate that the prompt,iterative optimization mechanism,and design principles significantly enhance the effectiveness of poster generation.
文摘We are sorry for the mistakes of Affiliation,"a State Key Laboratory of Advanced Fiber Materials,Center for Advanced Low-Dimension Materials,Donghua University,Shanghai 201620,China"should be replaced by"a State Key Laboratory of Advanced Fiber Materials,Center for Advanced Low-Dimension Materials,College of Materials Science and Engineering,Donghua University,Shanghai 201620,China".We apologized for the inconvenience caused by this error.
基金The authors extend their appreciation to Prince Sattam bin Abdulaziz University for funding this research work through the project number(PSAU/2024/01/32082).
文摘In Human–Robot Interaction(HRI),generating robot trajectories that accurately reflect user intentions while ensuring physical realism remains challenging,especially in unstructured environments.In this study,we develop a multimodal framework that integrates symbolic task reasoning with continuous trajectory generation.The approach employs transformer models and adversarial training to map high-level intent to robotic motion.Information from multiple data sources,such as voice traits,hand and body keypoints,visual observations,and recorded paths,is integrated simultaneously.These signals are mapped into a shared representation that supports interpretable reasoning while enabling smooth and realistic motion generation.Based on this design,two different learning strategies are investigated.In the first step,grammar-constrained Linear Temporal Logic(LTL)expressions are created from multimodal human inputs.These expressions are subsequently decoded into robot trajectories.The second method generates trajectories directly from symbolic intent and linguistic data,bypassing an intermediate logical representation.Transformer encoders combine multiple types of information,and autoregressive transformer decoders generate motion sequences.Adding smoothness and speed limits during training increases the likelihood of physical feasibility.To improve the realism and stability of the generated trajectories during training,an adversarial discriminator is also included to guide them toward the distribution of actual robot motion.Tests on the NATSGLD dataset indicate that the complete system exhibits stable training behaviour and performance.In normalised coordinates,the logic-based pipeline has an Average Displacement Error(ADE)of 0.040 and a Final Displacement Error(FDE)of 0.036.The adversarial generator makes substantially more progress,reducing ADE to 0.021 and FDE to 0.018.Visual examination confirms that the generated trajectories closely align with observed motion patterns while preserving smooth temporal dynamics.
基金National Key Research and Development Program of China(2024YFC3505400)Capital Clinical Project of Beijing Municipal Science&Technology Commission(Z221100007422092)Capital’s Funds for Health Improvement and Research(2024-1-2231).
文摘Objective To develop a clinical decision and prescription generation system(CDPGS)specifically for diarrhea in traditional Chinese medicine(TCM),utilizing a specialized large language model(LLM),Qwen-TCM-Dia,to standardize diagnostic processes and prescription generation.Methods Two primary datasets were constructed:an evaluation benchmark and a fine-tuning dataset consisting of fundamental diarrhea knowledge,medical records,and chain-ofthought(CoT)reasoning datasets.After an initial evaluation of 16 open-source LLMs across inference time,accuracy,and output quality,Qwen2.5 was selected as the base model due to its superior overall performance.We then employed a two-stage low-rank adaptation(LoRA)fine-tuning strategy,integrating continued pre-training on domain-specific knowledge with instruction fine-tuning using CoT-enriched medical records.This approach was designed to embed the clinical logic(symptoms→pathogenesis→therapeutic principles→prescriptions)into the model’s reasoning capabilities.The resulting fine-tuned model,specialized for TCM diarrhea,was designated as Qwen-TCM-Dia.Model performance was evaluated for disease diagnosis and syndrome type differentiation using accuracy,precision,recall,and F1-score.Furthermore,the quality of the generated prescriptions was compared with that of established open-source TCM LLMs.Results Qwen-TCM-Dia achieved peak performance compared to both the base Qwen2.5 model and five other open-source TCM LLMs.It achieved 97.05%accuracy and 91.48%F1-score in disease diagnosis,and 74.54%accuracy and 74.21%F1-score in syndrome type differentiation.Compared with existing open-source TCM LLMs(BianCang,HuangDi,LingDan,TCMLLM-PR,and ZhongJing),Qwen-TCM-Dia exhibited higher fidelity in reconstructing the“symptoms→pathogenesis→therapeutic principles→prescriptions”logic chain.It provided complete prescriptions,whereas other models often omitted dosages or generated mismatched prescriptions.Conclusion By integrating continued pre-training,CoT reasoning,and a two-stage fine-tuning strategy,this study establishes a CDPGS for diarrhea in TCM.The results demonstrate the synergistic effect of strengthening domain representation through pre-training and activating logical reasoning via CoT.This research not only provides critical technical support for the standardized diagnosis and treatment of diarrhea but also offers a scalable paradigm for the digital inheritance of expert TCM experience and the intelligent transformation of TCM.
文摘Standards are the common language that consolidates global consensus and builds the most solid foundation for international partnerships.They are the cornerstone for global sustainable and high-quality development.Young students,with their active and vibrant minds,represent the future and hope of standardization.
基金Financial support from National University of Singapore (NUS)(AcRF A-8000-126-00-00)。
文摘Next-generation craniomaxillofacial implants(CMFIs) are redefining personalized bone reconstruction by balancing and optimizing biomechanics,biocompatibility,and bioactivity—the "3Bs".This review highlights recent progress in implant design,material development,additive manufacturing,and preclinical evaluation.Emerging biomaterials,including bioresorbable polymers,magnesium alloys,and composites with bioactive ceramics,enable patient-specific solutions with improved safety and functionality.Triply periodic minimal surface(TPMS) architectures exemplify how structural design can enhance both mechanical performance and biological integration.Additive manufacturing technologies further allow the fabrication of geometrically complex,customized impla nts that meet individual anatomical and pathological needs.In parallel,multiscale evaluation techniques—from mechanical testing to in vitro and in vivo models—provide comprehensive insights into implant performance and safety.Looking ahead,the field is poised to benefit from several transformative trends:the development of smart and multifunctional biomaterials;Al-driven design frameworks that leverage patient-specific data and computational modeling;predictive additive manufacturing with real-time quality control;and advanced biological testing platforms for preclinical evaluation.Together,these advances form the foundation of a data-informed,translational pipeline from bench to bedside.Realizing the full potential of nextgene ration CMFIs will require close interdisciplina ry collaboration across mate rials science,computational engineering,and clinical medicine.
基金supported by the National Key Research and Development Program(2021YFB150740401)National Natural Science Foundation of China(42202336)the CAS Pioneer Hundred Talents Program in China(Y826031C01)。
文摘Hydraulic stimulation technology is widely employed to enhance the permeability of geothermal reservoirs.Nevertheless,accurately predicting hydraulic fracture propagation in complex geological conditions remains challenging,thereby hindering the effective utilization of existing natural fractures.In this study,a phase field model was developed utilizing the finite element method to examine the influence of fluid presence,stress conditions,and natural fractures on the initiation and propagation of hydraulic fractures.The model employs Biot's poroelasticity theory to establish the coupling between the displacement field and the fluid field,while the phase field theory is applied to simulate fracture behavior.The results show that whenσ_(x0)/σ_(y0)<3 or qf<20 kg/(m^(3)·s),the presence of natural fractures can alter the original propagation direction of hydraulic fractures.Conversely,in the absence of these conditions,the propagation path of natural fractures is predominantly influenced by the initial stress field.Furthermore,based on the analysis of breakdown pressure and damage area,the optimal intersection angle between natural fractures and hydraulic fractures is determined to range from 45°to 60°.Finally,once a dominant channel forms,initiating and propagating hydraulic fractures in other directions becomes increasingly difficult,even in highly fractured areas.This method tackles the challenges of initiating and propagating hydraulic fractures in complex geological conditions,providing a theoretical basis for optimizing Enhanced Geothermal System(EGS)projects.
文摘Motivated by a critical issue of airline planning process,this paper addresses a new two-stage scenario-based robust optimization in operational airline planning to cope with uncertainty and possible flight disruptions.Following the route network scheme and generated flight timetables,aircraft maintenance routing and crew scheduling are critical factors in airline planning and operations cost management.This study considers the simultaneous assignment of aircraft fleet and crew to the scheduled flight while satisfying a set of operational constraints,rules,and regulations.Considering multiple locations for airline maintenance and crew bases,we solve the problem of integrated Aircraft Maintenance Routing and Crew Rostering(AMRCR)to achieve the minimum airline cost.One real challenge to the efficiency of the planning results is the possible disruptions in the initial scheduled flights.Due to the fact that disruption scenarios are expressed discretely with a specified probability,and we provide adjustable decisions under disruption to deal with this disruption risk,we provide a Two-Stage Scenario-Based Robust Optimization(TSRO)model.In this model,here-and-now or first-stage variables are the initial resource assignment.Furthermore,to adapt itself to different disruption scenarios,the model considers some adjustable variables,such as the decision to cancel the flight in case of disruption,as wait-and-see or second-stage variables.Considering the complexity of integrated models,and the scenario-based decomposable structure of the TRSO model to solve it with better computational performance,we apply the column and row generation(CRG)method that iteratively considers the disruption scenarios.The numerical results confirm the applicability of the proposed TSRO model in providing the AMRCR problem with an integrated and robust solution with an acceptable level of computational tractability.To evaluate the proposed TSRO model,which solves the AMRCR problem in an integrated and robust manner,five Key Performance Indicators(KPIs)like Number of delayed/canceled flights,Average delay time,and Average profit are taken into account.As key results driven by conducting a case study,we show the proposed TSRO model has substantially improved the solutions at all indicators compared with those of the sequential/non-integrated and nominal/non-robust models.The simulated instances used to assess the performance of the proposed model and CRG method reveal that both CPLEX and the CRG method exhibit comparable and nearly optimal performance for small-scale problems.However,for large-scale instances the proposed TSRO model falls short in terms of computational efficiency.Conversely,the proposed CRG method is capable of significantly reducing computational time and the optimality gap to an acceptable level.
基金financially supported by the Key Laboratory Project of Education Department in Shaanxi Province (No.14JS055)
文摘For the gold locked within hematite in the two- stage calcination, which leads to a low gold leaching rate, the present work is aiming at pretreating the calcination to selectively dissolve hematite. The calcination was pre- treated by sulfuric acid with cosolvent B. The factors in- fluencing the hematite dissolution rate were studied, and the pretreatment parameters considered were H2SO4 con- tent, B dosage and added time, leaching temperature and time. Simultaneously, mineralogy analysis of the calcination, H2SO4 pretreatment residue and cyanide leaching residue were also carried out. Results indicate that the hematite dissolution rate is quicker, the dissolution tem- perature is lower and the dissolution time is shorter in the role of cosolvent B than without B. At the same time, the gold locked within hematite is effectively released, so the leaching rate of gold cyanide increases about 10 % than that in actual factory production. The results have an actual significance in guiding industrial production.
基金supported by the National Key R&D Program of China(No.2021YFB3400900)the National Natural Science Foundation of China(Nos.52175373,52205435)+1 种基金Natural Science Foundation of Hunan Province,China(No.2022JJ40621)the Innovation Fund of National Commercial Aircraft Manufacturing Engineering Technology Center,China(No.COMACSFGS-2022-1875)。
文摘A new unified constitutive model was developed to predict the two-stage creep-aging(TSCA)behavior of Al-Zn-Mg-Cu alloys.The particular bimodal precipitation feature was analyzed and modeled by considering the primary micro-variables evolution at different temperatures and their interaction.The dislocation density was incorporated into the model to capture the effect of creep deformation on precipitation.Quantitative transmission electron microscopy and experimental data obtained from a previous study were used to calibrate the model.Subsequently,the developed constitutive model was implemented in the finite element(FE)software ABAQUS via the user subroutines for TSCA process simulation and the springback prediction of an integral panel.A TSCA test was performed.The result shows that the maximum radius deviation between the formed plate and the simulation results is less than 0.4 mm,thus validating the effectiveness of the developed constitutive model and FE model.
基金supported by the National Key Research and Development Program(2023YFF1001500)the Local Financial Funds of National Agricultural Science and Technology Center,Chengdu(NASC2022KR02,NASC2023TD08,NASC2021ST08,NASC2021PC04,NASC2022KR07,NASC2022KR06,and NASC2023ST04)+2 种基金the Agricultural Science and Technology Innova-tion Program(ASTIP-34-IUA-01,ASTIP-34-IUA-02,ASTIP-IUA-2023003,and ASTIP2024-34-IUA-09)the Central Public-interest Scientific Institution Basal Research Fund(Y2023YJ07 and SZ202403)the Sichuan Science and Technology Program(2023YFN003,2024NSFC1261,2023YFQ0100,and 2023ZYD0089).
文摘Rice(Oryza sativa L.)plays a pivotal role in global food security,yet its breeding is constrained by its long generation time and seasonality.To enhance rice breeding efficiency and meet future food demands,we have developed a vertical hydroponic breeding system integrated with light-emitting diodes(LEDs)light-ing in a closed plant factory(PF),which significantly accelerates rice growth and generation advance-ment.The results show that indica rice can be harvested as early as after 63 days of cultivation,a 50%reduction compared with field cultivation,enabling the annual harvesting of 5-6 generations within the PF.A hyperspectral imaging(HSI)system and attenuated total reflectance infrared(ATR-IR)spec-troscopy were further employed to characterize the chemical composition of the PF-and field-cultivated rice.Metabolomics analysis with ultra-performance liquid chromatography-tandem mass spectrometry(UPLC-MS/MS)and gas chromatography-mass spectrometry(GC-MS)revealed that,com-pared with the field-cultivated rice,the PF-cultivated rice exhibited an up-regulation of total phenolic acids along with 68 non-volatile and 19 volatile metabolites,such as isovitexin,succinic acid,and methylillicinone F.Overall,this study reveals the unique metabolic profile of PF-cultivated rice and high-lights the potential of PFs to accelerate the breeding of crops such as rice,offering an innovative agricul-tural strategy to support food security in the face of global population growth and climate change.
基金Supported by General Projects of Henan Province Universities Humanities and Social Sciences Research in 2023,No.2023-ZDJH-533.
文摘BACKGROUND China has recently encountered severe challenges associated with population aging.Parents of first-generation only children face significant challenges regarding elderly care needs and the associated negative emotions.AIM To analyze the elderly care needs of first-generation only child parents in China and identify factors that influence negative emotions.METHODS This study used a cross-sectional design.Convenience sampling was used to select 1580 elderly individuals who met the inclusion criteria in a Chinese city between June and September 2022.A questionnaire was administered to collect general information about participants.Depression and anxiety were assessed using the patient health questionnaire-9 and generalized anxiety disorder-7 scale,respectively.A logistic regression analysis was performed to evaluate the relevant correlations.RESULTS Among 1580 first-generation only child parents,1120(70.89%)preferred family based care,324(20.51%)opted for community care,and 136(8.61%)chose institutional care,with 460(29.11%)reporting negative emotions.Significant differences in the distribution of negative emotions among only child parents were observed based on age,marital status,living conditions,disability,type of chronic disease,frailty status,and family support(P<0.05).The regression analysis indicated that disability,type of chronic disease,living environment,frailty status,and level of family support were independent risk factors for negative emotions among parents with only children(P<0.05).CONCLUSION Elderly care for parents of only children is primarily family-based.Independent risk factors for negative emotions in this group include disability,chronic disease type,and living environment.