1.Impact of childhood maltreatment and sleep quality on depressive symptoms among middle school students
Chinese Journal of School Health 2025;46(1):73-77
		                        		
		                        			Objective:
		                        			To explore the impact of sleep quality, experience of childhood maltreatment, and their interaction on depressive symptoms among middle school students, so as to provide the reference for early intervention of depressive symptoms among middle school students.
		                        		
		                        			Methods:
		                        			From September to December 2023, a questionnaire survey was conducted among 1 231 students from two secondary schools in Harbin, Heilongjiang Province by a convenient sampling method. The survey included general demographic information, Childhood Trauma Questionnaire Short Form, Pittsburgh Sleep Quality Index and Short Version of Center for Epidemiological Studies Depression Scale. The  Chi square test was used to analyze the differences in depressive symptom, sleep quality and childhood maltreatment among students with different demographic characteristics. Correlation analysis was conducted using Logistic regression, and interaction analysis was performed by both additive and multiplicative interaction models.
		                        		
		                        			Results:
		                        			The detection rate of depressive symptoms among middle school students was 22.7%, and the rate for high school students (35.2%) was significantly higher than that for middle school students (17.0%) ( χ 2=50.35,  P <0.01). The detection rates of depressive symptoms among middle school students with a history of childhood maltreatment and poor sleep quality were 45.8% and 44.0%, respectively. Multivariate Logistic regression analysis showed that compared to students without a history of childhood maltreatment, students with a history of childhood maltreatment had a higher risk of depressive symptoms ( OR =4.49,95% CI =3.31~ 6.09 ,  P <0.01);students with poor sleep quality had a higher risk of depressive symptoms than students with good sleep quality ( OR = 5.99,95% CI =4.37~8.22,  P <0.01).The interaction results showed that the presence of childhood maltreatment and poor sleep quality had an additive interaction on the occurrence of depression in middle school students. Compared with students without childhood maltreatment and having good sleep quality, students with childhood maltreatment and poor sleep quality had a 22.49 times higher risk of developing depression ( OR =22.49,95% CI =14.22~35.59, P <0.01).
		                        		
		                        			Conclusion
		                        			Depressive symptoms among middle school students are associated with childhood maltreatment and poor sleep quality, and there is an additive interaction between childhood maltreatment and poor sleep quality on the impact of depressive symptoms.
		                        		
		                        		
		                        		
		                        	
2.Frontal and Parietal Alpha Asymmetry as Biomarkers for Negative Symptoms in Schizophrenia
Yao-Cheng WU ; Chih-Chung HUANG ; Yi-Guang WANG ; Chu-Ya YANG ; Wei-Chou CHANG ; Chuan-Chia CHANG ; Hsin-An CHANG
Psychiatry Investigation 2025;22(4):435-441
		                        		
		                        			 Objective:
		                        			Negative symptoms in schizophrenia indicate a poor prognosis. However, the mechanisms underlying the development of negative symptoms remain unclear. This study investigated the relationship between negative symptoms in schizophrenia and frontal alpha asymmetry (FAA). 
		                        		
		                        			Methods:
		                        			The study used a 32-channel electroencephalography to acquire alpha power in 4 target-paired sites in each patient. Regional alpha asymmetry was calculated based on the alpha power using EEGLAB Frontal Alpha Asymmetry Toolbox. 
		                        		
		                        			Results:
		                        			Sixty schizophrenia patients with predominant negative symptoms (PNS), 72 stabilized schizophrenia (SS) patients, and 73 healthy control (HC) participants were enrolled in this study. No significant differences were observed in FAA between the PNS and SS groups, although both groups exhibited reduced P3-P4 alpha asymmetry compared to HCs. A positive correlation was found between F7-F8 alpha asymmetry and illness duration. Additionally, a predictive model based on P3-P4 alpha asymmetry scores was able to differentiate schizophrenia patients from HCs, achieving a sensitivity of 71.2% and a specificity of 72.6%. 
		                        		
		                        			Conclusion
		                        			This study highlighted that parietal alpha asymmetry could serve as a valuable diagnostic tool for schizophrenia. 
		                        		
		                        		
		                        		
		                        	
