修复一些不一致问题。统一使用biblatex/biber。

This commit is contained in:
Xiaoxing Ma 2019-10-23 21:03:04 +08:00
parent 63d1da7bd0
commit 832eafcc47
6 changed files with 1449 additions and 1194 deletions

View File

@ -236,8 +236,8 @@
为了迎接上述挑战软件学科教育需开展一系列研究内容包括1以“计算思维 + 创新思维”为核心的普及教育2以“知识体系能力培养”为核心的专业教育3以“复合型 + 创新型”为目标的跨学科教育4以“探究规律 + 方法创新”为主体的教育理念和方法改革5以“健全制度 + 加强监督”为核心的软件伦理建设、治理和教育。
\bibliographystyle{acm}
\bibliography{references_2_10}
%\bibliographystyle{acm}
%\bibliography{references_2_10}
%\bibliography{IEEEabrv,ref}
%\section{参考文献}
%

View File

@ -13,7 +13,7 @@
2. 请使用 XeLaTeX 编译,以便更好地支持中文排版。
## LaTeX编写注意事项
1. 目前参考文献尚未处理,各章自己维护即可;回头统一处理
1. 参考文献请尽量使用ACM DL里的bib item并保持其ID。使用biblatx/biber 处理bib得到bbl以支持中文
2. 请各位注意在阐述重要概念、使用重要概念时添加 \index 标注; 例如 “软件\index{软件}是以计算为核心手段实现应用目标和价值的解决方案。”、“第二个事件是软件工程\index{软件工程}的兴起”。

View File

@ -14,6 +14,13 @@
\usepackage{imakeidx}
\usepackage{tikz}
\usetikzlibrary{trees}
% use biblatex/biber instead of bibtex
\usepackage[sorting=none]{biblatex}
\bibliography{references.bib}
\makeindex
@ -89,9 +96,8 @@
\part{软件学科发展建议}
and so on
\bibliography{references}
%\bibliographystyle{plain}
\bibliographystyle{acm}
\printbibliography[heading=bibintoc,title=参考文献]
\printindex

View File

2530
references.bib Executable file → Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,95 +0,0 @@
@article{aihua2017accelerate,
title={加快发展和建设新工科 主动适应和引领新经济},
author={吴爱华,侯永峰,杨秋波,郝杰},
journal={高等工程教育研究},
number={1},
pages={1--9},
year={2017}
}
@article{hong2018everything,
title={万物皆可互联, 一切均可编程},
author={梅宏},
journal={方圆},
number={12},
pages={24},
year={2018}
}
@article{huaimin2014growth,
title={复杂软件系统的成长性构造与适应性演化},
author={王怀民,吴文峻,毛新军,丁博,郭长国,李未},
journal={中国科学: 信息科学},
volume={44},
number={6},
pages={743--761},
year={2014}
}
@article{hong2017challenges,
title={开源对软件人才培养带来的挑战},
author={梅宏,周明辉},
journal={计算机教育},
number={1},
pages={2--5},
year={2017}
}
@article{bandyopadhyay2016ict,
title={ICT in Education: Open Source Software and its Impact on Teachers and Students},
author={Bandyopadhyay, Soma and Thakur, SS},
journal={International Journal of Computer Applications},
volume={151},
number={6},
year={2016},
publisher={Foundation of Computer Science}
}
@article{borque2014swebok,
title={SWEBOK v3. 0: Guide to the software engineering body of knowledge},
author={Borque, P and Fairley, RE},
journal={USA: IEEE},
year={2014}
}
@book{editors2019computer,
title={计算机教育与可持续竞争力},
author={“计算机教育20人论坛”编写组},
publisher={高等教育出版社},
year={2019}
}
@article{xiaoming2014imagination,
title={“老年编程”的畅想},
author={李晓明},
journal={计算机学会通讯},
volume={15},
number={5},
pages={51},
year={2019}
}
@article{wing2014computational,
title={Computational thinking benefits society},
author={Wing, Jeannette M},
journal={40th Anniversary Blog of Social Issues in Computing},
volume={2014},
year={2014}
}
@article{grover20185th,
title={The 5th Cof 21st century skills},
author={Grover, S},
journal={Try computational thinking (not coding).(March 13). Retrieved from EdSurge News: https://www. edsurge. com/news/2018-02-25-the-5th-c-of-21st-century-skills-try-computational-thinking-not-coding},
year={2018}
}
@article{sommerville2011large,
title={Large-scale complex IT systems},
author={Sommerville, Ian and Cliff, Dave and Calinescu, Radu and Keen, Justin and Kelly, Tim and Kwiatkowska, Marta and Mcdermid, John and Paige, Richard},
journal={arXiv preprint arXiv:1109.3444},
year={2011}
}
@techreport{northrop2006ultra,
title={Ultra-large-scale systems: The software challenge of the future},
author={Northrop, Linda and Feiler, Peter and Gabriel, Richard P and Goodenough, John and Linger, Rick and Longstaff, Tom and Kazman, Rick and Klein, Mark and Schmidt, Douglas and Sullivan, Kevin and others},
year={2006},
institution={CARNEGIE-MELLON UNIV PITTSBURGH PA SOFTWARE ENGINEERING INST}
}
@book{xinjun2019soft,
title={软工程实践教程: 基于开源和群智的方法},
author={毛新军,王涛,余跃},
publisher={高等教育出版社},
year={2019}
}