File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,12 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
1212- 新增选项 ` review = true/false ` 选择盲审模式([ #489 ] ( https://github.com/ustctug/ustcthesis/issues/489 ) )。
1313- 本科生新增学术诚信承诺书(教务处 2025-09-09 更新,[ #496 ] ( https://github.com/ustctug/ustcthesis/issues/496 ) )。
14+ - 新增 ` achievements* ` 环境用于输出盲审版的研究成果([ #489 ] ( https://github.com/ustctug/ustcthesis/issues/489#issuecomment-4182565581 ) )。
1415
1516### Changed
1617
1718- 默认数学符号风格 ` math-style ` 改为 ` TeX ` 。
1819- 中文著者-出版年制引用标注的括号改为全角([ tuna/thuthesis #1054 ] ( https://github.com/tuna/thuthesis/issues/1054 ) )。
1920- 研究生的原创性声明命令改为 ` \statement ` 。
21+ - 改进盲审模式 ` review = true ` 的输出格式([ #489 ] ( https://github.com/ustctug/ustcthesis/issues/489#issuecomment-4182565581 ) )。
2022
2123### Deprecated
2224
Original file line number Diff line number Diff line change 2323 \end {theachievements }
2424
2525\end {achievements }
26+
27+
28+ % 用于盲审的研究成果(review = true)
29+ \begin {achievements* }
30+ % 按个人研究成果,该部分可主要分为四种类型,书写要求如下,
31+ % 其中均不可出现本人或导师姓名以及任何能够搜索到个人信息的句段,
32+ % 如:论文标题、发表期刊刊次和页码、专利授权号等:
33+ % 一、已发表期刊论文
34+ % [1] 20xx 年以第一作者/共同第一作者(排名第 X)/导师第一、本人第二在 XXXXXX(期刊名)发表论文一篇。
35+ % 二、待发表期刊论文
36+ % [1] 一篇第 X 作者论文待发表或已投于 XXXXX 期刊,注明 submitted, under review 或 accepted 状态。
37+ % 三、发明专利申请
38+ % [1] 20XX 年以第一作者/导师第一、本人第二申请专利一项,注明是否公开、 是否授权。
39+ % 四、其他参与国际会议或重大项目情况可酌情添加,但均不可出现本人或导师姓 名以及任何能搜索到个人信息的句段。
40+
41+ \begin {theachievements }[已发表论文]
42+ \item 2020 年以第一作者在 \emph {ACS Applied Materials \& Interfaces } 发表论文一篇。
43+ \end {theachievements }
44+
45+ \begin {theachievements }[待发表期刊论文]
46+ \item 一篇第一作者论文 submitted.
47+ \item 一篇第一作者论文 In preparation.
48+ \end {theachievements }
49+
50+ \begin {theachievements }[会议论文]
51+ \item 第一作者会议论文 The 19th International Conference on the Science
52+ and Application of Nanotubes and Low-Dimensional Materials (NT19)
53+ \item 第一作者会议论文 10th A3 Symposium on Emerging Materials and
54+ Devices: Nanomaterials for Energy and Electronics
55+ \item 第一作者会议论文\ 中国材料大会 2021,厦门,2021 年 7 月 8 日—7 月 12 日
56+ \end {theachievements }
57+
58+ \begin {theachievements }[口头报告]
59+ \item 中国材料大会 2021,厦门,作口头报告。
60+ \end {theachievements }
61+
62+ \end {achievements* }
Original file line number Diff line number Diff line change 22% !TEX program = xelatex
33% !TEX spellcheck = en_US
44
5- \documentclass [degree=bachelor ]{ustcthesis }
5+ \documentclass [degree=doctor ]{ustcthesis }
66% degree = doctor | master | bachelor
77% degree-type = academic | professional | engineering
88% language = chinese | english
99% fontset = windows | mac | ubuntu | fandol
10+ % review = true | false % 盲审模式
1011
1112% 加载宏包、全部的配置
1213\input {ustcsetup }
Original file line number Diff line number Diff line change 2424 \item ……
2525 \end {theachievements }
2626
27- \begin {theachievements }[发明专利]
28- \item xx. 一种温热外敷药制备方案. 授权号:CN123456789B,2023-08-12.
29- \item ……
27+ \end {achievements }
28+
29+ \begin {achievements* }
30+ \begin {theachievements }[已发表论文]
31+ \item 2020 年以第一作者在 \emph {ACS Applied Materials \& Interfaces } 发表论文一篇。
3032 \end {theachievements }
3133
32- \begin {theachievements }[会议论文 ]
33- \item xx. 关于人工智能在学位授予工作的应用,人工智能国际研讨会,2023,12 .
34- \item ……
34+ \begin {theachievements }[待发表期刊论文 ]
35+ \item 一篇第一作者论文 submitted .
36+ \item 一篇第一作者论文 In preparation.
3537 \end {theachievements }
3638
37- \begin {theachievements }[参与的科研项目]
38- \item 智能计算板卡与整机,科技委重点项目-课题,2018-2020.
39- \item ……
39+ \begin {theachievements }[会议论文]
40+ \item 第一作者会议论文 The 19th International Conference on the Science
41+ and Application of Nanotubes and Low-Dimensional Materials (NT19)
42+ \item 第一作者会议论文 10th A3 Symposium on Emerging Materials and
43+ Devices: Nanomaterials for Energy and Electronics
44+ \item 第一作者会议论文\ 中国材料大会 2021,厦门,2021 年 7 月 8 日—7 月 12 日
4045 \end {theachievements }
4146
42- \end {achievements }
47+ \begin {theachievements }[口头报告]
48+ \item 中国材料大会 2021,厦门,作口头报告。
49+ \end {theachievements }
50+ \end {achievements* }
4351
4452\clearpage
4553\OMIT
You can’t perform that action at this time.
0 commit comments