Commit de088dca authored by liziwl's avatar liziwl
Browse files

更新英文模版

parent 9dd7f245
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
% !TeX root = ../thuthesis-example.tex


\chapter{\quad} % \quad 为空格不可删除
% \chapter{结\quad 论} % \quad 为空格不可删除
\chapter{CONCLUSION}

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

+8 −4
Original line number Diff line number Diff line
@@ -2,7 +2,8 @@

\begin{resume}

  \section*{个人简历}
  % \section*{个人简历}
  \section*{Resume}

  ××××年××月××日出生于××××。

@@ -14,9 +15,11 @@

  工作经历:……

  \section*{在学期间完成的相关学术成果}
  % \section*{在学期间完成的相关学术成果}
  \section*{Academic Achievements during the Study for an Academic Degree}

  \subsection{学术论文}
  % \subsection{学术论文}
  \subsection{Academic papers}

  \begin{achievements}
    \item Yang Y, Ren T L, Zhang L T, et al. Miniature microphone with silicon-based ferroelectric thin films[J]. Integrated Ferroelectrics, 2003, 52:229-235.
@@ -26,7 +29,8 @@
  \end{achievements}


  \subsection{专利}
  % \subsection{专利}
  \subsection{Patents}

  \begin{achievements}
    \item 任天令, 杨轶, 朱一平, 等. 硅基铁电微声学传感器畴极化区域控制和电极连接的方法: 中国, CN1602118A[P]. 2005-03-30.

data/statement_en.tex

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

\newcommand{\authorsign}{
  \begin{table}
    \centering
    \normalsize
    % \vspace{12pt}
    \begin{tabular}{llll}
    Author’s signature: & \hspace{3cm} & Date: &  \hspace{3cm}
    \end{tabular}
  \end{table}
}
\newcommand{\authorsupervisorsign}{
  \begin{table}
    \centering
    \normalsize
    % \vspace{12pt}
    \begin{tabular}{llll}
    Author’s signature: & \hspace{3cm} & Supervisor’s signature: &  \hspace{3cm}\\
    Date: & \hspace{3cm} & Date: &  \hspace{3cm}
    \end{tabular}
  \end{table}
}

\begin{statementcopyright}
  % \section*{学位论文独创性声明}
  \section*{Dissertation Originality Statement}
  \vspace{1em}

  % \begin{spacing}{1.25}
    I solemnly declare that the thesis submitted is the result of my independent research work under the guidance of my supervisor. To the best of my knowledge, the research results do not contain contents of any others who have claimed copyrights except for those cited in the thesis. Other individuals and organizations, who have contributed to the research work, have been clearly identified in the thesis.
  % \end{spacing}

  \authorsign

  % \section*{学位论文使用权限}
  \section*{Authorization for Use of Dissertation}

  \vspace{1em}

  % \begin{spacing}{1.25}
    I am fully aware of the regulations of Southern University of Science and Technology regarding the preservation and use of theses as follows:

    Southern University of Science and Technology has the right to use the theses within the scope stipulated in copyright laws, including: (1) graduate students who have obtained a degree must submit their theses in accordance with the provisions of the university, and the university may preserve the submitted theses by means of photocopying, reduction or other reproduction methods; (2) for teaching and scientific research purposes, the university may provide the published theses in libraries and other places for faculty and students to use on campus, or on the intranet of the university for faculty and students to view part of the theses; and (3) according to the “Interim Measures for Implementation of the Degree Regulations of the People’s Republic of China” and the specific requirements of relevant authorities, the corresponding theses must be submitted to the National Library of China.

    I promise to abide by the above provisions.
    
  % \end{spacing}

  \authorsupervisorsign

\end{statementcopyright}
 No newline at end of file
+21.3 KiB (399 KiB)

File changed.

No diff preview for this file type.

+5 −2
Original line number Diff line number Diff line
@@ -2,11 +2,13 @@
% !TeX program = xelatex
% !TeX spellcheck = en_US

\documentclass[degree=master]{thuthesis}
\documentclass[degree=master,language=english]{thuthesis}
  % 学位 degree:
  %   doctor | master | bachelor | postdoc
  % 学位类型 degree-type:
  %   academic(默认)| professional
  % 语言 language:
  %   chinese(默认)| english


% 论文基本配置,加载宏包等全局配置
@@ -61,7 +63,8 @@
\input{data/acknowledgements}

%独创性声明和学位论文使用权限的声明
\input{data/statement}
% \input{data/statement}
\input{data/statement_en}

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