Communicational and international developments have different aspects in today's world so that some terms like "Internationalization," "Liberalization," "Universalization," "Westernization," "Deterritorializ...Communicational and international developments have different aspects in today's world so that some terms like "Internationalization," "Liberalization," "Universalization," "Westernization," "Deterritorialization" find interferences in social sciences and humanities studies. But these terms can generally be distinguished by two different categories of study as some experts have emphasized that the above developments are in the process (Globalization) while the others considered them on the project (To Globalize). The main problem is that how we can find out the focal point of both studies through which the accuracy of these claims to be verified to know whether contemporary changes and evolutions are formed in a process or a project. It seems that the focal point in the sphere of both claims (processes and projects) is the issue of "identity" since both spheres agree that the concept of "identity" has passed a series of changes and developments, although each one renders the path and goal of "identity" changes by its own specific interpretations. In this article, we claim that using linguistic approach we are able to review the developments and evolutions' flow of identity in the present era and thereby it can be found that the developments in information and communication would lead to creating a process in the context of Globalization or a project on Universalization. The assumption of this study is that by explanation of the above-mentioned situation, we can see that based on the linguistic approach, the process of making identity is "context-based" and "conditional" as opposed to a project view formation and relative continuity of identification process would generally be subject to the condition.展开更多
"Journal of Jilin University(Science Edition)"is a comprehensive academic journal in the fields ofscience sponsored by Jilin University and administrated by the Ministry of Education of the People'sRepub..."Journal of Jilin University(Science Edition)"is a comprehensive academic journal in the fields ofscience sponsored by Jilin University and administrated by the Ministry of Education of the People'sRepublic of China.The journal started publication in 1955.The original name at starting publicationwas"Journal of Natural Science of Northeast People University",which was changed into"ActaScientiarum Naturalium Universitatis Jilinensis"in 1958 owing to the name change of the university.展开更多
I come from Slovenia,a small but ambitious country from Central Europe.I study at the Faculty of Electrical Engineering at the University of Ljublgana.I have the privilege of being one of the first young ambassadors o...I come from Slovenia,a small but ambitious country from Central Europe.I study at the Faculty of Electrical Engineering at the University of Ljublgana.I have the privilege of being one of the first young ambassadors of standardization not only in Slovenia but of this generation across the entire world.展开更多
Objective:To determine the prevalence of bullying among university students in Jordan.The study also aims to identify potential predictors of bullying within the context of university students in Jordan.Methods:A cros...Objective:To determine the prevalence of bullying among university students in Jordan.The study also aims to identify potential predictors of bullying within the context of university students in Jordan.Methods:A cross-sectional study using a convenience sampling method was conducted with 350 university students from 3 institutions(2 public and 1 private),who par ticipated in this study.Data were collected through a self-repor ted questionnaire.Data analysis employed descriptive statistics,and multivariate linear regression was executed through the SPSS program(version 26)(IBM Corporation,Armonk,New York,United States)at 5% level of significance.Results:The findings revealed that 30% of the surveyed students reported never experiencing bullying,41.1% indicated rare exposure,20% reported occasional bullying,4.3% noted frequent exposure,and 4.6% reported constant exposure.Statistical analysis identified university and academic year as significant predictors of bullying.The university exhibited significance(B=-0.403,P≤0.05),while the academic year was also a significant predictor(B=0.213,P≤0.05).Conclusions:Given the prevalence and predictors identified,this study recommends the implementation of policies in universities to safeguard students from bullying.These policies should specifically target the most affected individuals.展开更多
Attribute-Based Encryption(ABE)has emerged as a fundamental access control mechanism in data sharing,enabling data owners to define flexible access policies.A critical aspect of ABE is key revocation,which plays a piv...Attribute-Based Encryption(ABE)has emerged as a fundamental access control mechanism in data sharing,enabling data owners to define flexible access policies.A critical aspect of ABE is key revocation,which plays a pivotal role in maintaining security.However,existing key revocation mechanisms face two major challenges:(1)High overhead due to ciphertext and key updates,primarily stemming from the reliance on revocation lists during attribute revocation,which increases computation and communication costs.(2)Limited universality,as many attribute revocation mechanisms are tailored to specific ABE constructions,restricting their broader applicability.To address these challenges,we propose LUAR(Lightweight and Universal Attribute Revocation),a novel revocation mechanism that leverages Intel Software Guard Extensions(SGX)while minimizing its inherent limitations.Given SGX’s constrained memory(≈90 MB in a personal computer)and susceptibility to side-channel attacks,we carefully manage its usage to reduce reliance while mitigating potential collusion risks between cloud service providers and users.To evaluate LUAR’s lightweight and universality,we integrate it with the classic BSW07 scheme,which can be seamlessly replaced with other ABE constructions.Experimental results demonstrate that LUAR enables secure attribute revocation with low computation and communication overhead.The processing time within the SGX environment remains stable at approximately 55 ms,regardless of the complexity of access policies,ensuring no additional storage or computational burden on SGX.Compared to the Hardware-based Revocable Attribute-Based Encryption(HR-ABE)scheme(IEEE S&P 2024),LUAR incurs a slightly higher computational cost within SGX;however,the overall time from initiating a data request to obtaining plaintext is shorter.As access policies grow more complex,LUAR’s advantages become increasingly evident,showcasing its superior efficiency and broader applicability.展开更多
To help university students know more about standards,and attract them to par ticipate in s tandardization ac tivities,the International Standardization Youth Star Competition was initiated by the International Standa...To help university students know more about standards,and attract them to par ticipate in s tandardization ac tivities,the International Standardization Youth Star Competition was initiated by the International Standardization Outstanding Contribution Award Foundation(ISOCAF)in 2023,and has been held since then for three consecutive years in China.The 2025 Competition attracted 236 teams nationwide who demonstrated great enthusiasm for engaging in the standardization undertaking.The SPECIAL REPORT column presents the series reports on the competition,which is expected to inspire more young minds to step forward,innovate with purpose,and shape a future where standards unite ambition with impact.展开更多
At inference time,deep neural networks are susceptible to backdoor attacks,which can produce attackercontrolled outputs when inputs contain carefully crafted triggers.Existing defense methods often focus on specific a...At inference time,deep neural networks are susceptible to backdoor attacks,which can produce attackercontrolled outputs when inputs contain carefully crafted triggers.Existing defense methods often focus on specific attack types or incur high costs,such as data cleaning or model fine-tuning.In contrast,we argue that it is possible to achieve effective and generalizable defense without removing triggers or incurring high model-cleaning costs.Fromthe attacker’s perspective and based on characteristics of vulnerable neuron activation anomalies,we propose an Adaptive Feature Injection(AFI)method for black-box backdoor detection.AFI employs a pre-trained image encoder to extract multi-level deep features and constructs a dynamic weight fusionmechanism for precise identification and interception of poisoned samples.Specifically,we select the control samples with the largest feature differences fromthe clean dataset via feature-space analysis,and generate blended sample pairs with the test sample using dynamic linear interpolation.The detection statistic is computed by measuring the divergence G(x)in model output responses.We systematically evaluate the effectiveness of AFI against representative backdoor attacks,including BadNets,Blend,WaNet,and IAB,on three benchmark datasets:MNIST,CIFAR-10,and ImageNet.Experimental results show that AFI can effectively detect poisoned samples,achieving average detection rates of 95.20%,94.15%,and 86.49%on these datasets,respectively.Compared with existing methods,AFI demonstrates strong cross-domain generalization ability and robustness to unknown attacks.展开更多
"Happy birthday to you,happy birthday,dearteacher!"On a bright,sunny mid-summer afternoon,the tune of the birthday song reverberated through a plain-looking classroom in University Padjadjaran's Faculty ..."Happy birthday to you,happy birthday,dearteacher!"On a bright,sunny mid-summer afternoon,the tune of the birthday song reverberated through a plain-looking classroom in University Padjadjaran's Faculty of Communication Sciences in Bandung,Indonesia.The opening session of the communication theory course coincided with one of the instructors'50th birthday.Athe end of the class,the students burst into singing,wishing their teacher a splendid start to her next decade.展开更多
Welcome to the 21st China-Europe International Symposium on Software Engineering Education in 2025(CEISEE 2025),successfully held on September 20-21,2025,in Hangzhou,China.With the rapid development of generative AI a...Welcome to the 21st China-Europe International Symposium on Software Engineering Education in 2025(CEISEE 2025),successfully held on September 20-21,2025,in Hangzhou,China.With the rapid development of generative AI and the digital economy,software engineering education is entering a new era.CEISEE continues to be an important platform for educational institutions,the software industry,and educational authorities from China and Europe to exchange visions,share experience,and discuss innovative approaches to software engineering education and university-industry cooperation.展开更多
Profile of Prof.Ning-Li Wang Academician of the Chinese Academy of Engineering(CAE)Member of the International Academy of Ophthalmology Director,Ophthalmology Center,Beijing Tongren Hospital Dean,School of Ophthalmolo...Profile of Prof.Ning-Li Wang Academician of the Chinese Academy of Engineering(CAE)Member of the International Academy of Ophthalmology Director,Ophthalmology Center,Beijing Tongren Hospital Dean,School of Ophthalmology,Capital Medical University Director,National Engineering Research Center for Ophthalmic Diagnosis and Treatment National Distinguished Physician Member,Academic Advisory Committee.展开更多
China’s“common prosperity”policy is a multidimensional pursuit of social and economic progress aimed at full realization by 2050.A CHIEVING common prosperity–prosperity that is universally shared–has been a longs...China’s“common prosperity”policy is a multidimensional pursuit of social and economic progress aimed at full realization by 2050.A CHIEVING common prosperity–prosperity that is universally shared–has been a longstanding aspiration of the Chinese government.展开更多
The“Forward Together”Dialogue on Building a China-Brunei Community with a Shared Future was held on the morning of February 7 at Universiti Brunei Darussalam(UBD)in Bandar Seri Begawan.Scheduled for the lead-up to t...The“Forward Together”Dialogue on Building a China-Brunei Community with a Shared Future was held on the morning of February 7 at Universiti Brunei Darussalam(UBD)in Bandar Seri Begawan.Scheduled for the lead-up to the 35th anniversary of diplomatic relations between China and Brunei in 2026,the event aimed to deepen strategic mutual trust,build broader consensus on cooperation,and generate both intellectual momentum and practical proposals for advancing a closer China-Brunei community with a shared future.展开更多
From December 13 to 17, 2025, the 2025 Training Program for Future Lancang-Mekong Cooperation (LMC) Diplomats themed “Embarking on a New Golden Decade:Fostering a Sense of the Lancang-Mekong Family” was held in Haik...From December 13 to 17, 2025, the 2025 Training Program for Future Lancang-Mekong Cooperation (LMC) Diplomats themed “Embarking on a New Golden Decade:Fostering a Sense of the Lancang-Mekong Family” was held in Haikou,south China’s Hainan Province. The program was conducted under the guidance of the Research Center on Building a Community with a Shared Future for Mankind and jointly organized by China Foreign Affairs University and China Institute for Reform and Development. The event brought together over 80 outstanding participants from the Lancang-Mekong countries to draft an initiative to submit to the LMC China Secretariat.展开更多
The third International Standardization Youth Star Competition is held in Qingdao.We are very pleased to see that 236 teams from renowned domestic universities are actively participating in the competition.ISO has als...The third International Standardization Youth Star Competition is held in Qingdao.We are very pleased to see that 236 teams from renowned domestic universities are actively participating in the competition.ISO has also sent a representative to Qingdao,demonstrating its high level of attention and support for the competition.展开更多
Based on the Smit-Suhl formula,we propose a universal approach for solving the magnon-magnon coupling problem in bilayer coupled systems(e.g.,antiferromagnets).This method requires only the energy expression,enabling ...Based on the Smit-Suhl formula,we propose a universal approach for solving the magnon-magnon coupling problem in bilayer coupled systems(e.g.,antiferromagnets).This method requires only the energy expression,enabling the automatic derivation of analytical expressions for the eigenmatrix elements via symbolic computation,eliminating the need for tedious manual calculations.Using this approach,we investigate the impact of magnetic hysteresis on magnon-magnon coupling in a system with interlayer Dzyaloshinskii-Moriya interaction(DMI).The magnetic hysteresis leads to an asymmetric magnetic field dependence of the resonance frequency and alters the number of degeneracy points between the pure optical and acoustic modes.Moreover,it can result in the coupling strength at the gap of the f–H phase diagram being nearly vanishing,contrary to the conventionally expected maximum.These results deepen the understanding of the effect of interlayer DMI on magnon–magnon coupling and the proposed universal method significantly streamlines the solving process of magnon–magnon coupling problems.展开更多
《新乡医学院学报》(Journal of Xinxiang Medical University)创刊于1984年,是河南医药大学(原新乡医学院)主管主办、国内外公开发行的综合性医学学术期刊。国际标准连续出版物号:ISSN 1004-7239,国内统一连续出版物号:CN 41-1186/R。...《新乡医学院学报》(Journal of Xinxiang Medical University)创刊于1984年,是河南医药大学(原新乡医学院)主管主办、国内外公开发行的综合性医学学术期刊。国际标准连续出版物号:ISSN 1004-7239,国内统一连续出版物号:CN 41-1186/R。现为月刊,每月5日出版,大16开本,每期84页。本刊设有专家论坛、专题报告、国家自然科学基金专题评述、基础研究、临床研究、综述等栏目。展开更多
Journal of Donghua University(English Edition)(JDHUE)创刊于1984年,由中华人民共和国教育部主管、东华大学主办。JDHUE聚焦纺织、材料、信息及交叉学科前沿,秉承“严谨求实·聚焦前沿·服务行业·创新发展”的办刊宗旨...Journal of Donghua University(English Edition)(JDHUE)创刊于1984年,由中华人民共和国教育部主管、东华大学主办。JDHUE聚焦纺织、材料、信息及交叉学科前沿,秉承“严谨求实·聚焦前沿·服务行业·创新发展”的办刊宗旨,致力于搭建高水平学术交流平台,为读者呈现前沿科技成果。JDHUE诚邀广大作者、读者和各界朋友踊跃投稿。展开更多
In many developing countries,low population density may be a major reason for low school participation in rural areas,and the problem is likely to worsen with rapid urbanization.However,few studies have investigated e...In many developing countries,low population density may be a major reason for low school participation in rural areas,and the problem is likely to worsen with rapid urbanization.However,few studies have investigated empirically the role of population density in rural education,especially the moderating effect of population density on the outcomes of education policies.This study aims to fill this gap in the literature.From 1999 through the early 2000s,China launched a set of major nationwide policies aimed at universalizing 9-year compulsory education in rural areas.Using difference-in-differences and triple difference strategies,we show that the policies significantly increased the probability of junior high school enrollment of rural children and,more importantly,these policies were more effective in densely populated regions.These findings confirm the imporance of population density to rural education.展开更多
Standardizers are the most active element in standards development,and education is the core of standardization talent cultivation.To enrich students'experience in practical standardization work,the International ...Standardizers are the most active element in standards development,and education is the core of standardization talent cultivation.To enrich students'experience in practical standardization work,the International Standardization Youth Star Competition 2024 was held in Beijing on November 10,in which students selected from universities and colleges across China prepared proposals and drafted standards with four different themes.The competition attracted the attention of both academia and industry.展开更多
AIM:To evaluate the effects of refractive errors and binocular vision anomalies on the quality of life(QOL)of university students.METHODS:This cross-sectional analytical study was conducted on university students usin...AIM:To evaluate the effects of refractive errors and binocular vision anomalies on the quality of life(QOL)of university students.METHODS:This cross-sectional analytical study was conducted on university students using simple random sampling.Objective refraction,ocular alignment,vergence and accommodative performance were measured and assessed in all participants.Data on QOL were collected using the College of Optometrists in Vision Development-Quality of Life(COVD-QOL)Questionnaire.The effect of mentioned parameters on the QOL were evaluated.RESULTS:Totally 726 students with mean age of 21.35±1.88y were evaluated in this study,51.5%of whom were female.Esophoria was caused significantly lower QOL in the domains of somatic symptoms and occupationalphysical symptoms(P<0.05);Besides,esotropia decreased QOL in domains of somatic symptoms P=0.002 and psychological factors(P=0.023).Students with accommodation insufficiency experienced more symptoms in all domains(P<0.05)except for psychological factors(P=0.07).Increasing in the near point of convergence and accommodation and decreases QOL and increasing accommodative facility increases QOL(all P<0.05).Myopia and astigmatism cause decrease in QOL(both P<0.05),but hyperopic students had better QOL in comparison with others(P<0.05).CONCLUSION:Screening programs and treatment of refractive errors and binocular vision anomalies,especially phoria and accommodative insufficiency,positively impact the QOL and academic achievements of university students.展开更多
文摘Communicational and international developments have different aspects in today's world so that some terms like "Internationalization," "Liberalization," "Universalization," "Westernization," "Deterritorialization" find interferences in social sciences and humanities studies. But these terms can generally be distinguished by two different categories of study as some experts have emphasized that the above developments are in the process (Globalization) while the others considered them on the project (To Globalize). The main problem is that how we can find out the focal point of both studies through which the accuracy of these claims to be verified to know whether contemporary changes and evolutions are formed in a process or a project. It seems that the focal point in the sphere of both claims (processes and projects) is the issue of "identity" since both spheres agree that the concept of "identity" has passed a series of changes and developments, although each one renders the path and goal of "identity" changes by its own specific interpretations. In this article, we claim that using linguistic approach we are able to review the developments and evolutions' flow of identity in the present era and thereby it can be found that the developments in information and communication would lead to creating a process in the context of Globalization or a project on Universalization. The assumption of this study is that by explanation of the above-mentioned situation, we can see that based on the linguistic approach, the process of making identity is "context-based" and "conditional" as opposed to a project view formation and relative continuity of identification process would generally be subject to the condition.
文摘"Journal of Jilin University(Science Edition)"is a comprehensive academic journal in the fields ofscience sponsored by Jilin University and administrated by the Ministry of Education of the People'sRepublic of China.The journal started publication in 1955.The original name at starting publicationwas"Journal of Natural Science of Northeast People University",which was changed into"ActaScientiarum Naturalium Universitatis Jilinensis"in 1958 owing to the name change of the university.
文摘I come from Slovenia,a small but ambitious country from Central Europe.I study at the Faculty of Electrical Engineering at the University of Ljublgana.I have the privilege of being one of the first young ambassadors of standardization not only in Slovenia but of this generation across the entire world.
文摘Objective:To determine the prevalence of bullying among university students in Jordan.The study also aims to identify potential predictors of bullying within the context of university students in Jordan.Methods:A cross-sectional study using a convenience sampling method was conducted with 350 university students from 3 institutions(2 public and 1 private),who par ticipated in this study.Data were collected through a self-repor ted questionnaire.Data analysis employed descriptive statistics,and multivariate linear regression was executed through the SPSS program(version 26)(IBM Corporation,Armonk,New York,United States)at 5% level of significance.Results:The findings revealed that 30% of the surveyed students reported never experiencing bullying,41.1% indicated rare exposure,20% reported occasional bullying,4.3% noted frequent exposure,and 4.6% reported constant exposure.Statistical analysis identified university and academic year as significant predictors of bullying.The university exhibited significance(B=-0.403,P≤0.05),while the academic year was also a significant predictor(B=0.213,P≤0.05).Conclusions:Given the prevalence and predictors identified,this study recommends the implementation of policies in universities to safeguard students from bullying.These policies should specifically target the most affected individuals.
基金support from the National Key Research and Development Program of China(Grant No.2021YFF0704102)the Chongqing Education Commission Key Project of Science and Technology Research(Grant No.KJZD-K202400610)the Chongqing Natural Science Foundation General Project(Grant No.CSTB2025NSCQ-GPX1263).
文摘Attribute-Based Encryption(ABE)has emerged as a fundamental access control mechanism in data sharing,enabling data owners to define flexible access policies.A critical aspect of ABE is key revocation,which plays a pivotal role in maintaining security.However,existing key revocation mechanisms face two major challenges:(1)High overhead due to ciphertext and key updates,primarily stemming from the reliance on revocation lists during attribute revocation,which increases computation and communication costs.(2)Limited universality,as many attribute revocation mechanisms are tailored to specific ABE constructions,restricting their broader applicability.To address these challenges,we propose LUAR(Lightweight and Universal Attribute Revocation),a novel revocation mechanism that leverages Intel Software Guard Extensions(SGX)while minimizing its inherent limitations.Given SGX’s constrained memory(≈90 MB in a personal computer)and susceptibility to side-channel attacks,we carefully manage its usage to reduce reliance while mitigating potential collusion risks between cloud service providers and users.To evaluate LUAR’s lightweight and universality,we integrate it with the classic BSW07 scheme,which can be seamlessly replaced with other ABE constructions.Experimental results demonstrate that LUAR enables secure attribute revocation with low computation and communication overhead.The processing time within the SGX environment remains stable at approximately 55 ms,regardless of the complexity of access policies,ensuring no additional storage or computational burden on SGX.Compared to the Hardware-based Revocable Attribute-Based Encryption(HR-ABE)scheme(IEEE S&P 2024),LUAR incurs a slightly higher computational cost within SGX;however,the overall time from initiating a data request to obtaining plaintext is shorter.As access policies grow more complex,LUAR’s advantages become increasingly evident,showcasing its superior efficiency and broader applicability.
文摘To help university students know more about standards,and attract them to par ticipate in s tandardization ac tivities,the International Standardization Youth Star Competition was initiated by the International Standardization Outstanding Contribution Award Foundation(ISOCAF)in 2023,and has been held since then for three consecutive years in China.The 2025 Competition attracted 236 teams nationwide who demonstrated great enthusiasm for engaging in the standardization undertaking.The SPECIAL REPORT column presents the series reports on the competition,which is expected to inspire more young minds to step forward,innovate with purpose,and shape a future where standards unite ambition with impact.
基金supported by the National Natural Science Foundation of China Grant(No.61972133)Project of Leading Talents in Science and Technology Innovation for Thousands of People Plan in Henan Province Grant(No.204200510021)the Key Research and Development Plan Special Project of Henan Province Grant(No.241111211400).
文摘At inference time,deep neural networks are susceptible to backdoor attacks,which can produce attackercontrolled outputs when inputs contain carefully crafted triggers.Existing defense methods often focus on specific attack types or incur high costs,such as data cleaning or model fine-tuning.In contrast,we argue that it is possible to achieve effective and generalizable defense without removing triggers or incurring high model-cleaning costs.Fromthe attacker’s perspective and based on characteristics of vulnerable neuron activation anomalies,we propose an Adaptive Feature Injection(AFI)method for black-box backdoor detection.AFI employs a pre-trained image encoder to extract multi-level deep features and constructs a dynamic weight fusionmechanism for precise identification and interception of poisoned samples.Specifically,we select the control samples with the largest feature differences fromthe clean dataset via feature-space analysis,and generate blended sample pairs with the test sample using dynamic linear interpolation.The detection statistic is computed by measuring the divergence G(x)in model output responses.We systematically evaluate the effectiveness of AFI against representative backdoor attacks,including BadNets,Blend,WaNet,and IAB,on three benchmark datasets:MNIST,CIFAR-10,and ImageNet.Experimental results show that AFI can effectively detect poisoned samples,achieving average detection rates of 95.20%,94.15%,and 86.49%on these datasets,respectively.Compared with existing methods,AFI demonstrates strong cross-domain generalization ability and robustness to unknown attacks.
文摘"Happy birthday to you,happy birthday,dearteacher!"On a bright,sunny mid-summer afternoon,the tune of the birthday song reverberated through a plain-looking classroom in University Padjadjaran's Faculty of Communication Sciences in Bandung,Indonesia.The opening session of the communication theory course coincided with one of the instructors'50th birthday.Athe end of the class,the students burst into singing,wishing their teacher a splendid start to her next decade.
文摘Welcome to the 21st China-Europe International Symposium on Software Engineering Education in 2025(CEISEE 2025),successfully held on September 20-21,2025,in Hangzhou,China.With the rapid development of generative AI and the digital economy,software engineering education is entering a new era.CEISEE continues to be an important platform for educational institutions,the software industry,and educational authorities from China and Europe to exchange visions,share experience,and discuss innovative approaches to software engineering education and university-industry cooperation.
文摘Profile of Prof.Ning-Li Wang Academician of the Chinese Academy of Engineering(CAE)Member of the International Academy of Ophthalmology Director,Ophthalmology Center,Beijing Tongren Hospital Dean,School of Ophthalmology,Capital Medical University Director,National Engineering Research Center for Ophthalmic Diagnosis and Treatment National Distinguished Physician Member,Academic Advisory Committee.
文摘China’s“common prosperity”policy is a multidimensional pursuit of social and economic progress aimed at full realization by 2050.A CHIEVING common prosperity–prosperity that is universally shared–has been a longstanding aspiration of the Chinese government.
文摘The“Forward Together”Dialogue on Building a China-Brunei Community with a Shared Future was held on the morning of February 7 at Universiti Brunei Darussalam(UBD)in Bandar Seri Begawan.Scheduled for the lead-up to the 35th anniversary of diplomatic relations between China and Brunei in 2026,the event aimed to deepen strategic mutual trust,build broader consensus on cooperation,and generate both intellectual momentum and practical proposals for advancing a closer China-Brunei community with a shared future.
文摘From December 13 to 17, 2025, the 2025 Training Program for Future Lancang-Mekong Cooperation (LMC) Diplomats themed “Embarking on a New Golden Decade:Fostering a Sense of the Lancang-Mekong Family” was held in Haikou,south China’s Hainan Province. The program was conducted under the guidance of the Research Center on Building a Community with a Shared Future for Mankind and jointly organized by China Foreign Affairs University and China Institute for Reform and Development. The event brought together over 80 outstanding participants from the Lancang-Mekong countries to draft an initiative to submit to the LMC China Secretariat.
文摘The third International Standardization Youth Star Competition is held in Qingdao.We are very pleased to see that 236 teams from renowned domestic universities are actively participating in the competition.ISO has also sent a representative to Qingdao,demonstrating its high level of attention and support for the competition.
基金supported by the National Key Research and Development Program of China (MOST)(Grant No.2022YFA1402800)the Chinese Academy of Sciences (CAS) Presidents International Fellowship Initiative (PIFI)(Grant No.2025PG0006)+3 种基金the National Natural Science Foundation of China (NSFC)(Grant Nos.51831012,12274437,and 52161160334)the CAS Project for Young Scientists in Basic Research (Grant No.YSBR-084)the CAS Youth Interdisciplinary Teamthe China Postdoctoral Science Foundation (Grant No.2025M773402)。
文摘Based on the Smit-Suhl formula,we propose a universal approach for solving the magnon-magnon coupling problem in bilayer coupled systems(e.g.,antiferromagnets).This method requires only the energy expression,enabling the automatic derivation of analytical expressions for the eigenmatrix elements via symbolic computation,eliminating the need for tedious manual calculations.Using this approach,we investigate the impact of magnetic hysteresis on magnon-magnon coupling in a system with interlayer Dzyaloshinskii-Moriya interaction(DMI).The magnetic hysteresis leads to an asymmetric magnetic field dependence of the resonance frequency and alters the number of degeneracy points between the pure optical and acoustic modes.Moreover,it can result in the coupling strength at the gap of the f–H phase diagram being nearly vanishing,contrary to the conventionally expected maximum.These results deepen the understanding of the effect of interlayer DMI on magnon–magnon coupling and the proposed universal method significantly streamlines the solving process of magnon–magnon coupling problems.
文摘《新乡医学院学报》(Journal of Xinxiang Medical University)创刊于1984年,是河南医药大学(原新乡医学院)主管主办、国内外公开发行的综合性医学学术期刊。国际标准连续出版物号:ISSN 1004-7239,国内统一连续出版物号:CN 41-1186/R。现为月刊,每月5日出版,大16开本,每期84页。本刊设有专家论坛、专题报告、国家自然科学基金专题评述、基础研究、临床研究、综述等栏目。
文摘Journal of Donghua University(English Edition)(JDHUE)创刊于1984年,由中华人民共和国教育部主管、东华大学主办。JDHUE聚焦纺织、材料、信息及交叉学科前沿,秉承“严谨求实·聚焦前沿·服务行业·创新发展”的办刊宗旨,致力于搭建高水平学术交流平台,为读者呈现前沿科技成果。JDHUE诚邀广大作者、读者和各界朋友踊跃投稿。
文摘In many developing countries,low population density may be a major reason for low school participation in rural areas,and the problem is likely to worsen with rapid urbanization.However,few studies have investigated empirically the role of population density in rural education,especially the moderating effect of population density on the outcomes of education policies.This study aims to fill this gap in the literature.From 1999 through the early 2000s,China launched a set of major nationwide policies aimed at universalizing 9-year compulsory education in rural areas.Using difference-in-differences and triple difference strategies,we show that the policies significantly increased the probability of junior high school enrollment of rural children and,more importantly,these policies were more effective in densely populated regions.These findings confirm the imporance of population density to rural education.
文摘Standardizers are the most active element in standards development,and education is the core of standardization talent cultivation.To enrich students'experience in practical standardization work,the International Standardization Youth Star Competition 2024 was held in Beijing on November 10,in which students selected from universities and colleges across China prepared proposals and drafted standards with four different themes.The competition attracted the attention of both academia and industry.
文摘AIM:To evaluate the effects of refractive errors and binocular vision anomalies on the quality of life(QOL)of university students.METHODS:This cross-sectional analytical study was conducted on university students using simple random sampling.Objective refraction,ocular alignment,vergence and accommodative performance were measured and assessed in all participants.Data on QOL were collected using the College of Optometrists in Vision Development-Quality of Life(COVD-QOL)Questionnaire.The effect of mentioned parameters on the QOL were evaluated.RESULTS:Totally 726 students with mean age of 21.35±1.88y were evaluated in this study,51.5%of whom were female.Esophoria was caused significantly lower QOL in the domains of somatic symptoms and occupationalphysical symptoms(P<0.05);Besides,esotropia decreased QOL in domains of somatic symptoms P=0.002 and psychological factors(P=0.023).Students with accommodation insufficiency experienced more symptoms in all domains(P<0.05)except for psychological factors(P=0.07).Increasing in the near point of convergence and accommodation and decreases QOL and increasing accommodative facility increases QOL(all P<0.05).Myopia and astigmatism cause decrease in QOL(both P<0.05),but hyperopic students had better QOL in comparison with others(P<0.05).CONCLUSION:Screening programs and treatment of refractive errors and binocular vision anomalies,especially phoria and accommodative insufficiency,positively impact the QOL and academic achievements of university students.