3.Predicting Hepatocellular Carcinoma Using Brightness Change Curves Derived From Contrast-enhanced Ultrasound Images
Ying-Ying CHEN ; Shang-Lin JIANG ; Liang-Hui HUANG ; Ya-Guang ZENG ; Xue-Hua WANG ; Wei ZHENG
Progress in Biochemistry and Biophysics 2025;52(8):2163-2172
		                        		
		                        			
		                        			ObjectivePrimary liver cancer, predominantly hepatocellular carcinoma (HCC), is a significant global health issue, ranking as the sixth most diagnosed cancer and the third leading cause of cancer-related mortality. Accurate and early diagnosis of HCC is crucial for effective treatment, as HCC and non-HCC malignancies like intrahepatic cholangiocarcinoma (ICC) exhibit different prognoses and treatment responses. Traditional diagnostic methods, including liver biopsy and contrast-enhanced ultrasound (CEUS), face limitations in applicability and objectivity. The primary objective of this study was to develop an advanced, light-weighted classification network capable of distinguishing HCC from other non-HCC malignancies by leveraging the automatic analysis of brightness changes in CEUS images. The ultimate goal was to create a user-friendly and cost-efficient computer-aided diagnostic tool that could assist radiologists in making more accurate and efficient clinical decisions. MethodsThis retrospective study encompassed a total of 161 patients, comprising 131 diagnosed with HCC and 30 with non-HCC malignancies. To achieve accurate tumor detection, the YOLOX network was employed to identify the region of interest (ROI) on both B-mode ultrasound and CEUS images. A custom-developed algorithm was then utilized to extract brightness change curves from the tumor and adjacent liver parenchyma regions within the CEUS images. These curves provided critical data for the subsequent analysis and classification process. To analyze the extracted brightness change curves and classify the malignancies, we developed and compared several models. These included one-dimensional convolutional neural networks (1D-ResNet, 1D-ConvNeXt, and 1D-CNN), as well as traditional machine-learning methods such as support vector machine (SVM), ensemble learning (EL), k-nearest neighbor (KNN), and decision tree (DT). The diagnostic performance of each method in distinguishing HCC from non-HCC malignancies was rigorously evaluated using four key metrics: area under the receiver operating characteristic (AUC), accuracy (ACC), sensitivity (SE), and specificity (SP). ResultsThe evaluation of the machine-learning methods revealed AUC values of 0.70 for SVM, 0.56 for ensemble learning, 0.63 for KNN, and 0.72 for the decision tree. These results indicated moderate to fair performance in classifying the malignancies based on the brightness change curves. In contrast, the deep learning models demonstrated significantly higher AUCs, with 1D-ResNet achieving an AUC of 0.72, 1D-ConvNeXt reaching 0.82, and 1D-CNN obtaining the highest AUC of 0.84. Moreover, under the five-fold cross-validation scheme, the 1D-CNN model outperformed other models in both accuracy and specificity. Specifically, it achieved accuracy improvements of 3.8% to 10.0% and specificity enhancements of 6.6% to 43.3% over competing approaches. The superior performance of the 1D-CNN model highlighted its potential as a powerful tool for accurate classification. ConclusionThe 1D-CNN model proved to be the most effective in differentiating HCC from non-HCC malignancies, surpassing both traditional machine-learning methods and other deep learning models. This study successfully developed a user-friendly and cost-efficient computer-aided diagnostic solution that would significantly enhances radiologists’ diagnostic capabilities. By improving the accuracy and efficiency of clinical decision-making, this tool has the potential to positively impact patient care and outcomes. Future work may focus on further refining the model and exploring its integration with multimodal ultrasound data to maximize its accuracy and applicability. 
		                        		
		                        		
		                        		
		                        	
