wangtao cfd9665d3b | ||
---|---|---|
fig1-1 | ||
fig1-2 | ||
fig1-3 | ||
fig1-4 | ||
fig1-5 | ||
fig2-2 | ||
fig2-5 | ||
fig2-7 | ||
fig2-8 | ||
fig2-9 | ||
fig2-10 | ||
figs | ||
.gitignore | ||
Ch0-1-Abstract.tex | ||
Ch1-1-History.tex | ||
Ch1-2-ProgrammingLanguage.tex | ||
Ch1-3-SystemSoftware.tex | ||
Ch1-4-SoftwareEngineering.tex | ||
Ch1-5-SoftwareIndustry.tex | ||
Ch2-1-Overview.tex | ||
Ch2-2-SoftwareTheory.tex | ||
Ch2-3-PLReference.bib | ||
Ch2-3-SoftwareLanguage.tex | ||
Ch2-4-DevelopmentMethodology.tex | ||
Ch2-5-OperatingSystem.tex | ||
Ch2-6-DataManagement.tex | ||
Ch2-7-DomainApplication.tex | ||
Ch2-8-Quality&Security.tex | ||
Ch2-9-SoftwareEcosystem.tex | ||
Ch2-10-Education.tex | ||
Ch3-1.tex | ||
Ch3-2.tex | ||
README.md | ||
main.tex | ||
references.bib |
README.md
软件科学与工程学科发展战略
软件学科发展战略协作编辑repo
repo协作注意事项
- 秘书组负责维护master;
- 各章节作者请fork自己的分支,在自己的分支上更新;欢迎对其他各章提出修改建议(可以在自己的分支上直接修改)。
- 各章作者完成一个milestone后,请通知秘书组审核分支修改,并merge到master中。
编译方法
- 建议使用TexLive 2019发行版。
- 请使用 XeLaTeX 编译,以便更好地支持中文排版。
LaTeX编写注意事项
- 参考文献请尽量使用ACM DL里的bib item,并保持其ID。使用biblatx/biber 处理bib得到bbl,以支持中文。
- 请各位注意在阐述重要概念、使用重要概念时添加 \index 标注; 例如 “软件\index{软件}是以计算为核心手段实现应用目标和价值的解决方案。”、“第二个事件是软件工程\index{软件工程}的兴起”。
各章文件对照关系
-
八千字摘要 软件科学与工程学科发展战略(摘要): Ch0-1-Abstract
-
第一篇 第一章 软件学科历史回顾: Ch1-1-History
-
第一篇 第二章 程序语言与理论: Ch1-2-ProgrammingLanguage
-
第一篇 第三章 系统软件: Ch1-3-SystemSoftware
-
第一篇 第四章 软件工程: Ch1-4-SoftwareEngineering
-
第一篇 第五章 软件产业: Ch1-5-SoftwareIndustry
-
第二篇 第一章引言: Ch2-1-Overview
-
第二篇 第二章 软件理论: Ch2-2-SoftwareTheory
-
第二篇 第三章 软件语言: Ch2-3-SoftwareLanguage
-
第二篇 第四章 软件开发方法与技术: Ch2-4-DevelopmentMethodology
-
第二篇 第五章 操作系统与运行平台: Ch2-5-OperatingSystem
-
第二篇 第六章-数据管理: Ch2-6-DataManagement
-
第二篇 第七章 面向领域的应用软件系统: Ch2-7-DomainApplication
-
第二篇 第八章软件质量与安全保障: Ch2-8-Quality&Security
-
第二篇 第九章 软件生态: Ch2-9-SoftwareEcosystem
-
第二篇 第十章 软件学科教育: Ch2-10-Education