Go to file
Xin Peng 868aeebf7a update files for Haodan 2020-02-25 11:52:07 +08:00
fig1-1 update Ch1-1 History and fix a reference in Ch2-5 OS 2019-10-30 19:41:39 +08:00
fig1-2 fig1-2/fig2-2 2019-12-06 15:45: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 update Ch1-5 Software Industry, its figure, and references. 2019-10-29 09:33:50 +08:00
fig2-2 modification on two chapters 2019-10-21 14:01:21 +08:00
fig2-5 Minor changes to CH3&CH10 2019-12-10 17:16:31 +08:00
fig2-7 update files for Haodan 2020-02-25 11:52:07 +08:00
fig2-8 update figures in Ch2-8 and Ch2-10 and small modification to Ch1-4 and Ch2-8-10 2019-10-31 15:11:00 +08:00
fig2-9 add a new figure 2019-10-31 17:13:10 +08:00
fig2-10 edit Ch2-10 2019-12-09 11:43:12 +08:00
figs 摘要部分修改 2020-02-14 15:49:39 +08:00
.DS_Store no message 2020-02-20 17:24:14 +08:00
.gitignore fix bib/cite errors and ignore aux files 2019-10-25 22:12:49 +08:00
Ch0-1-Abstract.tex 完成21日讨论的一些关于摘要、历史的问题,同时修复了一些文件的mode -- Ch1-2, Ch2-2 文件内容没改。 2020-02-21 14:25:48 +08:00
Ch1-1-History.tex 完成21日讨论的一些关于摘要、历史的问题,同时修复了一些文件的mode -- Ch1-2, Ch2-2 文件内容没改。 2020-02-21 14:25:48 +08:00
Ch1-2-ProgrammingLanguage.tex 完成21日讨论的一些关于摘要、历史的问题,同时修复了一些文件的mode -- Ch1-2, Ch2-2 文件内容没改。 2020-02-21 14:25:48 +08:00
Ch1-3-SystemSoftware.tex Minor changes to CH3&CH10 2019-12-10 17:16:31 +08:00
Ch1-4-SoftwareEngineering.tex 继续修改软件工程这一章,留下两个批注待原作者确认。 2020-02-20 23:45:31 +08:00
Ch1-5-SoftwareIndustry.tex update Ch1-5 2019-12-09 21:46:35 +08:00
Ch2-1-Overview.tex ch2-1 revised 2020-02-21 11:07:25 +08:00
Ch2-2-SoftwareTheory.tex 完成21日讨论的一些关于摘要、历史的问题,同时修复了一些文件的mode -- Ch1-2, Ch2-2 文件内容没改。 2020-02-21 14:25:48 +08:00
Ch2-3-PLReference.bib added bib 2019-10-15 23:03:52 +08:00
Ch2-3-SoftwareLanguage.tex merged 2019-11-29 20:47:13 +08:00
Ch2-4-DevelopmentMethodology.tex 第二篇 软件开发方法章的几个微小文字修改。主要意见是应该加几个主要参考文献。 2020-02-22 10:26:57 +08:00
Ch2-5-OperatingSystem.tex Minor changes to CH3&CH10 2019-12-10 17:16:31 +08:00
Ch2-6-DataManagement.tex update ch2-6 2019-12-13 09:02:25 +08:00
Ch2-7-DomainApplication.tex update files for Haodan 2020-02-25 11:52:07 +08:00
Ch2-8-Quality&Security.tex update Ch2-4 and Ch2-8 2019-12-14 11:02:07 +08:00
Ch2-9-SoftwareEcosystem.tex no message 2019-12-07 23:33:43 +08:00
Ch2-10-Education.tex Ji's revisions 2020-02-05 18:12:37 +08:00
Ch3-1.tex 第二篇 软件开发方法章的几个微小文字修改。主要意见是应该加几个主要参考文献。 2020-02-22 10:26:57 +08:00
README.md 修复一些不一致问题。统一使用biblatex/biber。 2019-10-23 21:03:04 +08:00
main.tex update files for Haodan 2020-02-25 11:52:07 +08:00
references.bib Merge branch 'master' of http://git.trustie.net/Dan_Hao/software-strategy-book 2020-02-20 23:49:38 +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