4.Treating diabetic kidney disease based on "using bitter herbs to nourish or purge" theory
Weimin JIANG ; Yaoxian WANG ; Shuwu WEI ; Jiale ZHANG ; Chenhui XIA ; Jie YANG ; Liqiao SUN ; Xinrong LI ; Weiwei SUN
Journal of Beijing University of Traditional Chinese Medicine 2025;48(1):1-7
		                        		
		                        			
		                        			The Huangdi Neijing proposes the " using bitter herbs to nourish or purge" theory to guide clinical prescription and formulation of herbal remedies based on the physiological characteristics and functions of the five zang viscera, along with the properties and flavors of medicinal herbs. This study explored diabetic kidney disease pathogenesis and treatment based on the " using bitter herbs to nourish or purge" theory. Kidney dryness is a key pathological factor in diabetic kidney disease, and the disharmony of kidney dryness is an essential aspect of its pathogenesis. Strengthening is the primary therapeutic principle, and kidney dryness is a persistent factor throughout the occurrence and progression of diabetic kidney disease. In the early stage, the pathogenesis involves heat-consuming qi and injuring yin, leading to kidney dryness. In the middle stage, the pathogenesis manifests as qi deficiency and blood stasis in the collaterals, resulting in turbidity owing to kidney dryness. In the late stage, the pathogenesis involves yin and yang deficiency, with kidney dryness and disharmony. This study proposes the staging-based treatment based on the " need for firmness" characteristic of the kidney. The aim is to provide new insights for clinical diagnosis and treatment in traditional Chinese medicine by rationally using pungent, bitter, and salty medicinal herbs to nourish and moisturize the kidney. This approach seeks to promote precise syndrome differentiation and personalized treatment for different stages of diabetic kidney disease, thereby enhancing clinical efficacy.
		                        		
		                        		
		                        		
		                        	
5.Clinical Safety Monitoring of 3 035 Cases of Juvenile Feilike Mixture After Marketing in Hospital
Jian ZHU ; Zhong WANG ; Jing LIU ; Jun LIU ; Wei YANG ; Yanan YU ; Hongli WU ; Sha ZHOU ; Zhiyu PAN ; Guang WU ; Mengmeng WU ; Zhiwei JING
Chinese Journal of Experimental Traditional Medical Formulae 2025;31(10):194-200
		                        		
		                        			
		                        			ObjectiveTo explore the clinical safety of Feilike Mixture (FLK) in the real world. MethodsThe safety of all children who received FLK from 29 institutions in 12 provinces between January 21,2021 and December 25,2021 was evaluated through prospective centralized surveillance and a nested case control study. ResultsA total of 3 035 juveniles were included. There were 29 research centers involved,which are distributed across 12 provinces,including one traditional Chinese medicine (TCM) hospital and 28 general hospitals. The average age among the juveniles was (4.77±3.56) years old,and the average weight was (21.81±12.97) kg. Among them,119 cases (3.92%) of juveniles had a history of allergies. Acute bronchitis was the main diagnosis for juveniles,with 1 656 cases (54.46%). FLK was first used in 2 016 cases (66.43%),and 142 juvenile patients had special dosages,accounting for 4.68%. Among them,92 adverse drug reactions (ADRs) occurred,including 73 cases of gastrointestinal system disorders,10 cases of metabolic and nutritional disorders,eight cases of skin and subcutaneous tissue diseases,two cases of vascular and lymphatic disorders,and one case of systemic diseases and various reactions at the administration site. The manifestations of ADRs were mainly diarrhea,stool discoloration,and vomiting,and no serious ADRs occurred. The results of multi-factor analysis indicated that special dosages (the use of FLK)[odds ratio (OR) of 2.642, 95% confidence interval (CI) of 1.105-6.323],combined administration: spleen aminopeptide (OR of 4.978, 95%CI of 1.200-20.655),and reason for combined administration: anti-infection (OR of 1.814, 95%CI of 1.071-3.075) were the risk factors for ADRs caused by FLK. Conclusion92 ADRs occurred among 3 035 juveniles using FLK. The incidence of ADRs caused by FLK was 3.03%,and the severity was mainly mild or moderate. Generally,the prognosis was favorable after symptomatic treatment such as drug withdrawal or dosage reduction,suggesting that FLK has good clinical safety. 
		                        		
		                        		
		                        		
		                        	
