Go to file
Yingfei Xiong a9c2650003 added bib 2019-10-15 23:03:52 +08:00
fig1-1 update Ch1-1 and Ch2-6 2019-10-08 15:57:15 +08:00
fig1-2 word to latex 2019-09-30 14:39:47 +08:00
fig1-3 word to latex 2019-09-30 14:39:47 +08:00
fig1-4 word to latex 2019-09-30 14:39:47 +08:00
fig1-5 word to latex 2019-09-30 14:39:47 +08:00
fig2-5 word to latex 2019-09-30 14:39:47 +08:00
fig2-7 word to latex 2019-09-30 14:39:47 +08:00
fig2-9 word to latex 2019-09-30 14:39:47 +08:00
figs 迁移到Trustie 2019-09-28 22:11:37 +08:00
.gitignore add the overview picture of programming languages 2019-10-07 17:47:29 +08:00
Ch0-1-Abstract.tex minor fix to use roman pagenumbers for the front matter. 2019-09-30 20:57:18 +08:00
Ch1-1-History.tex update Ch1-1 and Ch2-6 2019-10-08 15:57:15 +08:00
Ch1-2-ProgrammingLanguage.tex minor fixes to make it compilable. 2019-09-30 17:21:03 +08:00
Ch1-3-SystemSoftware.tex minor fixes to make it compilable. 2019-09-30 17:21:03 +08:00
Ch1-4-SoftwareEngineering.tex minor fixes to make it compilable. 2019-09-30 17:21:03 +08:00
Ch1-5-SoftwareIndustry.tex minor revisions 2019-09-30 15:03:58 +08:00
Ch2-1-Overview.tex minor revisions 2019-09-30 15:03:58 +08:00
Ch2-2-SoftwareTheory.tex word to latex 2019-09-30 14:39:47 +08:00
Ch2-3-PLReference.bib added bib 2019-10-15 23:03:52 +08:00
Ch2-3-SoftwareLanguage.bbl references 2019-10-07 14:20:28 +08:00
Ch2-3-SoftwareLanguage.tex added index to some keywords. 2019-10-14 17:17:03 +08:00
Ch2-4-DevelopmentMethodology.tex word to latex 2019-09-30 14:39:47 +08:00
Ch2-5-OperatingSystem.tex word to latex 2019-09-30 14:39:47 +08:00
Ch2-6-DataManagement.tex update Ch1-1 and Ch2-6 2019-10-08 15:57:15 +08:00
Ch2-7-DomainApplication.tex word to latex 2019-09-30 14:39:47 +08:00
Ch2-8-Quality&Security.tex word to latex 2019-09-30 14:39:47 +08:00
Ch2-9-SoftwareEcosystem.tex word to latex 2019-09-30 14:39:47 +08:00
Ch2-10-Education.tex word to latex 2019-09-30 14:39:47 +08:00
README.md 1. 找回并完善README.md; 2. 使用LaTeX自动索引。 2019-09-30 21:37:35 +08:00
main.tex add the overview picture of programming languages 2019-10-07 17:47:29 +08:00

README.md

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

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

repo协作注意事项

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

编译方法

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

LaTeX编写注意事项

  1. 目前参考文献尚未处理,各章自己维护即可;回头统一处理。
  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