3D laser scanning technology is widely used in underground openings for high-precision,rapid,and nondestructive structural evaluations.Segmenting large 3D point cloud datasets,particularly in coal mine roadways with m...3D laser scanning technology is widely used in underground openings for high-precision,rapid,and nondestructive structural evaluations.Segmenting large 3D point cloud datasets,particularly in coal mine roadways with multi-scale targets,remains challenging.This paper proposes an enhanced segmentation method integrating improved PointNet++with a coverage-voted strategy.The coverage-voted strategy reduces data while preserving multi-scale target topology.The segmentation is achieved using an enhanced PointNet++algorithm with a normalization preprocessing head,resulting in a 94%accuracy for common supporting components.Ablation experiments show that the preprocessing head and coverage strategies increase segmentation accuracy by 20%and 2%,respectively,and improve Intersection over Union(IoU)for bearing plate segmentation by 58%and 20%.The accuracy of the current pretraining segmentation model may be affected by variations in surface support components,but it can be readily enhanced through re-optimization with additional labeled point cloud data.This proposed method,combined with a previously developed machine learning model that links rock bolt load and the deformation field of its bearing plate,provides a robust technique for simultaneously measuring the load of multiple rock bolts in a single laser scan.展开更多
Background:The medicinal material known as Os Draconis(Longgu)originates from fossilized remains of ancient mammals and is widely used in treating emotional and mental conditions.However,fossil resources are nonrenewa...Background:The medicinal material known as Os Draconis(Longgu)originates from fossilized remains of ancient mammals and is widely used in treating emotional and mental conditions.However,fossil resources are nonrenewable,and clinical demand is increasingly difficult to meet,leading to a proliferation of counterfeit products.During prolonged geological burial,static pressure from the surrounding strata severely compromises the microstructural integrity of osteons in Os Draconis,but Os Draconis still largely retains the structural features of mammalian bone.Methods:Using verified authentic Os Draconis samples over 10,000 years old as a baseline,this study summarizes the ultrastructural characteristics of genuine Os Draconis.Employing electron probe microanalysis and optical polarized light microscopy,we examined 28 batches of authentic Os Draconis and 31 batches of counterfeits to identify their ultrastructural differences.Key points for ultrastructural identification of Os Draconis were compiled,and a new identification approach was proposed based on these differences.Results:Authentic Os Draconis exhibited distinct ultrastructural markers:irregularly shaped osteons with traversing fissures,deformed/displaced Haversian canals,and secondary mineral infill(predominantly calcium carbonate).Counterfeits showed regular osteon arrangements,absent traversal fissures,and homogeneous hydroxyapatite composition.Lab-simulated samples lacked structural degradation features.EPMA confirmed calcium carbonate infill in fossilized Haversian canals,while elemental profiles differentiated lacunae types(void vs.mineral-packed).Conclusion:The study established ultrastructural criteria for authentic Os Draconis identification:osteon deformation,geological fissures penetrating bone units,and heterogenous mineral deposition.These features,unattainable in counterfeits or modern processed bones,provide a cost-effective,accurate identification method.This approach bridges gaps in TCM material standardization and supports quality control for clinical applications.展开更多
AIM:To construct an intelligent segmentation scheme for precise localization of central serous chorioretinopathy(CSC)leakage points,thereby enabling ophthalmologists to deliver accurate laser treatment without navigat...AIM:To construct an intelligent segmentation scheme for precise localization of central serous chorioretinopathy(CSC)leakage points,thereby enabling ophthalmologists to deliver accurate laser treatment without navigational laser equipment.METHODS:A dataset with dual labels(point-level and pixel-level)was first established based on fundus fluorescein angiography(FFA)images of CSC and subsequently divided into training(102 images),validation(40 images),and test(40 images)datasets.An intelligent segmentation method was then developed,based on the You Only Look Once version 8 Pose Estimation(YOLOv8-Pose)model and segment anything model(SAM),to segment CSC leakage points.Next,the YOLOv8-Pose model was trained for 200 epochs,and the best-performing model was selected to form the optimal combination with SAM.Additionally,the classic five types of U-Net series models[i.e.,U-Net,recurrent residual U-Net(R2U-Net),attention U-Net(AttU-Net),recurrent residual attention U-Net(R2AttUNet),and nested U-Net(UNet^(++))]were initialized with three random seeds and trained for 200 epochs,resulting in a total of 15 baseline models for comparison.Finally,based on the metrics including Dice similarity coefficient(DICE),intersection over union(IoU),precision,recall,precisionrecall(PR)curve,and receiver operating characteristic(ROC)curve,the proposed method was compared with baseline models through quantitative and qualitative experiments for leakage point segmentation,thereby demonstrating its effectiveness.RESULTS:With the increase of training epochs,the mAP50-95,Recall,and precision of the YOLOv8-Pose model showed a significant increase and tended to stabilize,and it achieved a preliminary localization success rate of 90%(i.e.,36 images)for CSC leakage points in 40 test images.Using manually expert-annotated pixel-level labels as the ground truth,the proposed method achieved outcomes with a DICE of 57.13%,an IoU of 45.31%,a precision of 45.91%,a recall of 93.57%,an area under the PR curve(AUC-PR)of 0.78 and an area under the ROC curve(AUC-ROC)of 0.97,which enables more accurate segmentation of CSC leakage points.CONCLUSION:By combining the precise localization capability of the YOLOv8-Pose model with the robust and flexible segmentation ability of SAM,the proposed method not only demonstrates the effectiveness of the YOLOv8-Pose model in detecting keypoint coordinates of CSC leakage points from the perspective of application innovation but also establishes a novel approach for accurate segmentation of CSC leakage points through the“detect-then-segment”strategy,thereby providing a potential auxiliary means for the automatic and precise realtime localization of leakage points during traditional laser photocoagulation for CSC.展开更多
Highlights By conjugating the same anti-N monoclonal antibody(mAb4-mAb1)with colloidal gold or fluorescent microspheres,this study developed two rapid point-of-care antigen immunochromatographic strips for the detecti...Highlights By conjugating the same anti-N monoclonal antibody(mAb4-mAb1)with colloidal gold or fluorescent microspheres,this study developed two rapid point-of-care antigen immunochromatographic strips for the detection of porcine deltacoronavirus.The fluorescent microsphere-based lateral flow test strip demonstrated a sensitivity of 10^(1.7)TCID_(50)/0.1 mL,which is fourfold higher than that of the colloidal gold-based assay.Porcine deltacoronavirus(PDCoV)is a recently identified enteric coronavirus that causes an acute infectious disease in piglets,leading to diarrhea,vomiting,dehydration,and mortality(Hu et al.2015).展开更多
The success of robot-assisted pelvic fracture reduction surgery heavily relies on the accuracy of 3D/3D feature-based registration.This process involves extracting anatomical feature points from pre-operative 3D image...The success of robot-assisted pelvic fracture reduction surgery heavily relies on the accuracy of 3D/3D feature-based registration.This process involves extracting anatomical feature points from pre-operative 3D images which can be challenging because of the complex and variable structure of the pelvis.PointMLP_RegNet,a modified PointMLP,was introduced to address this issue.It retains the feature extraction module of PointMLP but replaces the classification layer with a regression layer to predict the coordinates of feature points instead of conducting regular classification.A flowchart for an automatic feature points extraction method was presented,and a series of experiments was conducted on a clinical pelvic dataset to confirm the accuracy and effectiveness of the method.PointMLP_RegNet extracted feature points more accurately,with 8 out of 10 points showing less than 4 mm errors and the remaining two less than 5 mm.Compared to PointNettt and PointNet,it exhibited higher accuracy,robustness and space efficiency.The proposed method will improve the accuracy of anatomical feature points extraction,enhance intra-operative registration precision and facilitate the widespread clinical application of robot-assisted pelvic fracture reduction.展开更多
Our research began with a consideration of the etymological origins of the terms Ashi and the Ashi point. We used both original source texts and textual criticism to trace the original meaning of the phrases, "take t...Our research began with a consideration of the etymological origins of the terms Ashi and the Ashi point. We used both original source texts and textual criticism to trace the original meaning of the phrases, "take the tender spot as the point" and "use the Ashi method." Linguistic theory informed our discussion of three similar terms and our analysis of them. We show that Ashi points are in theory similar to regular acupuncture points in terms of their definition and function. Furthermore, we can use the concept of "c/i-pathway (Qi./ie)" to expand our understanding of the clinical use of Ashi points. Ultimately, the main purpose of our research was to clarify that the classical Ashi point and modern, western concept of the trigger point are in fact quite similar. The two concepts have been described in different languages primarily due to cultural differences.展开更多
This paper introduces part of the content in the association standard,T/CAAM0002–2020 Nomenclature and Location of Acupuncture Points for Laboratory Animals Part 3:Mouse.This standard was released by the China Associ...This paper introduces part of the content in the association standard,T/CAAM0002–2020 Nomenclature and Location of Acupuncture Points for Laboratory Animals Part 3:Mouse.This standard was released by the China Association of Acupuncture and Moxibustion on May 15,2020,implemented on October 31,2020,and published by Standards Press of China.The standard was drafted by the Institute of Acupuncture and Moxibustion,China Academy of Chinese Medical Sciences,and the Nanjing University of Chinese Medicine.Principal draftsmen:Xiang-hong JING and Xing-bang HUA.Participating draftsmen:Wan-zhu BAI,Bin XU,Dong-sheng XU,Yi GUO,Tie-ming MA,Xin-jun WANG,and Sheng-feng LU.展开更多
针对菇房内杏鲍菇表型参数测量任务中,由于扫描设备视角受限,扫描的杏鲍菇点云出现残缺问题,基于AdaPoinTr(Adaptive geometry-aware point transformers)提出了改进的SwinPoinTr模型,实现了对残缺杏鲍菇点云的准确补全和杏鲍菇表型参...针对菇房内杏鲍菇表型参数测量任务中,由于扫描设备视角受限,扫描的杏鲍菇点云出现残缺问题,基于AdaPoinTr(Adaptive geometry-aware point transformers)提出了改进的SwinPoinTr模型,实现了对残缺杏鲍菇点云的准确补全和杏鲍菇表型参数的测量。该方法在使用提出的特征重塑模块的基础上,构建具有几何感知能力的层次化Transformer编码模块,提高了模型对输入点云的利用率和模型捕捉点云细节特征的能力。然后基于泊松重建方法完成了补全点云表面重建,并测量到杏鲍菇表型参数。实验结果表明,本文所提算法在残缺杏鲍菇点云补全任务中,模型倒角距离为1.316×10^(-4),地球移动距离为21.3282,F1分数为87.87%。在表型参数估测任务中,模型对杏鲍菇菌高、体积、表面积估测结果的决定系数分别为0.9582、0.9596、0.9605,均方根误差分别为4.4213 mm、10.8185 cm^(3)、7.5778 cm^(2)。结果证实了该研究方法可以有效地补全残缺的杏鲍菇点云,可以为菇房内杏鲍菇表型参数测量提供基础。展开更多
In this paper,we establish common fixed point theorems for expansive map?pings on b-metric-like space and coincidence point for f-weakly isotone increasing mappings in partially ordered b-metric-like space.The main re...In this paper,we establish common fixed point theorems for expansive map?pings on b-metric-like space and coincidence point for f-weakly isotone increasing mappings in partially ordered b-metric-like space.The main results generalize and extend several well-known comparable results from the existing literature.Moreover,some examples are provided to illustrate the main results.展开更多
Let X be a closed simply connected rationally elliptic 4-manifold.The rational homotopy type of homotopy fixed point sets X^(hS^(1))is determined,and based on some relations between X^(hS^(1))and X^(S^(1)),the rationa...Let X be a closed simply connected rationally elliptic 4-manifold.The rational homotopy type of homotopy fixed point sets X^(hS^(1))is determined,and based on some relations between X^(hS^(1))and X^(S^(1)),the rational homotopy type of the fixed point set X^(S^(1))is determined.展开更多
We explore the parity-time(PT)-symmetry breaking transition in a dimer circuit composed of two RLC resonators that are weakly coupled via an inductor.The energy behavior of this dimer circuit is reflected in the split...We explore the parity-time(PT)-symmetry breaking transition in a dimer circuit composed of two RLC resonators that are weakly coupled via an inductor.The energy behavior of this dimer circuit is reflected in the splitting or degeneracy of the systems eigenfrequencies as the gain–loss strength varies.Its dynamical properties can be described by a non-Hermitian Hamiltonian.The eigenfrequency spectrum of the system is divided by two critical points into three distinct regions:the symmetric region,the oscillatory growth region,and the fully exponential growth region.Building upon previous work on implementing the exceptional point(EP)in circuit systems,our study focuses on further exploring the variation patterns of circuit eigenfrequencies near the EP under weak coupling conditions.In addition,we construct a corresponding Dirac point(DP)circuit system for comparison.By leveraging the unique physical properties near both the EP and the DP,we further propose potential practical applications.Using perturbation theory and system simulations,we demonstrate that the square-root eigenfrequency splitting near the EP significantly enhances the sensitivity to small external perturbations,compared to the linear splitting behavior near the DP.This study presents promising prospects for next-generation sensing technologies.展开更多
With the continuous advancement of the internationalization of higher education in China,the Grade Point Average(GPA)has become a primary indicator for evaluating academic performance in universities,playing a positiv...With the continuous advancement of the internationalization of higher education in China,the Grade Point Average(GPA)has become a primary indicator for evaluating academic performance in universities,playing a positive role in educational management.However,as it is closely tied to students’immediate interests,such as awards,exemptions from entrance exams for postgraduate recommendations,and domestic or international further education,certain new issues have emerged in its practical application.These problems have hindered the effective functioning of the GPA system,attracting widespread attention.This paper examines the origin,connotation,and theoretical assumptions of the GPA system,discusses its positive functions and existing challenges,and proposes recommendations for further improving academic evaluation.展开更多
基金supported by the National Natural Science Foundation of China(Grant Nos.52304139,52325403)the CCTEG Coal Mining Research Institute funding(Grant No.KCYJY-2024-MS-10).
文摘3D laser scanning technology is widely used in underground openings for high-precision,rapid,and nondestructive structural evaluations.Segmenting large 3D point cloud datasets,particularly in coal mine roadways with multi-scale targets,remains challenging.This paper proposes an enhanced segmentation method integrating improved PointNet++with a coverage-voted strategy.The coverage-voted strategy reduces data while preserving multi-scale target topology.The segmentation is achieved using an enhanced PointNet++algorithm with a normalization preprocessing head,resulting in a 94%accuracy for common supporting components.Ablation experiments show that the preprocessing head and coverage strategies increase segmentation accuracy by 20%and 2%,respectively,and improve Intersection over Union(IoU)for bearing plate segmentation by 58%and 20%.The accuracy of the current pretraining segmentation model may be affected by variations in surface support components,but it can be readily enhanced through re-optimization with additional labeled point cloud data.This proposed method,combined with a previously developed machine learning model that links rock bolt load and the deformation field of its bearing plate,provides a robust technique for simultaneously measuring the load of multiple rock bolts in a single laser scan.
基金supported by the Scientific and Technological Innovation Project of the China Academy of Chinese Medical Sciences(CI2021A04013)the National Natural Science Foundation of China(82204610)+1 种基金the Qihang Talent Program(L2022046)the Fundamental Research Funds for the Central Public Welfare Research Institutes(ZZ15-YQ-041 and L2021029).
文摘Background:The medicinal material known as Os Draconis(Longgu)originates from fossilized remains of ancient mammals and is widely used in treating emotional and mental conditions.However,fossil resources are nonrenewable,and clinical demand is increasingly difficult to meet,leading to a proliferation of counterfeit products.During prolonged geological burial,static pressure from the surrounding strata severely compromises the microstructural integrity of osteons in Os Draconis,but Os Draconis still largely retains the structural features of mammalian bone.Methods:Using verified authentic Os Draconis samples over 10,000 years old as a baseline,this study summarizes the ultrastructural characteristics of genuine Os Draconis.Employing electron probe microanalysis and optical polarized light microscopy,we examined 28 batches of authentic Os Draconis and 31 batches of counterfeits to identify their ultrastructural differences.Key points for ultrastructural identification of Os Draconis were compiled,and a new identification approach was proposed based on these differences.Results:Authentic Os Draconis exhibited distinct ultrastructural markers:irregularly shaped osteons with traversing fissures,deformed/displaced Haversian canals,and secondary mineral infill(predominantly calcium carbonate).Counterfeits showed regular osteon arrangements,absent traversal fissures,and homogeneous hydroxyapatite composition.Lab-simulated samples lacked structural degradation features.EPMA confirmed calcium carbonate infill in fossilized Haversian canals,while elemental profiles differentiated lacunae types(void vs.mineral-packed).Conclusion:The study established ultrastructural criteria for authentic Os Draconis identification:osteon deformation,geological fissures penetrating bone units,and heterogenous mineral deposition.These features,unattainable in counterfeits or modern processed bones,provide a cost-effective,accurate identification method.This approach bridges gaps in TCM material standardization and supports quality control for clinical applications.
基金Supported by the Shenzhen Science and Technology Program(No.JCYJ20240813152704006)the National Natural Science Foundation of China(No.62401259)+2 种基金the Fundamental Research Funds for the Central Universities(No.NZ2024036)the Postdoctoral Fellowship Program of CPSF(No.GZC20242228)High Performance Computing Platform of Nanjing University of Aeronautics and Astronautics。
文摘AIM:To construct an intelligent segmentation scheme for precise localization of central serous chorioretinopathy(CSC)leakage points,thereby enabling ophthalmologists to deliver accurate laser treatment without navigational laser equipment.METHODS:A dataset with dual labels(point-level and pixel-level)was first established based on fundus fluorescein angiography(FFA)images of CSC and subsequently divided into training(102 images),validation(40 images),and test(40 images)datasets.An intelligent segmentation method was then developed,based on the You Only Look Once version 8 Pose Estimation(YOLOv8-Pose)model and segment anything model(SAM),to segment CSC leakage points.Next,the YOLOv8-Pose model was trained for 200 epochs,and the best-performing model was selected to form the optimal combination with SAM.Additionally,the classic five types of U-Net series models[i.e.,U-Net,recurrent residual U-Net(R2U-Net),attention U-Net(AttU-Net),recurrent residual attention U-Net(R2AttUNet),and nested U-Net(UNet^(++))]were initialized with three random seeds and trained for 200 epochs,resulting in a total of 15 baseline models for comparison.Finally,based on the metrics including Dice similarity coefficient(DICE),intersection over union(IoU),precision,recall,precisionrecall(PR)curve,and receiver operating characteristic(ROC)curve,the proposed method was compared with baseline models through quantitative and qualitative experiments for leakage point segmentation,thereby demonstrating its effectiveness.RESULTS:With the increase of training epochs,the mAP50-95,Recall,and precision of the YOLOv8-Pose model showed a significant increase and tended to stabilize,and it achieved a preliminary localization success rate of 90%(i.e.,36 images)for CSC leakage points in 40 test images.Using manually expert-annotated pixel-level labels as the ground truth,the proposed method achieved outcomes with a DICE of 57.13%,an IoU of 45.31%,a precision of 45.91%,a recall of 93.57%,an area under the PR curve(AUC-PR)of 0.78 and an area under the ROC curve(AUC-ROC)of 0.97,which enables more accurate segmentation of CSC leakage points.CONCLUSION:By combining the precise localization capability of the YOLOv8-Pose model with the robust and flexible segmentation ability of SAM,the proposed method not only demonstrates the effectiveness of the YOLOv8-Pose model in detecting keypoint coordinates of CSC leakage points from the perspective of application innovation but also establishes a novel approach for accurate segmentation of CSC leakage points through the“detect-then-segment”strategy,thereby providing a potential auxiliary means for the automatic and precise realtime localization of leakage points during traditional laser photocoagulation for CSC.
基金financially supported by the National Key Research and Development Program of China(2021YFF0703600)。
文摘Highlights By conjugating the same anti-N monoclonal antibody(mAb4-mAb1)with colloidal gold or fluorescent microspheres,this study developed two rapid point-of-care antigen immunochromatographic strips for the detection of porcine deltacoronavirus.The fluorescent microsphere-based lateral flow test strip demonstrated a sensitivity of 10^(1.7)TCID_(50)/0.1 mL,which is fourfold higher than that of the colloidal gold-based assay.Porcine deltacoronavirus(PDCoV)is a recently identified enteric coronavirus that causes an acute infectious disease in piglets,leading to diarrhea,vomiting,dehydration,and mortality(Hu et al.2015).
基金supported by the National Key Research and Development Program of China(Grant No.2020YFB1313800)the National Science Foundation of China(Grant No.NSFC62373259)+1 种基金the Natural Science Foundation of Top Talent of SZTU(Grant No.GDRC202303)the Education Promotion Foundation of Guangdong Province(Grant No.2022ZDJS115).
文摘The success of robot-assisted pelvic fracture reduction surgery heavily relies on the accuracy of 3D/3D feature-based registration.This process involves extracting anatomical feature points from pre-operative 3D images which can be challenging because of the complex and variable structure of the pelvis.PointMLP_RegNet,a modified PointMLP,was introduced to address this issue.It retains the feature extraction module of PointMLP but replaces the classification layer with a regression layer to predict the coordinates of feature points instead of conducting regular classification.A flowchart for an automatic feature points extraction method was presented,and a series of experiments was conducted on a clinical pelvic dataset to confirm the accuracy and effectiveness of the method.PointMLP_RegNet extracted feature points more accurately,with 8 out of 10 points showing less than 4 mm errors and the remaining two less than 5 mm.Compared to PointNettt and PointNet,it exhibited higher accuracy,robustness and space efficiency.The proposed method will improve the accuracy of anatomical feature points extraction,enhance intra-operative registration precision and facilitate the widespread clinical application of robot-assisted pelvic fracture reduction.
基金Supported by Project of National Key Basic Research and Development Plan(973 Plan):2013CB532006
文摘Our research began with a consideration of the etymological origins of the terms Ashi and the Ashi point. We used both original source texts and textual criticism to trace the original meaning of the phrases, "take the tender spot as the point" and "use the Ashi method." Linguistic theory informed our discussion of three similar terms and our analysis of them. We show that Ashi points are in theory similar to regular acupuncture points in terms of their definition and function. Furthermore, we can use the concept of "c/i-pathway (Qi./ie)" to expand our understanding of the clinical use of Ashi points. Ultimately, the main purpose of our research was to clarify that the classical Ashi point and modern, western concept of the trigger point are in fact quite similar. The two concepts have been described in different languages primarily due to cultural differences.
文摘This paper introduces part of the content in the association standard,T/CAAM0002–2020 Nomenclature and Location of Acupuncture Points for Laboratory Animals Part 3:Mouse.This standard was released by the China Association of Acupuncture and Moxibustion on May 15,2020,implemented on October 31,2020,and published by Standards Press of China.The standard was drafted by the Institute of Acupuncture and Moxibustion,China Academy of Chinese Medical Sciences,and the Nanjing University of Chinese Medicine.Principal draftsmen:Xiang-hong JING and Xing-bang HUA.Participating draftsmen:Wan-zhu BAI,Bin XU,Dong-sheng XU,Yi GUO,Tie-ming MA,Xin-jun WANG,and Sheng-feng LU.
基金Supported by the National Natural Science Foundation of China(12001249)the Natural Science Foundation of Jiangxi Province(20232BAB211004)the Educational Commission Science Programm of Jiangxi Province(GJJ2200523)。
文摘In this paper,we establish common fixed point theorems for expansive map?pings on b-metric-like space and coincidence point for f-weakly isotone increasing mappings in partially ordered b-metric-like space.The main results generalize and extend several well-known comparable results from the existing literature.Moreover,some examples are provided to illustrate the main results.
文摘Let X be a closed simply connected rationally elliptic 4-manifold.The rational homotopy type of homotopy fixed point sets X^(hS^(1))is determined,and based on some relations between X^(hS^(1))and X^(S^(1)),the rational homotopy type of the fixed point set X^(S^(1))is determined.
基金the financial support of the Natural Science Foundation of Jiangsu Province(Grant No.BK20231320)。
文摘We explore the parity-time(PT)-symmetry breaking transition in a dimer circuit composed of two RLC resonators that are weakly coupled via an inductor.The energy behavior of this dimer circuit is reflected in the splitting or degeneracy of the systems eigenfrequencies as the gain–loss strength varies.Its dynamical properties can be described by a non-Hermitian Hamiltonian.The eigenfrequency spectrum of the system is divided by two critical points into three distinct regions:the symmetric region,the oscillatory growth region,and the fully exponential growth region.Building upon previous work on implementing the exceptional point(EP)in circuit systems,our study focuses on further exploring the variation patterns of circuit eigenfrequencies near the EP under weak coupling conditions.In addition,we construct a corresponding Dirac point(DP)circuit system for comparison.By leveraging the unique physical properties near both the EP and the DP,we further propose potential practical applications.Using perturbation theory and system simulations,we demonstrate that the square-root eigenfrequency splitting near the EP significantly enhances the sensitivity to small external perturbations,compared to the linear splitting behavior near the DP.This study presents promising prospects for next-generation sensing technologies.
文摘With the continuous advancement of the internationalization of higher education in China,the Grade Point Average(GPA)has become a primary indicator for evaluating academic performance in universities,playing a positive role in educational management.However,as it is closely tied to students’immediate interests,such as awards,exemptions from entrance exams for postgraduate recommendations,and domestic or international further education,certain new issues have emerged in its practical application.These problems have hindered the effective functioning of the GPA system,attracting widespread attention.This paper examines the origin,connotation,and theoretical assumptions of the GPA system,discusses its positive functions and existing challenges,and proposes recommendations for further improving academic evaluation.