6.Academic connotation of the "three phases and three methods" theory in preventing and treating radiation-induced lung injury
Kangdi CAO ; Dandan WANG ; Shuaihang HU ; Jiawei WANG ; Wei HOU
Journal of Beijing University of Traditional Chinese Medicine 2025;48(3):412-417
		                        		
		                        			
		                        			Radiation-induced lung injury is a prevalent side effect of radiotherapy for chest cancer. The "three phases and three methods "is an innovative theory based on the evolution of the core pathogenesis of radiation-induced lung injury. Its formation also considers the understanding of radiation-induced lung injury by ancient and modern medical practitioners, pathological characteristics, clinical manifestations, and the development patterns of radiation-induced lung injury. The "three phases and three methods" refers to the three phases of the course and the three treatment methods. The core pathogenesis of radiation-induced lung injury from the beginning, middle and late stages is heat toxicity, yin deficiency, and blood stasis. Therefore, the course of radiation-induced lung injury is divided into three phases: blazing heat toxin, yin deficiency and heat accumulation, and static blood obstruction. The method of clearing the lung and resolving toxins, enriching yin and venting heat, invigorating blood and dissolving stasis are used respectively. Traditional Chinese medicines commonly used in each phase include Flos Lonicerae, Atrina Glass, heartleaf houttuynia herb, Radix Ophiopogonis, American Ginseng, Forsythiae Fructus, Radix Salviae Miltiorrhizae, Rhizoma Ligustici chuanxiong, Scorpio, etc. This article presents the theoretical origins of the "three phases and three methods" concept by reviewing of ancient literature, inheriting experience, and summarizing disease pathogenesis, as well as elaborating on the academic connotations of the "three phases and three methods". The scientific validity of the "three phases and three methods" is verified by literature, clinical, and basic research. The "three phases and three methods" interprets the core characteristics of each stage of radiation-induced lung injury, improves the traditional Chinese medicine prevention and treatment system for radiation-induced lung injury, and provides theoretical basis for achieving complete process management.
		                        		
		                        		
		                        		
		                        	
7.Therapeutic Effects of Theta Burst Stimulation on Cognition Following Brain Injury
Wan-Ting CHEN ; Yi-Wei YEH ; Shin-Chang KUO ; Yi-Chih SHIAO ; Chih-Chung HUANG ; Yi-Guang WANG ; Chun-Yen CHEN
Clinical Psychopharmacology and Neuroscience 2025;23(1):161-165
		                        		
		                        			
		                        			 This case report explores the therapeutic potential of theta burst stimulation (TBS) for cognitive enhancement in individuals with brain injuries. The study presents a 38-year-old male suffering from an organic mental disorder attributed to a traumatic brain injury (TBI), who demonstrated notable cognitive improvements following an intensive TBS protocol targeting the left dorsal lateral prefrontal cortex. The treatment led to significant enhancements in impulse control, irritability, and verbal comprehension without adverse effects. Neuropsychological assessments and brain imaging post-intervention revealed improvements in short-term memory, abstract reasoning, list-generating fluency, and increased cerebral blood flow in the prefrontal cortex. These findings suggest that TBS, by promoting neural plasticity and reconfiguring neural networks, offers a promising avenue for cognitive rehabilitation in TBI patients. Further research is warranted to optimize TBS protocols and understand the mechanisms underlying its cognitive benefits. 
		                        		
		                        		
		                        		
		                        	
