-
Notifications
You must be signed in to change notification settings - Fork 3
/
research_proposal.tex
124 lines (72 loc) · 3.08 KB
/
research_proposal.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
\documentclass{csustThesis}
\addbibresource[location=local]{reference.bib}
\include{baseinfo.tex}
% \includeonly{body/research_proposal.tex}
\begin{document}
\makeResearchProposalCover
\pagestyle{empty} % 无页眉页脚
\begin{ubox}[breakable,]
\noindent 一、本课题设计(研究)的目的:
制作一个长沙理工大学本科生毕业论文 \LaTeX{} 模板
\vspace*{14\baselineskip}
\end{ubox}
\vspace{-.4\baselineskip}
\begin{ubox}[breakable,height fill]
\noindent 二、设计(研究)现状和发展趋势(文献综述):
麻省理工、清北复交等众多国际国内知名大学早已拥有自己的 \LaTeX{} 模板,而长沙理工大学至今(2022年6月)无人发起与维护一份像样的论文模板。此前在 github 上查询 “csust thesis” 关键词,仅出现两个结果,一个2016年5月发布的 \href{https://github.com/zonkisa/LaTeX-thesis-model-for-CSUST}{LaTeX-thesis-model-for-CSUST} ,然而这是个空项目;另一个是2019年3月发布的\href{https://github.com/leoppro/csust_thesis_latex}{长沙理工大学学士学位论文 LateX 模板},其中仅含开题报告和任务书,而且没有任何说明性文档。
\vspace*{4\baselineskip}
\end{ubox}
\vspace{-.4\baselineskip}
\begin{ubox}[breakable,]
\noindent 三、设计(研究)的重点与难点,拟采用的途径(研究手段):
\vspace*{8\baselineskip}
\end{ubox}
\vspace{-\baselineskip}
\begin{ubox}[breakable,height fill]
\noindent 四、设计(研究)进度计划:
\settowidth{\maxwidth}{第 12-14 周}
\makebox[\maxwidth][s]{第 \mbox{1 } 周}:系统分析,完成开题报告
\makebox[\maxwidth][s]{第 \mbox{2 } 周}:查阅资料,翻译文献。
\makebox[\maxwidth][s]{第 \mbox{3-4 } 周}:功能设计,数据库设计,页面设计。
\makebox[\maxwidth][s]{第 \mbox{5-6 } 周}:系统功能模块设计。
\makebox[\maxwidth][s]{第 \mbox{7-11 } 周}:各功能模块程序开发。
\makebox[\maxwidth][s]{第 \mbox{9-12 } 周}:程序调试,修改。
\makebox[\maxwidth][s]{第 \mbox{12-14} 周}:撰写论文。
\makebox[\maxwidth][s]{第 \mbox{14-15} 周}:论文修改。
\makebox[\maxwidth][s]{第 \mbox{15 } 周}:准备答辩,制作演示软件。
\makebox[\maxwidth][s]{第 \mbox{16 } 周}:答辩。
\end{ubox}
\vspace{-.4\baselineskip}
\begin{ubox}[breakable]
\noindent 五、参考文献:
\vspace*{14\baselineskip}
\printbibliography[heading=none]
\end{ubox}
\vspace{-.4\baselineskip}
\begin{ubox}
% 指教师意见
\begin{center}
\uuline{指导老师意见}
\vspace{6\baselineskip} % 9 / 1.5
\hspace{3cm}
签名:\underline{\makebox[3cm][c]{}}
\end{center}
\begin{flushright}
月\hspace{1cm}日\makebox[1.5cm]{}
\end{flushright}
\end{ubox}
\vspace{-.4\baselineskip}
\begin{ubox}
% 教研室意见
\begin{center}
\uuline{教研室(学术小组)意见}
\vspace{4.67\baselineskip} % 7 / 1.5
\end{center}
\begin{flushleft}
教研室主任(学术小组长)(签章):
\end{flushleft}
\begin{flushright}
月\hspace{1cm}日\makebox[1.5cm]{}
\end{flushright}
\end{ubox}
\end{document}