Preferential orientation control of metal—organic framework(MOF)films is advantageous for maximizing pore uniformity and minimizing grain-boundary defects.Nonetheless,the preparation of MOF films with both in-plane a...Preferential orientation control of metal—organic framework(MOF)films is advantageous for maximizing pore uniformity and minimizing grain-boundary defects.Nonetheless,the preparation of MOF films with both in-plane and out-of-plane orientations remains a grand challenge.In this study,we reported the preparation of three-dimensionally oriented MIL-96 layers through combining morphology control of MIL-96 seeds with addition of polyvinylpyrrolidone surfactants and arachidonic acids.The three-dimensionally oriented MIL-96 film was readily obtained through in-plane epitaxial growth.It is anticipated that the aforementioned protocol can be effective for obtaining diverse MOF films with a three-dimensionally oriented organization.展开更多
In the study of oriented bounding boxes(OBB)object detection in high-resolution remote sensing images,the problem of missed and wrong detection of small targets occurs because the targets are too small and have differ...In the study of oriented bounding boxes(OBB)object detection in high-resolution remote sensing images,the problem of missed and wrong detection of small targets occurs because the targets are too small and have different orientations.Existing OBB object detection for remote sensing images,although making good progress,mainly focuses on directional modeling,while less consideration is given to the size of the object as well as the problem of missed detection.In this study,a method based on improved YOLOv8 was proposed for detecting oriented objects in remote sensing images,which can improve the detection precision of oriented objects in remote sensing images.Firstly,the ResCBAMG module was innovatively designed,which could better extract channel and spatial correlation information.Secondly,the innovative top-down feature fusion layer network structure was proposed in conjunction with the Efficient Channel Attention(ECA)attention module,which helped to capture inter-local cross-channel interaction information appropriately.Finally,we introduced an innovative ResCBAMG module between the different C2f modules and detection heads of the bottom-up feature fusion layer.This innovative structure helped the model to better focus on the target area.The precision and robustness of oriented target detection were also improved.Experimental results on the DOTA-v1.5 dataset showed that the detection Precision,mAP@0.5,and mAP@0.5:0.95 metrics of the improved model are better compared to the original model.This improvement is effective in detecting small targets and complex scenes.展开更多
Increasing data indicate that cancer cell migration is regulated by extracellular matrixes and their surrounding biochemical microenvironment,playing a crucial role in pathological processes such as tumor invasion and...Increasing data indicate that cancer cell migration is regulated by extracellular matrixes and their surrounding biochemical microenvironment,playing a crucial role in pathological processes such as tumor invasion and metastasis.However,conventional two-dimensional cell culture and animal models have limitations in studying the influence of tumor microenvironment on cancer cell migration.Fortunately,the further development of microfluidic technology has provided solutions for the study of such questions.We utilize microfluidic chip to build a random collagen fiber microenvironment(RFM)model and an oriented collagen fiber microenvironment(OFM)model that resemble early stage and late stage breast cancer microenvironments,respectively.By combining cell culture,biochemical concentration gradient construction,and microscopic imaging techniques,we investigate the impact of different collagen fiber biochemical microenvironments on the migration of breast cancer MDA-MB-231-RFP cells.The results show that MDA-MB-231-RFP cells migrate further in the OFM model compared to the RFM model,with significant differences observed.Furthermore,we establish concentration gradients of the anticancer drug paclitaxel in both the RFM and OFM models and find that paclitaxel significantly inhibits the migration of MDA-MB-231-RFP cells in the RFM model,with stronger inhibition on the high concentration side compared to the low concentration side.However,the inhibitory effect of paclitaxel on the migration of MDA-MB-231-RFP cells in the OFM model is weak.These findings suggest that the oriented collagen fiber microenvironment resembling the late-stage tumor microenvironment is more favorable for cancer cell migration and that the effectiveness of anticancer drugs is diminished.The RFM and OFM models constructed in this study not only provide a platform for studying the mechanism of cancer development,but also serve as a tool for the initial measurement of drug screening.展开更多
Objective: To analyze the effect of problem-oriented nursing intervention on patients with lower extremity arteriosclerosis obliterans (ASO) in vascular surgery. Methods: The clinical data of 128 patients with lower e...Objective: To analyze the effect of problem-oriented nursing intervention on patients with lower extremity arteriosclerosis obliterans (ASO) in vascular surgery. Methods: The clinical data of 128 patients with lower extremity ASO in vascular surgery were selected and randomly divided into groups A and B, with 64 cases each. Group A is the control group, and Group B is the observation group. Group A received the routine nursing intervention, and Group B received the problem-oriented nursing intervention. The compliance, self-care ability, psychological state, quality of life, and nursing satisfaction of the two groups of patients were evaluated based on various indicators. Results: After the intervention, the evaluation of self-care ability (ESCA) score of the patients in Group B was higher than that of Group A, and the symptom checklist-90 (SCL-90) score was lower than that of Group A. The differences were significant (t = 10.019, t = 3.118, P < 0.01). After the intervention, the World Health Organization Quality of Life Brief (WHOQOL-BREF) index scores of the two groups increased and the increase in Group B was significantly higher than Group A (P < 0.001). The compliance rate of Group B (62/ 96.88%) was higher than that of Group A (52/ 81.25%), and the difference was extremely significant (χ2 = 8.020, P < 0.01). Conclusion: Problem-oriented nursing intervention for patients with lower extremity ASO in vascular surgery improved the patient’s self-care ability, and quality of life, reduced the patient’s negative emotions, and enhanced their overall satisfaction.展开更多
Objective: To explore the effect of lower limb rehabilitation robot combined with task-oriented training on stroke patients and its influence on KFAROM score. Methods: 100 stroke patients with hemiplegia admitted to o...Objective: To explore the effect of lower limb rehabilitation robot combined with task-oriented training on stroke patients and its influence on KFAROM score. Methods: 100 stroke patients with hemiplegia admitted to our hospital from January 2023 to December 2023 were randomly divided into two groups, the control group (50 cases) was given task-oriented training assisted by nurses, and the observation group (50 cases) was given lower limb rehabilitation robot with task-oriented training. Lower limb balance, lower limb muscle strength, motor function, ankle function, knee flexion range of motion and walking ability were observed. Results: After treatment, the scores of BBS, quadriceps femoris and hamstrings in the observation group were significantly higher than those in the control group (P Conclusion: In the clinical treatment of stroke patients, the combination of task-oriented training and lower limb rehabilitation robot can effectively improve the lower limb muscle strength, facilitate the recovery of balance function, and have a significant effect on the recovery of motor function, which can improve the walking ability of stroke patients and the range of motion of knee flexion, and achieve more ideal therapeutic effectiveness.展开更多
Structural development defects essentially refer to code structure that violates object-oriented design principles. They make program maintenance challenging and deteriorate software quality over time. Various detecti...Structural development defects essentially refer to code structure that violates object-oriented design principles. They make program maintenance challenging and deteriorate software quality over time. Various detection approaches, ranging from traditional heuristic algorithms to machine learning methods, are used to identify these defects. Ensemble learning methods have strengthened the detection of these defects. However, existing approaches do not simultaneously exploit the capabilities of extracting relevant features from pre-trained models and the performance of neural networks for the classification task. Therefore, our goal has been to design a model that combines a pre-trained model to extract relevant features from code excerpts through transfer learning and a bagging method with a base estimator, a dense neural network, for defect classification. To achieve this, we composed multiple samples of the same size with replacements from the imbalanced dataset MLCQ1. For all the samples, we used the CodeT5-small variant to extract features and trained a bagging method with the neural network Roberta Classification Head to classify defects based on these features. We then compared this model to RandomForest, one of the ensemble methods that yields good results. Our experiments showed that the number of base estimators to use for bagging depends on the defect to be detected. Next, we observed that it was not necessary to use a data balancing technique with our model when the imbalance rate was 23%. Finally, for blob detection, RandomForest had a median MCC value of 0.36 compared to 0.12 for our method. However, our method was predominant in Long Method detection with a median MCC value of 0.53 compared to 0.42 for RandomForest. These results suggest that the performance of ensemble methods in detecting structural development defects is dependent on specific defects.展开更多
基金National Natural Science Foundation of China(22078039)Science Fund for Creative Research Groups of the National Natural Science Foundation of China(22021005)+1 种基金National Key Research and Development Program of China(2023YFB3810700)the Fundamental Research Funds for the Central Universities(DUT22LAB602)。
文摘Preferential orientation control of metal—organic framework(MOF)films is advantageous for maximizing pore uniformity and minimizing grain-boundary defects.Nonetheless,the preparation of MOF films with both in-plane and out-of-plane orientations remains a grand challenge.In this study,we reported the preparation of three-dimensionally oriented MIL-96 layers through combining morphology control of MIL-96 seeds with addition of polyvinylpyrrolidone surfactants and arachidonic acids.The three-dimensionally oriented MIL-96 film was readily obtained through in-plane epitaxial growth.It is anticipated that the aforementioned protocol can be effective for obtaining diverse MOF films with a three-dimensionally oriented organization.
文摘In the study of oriented bounding boxes(OBB)object detection in high-resolution remote sensing images,the problem of missed and wrong detection of small targets occurs because the targets are too small and have different orientations.Existing OBB object detection for remote sensing images,although making good progress,mainly focuses on directional modeling,while less consideration is given to the size of the object as well as the problem of missed detection.In this study,a method based on improved YOLOv8 was proposed for detecting oriented objects in remote sensing images,which can improve the detection precision of oriented objects in remote sensing images.Firstly,the ResCBAMG module was innovatively designed,which could better extract channel and spatial correlation information.Secondly,the innovative top-down feature fusion layer network structure was proposed in conjunction with the Efficient Channel Attention(ECA)attention module,which helped to capture inter-local cross-channel interaction information appropriately.Finally,we introduced an innovative ResCBAMG module between the different C2f modules and detection heads of the bottom-up feature fusion layer.This innovative structure helped the model to better focus on the target area.The precision and robustness of oriented target detection were also improved.Experimental results on the DOTA-v1.5 dataset showed that the detection Precision,mAP@0.5,and mAP@0.5:0.95 metrics of the improved model are better compared to the original model.This improvement is effective in detecting small targets and complex scenes.
基金support from the National Natural Science Foundation of China(Grant Nos.11974066,12174041,12104134,T2350007,and 12347178)the Fundamental and Advanced Research Program of Chongqing(Grant No.cstc2019jcyj-msxm X0477)+3 种基金the Natural Science Foundation of Chongqing(Grant No.CSTB2022NSCQMSX1260)the Science and Technology Research Program of Chongqing Municipal Education Commission(Grant No.KJQN202301333)the Scientific Research Fund of Chongqing University of Arts and Sciences(Grant Nos.R2023HH03 and P2022HH05)College Students’Innovation and Entrepreneurship Training Program of Chongqing Municipal(Grant No.S202310642002)。
文摘Increasing data indicate that cancer cell migration is regulated by extracellular matrixes and their surrounding biochemical microenvironment,playing a crucial role in pathological processes such as tumor invasion and metastasis.However,conventional two-dimensional cell culture and animal models have limitations in studying the influence of tumor microenvironment on cancer cell migration.Fortunately,the further development of microfluidic technology has provided solutions for the study of such questions.We utilize microfluidic chip to build a random collagen fiber microenvironment(RFM)model and an oriented collagen fiber microenvironment(OFM)model that resemble early stage and late stage breast cancer microenvironments,respectively.By combining cell culture,biochemical concentration gradient construction,and microscopic imaging techniques,we investigate the impact of different collagen fiber biochemical microenvironments on the migration of breast cancer MDA-MB-231-RFP cells.The results show that MDA-MB-231-RFP cells migrate further in the OFM model compared to the RFM model,with significant differences observed.Furthermore,we establish concentration gradients of the anticancer drug paclitaxel in both the RFM and OFM models and find that paclitaxel significantly inhibits the migration of MDA-MB-231-RFP cells in the RFM model,with stronger inhibition on the high concentration side compared to the low concentration side.However,the inhibitory effect of paclitaxel on the migration of MDA-MB-231-RFP cells in the OFM model is weak.These findings suggest that the oriented collagen fiber microenvironment resembling the late-stage tumor microenvironment is more favorable for cancer cell migration and that the effectiveness of anticancer drugs is diminished.The RFM and OFM models constructed in this study not only provide a platform for studying the mechanism of cancer development,but also serve as a tool for the initial measurement of drug screening.
文摘Objective: To analyze the effect of problem-oriented nursing intervention on patients with lower extremity arteriosclerosis obliterans (ASO) in vascular surgery. Methods: The clinical data of 128 patients with lower extremity ASO in vascular surgery were selected and randomly divided into groups A and B, with 64 cases each. Group A is the control group, and Group B is the observation group. Group A received the routine nursing intervention, and Group B received the problem-oriented nursing intervention. The compliance, self-care ability, psychological state, quality of life, and nursing satisfaction of the two groups of patients were evaluated based on various indicators. Results: After the intervention, the evaluation of self-care ability (ESCA) score of the patients in Group B was higher than that of Group A, and the symptom checklist-90 (SCL-90) score was lower than that of Group A. The differences were significant (t = 10.019, t = 3.118, P < 0.01). After the intervention, the World Health Organization Quality of Life Brief (WHOQOL-BREF) index scores of the two groups increased and the increase in Group B was significantly higher than Group A (P < 0.001). The compliance rate of Group B (62/ 96.88%) was higher than that of Group A (52/ 81.25%), and the difference was extremely significant (χ2 = 8.020, P < 0.01). Conclusion: Problem-oriented nursing intervention for patients with lower extremity ASO in vascular surgery improved the patient’s self-care ability, and quality of life, reduced the patient’s negative emotions, and enhanced their overall satisfaction.
文摘Objective: To explore the effect of lower limb rehabilitation robot combined with task-oriented training on stroke patients and its influence on KFAROM score. Methods: 100 stroke patients with hemiplegia admitted to our hospital from January 2023 to December 2023 were randomly divided into two groups, the control group (50 cases) was given task-oriented training assisted by nurses, and the observation group (50 cases) was given lower limb rehabilitation robot with task-oriented training. Lower limb balance, lower limb muscle strength, motor function, ankle function, knee flexion range of motion and walking ability were observed. Results: After treatment, the scores of BBS, quadriceps femoris and hamstrings in the observation group were significantly higher than those in the control group (P Conclusion: In the clinical treatment of stroke patients, the combination of task-oriented training and lower limb rehabilitation robot can effectively improve the lower limb muscle strength, facilitate the recovery of balance function, and have a significant effect on the recovery of motor function, which can improve the walking ability of stroke patients and the range of motion of knee flexion, and achieve more ideal therapeutic effectiveness.
文摘Structural development defects essentially refer to code structure that violates object-oriented design principles. They make program maintenance challenging and deteriorate software quality over time. Various detection approaches, ranging from traditional heuristic algorithms to machine learning methods, are used to identify these defects. Ensemble learning methods have strengthened the detection of these defects. However, existing approaches do not simultaneously exploit the capabilities of extracting relevant features from pre-trained models and the performance of neural networks for the classification task. Therefore, our goal has been to design a model that combines a pre-trained model to extract relevant features from code excerpts through transfer learning and a bagging method with a base estimator, a dense neural network, for defect classification. To achieve this, we composed multiple samples of the same size with replacements from the imbalanced dataset MLCQ1. For all the samples, we used the CodeT5-small variant to extract features and trained a bagging method with the neural network Roberta Classification Head to classify defects based on these features. We then compared this model to RandomForest, one of the ensemble methods that yields good results. Our experiments showed that the number of base estimators to use for bagging depends on the defect to be detected. Next, we observed that it was not necessary to use a data balancing technique with our model when the imbalance rate was 23%. Finally, for blob detection, RandomForest had a median MCC value of 0.36 compared to 0.12 for our method. However, our method was predominant in Long Method detection with a median MCC value of 0.53 compared to 0.42 for RandomForest. These results suggest that the performance of ensemble methods in detecting structural development defects is dependent on specific defects.
文摘热轧带钢是钢铁行业的重要产品,其表面缺陷是影响产品质量的重要因素。针对传统缺陷检测算法存在的过程繁琐、精度不足和效率低下等问题,提出一种基于改进更快速区域卷积神经网络(faster region-based convolutional neural network,Faster R-CNN)的检测算法,实现对热轧带钢表面缺陷的高效、高精度检测。首先,采用特征相加的方法对底层细节特征和高层语义特征进行融合;然后,采用精准的感兴趣区域池化(precise region of interest pooling,Precise ROI Pooling)获取固定大小的特征向量,避免特征出现位置偏差;最后,利用均值偏移聚类算法对带钢数据集进行聚类,获得适用于热轧带钢表面缺陷检测的先验框尺寸。实验结果表明,所提算法在热轧带钢表面缺陷检测数据集上的平均精度均值达到了85.34%,检测速度为23.5帧/s,且鲁棒性良好,满足实际的工业检测需求。