8.Frontal and Parietal Alpha Asymmetry as Biomarkers for Negative Symptoms in Schizophrenia
Yao-Cheng WU ; Chih-Chung HUANG ; Yi-Guang WANG ; Chu-Ya YANG ; Wei-Chou CHANG ; Chuan-Chia CHANG ; Hsin-An CHANG
Psychiatry Investigation 2025;22(4):435-441
		                        		
		                        			 Objective:
		                        			Negative symptoms in schizophrenia indicate a poor prognosis. However, the mechanisms underlying the development of negative symptoms remain unclear. This study investigated the relationship between negative symptoms in schizophrenia and frontal alpha asymmetry (FAA). 
		                        		
		                        			Methods:
		                        			The study used a 32-channel electroencephalography to acquire alpha power in 4 target-paired sites in each patient. Regional alpha asymmetry was calculated based on the alpha power using EEGLAB Frontal Alpha Asymmetry Toolbox. 
		                        		
		                        			Results:
		                        			Sixty schizophrenia patients with predominant negative symptoms (PNS), 72 stabilized schizophrenia (SS) patients, and 73 healthy control (HC) participants were enrolled in this study. No significant differences were observed in FAA between the PNS and SS groups, although both groups exhibited reduced P3-P4 alpha asymmetry compared to HCs. A positive correlation was found between F7-F8 alpha asymmetry and illness duration. Additionally, a predictive model based on P3-P4 alpha asymmetry scores was able to differentiate schizophrenia patients from HCs, achieving a sensitivity of 71.2% and a specificity of 72.6%. 
		                        		
		                        			Conclusion
		                        			This study highlighted that parietal alpha asymmetry could serve as a valuable diagnostic tool for schizophrenia. 
		                        		
		                        		
		                        		
		                        	
9.Frontal and Parietal Alpha Asymmetry as Biomarkers for Negative Symptoms in Schizophrenia
Yao-Cheng WU ; Chih-Chung HUANG ; Yi-Guang WANG ; Chu-Ya YANG ; Wei-Chou CHANG ; Chuan-Chia CHANG ; Hsin-An CHANG
Psychiatry Investigation 2025;22(4):435-441
		                        		
		                        			 Objective:
		                        			Negative symptoms in schizophrenia indicate a poor prognosis. However, the mechanisms underlying the development of negative symptoms remain unclear. This study investigated the relationship between negative symptoms in schizophrenia and frontal alpha asymmetry (FAA). 
		                        		
		                        			Methods:
		                        			The study used a 32-channel electroencephalography to acquire alpha power in 4 target-paired sites in each patient. Regional alpha asymmetry was calculated based on the alpha power using EEGLAB Frontal Alpha Asymmetry Toolbox. 
		                        		
		                        			Results:
		                        			Sixty schizophrenia patients with predominant negative symptoms (PNS), 72 stabilized schizophrenia (SS) patients, and 73 healthy control (HC) participants were enrolled in this study. No significant differences were observed in FAA between the PNS and SS groups, although both groups exhibited reduced P3-P4 alpha asymmetry compared to HCs. A positive correlation was found between F7-F8 alpha asymmetry and illness duration. Additionally, a predictive model based on P3-P4 alpha asymmetry scores was able to differentiate schizophrenia patients from HCs, achieving a sensitivity of 71.2% and a specificity of 72.6%. 
		                        		
		                        			Conclusion
		                        			This study highlighted that parietal alpha asymmetry could serve as a valuable diagnostic tool for schizophrenia. 
		                        		
		                        		
		                        		
		                        	
10.Therapeutic Effects of Theta Burst Stimulation on Cognition Following Brain Injury
Wan-Ting CHEN ; Yi-Wei YEH ; Shin-Chang KUO ; Yi-Chih SHIAO ; Chih-Chung HUANG ; Yi-Guang WANG ; Chun-Yen CHEN
Clinical Psychopharmacology and Neuroscience 2025;23(1):161-165
		                        		
		                        			
		                        			 This case report explores the therapeutic potential of theta burst stimulation (TBS) for cognitive enhancement in individuals with brain injuries. The study presents a 38-year-old male suffering from an organic mental disorder attributed to a traumatic brain injury (TBI), who demonstrated notable cognitive improvements following an intensive TBS protocol targeting the left dorsal lateral prefrontal cortex. The treatment led to significant enhancements in impulse control, irritability, and verbal comprehension without adverse effects. Neuropsychological assessments and brain imaging post-intervention revealed improvements in short-term memory, abstract reasoning, list-generating fluency, and increased cerebral blood flow in the prefrontal cortex. These findings suggest that TBS, by promoting neural plasticity and reconfiguring neural networks, offers a promising avenue for cognitive rehabilitation in TBI patients. Further research is warranted to optimize TBS protocols and understand the mechanisms underlying its cognitive benefits. 
		                        		
		                        		
		                        		
		                        	
            

Result Analysis
Print
Save
E-mail