Go to file
Xin Peng 1d10542a60 Merge branch 'master' of http://git.trustie.net/Dan_Hao/software-strategy-book 2019-10-26 21:29:49 +08:00
fig1-1 update Ch1-1 and Ch2-6 2019-10-08 15:57:15 +08:00
fig1-2 first modification 2019-10-09 17:00:20 +08:00
fig1-3 update figures in Ch1-3 and Ch2-5 2019-10-22 22:02:32 +08:00
fig1-4 update fig.2 of Ch1-4 2019-10-16 15:18:07 +08:00
fig1-5 word to latex 2019-09-30 14:39:47 +08:00
fig2-2 modification on two chapters 2019-10-21 14:01:21 +08:00
fig2-5 20191007 2019-10-07 21:36:19 +08:00
fig2-7 word to latex 2019-09-30 14:39:47 +08:00
fig2-8 update chapter 4 & 8 of part 2. 2019-10-12 14:24:43 +08:00
fig2-9 word to latex 2019-09-30 14:39:47 +08:00
fig2-10 update chapter 2-10 and figure 2019-10-13 12:28:47 +08:00
figs 迁移到Trustie 2019-09-28 22:11:37 +08:00
.gitignore fix bib/cite errors and ignore aux files 2019-10-25 22:12:49 +08:00
Ch0-1-Abstract.tex 先填上 第二篇总论最后一节 软件学科的发展趋势 的内容 2019-10-23 22:39:07 +08:00
Ch1-1-History.tex add references.bib 2019-10-13 18:21:49 +08:00
Ch1-2-ProgrammingLanguage.tex fix encoding problem -- should use utf-8 2019-10-23 19:24:45 +08:00
Ch1-3-SystemSoftware.tex fix encoding problem -- should use utf-8 2019-10-23 19:24:45 +08:00
Ch1-4-SoftwareEngineering.tex Merge branch 'master' of http://git.trustie.net/Dan_Hao/software-strategy-book 2019-10-26 21:29:49 +08:00
Ch1-5-SoftwareIndustry.tex minor revisions 2019-09-30 15:03:58 +08:00
Ch2-1-Overview.tex 先填上 第二篇总论最后一节 软件学科的发展趋势 的内容 2019-10-23 22:39:07 +08:00
Ch2-2-SoftwareTheory.tex fix encoding problem -- should use utf-8 2019-10-23 19:58:11 +08:00
Ch2-3-SoftwareLanguage.bbl references 2019-10-07 14:20:28 +08:00
Ch2-3-SoftwareLanguage.tex fix encoding problem -- should use utf-8 2019-10-23 19:58:11 +08:00
Ch2-4-DevelopmentMethodology.tex no message 2019-10-25 17:14:55 +08:00
Ch2-5-OperatingSystem.tex update Ch1-3 and Ch2-5 2019-10-22 21:47:17 +08:00
Ch2-6-DataManagement.tex update Ch1-1 and Ch2-6 2019-10-08 15:57:15 +08:00
Ch2-7-DomainApplication.tex Ch1-4: add references and move references 2019-10-26 21:29:38 +08:00
Ch2-8-Quality&Security.tex no message 2019-10-25 17:14:55 +08:00
Ch2-9-SoftwareEcosystem.tex fix encoding problem -- should use utf-8 2019-10-23 19:58:11 +08:00
Ch2-10-Education.tex 修复一些不一致问题。统一使用biblatex/biber。 2019-10-23 21:03:04 +08:00
README.md 修复一些不一致问题。统一使用biblatex/biber。 2019-10-23 21:03:04 +08:00
main.tex use numeric style of biblatex 2019-10-23 21:07:53 +08:00
references.bib fix bib/cite errors and ignore aux files 2019-10-25 22:12:49 +08:00

README.md

软件科学与工程学科发展战略

软件学科发展战略协作编辑repo

repo协作注意事项

  1. 秘书组负责维护master
  2. 各章节作者请fork自己的分支在自己的分支上更新欢迎对其他各章提出修改建议可以在自己的分支上直接修改
  3. 各章作者完成一个milestone后请通知秘书组审核分支修改并merge到master中。

编译方法

  1. 建议使用TexLive 2019发行版。
  2. 请使用 XeLaTeX 编译,以便更好地支持中文排版。

LaTeX编写注意事项

  1. 参考文献请尽量使用ACM DL里的bib item并保持其ID。使用biblatx/biber 处理bib得到bbl以支持中文。
  2. 请各位注意在阐述重要概念、使用重要概念时添加 \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