首页 > 最新文献

2015 IEEE 28th Conference on Software Engineering Education and Training最新文献

英文 中文
Applying the SE2014 Curriculum Model SE2014课程模式的应用
Pub Date : 2015-05-18 DOI: 10.1109/CSEET.2015.12
D. Budgen
The original ACM/IEEE Curriculum Guidelines for undergraduate degree programs in software engineering were issued in 2004. In 2010 the two professional bodies set up a task force to review these and see what changes might be needed, and following the report of this group, then set up another task force in 2012 to revise the guidelines. We describe the processes that the two task forces followed, and outline the main areas of change in the revised curriculum model that resulted from these. This is then followed by a review of the elements making up the model, to explain the roles that each of them can perform for those who may be developing a software engineering degree program. Finally, there are a few observations about both the processes and the outcome (the Curriculum Model).
最初的ACM/IEEE软件工程本科学位课程指南于2004年发布。2010年,这两个专业机构成立了一个工作组来审查这些指南,看看可能需要做出哪些改变,并根据该小组的报告,在2012年成立了另一个工作组来修订指南。我们描述了两个工作组遵循的过程,并概述了由此产生的修订课程模式的主要变化领域。接下来是对组成模型的元素的回顾,以解释每个元素可以为那些可能正在开发软件工程学位课程的人执行的角色。最后,有一些关于过程和结果的观察(课程模型)。
{"title":"Applying the SE2014 Curriculum Model","authors":"D. Budgen","doi":"10.1109/CSEET.2015.12","DOIUrl":"https://doi.org/10.1109/CSEET.2015.12","url":null,"abstract":"The original ACM/IEEE Curriculum Guidelines for undergraduate degree programs in software engineering were issued in 2004. In 2010 the two professional bodies set up a task force to review these and see what changes might be needed, and following the report of this group, then set up another task force in 2012 to revise the guidelines. We describe the processes that the two task forces followed, and outline the main areas of change in the revised curriculum model that resulted from these. This is then followed by a review of the elements making up the model, to explain the roles that each of them can perform for those who may be developing a software engineering degree program. Finally, there are a few observations about both the processes and the outcome (the Curriculum Model).","PeriodicalId":344598,"journal":{"name":"2015 IEEE 28th Conference on Software Engineering Education and Training","volume":"144 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-05-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116907633","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
Cyber Sciences and Software Engineering “网络科学与软件工程”
Pub Date : 2015-05-18 DOI: 10.1109/CSEET.2015.14
N. Mead, David S. Gibson, Elizabeth K. Hawthorne
This paper provides background and context for our planned presentation and discussion that will explore the emerging computing-based discipline of cyber sciences, focusing on its relationship to software engineering. We will also discuss the relationship of the Cyber Education Project to other related work, how educators can get involved, accreditation of cyber sciences degrees, and more. Results of our discussion will be provided to the Cyber Education Project.
本文为我们计划的演讲和讨论提供了背景和背景,这些演讲和讨论将探索新兴的基于计算的网络科学学科,重点是它与软件工程的关系。我们还将讨论网络教育项目与其他相关工作的关系,教育工作者如何参与,网络科学学位的认证等等。我们的讨论结果将提供给网络教育计划。
{"title":"Cyber Sciences and Software Engineering","authors":"N. Mead, David S. Gibson, Elizabeth K. Hawthorne","doi":"10.1109/CSEET.2015.14","DOIUrl":"https://doi.org/10.1109/CSEET.2015.14","url":null,"abstract":"This paper provides background and context for our planned presentation and discussion that will explore the emerging computing-based discipline of cyber sciences, focusing on its relationship to software engineering. We will also discuss the relationship of the Cyber Education Project to other related work, how educators can get involved, accreditation of cyber sciences degrees, and more. Results of our discussion will be provided to the Cyber Education Project.","PeriodicalId":344598,"journal":{"name":"2015 IEEE 28th Conference on Software Engineering Education and Training","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-05-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129788740","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
In Support of Peer Code Review and Inspection in an Undergraduate Software Engineering Course 在本科软件工程课程中支持同行代码评审和检查
Pub Date : 2015-05-18 DOI: 10.1109/CSEET.2015.8
Saikrishna Sripada, Y. R. Reddy, A. Sureka
Peer code review and inspection is a quality improvement software engineering activity consisting of systematic examination of source code. While peer code review is commonly used in industrial and open-source software projects, it is seldom taught or practiced in undergraduate level Software Engineering courses. We conduct a study on the use of peer code reviewin a sophomore level introductory Software Engineering course consisting of more than 200 students and present our experiences, findings and challenges. We use Bitbucket's (a free code distributed version control system hosting site for Git and Mercurial) in-built code-review system and web-based hosting service. We extract the peer code review comments using Bitbucket API for detecting coding standard or compliance violation and identification of defects (number and type) by reviewers. We also conduct a survey on the benefit of peer code review activity on peer cohesion and communication. Our experiments and survey reveal that employing peer code review in an undergraduate class has several learning benefits such as improvement in coding skills, program comprehension abilities, knowledge of coding standard, and compliance and peer communication.
对等代码评审和检查是一种质量改进的软件工程活动,包括对源代码的系统检查。虽然同行代码审查通常用于工业和开源软件项目,但在本科阶段的软件工程课程中很少教授或实践。我们在一门由200多名学生组成的二年级软件工程入门课程中对同行代码评审的使用进行了研究,并提出了我们的经验、发现和挑战。我们使用Bitbucket (Git和Mercurial的免费代码分布式版本控制系统托管站点)内置的代码审查系统和基于web的托管服务。我们使用Bitbucket API提取同行代码审查评论,以检测编码标准或遵从性违反,并识别审稿人的缺陷(数量和类型)。我们还对同行代码评审活动对同行凝聚力和沟通的好处进行了调查。我们的实验和调查表明,在本科课堂中采用同伴代码评审有几个学习好处,如提高编码技能,程序理解能力,编码标准知识,依从性和同伴沟通。
{"title":"In Support of Peer Code Review and Inspection in an Undergraduate Software Engineering Course","authors":"Saikrishna Sripada, Y. R. Reddy, A. Sureka","doi":"10.1109/CSEET.2015.8","DOIUrl":"https://doi.org/10.1109/CSEET.2015.8","url":null,"abstract":"Peer code review and inspection is a quality improvement software engineering activity consisting of systematic examination of source code. While peer code review is commonly used in industrial and open-source software projects, it is seldom taught or practiced in undergraduate level Software Engineering courses. We conduct a study on the use of peer code reviewin a sophomore level introductory Software Engineering course consisting of more than 200 students and present our experiences, findings and challenges. We use Bitbucket's (a free code distributed version control system hosting site for Git and Mercurial) in-built code-review system and web-based hosting service. We extract the peer code review comments using Bitbucket API for detecting coding standard or compliance violation and identification of defects (number and type) by reviewers. We also conduct a survey on the benefit of peer code review activity on peer cohesion and communication. Our experiments and survey reveal that employing peer code review in an undergraduate class has several learning benefits such as improvement in coding skills, program comprehension abilities, knowledge of coding standard, and compliance and peer communication.","PeriodicalId":344598,"journal":{"name":"2015 IEEE 28th Conference on Software Engineering Education and Training","volume":"50 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-05-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124487015","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 19
The Continuing Challenge of Delivering SE Content to CS Majors 向CS专业学生提供SE内容的持续挑战
Pub Date : 2015-05-18 DOI: 10.1109/CSEET.2015.9
D. Bagert
Summary form only given. During the last 20 years, the software engineering (SE) education community has focused much of its effort in developing undergraduate degree programs in the discipline. However, far more software is created and maintained by computer science (CS) graduates and other individuals who do not possess a degree in software engineering. Therefore, it is critical that the amount of space available in an undergraduate computer science curriculum to deliver content from the SE knowledge area be used in the most effective manner possible. Most computer science curricula confine their study of software engineering to a single course, sometimes not taken until a CS major's final year of study -- right before doing a one-term capstone project. Meeting the task of delivering such a course to the satisfaction of students, faculty and external stakeholders has been one that has been an ongoing challenge to many computer science programs. This talk will look at the evolution of the introductory software engineering course and discuss how that challenge might be met within the guidelines of the ACM/IEEE-CS Computer Science Curriculum 2013 (CS2013).
只提供摘要形式。在过去的20年里,软件工程(SE)教育界把大部分精力集中在开发该学科的本科学位课程上。然而,更多的软件是由计算机科学(CS)毕业生和其他没有软件工程学位的人创建和维护的。因此,以最有效的方式使用本科计算机科学课程中可用的空间来传递SE知识领域的内容是至关重要的。大多数计算机科学课程将他们对软件工程的研究局限于一门课程,有时直到计算机科学专业的最后一年才开始学习——就在做一个学期的顶点项目之前。如何让学生、教师和外部利益相关者满意地完成这样一门课程,一直是许多计算机科学项目面临的一个持续挑战。本讲座将着眼于软件工程入门课程的演变,并讨论如何在ACM/IEEE-CS计算机科学课程2013 (CS2013)的指导下应对这一挑战。
{"title":"The Continuing Challenge of Delivering SE Content to CS Majors","authors":"D. Bagert","doi":"10.1109/CSEET.2015.9","DOIUrl":"https://doi.org/10.1109/CSEET.2015.9","url":null,"abstract":"Summary form only given. During the last 20 years, the software engineering (SE) education community has focused much of its effort in developing undergraduate degree programs in the discipline. However, far more software is created and maintained by computer science (CS) graduates and other individuals who do not possess a degree in software engineering. Therefore, it is critical that the amount of space available in an undergraduate computer science curriculum to deliver content from the SE knowledge area be used in the most effective manner possible. Most computer science curricula confine their study of software engineering to a single course, sometimes not taken until a CS major's final year of study -- right before doing a one-term capstone project. Meeting the task of delivering such a course to the satisfaction of students, faculty and external stakeholders has been one that has been an ongoing challenge to many computer science programs. This talk will look at the evolution of the introductory software engineering course and discuss how that challenge might be met within the guidelines of the ACM/IEEE-CS Computer Science Curriculum 2013 (CS2013).","PeriodicalId":344598,"journal":{"name":"2015 IEEE 28th Conference on Software Engineering Education and Training","volume":"27 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-05-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124128209","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Enhancing Student Experience in Team-Based Project Courses Using Essence Reflection Meetings 利用本质反思会议提高学生在团队项目课程中的体验
Pub Date : 2015-05-18 DOI: 10.1109/CSEET.2015.10
Todd Sedano, Cécile Péraire
Background: Many software engineering curriculum contain a team-based project course. This is the case of Carnegie Mellon University Silicon Valley's masters of science in software engineering. In this context, we have been using Essence Reflection Meetings for five semesters with 17 teams and approximately 70 students. During these meetings, the teams reflect on various project's dimensions based on a systems thinking framework. The positive results have been published in research papers.Activity and Discussions: Participants will learn about Essence Reflection Meetings for team-based project courses by practicing in a classroom environment. They will discuss challenges and solutions for team-based project courses, and how the proposed approach could potentially be leveraged in their own teaching environment.Organization: We will start the workshop with a discussion revealing the participants positive and negative experiences with team-based projects. After briefly introducing the Essence's systems thinking framework and our research results, we will use hands-on training exercises to demonstrate how to use the approach. This will be followed with guided debriefing. Finally, we will go deeper into the Essence framework, and discuss our research results and their applicability in various teaching environments.Learning Objectives: By the end of the workshop, participants will be familiar with a systems thinking framework that they can leverage to coach their students teams and monitor their progress. They will be able to articulate the pros and cons of applying the approach in their own teaching environment.
背景:许多软件工程课程包含基于团队的项目课程。硅谷卡耐基梅隆大学(Carnegie Mellon University)的软件工程硕士就是这样一个例子。在这样的背景下,我们已经有17个团队和大约70名学生使用了5个学期的精华反思会议。在这些会议中,团队根据系统思考框架对项目的各个维度进行反思。这些积极的结果已经发表在研究论文中。活动与讨论:参与者将在课堂环境中通过练习来学习团队项目课程的本质反思会议。他们将讨论以团队为基础的项目课程的挑战和解决方案,以及如何在他们自己的教学环境中潜在地利用所提出的方法。组织:我们将以讨论开始研讨会,揭示参与者在团队项目中的积极和消极经验。在简要介绍了Essence的系统思维框架和我们的研究结果之后,我们将使用实际的训练练习来演示如何使用该方法。随后将进行有指导的汇报。最后,我们将深入探讨Essence框架,并讨论我们的研究成果及其在各种教学环境中的适用性。学习目标:在研讨会结束时,参与者将熟悉一个系统思维框架,他们可以利用这个框架来指导他们的学生团队并监控他们的进度。他们将能够清楚地说出在自己的教学环境中应用这种方法的利弊。
{"title":"Enhancing Student Experience in Team-Based Project Courses Using Essence Reflection Meetings","authors":"Todd Sedano, Cécile Péraire","doi":"10.1109/CSEET.2015.10","DOIUrl":"https://doi.org/10.1109/CSEET.2015.10","url":null,"abstract":"Background: Many software engineering curriculum contain a team-based project course. This is the case of Carnegie Mellon University Silicon Valley's masters of science in software engineering. In this context, we have been using Essence Reflection Meetings for five semesters with 17 teams and approximately 70 students. During these meetings, the teams reflect on various project's dimensions based on a systems thinking framework. The positive results have been published in research papers.Activity and Discussions: Participants will learn about Essence Reflection Meetings for team-based project courses by practicing in a classroom environment. They will discuss challenges and solutions for team-based project courses, and how the proposed approach could potentially be leveraged in their own teaching environment.Organization: We will start the workshop with a discussion revealing the participants positive and negative experiences with team-based projects. After briefly introducing the Essence's systems thinking framework and our research results, we will use hands-on training exercises to demonstrate how to use the approach. This will be followed with guided debriefing. Finally, we will go deeper into the Essence framework, and discuss our research results and their applicability in various teaching environments.Learning Objectives: By the end of the workshop, participants will be familiar with a systems thinking framework that they can leverage to coach their students teams and monitor their progress. They will be able to articulate the pros and cons of applying the approach in their own teaching environment.","PeriodicalId":344598,"journal":{"name":"2015 IEEE 28th Conference on Software Engineering Education and Training","volume":"28 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-05-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131663362","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 4
Insights from Creating and Deploying a Large, Globally Distributed Industrial Training Program 从创建和部署一个大型的,全球分布的工业培训计划的见解
Pub Date : 2015-05-18 DOI: 10.1109/CSEET.2015.15
Brian P. Robinson
Summary form only given. Industrial companies are tasked with creating the software that runs some of the most critical software systems in the world (power grid, chemical plants, GPS systems, etc). Yet, many developers in these companies are not classically trained computer scientists or software engineers.In this talk, I will present our insights and lessons learned while deploying a large, global training program for ABB's software personnel. To date, this program has trained over 4000 personnel on many different software development topics, using a mix of eLearning materials, Web based courses and special topic Webinars.
只提供摘要形式。工业公司的任务是创建运行世界上一些最关键的软件系统(电网、化工厂、GPS系统等)的软件。然而,这些公司的许多开发人员并不是受过传统训练的计算机科学家或软件工程师。在这次演讲中,我将介绍我们在为ABB软件人员部署大型全球培训计划时所获得的见解和经验教训。迄今为止,该项目已经培训了4000多名人员,涉及许多不同的软件开发主题,使用电子学习材料、基于网络的课程和专题网络研讨会。
{"title":"Insights from Creating and Deploying a Large, Globally Distributed Industrial Training Program","authors":"Brian P. Robinson","doi":"10.1109/CSEET.2015.15","DOIUrl":"https://doi.org/10.1109/CSEET.2015.15","url":null,"abstract":"Summary form only given. Industrial companies are tasked with creating the software that runs some of the most critical software systems in the world (power grid, chemical plants, GPS systems, etc). Yet, many developers in these companies are not classically trained computer scientists or software engineers.In this talk, I will present our insights and lessons learned while deploying a large, global training program for ABB's software personnel. To date, this program has trained over 4000 personnel on many different software development topics, using a mix of eLearning materials, Web based courses and special topic Webinars.","PeriodicalId":344598,"journal":{"name":"2015 IEEE 28th Conference on Software Engineering Education and Training","volume":"115 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-05-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123462121","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Teaching Software Project Management by Simulation: Training Team Leaders for Real World Projects 模拟教学软件项目管理:为现实世界项目培训团队领导
Pub Date : 2015-05-18 DOI: 10.1109/CSEET.2015.13
A. Bollin, E. Hochmüller, C. Szabó
This half-day tutorial shows how a flexible and scalable simulation environment can be applied to train project management skills in a realistic way by simulating problems practitioners are facing in their daily work. Based on the simulation goals, the participants act as project managers determining the simulated development process by adequate staffing and allocating software development as well as quality assurance tasks.
这个半天的教程展示了如何通过模拟从业者在日常工作中面临的问题,以现实的方式应用灵活和可扩展的模拟环境来培训项目管理技能。基于模拟目标,参与者扮演项目经理的角色,通过适当的人员配置和分配软件开发以及质量保证任务来确定模拟的开发过程。
{"title":"Teaching Software Project Management by Simulation: Training Team Leaders for Real World Projects","authors":"A. Bollin, E. Hochmüller, C. Szabó","doi":"10.1109/CSEET.2015.13","DOIUrl":"https://doi.org/10.1109/CSEET.2015.13","url":null,"abstract":"This half-day tutorial shows how a flexible and scalable simulation environment can be applied to train project management skills in a realistic way by simulating problems practitioners are facing in their daily work. Based on the simulation goals, the participants act as project managers determining the simulated development process by adequate staffing and allocating software development as well as quality assurance tasks.","PeriodicalId":344598,"journal":{"name":"2015 IEEE 28th Conference on Software Engineering Education and Training","volume":"17 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-05-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122406495","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 4
期刊
2015 IEEE 28th Conference on Software Engineering Education and Training
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1