期刊文献+
共找到1,419篇文章
< 1 2 71 >
每页显示 20 50 100
Ethical awareness and issues in gastrointestinal endoscopy practice:A survey study
1
作者 Yi Qin Ming-Yang Shi 《World Journal of Gastroenterology》 2026年第1期151-157,共7页
BACKGROUND Gastrointestinal endoscopy technology has significantly improved the diagnostic accuracy and the successful treatment of gastrointestinal diseases.However,a series of ethical issues have emerged,such as exp... BACKGROUND Gastrointestinal endoscopy technology has significantly improved the diagnostic accuracy and the successful treatment of gastrointestinal diseases.However,a series of ethical issues have emerged,such as expanding treatment indications,which affect the fair distribution of medical resources.There is limited research on ethical issues in the field of digestive endoscopy.AIM To investigate the level of ethical awareness among gastrointestinal endoscopy practitioners and analyze the ethical issues involved in gastrointestinal endoscopy technology.METHODS A questionnaire survey was performed to collect relevant data(gender,age,degree of education,professional title,personnel category,the level of understanding medical ethical principles,ethics training and its learning pathways)from gastrointestinal endoscopy practitioners at the Second Hospital of Dalian Medical University and Dalian Friendship Hospital,including licensed physicians and nurses(including trainees and graduate students).RESULTS The majority of gastrointestinal endoscopy practitioners have received training on ethics,but there is still considerable room for improvement in their ethical awareness.Different learning pathways may affect the mastery of ethical principles, and understanding of ethical principles is more easily achieved through hospital ethics institutions.CONCLUSIONTo address the ethical issues in gastrointestinal endoscopy technology, it is necessary to enhance the humanisticeducation of gastrointestinal endoscopy practitioners, incorporate ethical standards into the technology assessmentprocess, and establish a patient-centered diagnostic and treatment model to improve the ethical awareness of practitionersand achieve a balance between technology and ethics. 展开更多
关键词 Gastrointestinal endoscopy Ethical awareness Ethical issues Medical ethics Survey study
暂未订购
基于Issue检索增强大语言模型的补充性代码注释生成 被引量:1
2
作者 潘兴禄 赵衔麟 +2 位作者 刘陈晓 邹艳珍 谢冰 《软件学报》 北大核心 2025年第11期5008-5030,共23页
随着编程命名规范的普及和自描述代码的深入实践,传统与代码字面相似的摘要性代码注释逐渐失去开发者的青睐.开发者更关注在理解和维护代码过程中能够提供额外信息的补充性代码注释.但是,补充性代码注释的生成往往需要代码之外的额外信... 随着编程命名规范的普及和自描述代码的深入实践,传统与代码字面相似的摘要性代码注释逐渐失去开发者的青睐.开发者更关注在理解和维护代码过程中能够提供额外信息的补充性代码注释.但是,补充性代码注释的生成往往需要代码之外的额外信息源,且注释中呈现的补充内容复杂多样,给现有工作带来很大的挑战.将软件开发中开发者之间的Issue交流记录作为额外信息源,提出一种基于Issue检索增强大语言模型的补充性代码注释生成方法.该方法首先将Issue中的代码补充信息整理分类为5种类型,再利用大语言模型从代码提交时所关联的Issue中检索出包含潜在类型补充信息的语句,随后根据相应语句进行注释生成.进一步,该方法通过分析生成注释的代码相关性和Issue可验证性,能较好地过滤生成注释中潜在的幻觉.在两个主流大语言模型Chat GPT和GPT-4o上进行了实验.实验结果表明,所提方法能够将ChatGPT生成注释对于人工补充性注释的覆盖率从33.6%提升至72.2%,将GPT-4o生成注释对于人工补充性注释的覆盖率从35.8%提升至88.4%,显著地提升了补充性代码注释的生成效果.同时,所提方法所生成的注释相比现有方法能够明显提供更多对开发者有帮助的额外信息,从而对开发者在理解一些复杂代码时具有十分重要的价值. 展开更多
关键词 代码注释 注释生成 补充性代码注释 issue 大语言模型
在线阅读 下载PDF
GITG:面向Gitee平台的issue标题自动生成方法
3
作者 杨君 刘诗凡 +1 位作者 陈翔 崔展齐 《电子学报》 北大核心 2025年第5期1559-1570,共12页
在开源软件和开源平台中,开发人员可以通过提交issue来记录所发现的软件错误或提出新功能需求.由于缺乏经验、专业水平有限等原因,用户可能无法对issue内容进行准确有效地总结,导致issue标题质量较低,进而降低issue的解决效率.此外,现有... 在开源软件和开源平台中,开发人员可以通过提交issue来记录所发现的软件错误或提出新功能需求.由于缺乏经验、专业水平有限等原因,用户可能无法对issue内容进行准确有效地总结,导致issue标题质量较低,进而降低issue的解决效率.此外,现有的issue标题自动生成方法主要面向GitHub等英文开源平台,当应用在Gitee等国产开源平台时表现不佳.同时,现有方法主要使用issue主体描述作为输入,忽略了issue中的代码片段等重要信息.为此,本文提出一种面向Gitee平台的issue标题自动生成方法GITG(Gitee Issue Title Generation),针对包含中文和英文文本的issue,使用构建的Gitee issue数据集对支持中文的预训练模型Chinese BART(Bidirectional and Auto-Regressive Transformers)进行微调,利用issue主体描述和代码片段的双模态信息来自动生成issue标题.为验证GITG的有效性,构建了包含18242个Gitee issue样本的数据集.实验结果表明,GITG在ROUGE-1、ROUGE-2和ROUGE-L指标上相较于iTAPE和iTiger分别至少提升了13.09%、10.18%和12.84%,在BLEU和METEOR指标上同样取得了性能提升.人工评价结果表明,GITG生成标题的平均得分在整体分数、流畅性、信息性和简洁性4个评价指标上相较iTAPE和iTiger分别至少提升了26.7%、20.8%、24.2%和20.0%. 展开更多
关键词 Gitee issue标题 主体描述 代码片段 预训练模型 软件维护
在线阅读 下载PDF
Analysis and Countermeasures for Common Issues in the Acceptance of Biological Firebreak Forest Belts in Huiyang Forest Area
4
作者 Huaying QIU Ren CHEN +1 位作者 Boyang CHEN Yan TAN 《Plant Diseases and Pests》 2025年第5期20-22,共3页
Based on a comprehensive inspection and acceptance evaluation of the biological firebreak forest belt construction project in Huiyang Forest Area,this study systematically analyzes common issues encountered during the... Based on a comprehensive inspection and acceptance evaluation of the biological firebreak forest belt construction project in Huiyang Forest Area,this study systematically analyzes common issues encountered during the acceptance process.The findings indicate that primary challenges include low seedling survival rates,incongruities between tree species selection and site conditions,structural deficiencies within the forest belts,insufficient post-planting maintenance and management,and irregularities in documentation.To address these problems,the study proposes targeted countermeasures,such as optimizing tree species selection,enhancing supervision of planting techniques,and establishing a long-term ecological compensation-based management model.These recommendations are framed within the contexts of scientific planning,precise implementation,strengthened oversight,and innovative management mechanisms.The research aims to improve the construction quality and long-term fire prevention efficacy of biological firebreak forest belts,thereby providing practical guidance for analogous firebreak forest belt construction and acceptance initiatives in forest areas of South China. 展开更多
关键词 Huiyang Forest Area Biological firebreak forest belt Acceptance inspection issue COUNTERMEASURE
在线阅读 下载PDF
Common Issues Identified in the Registration Labels of Ordinary Cosmetics in Beijing and Regulatory Countermeasures
5
作者 Sun Lu 《China Detergent & Cosmetics》 2025年第2期16-24,共9页
This study summarizes the examination data of registration labels for ordinary cosmetics in Beijing from May 2021 to April 2024.It analyzes and categorizes the issues identified during label evaluations,explores the u... This study summarizes the examination data of registration labels for ordinary cosmetics in Beijing from May 2021 to April 2024.It analyzes and categorizes the issues identified during label evaluations,explores the underlying causes,and proposes regulatory countermeasures and recommendations for registrants,regulatory authorities,and social organizations.The objective is to offer practical insights and regulatory guidance to support the enhancement of cosmetic registration and regulatory standards. 展开更多
关键词 ordinary cosmetics REGISTRATION labels issueS overview suggestions
在线阅读 下载PDF
Environmental studies of priority persistent contaminants:A special issue dedicated to Professor Chuanyong Jing
6
作者 Emma Jing Li Yan +1 位作者 Guibin Jiang X.Chris Le 《Journal of Environmental Sciences》 2025年第7期1-5,共5页
It is with profound respect and gratitude that we dedicate this special issue of the Journal of Environmental Sciences to the memory of Professor Chuanyong Jing,whose outstanding contributions to environmental science... It is with profound respect and gratitude that we dedicate this special issue of the Journal of Environmental Sciences to the memory of Professor Chuanyong Jing,whose outstanding contributions to environmental sciences have advanced the field and continue to resonate with both academia and the broader environmental community. 展开更多
关键词 Professor Chuanyong Jing persistent contaminants environmental sciences special issue
原文传递
Special Issue:Questions&Data for Better Science and Innovation Call for submissions
7
《Journal of Data and Information Science》 2025年第1期I0001-I0001,共1页
Editors Yang Wang,Xi'an Jiaotong University Dongbo Shi,Shanghai Jiaotong University Ye Sun,University College London Zhesi Shen,National Science Library,CASTopic of the Special Issue What are the top questions tow... Editors Yang Wang,Xi'an Jiaotong University Dongbo Shi,Shanghai Jiaotong University Ye Sun,University College London Zhesi Shen,National Science Library,CASTopic of the Special Issue What are the top questions towards better science and innovation and the required data to answer these questions? 展开更多
关键词 COLLEGE QUESTIONS issue
在线阅读 下载PDF
Report on standardization achievements of the BRI on its 10th anniversary issued
8
《China Standardization》 2025年第1期12-12,共1页
SAMR (SAC) and relevant departments jointly issued the Report on the Standardization Achievements of the 10th Anniversary of the Belt and Road Initiative (BRI) recently, to summarize the fruitful results in promoting ... SAMR (SAC) and relevant departments jointly issued the Report on the Standardization Achievements of the 10th Anniversary of the Belt and Road Initiative (BRI) recently, to summarize the fruitful results in promoting the connectivity of standardization among Belt and Road countries in the past 10 years. 展开更多
关键词 jointly issued ANNIVERSARY
原文传递
System Identification in the Network Era:A Survey of Data Issues and Innovative Approaches
9
作者 Qing-Guo Wang Liang Zhang 《IEEE/CAA Journal of Automatica Sinica》 2025年第7期1305-1319,共15页
System identification is a data-driven modeling technique that originates from the control field.It constructs models from data to mimic the behavior of dynamic systems.However,in the network era,scenarios such as sen... System identification is a data-driven modeling technique that originates from the control field.It constructs models from data to mimic the behavior of dynamic systems.However,in the network era,scenarios such as sensor malfunctions,packet loss,cyber-attacks,and big data affect the quality,integrity,and security of the data.These data issues pose significant challenges to traditional system identification methods.This paper presents a comprehensive survey of the emergent challenges and advances in system identification in the network era.It explores cutting-edge methodologies to address data issues such as data loss,outliers,noise and nonlinear system identification for complex systems.To tackle the data loss,the methods based on imputation and likelihood-based inference(e.g.,expectation maximization)have been employed.For outliers and noise,methods like robust regression(e.g.,least median of squares,least trimmed squares)and lowrank matrix decomposition show progress in maintaining data integrity.Nonlinear system identification has advanced through kernel-based methods and neural networks,which can model complex data patterns.Finally,this paper provides valuable insights into potential directions for future research. 展开更多
关键词 Data-driven modeling data issues NONLINEARITY system identification
在线阅读 下载PDF
中国A股“HOT ISSUE”现象的实证检验 被引量:5
10
作者 杨胜刚 曾明贤 《证券市场导报》 CSSCI 北大核心 2006年第2期31-35,共5页
本文用2000年1月到2003年12月IPO的294只A股作为样本,来检验“HotIssue”现象在中国市场的存在性和市场气氛假说在中国市场的适应性。检验结果表明,IPO各月收益率与IPO各月发行数量之间不存在显著的正相关关系,但IPO市场持续的高收益使... 本文用2000年1月到2003年12月IPO的294只A股作为样本,来检验“HotIssue”现象在中国市场的存在性和市场气氛假说在中国市场的适应性。检验结果表明,IPO各月收益率与IPO各月发行数量之间不存在显著的正相关关系,但IPO市场持续的高收益使我们并不能否认“HotIssue”市场的存在;市场气氛假说只能部分地解释A股IPO的高收益率。 展开更多
关键词 新股发行抑价 “Hot issue”市场 市场气氛假说
在线阅读 下载PDF
From Quantitative Issues to Structural Ones: An Interpretation of China's Labor Market 被引量:10
11
作者 蔡昉 《China Economist》 2016年第1期92-111,共20页
Based on the latest demographic and labor data, this paper reveals the changes in China's labor supply and demonstrates that China's key employment issues are no longer quantitative contradictions but increasingly h... Based on the latest demographic and labor data, this paper reveals the changes in China's labor supply and demonstrates that China's key employment issues are no longer quantitative contradictions but increasingly have become structural issues related to labor market mismatch. Due to real and potential economic growth rates being consistent, cyclical unemployment is, at least for now, not striking. If traditional policy measures continue to be followed in disregard of frictional and structural attributes of the labor market to increase total employment, not only will China's employment issues persist but new labor market problems may arise as well China should focus on addressing structural unemployment contradictions. 展开更多
关键词 cyclical unemployment frictional unemployment structural unemployment quantitative issues of employment structural issues of unemployment
在线阅读 下载PDF
Does the adoption of direct-seeded rice affect pesticide use?Evidence from China
12
作者 Chao Zhang Shanshan Li +1 位作者 Fan Yang Ruifa Hu 《Journal of Integrative Agriculture》 2026年第1期366-376,共11页
In China,farmers have increasingly adopted direct-seeded rice(DSR).While various impacts of DSR have been studied,limited evidence exists regarding the effect of DSR adoption on pesticide use.This study examines the i... In China,farmers have increasingly adopted direct-seeded rice(DSR).While various impacts of DSR have been studied,limited evidence exists regarding the effect of DSR adoption on pesticide use.This study examines the impact of DSR adoption on pesticide use utilizing data from a 2018 survey of 982 rice farmers in China's Yangtze River Basin.The endogenous treatment-regression and switching regression models are employed to address self-selection bias.The results indicate that,after accounting for self-selection,DSR adopters spend 401.72 CNY ha^(-1) more on pesticides compared to non-adopters.Although DSR adoption significantly increases the use of insecticides,fungicides and herbicides,its impact is most pronounced for insecticide expenditure and least pronounced for herbicide expenditure.The findings remain robust when altering the dependent variable,truncating the research sample,and modifying the estimation method.Heterogeneous analysis reveals that DSR adoption has a stronger positive impact on pesticide expenditure among farmers below 60 years of age,with at least 6 years of education,and managing rice sown areas less than 2 ha.Based on these findings,this study recommends enhancing complementary techniques for DSR,improving the dissemination of DSR cultivation technologies,and strengthening socialized services.This research provides a comprehensive assessment of DSR's advantages and disadvantages,particularly regarding pesticide use,offering important policy implications for pesticide reduction. 展开更多
关键词 direct-seeded rice pesticide use self-selection issue labor-saving technology China
在线阅读 下载PDF
Message from the Editor-in-Chief:From metabolic pathway design to synthetic biology breeding
13
作者 Jianmin Wan 《The Crop Journal》 2026年第1期1-3,共3页
As we welcome the spring of 2026,we extend our sincere greetings and best wishes to colleagues worldwide in the field of crop science,our partners,and all those committed to sustainable agricultural development!The Ye... As we welcome the spring of 2026,we extend our sincere greetings and best wishes to colleagues worldwide in the field of crop science,our partners,and all those committed to sustainable agricultural development!The Year of the Horse symbolizes endeavor and far-reaching journeys,reflecting our own spirit of continuous exploration and breakthrough innovation on the path of crop science.Here,I extendmysincere appreciation to all our authors and reviewers for their invaluable time,expertise,and dedication,which are instrumental in the success of The Crop Journal,establishing it as a premier platform for the global crop science research community.The Crop Journal publishes its 2026 first issue as a special issue themed“Synthetic Biology for Crop Improvement”,ably vip-edited by four young scientists.The issue provides a comprehensive overview of major advances in the field.In the past few years,crop science has made long strides in metabolic engineering of important pathways in secondary metabolism.The achievements expedite the emergence of synthetic biology as a potent methodology for crop breeding and represent a fundamental paradigm shift from“deciphering crops”to“designing crops”,which is further empowered by artificial intelligence(AI).At this turning point of the New Year,I would like to take this opportunity to provide a brief retrospective and future perspective. 展开更多
关键词 crop improvement metabolic pathway design synthetic biology secondary metabolism crop science vip edited special issue sustainable agricultural development
在线阅读 下载PDF
APOEε4 Allele Modifies the Association of Heavy Metals and their Mixture with Diabetes Mellitus among Chinese Community-Dwelling Older Adults
14
作者 Lili Yao Ying Cao +10 位作者 Beibei Yin Qiang Liu Fusheng Lin Xuqiu Cheng Ziwei Tian Linsheng Yang Hongjuan Cao Liang Sun Fangbiao Tao Li Wang Guimei Chen 《Biomedical and Environmental Sciences》 2026年第1期123-128,共6页
In 2021,approximately 537 million people suffered from diabetes mellitus(DM)globally,and this figure will increase to approximately 783 million within the next quarter-century.The increasing burden of DM is a pressing... In 2021,approximately 537 million people suffered from diabetes mellitus(DM)globally,and this figure will increase to approximately 783 million within the next quarter-century.The increasing burden of DM is a pressing global public health issue.Therefore,the early identification of high-risk groups and implementation of effective intervention measures is imperative. 展开更多
关键词 effective intervention measures heavy metals Chinese community dwelling older adults global public health issue diabetes mellitus dm globallyand APOE allele diabetes mellitus early identification
暂未订购
Innovative Strategies to Overcome Stability Challenges of Single‑Atom Nanozymes
15
作者 Rong Guo Qiuzheng Du +3 位作者 Yaping He Haoan Wu Yu Zhang Ziwei Jing 《Nano-Micro Letters》 2026年第3期725-756,共32页
Single-atom nanozymes(SAzymes)exhibit exceptional catalytic efficiency due to their maximized atom utilization and precisely modulated metalcarrier interactions,which have attracted significant attention in the biomed... Single-atom nanozymes(SAzymes)exhibit exceptional catalytic efficiency due to their maximized atom utilization and precisely modulated metalcarrier interactions,which have attracted significant attention in the biomedical field.However,stability issues may impede the clinical translation of SAzymes.This review provides a comprehensive overview of the applications of SAzymes in various biomedical fields,including disease diagnosis(e.g.,biosensors and diagnostic imaging),antitumor therapy(e.g.,photothermal therapy,photodynamic therapy,sonodynamic therapy,and immunotherapy),antimicrobial therapy,and anti-oxidative stress therapy.More importantly,the existing challenges of SAzymes are discussed,such as metal atom clustering and active site loss,ligand bond breakage at high temperature,insufficient environment tolerance,biosecurity risks,and limited catalytic long-term stability.Finally,several innovative strategies to address these stability concerns are proposed—synthesis process optimization(space-limited strategy,coordination site design,bimetallic synergistic strategy,defect engineering strategy,atom stripping-capture),surface modification,and dynamic responsive design—that collectively pave the way for robust,clinically viable SAzymes. 展开更多
关键词 Single-atom nanozymes Clinical translation Stability issues Innovative strategies BIOCOMPATIBILITY
在线阅读 下载PDF
GUIDE FOR AUTHORS
16
《Plant Diversity》 2026年第1期I0003-I0007,共5页
Introduction Types of paper Contributions falling into the following categories will be considered for publication:original articles,review articles,short letters,modelling/theory and methods articles,rapid reports an... Introduction Types of paper Contributions falling into the following categories will be considered for publication:original articles,review articles,short letters,modelling/theory and methods articles,rapid reports and special thematic issues.Please ensure that you select the appropriate article type from the list of options when making your submission.Authors contributing to special issues should ensure that they select the special issue article type from this list. 展开更多
关键词 review articles modelling theory methods articles original articles short letters rapid reports special thematic issues
在线阅读 下载PDF
Tense and Aspect Issue of Translator Competence
17
作者 张俏 《海外英语》 2011年第2X期154-157,共4页
This essay is a research report, which is based on results of grammatical error analysis and interviews with linguistic teachers. These researches are conducted in four language streams, namely, Chinese, Spanish, Kore... This essay is a research report, which is based on results of grammatical error analysis and interviews with linguistic teachers. These researches are conducted in four language streams, namely, Chinese, Spanish, Korean and Japanese. It will talk about problems identified in all these four language streams, with Chinese as the focus. Although according to various definitions, translation competence includes several parts, which are all required for a professional translator; this essay covers mainly the linguistic competence with tense and aspect issue as the main point. Meanwhile, some major causes of mistakes will be identified, such as interference of mother tongue, lack of second language proficiency. In the end, some possible ways for improvement are presented for reaching what are needed for a professional translator. 展开更多
关键词 TENSE TRANSLATOR ASPECT issue
在线阅读 下载PDF
Environmental Issues Related to Chemical Fertilizer Use in China 被引量:17
18
作者 CAO ZHIHONG (LMCP, Institute of Soil Science, Academia Sinica, P. O. Box 821, Nanjing 210008 China) 《Pedosphere》 SCIE CAS CSCD 1996年第4期289-303,共15页
The current status of chemical fertilizers production and consumption in China as well as their important roles in Chinese modern agriculture are discussed with special concerns to the environmental issues related to ... The current status of chemical fertilizers production and consumption in China as well as their important roles in Chinese modern agriculture are discussed with special concerns to the environmental issues related to chemical fertilizer use. On the one hand, the total amount of chemical fertilizer produced is insufficient to meet the agricultural needs. On the other hand, the production and consumption of chemical fertilizers in China are obviously not balanced. In some areas over application of nitrogen fertilizers and loss of phosphate fertilizer due to soil erosion have resulted in some undesirable environmental problems such as increase of nitrate in water and eutrophication of water bodies. Maximum scientific uses of organic manures in combination with reasonable use of chemical fertilizers are part of good practices not only in increasing soil productivity and keeping sustainable agriculture development but also in mimimizing their detrimental effects on the environment. 展开更多
关键词 chemical fertilizer environmental issues modern agriculture
在线阅读 下载PDF
上一页 1 2 71 下一页 到第
使用帮助 返回顶部