Go to file
DanHaoPKU 41cb6462a6 add one reference and modify Ch2-1 2019-12-24 10:41:23 +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 word to latex 2019-09-30 14:39:47 +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 迁移到Trustie 2019-09-28 22:11:37 +08:00
.DS_Store redo the commit 2019-12-08 14:58:09 +08:00
.gitignore fix bib/cite errors and ignore aux files 2019-10-25 22:12:49 +08:00
Ch0-1-Abstract.tex update abstract 2019-12-18 08:34:28 +08:00
Ch1-1-History.tex 第一章增加参考文献 2019-12-02 13:36:32 +08:00
Ch1-2-ProgrammingLanguage.tex redo the commit 2019-12-08 15:01:16 +08:00
Ch1-3-SystemSoftware.tex Minor changes to CH3&CH10 2019-12-10 17:16:31 +08:00
Ch1-4-SoftwareEngineering.tex no message 2019-12-08 11:40:39 +08:00
Ch1-5-SoftwareIndustry.tex update Ch1-5 2019-12-09 21:46:35 +08:00
Ch2-1-Overview.tex add one reference and modify Ch2-1 2019-12-24 10:41:23 +08:00
Ch2-2-SoftwareTheory.tex redo the commit 2019-12-08 15:01:16 +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 update Ch2-4 and Ch2-8 2019-12-14 11:02:07 +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 with Professor Wang's modification 2019-10-31 22:39:55 +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 edit Ch2-10 2019-12-09 11:43:12 +08:00
Ch3-1.tex use parts of the abstract section to replace the original Ch3-1 2019-10-31 19:55:26 +08:00
README.md 修复一些不一致问题。统一使用biblatex/biber。 2019-10-23 21:03:04 +08:00
main.tex update the title of Ch2-4 2019-11-27 13:52:45 +08:00
references.bib add one reference and modify Ch2-1 2019-12-24 10:41:23 +08:00
reflib.bib edit Ch2-10 2019-12-09 11:43:12 +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