Commit fa8ec004 authored by liziwl's avatar liziwl
Browse files

添加结论章节

parent 809ee27c
Loading
Loading
Loading
Loading

data/conclusion.tex

0 → 100644
+8 −0
Original line number Diff line number Diff line
% !TeX root = ../thuthesis-example.tex


\chapter{结论}

学位论文的结论作为论文正文的最后一章单独排写,但不加章标题序号。

结论应是作者在学位论文研究过程中所取得的创新性成果的概要总结,不能与摘要混为一谈。博士学位论文结论应包括论文的主要结果、创新点、展望三部分,在结论中应概括论文的核心观点,明确、客观地指出本研究内容的创新性成果(含新见解、新观点、方法创新、技术创新、理论创新),并指出今后进一步在本研究方向进行研究工作的展望与设想。对所取得的创新性成果应注意从定性和定量两方面给出科学、准确的评价,分(1)、(2)、(3)…条列出,宜用“提出了”、“建立了”等词叙述。
 No newline at end of file
+12 −8
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
  % 输出格式
  %   选择打印版(print)或用于提交的电子版(electronic),前者会插入空白页以便直接双面打印
  %
  output = print,
  output = electronic,
  %
  % 标题
  %   可使用“\\”命令手动控制换行
@@ -39,10 +39,10 @@
  %      Doctor of Education, Master of Engineering
  %   3. 本科生不需要填写
  %
  degree-level = {硕士},
  gongsuo = false, % 如果为工程硕士是true,其他为 false
  degree-name  = {工学硕士},
  degree-name* = {Master of Science},
  degree-level = {硕士}, % 【中文】学位等级:可选硕士,博士
  gongsuo = false, % 是否为工程硕士:是则填 true,学术硕士或其他为 false
  degree-name  = {工学硕士}, % 【中文】获得学位全名
  degree-name* = {Master of Science}, % 【英文】获得学位全名
  %
  % 培养单位
  %   填写所属院系的全名
@@ -55,9 +55,6 @@
  %      获得一级学科授权的学科填写一级学科名称,其他填写二级学科名称
  %   2. 工程硕士
  %      工程领域名称
  %   3. 其他专业型学位
  %      不填写此项
  %   4. 本科生填写专业名称,第二学位论文需标注“(第二学位)”
  %
  discipline  = {计算机科学与工程},
  discipline* = {Computer Science and Engineering},
@@ -106,7 +103,14 @@
  % discipline-level-1 = {计算机科学与技术},  % 流动站(一级学科)名称
  % discipline-level-2 = {系统结构},          % 专业(二级学科)名称
  % start-date         = {2011-07-01},        % 研究工作起始时间
  %
  % 密级
  %   秘密, 机密, 绝密
  %
  statesecrets={公开},
  %
  % 国内图书分类号,国际图书分类号
  %
  natclassifiedindex={TM301.2},
  intclassifiedindex={62-5},
}
+2.19 KiB (358 KiB)

File changed.

No diff preview for this file type.

+4 −20
Original line number Diff line number Diff line
@@ -18,14 +18,6 @@
% 封面
\maketitle

% % 学位论文指导小组、公开评阅人和答辩委员会名单
% \input{data/committee}

% % 使用授权的说明
% \copyrightpage
% % 将签字扫描后授权文件 scan-copyright.pdf 替换原始页面
% % \copyrightpage[file=scan-copyright.pdf]

\frontmatter
\input{data/abstract}

@@ -48,6 +40,10 @@
\input{data/chap03}
\input{data/chap04}

% 结论
\backmatter
\input{data/conclusion}


% 参考文献
\bibliography{ref/refs}  % 参考文献使用 BibTeX 编译
@@ -67,15 +63,6 @@
%独创性声明和学位论文使用权限的声明
\input{data/statement}

% % 声明
% \statement
% % 生成的声明页是否要插入页眉和页脚(默认 empty)
% % 仅在需要进行电子签名时,才需要打开这一选项
% % 插入的扫描声明页总是会生成页眉(研究生)和页脚,不受这一选项影响
% % \statement[page-style=plain]
% % 将签字扫描后的声明文件 scan-statement.pdf 替换原始页面
% % \statement[file=scan-statement.pdf]

% 个人简历、在学期间完成的相关学术成果
\input{data/resume}

@@ -85,7 +72,4 @@
% 答辩委员会决议书
\input{data/resolution}

% 本科生的综合论文训练记录表(扫描版)
% \record{file=scan-record.pdf}

\end{document}