Compare commits
12
Commits
49224aecc5
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
617f273119 | ||
|
|
47b0ba3932 | ||
|
|
5c02bd153f | ||
|
|
78167f7de9 | ||
|
|
6147e323bb | ||
|
|
7d223d91c4 | ||
|
|
34e8e12ae3 | ||
|
|
ef1d215733 | ||
|
|
d8951cd904 | ||
|
|
d032105e31 | ||
|
|
504b247b1c | ||
|
|
8a0a485467 |
@@ -0,0 +1,21 @@
|
|||||||
|
The MIT License (MIT)
|
||||||
|
|
||||||
|
Copyright (c) 2026 yyc12345
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
@@ -0,0 +1,18 @@
|
|||||||
|
# 许可证
|
||||||
|
|
||||||
|
本项目采用混合许可证模式。
|
||||||
|
|
||||||
|
## 专有许可证
|
||||||
|
|
||||||
|
本项目中的以下文件来自AUST,并被AUST版权所有,AUST对其保留所有权利。
|
||||||
|
|
||||||
|
- `aust-logo-banner.jpg`
|
||||||
|
- `aust-nologo-banner.png`
|
||||||
|
|
||||||
|
## CC0许可证
|
||||||
|
|
||||||
|
本项目中使用的论文示例图片`aust-thesis-example.jpg`由本人创作,声明其为CC0许可证。
|
||||||
|
|
||||||
|
## MIT许可证
|
||||||
|
|
||||||
|
除上述资产外,其余资产均以[MIT许可证](./MIT.txt)进行开源。
|
||||||
@@ -1,3 +1,57 @@
|
|||||||
# AUST Thesis Template
|
# AUST Thesis Template
|
||||||
|
|
||||||
WIP
|
## 简介
|
||||||
|
|
||||||
|
本项目是AUST的LaTeX论文模板,且包括但不仅限于论文的模板。
|
||||||
|
|
||||||
|
有鉴于目前没有针对该学校的好用的模板,故自行制作。
|
||||||
|
|
||||||
|
## 项目构成
|
||||||
|
|
||||||
|
本项目由两部分组成,模板部分和示例部分。
|
||||||
|
|
||||||
|
### 模板部分
|
||||||
|
|
||||||
|
以下文件组成了本项目的模板部分。
|
||||||
|
|
||||||
|
- `aust-thesis.cls`:核心模板文件,基于`ctexart`样式修改。
|
||||||
|
- `aust-logo-banner.jpg`:封面中使用的有校徽的学校名称横幅。
|
||||||
|
- `aust-nologo-banner.png`:封面中使用的无校徽的学校名称横幅。
|
||||||
|
|
||||||
|
### 示例部分
|
||||||
|
|
||||||
|
> [!WARNING]
|
||||||
|
> 目前本项目的毕业论文部分仍在进行开发,请谨慎使用。
|
||||||
|
>
|
||||||
|
> 此外,出于提交方便的理由,仍不建议您使用本项目提供的LaTeX格式编写毕业论文这等重要内容。课程报告与读书报告,这些都是只会提交给教师的文本,不会上传系统,无伤大雅。而毕业论文等内容,则会上传系统,且对于该系统的宽容度犹未可知,因此为了编写便利,也是为了避免给自身徒增烦扰,强烈不建议您使用LaTeX格式编写毕业论文。
|
||||||
|
|
||||||
|
以下文件组成了本项目的示例部分,你可以查看这些文件来了解如何使用本模板。
|
||||||
|
|
||||||
|
- `aust-class-report-example.tex`:课程报告示例。适用于在本科生与研究生课程中提交的报告。
|
||||||
|
- `aust-report-report-example.tex`:读书报告示例。适用于在研究生学习过程中,以目标领域方向的文献综述形式提交的报告。
|
||||||
|
- `aust-thesis-example.tex`:毕业论文示例。基于学校的研究生毕业论文模板。
|
||||||
|
- `aust-thesis-example.bib`:用于以上所有示例的参考文献数据。这些参考文献是随机选取的,与文章没有任何关联,仅作示例使用。
|
||||||
|
- `aust-thesis-example.jpg`:用于以上所有示例的文章内图片。该图片与文章没有任何关联,仅作示例使用。
|
||||||
|
- `aust-thesis-example`文件夹:拆分后的文章组成部分,用于可选地导入以上所有示例中。论文内容是随机生成的,仅作示例使用。
|
||||||
|
|
||||||
|
## 用法
|
||||||
|
|
||||||
|
> [!NOTE]
|
||||||
|
> 本项目假定你正在使用TeXLive环境,并以XeLaTeX为TeX编译器,BibTeX为文献编译器。如果您的环境与此不同,您可能需要调整样式文件来进行适配。
|
||||||
|
|
||||||
|
由于本项目无意将该项目打包为一个包并上传到CTAN上进行广泛分发,因此你需要另一种方式来使用本项目。
|
||||||
|
|
||||||
|
1. 首先下载本项目到文件夹中,例如`D:\aust-thesis-template`。你需要保证在这个文件夹中可以找到`aust-thesis.cls`。
|
||||||
|
1. 然后创建环境变量`TEXINPUTS`,并将其设置为`;D:\aust-thesis-template`。
|
||||||
|
- 前置的分号表示包括当前工作目录。反正我没去掉,能用。
|
||||||
|
- 如果你已经有了`TEXINPUTS`环境变量,请将`D:\aust-thesis-template`加在其中,用分号分隔即可。
|
||||||
|
- 如果你使用的不是Windows,而是Linux或macOS等操作系统,请将分号改为冒号。
|
||||||
|
- `D:\aust-thesis-template`是你下载本项目的位置,你需要替换为你的下载位置,这里只是拿来举例。
|
||||||
|
- 有关`TEXINPUTS`环境变量的具体用法请自行查找。
|
||||||
|
1. 最后打开你TeXLive环境中的编辑器,即可开始编辑。
|
||||||
|
- 由于环境变量已经设置,之后只需要正常打开编辑器编辑即可,无需重复上述步骤。
|
||||||
|
- 参考本项目提供的各类示例来知悉如何使用本模板。
|
||||||
|
|
||||||
|
## 许可证
|
||||||
|
|
||||||
|
本项目采用混合许可证,详见[LICENSES文件夹README文件](./LICENSES/README.md)
|
||||||
|
|||||||
@@ -0,0 +1,60 @@
|
|||||||
|
\documentclass{aust-thesis}
|
||||||
|
\input{aust-thesis-example/packages.tex}
|
||||||
|
|
||||||
|
\austbookreportsetup{
|
||||||
|
level = {硕士研究生读书报告},
|
||||||
|
name = {构·de·von·石},
|
||||||
|
sid = {1145141919},
|
||||||
|
institution = {打灰学院},
|
||||||
|
major = {摸鱼专业},
|
||||||
|
mentor = {张三},
|
||||||
|
direction = {无机物烹饪},
|
||||||
|
title = {意大利面与45号混凝土的微观级复合拌合研究},
|
||||||
|
% You can use "lastbib" provided \LastBib macro to dynamic apply for this field
|
||||||
|
refcnt = {12},
|
||||||
|
school = {打灰学院},
|
||||||
|
date = {2026年04月01日}
|
||||||
|
}
|
||||||
|
|
||||||
|
\begin{document}
|
||||||
|
|
||||||
|
% region: 封面部分
|
||||||
|
|
||||||
|
% 论文封面
|
||||||
|
\austbookreportcover
|
||||||
|
\clearpage
|
||||||
|
|
||||||
|
% endregion
|
||||||
|
|
||||||
|
% region: 前缀部分
|
||||||
|
|
||||||
|
\austromanpagenum
|
||||||
|
|
||||||
|
% 中文摘要
|
||||||
|
\input{aust-thesis-example/abstract-zh.tex}
|
||||||
|
|
||||||
|
% 英文摘要
|
||||||
|
\input{aust-thesis-example/abstract-en.tex}
|
||||||
|
|
||||||
|
% 中文目录
|
||||||
|
\input{aust-thesis-example/toc-zh.tex}
|
||||||
|
|
||||||
|
% endregion
|
||||||
|
|
||||||
|
% region: 正文部分
|
||||||
|
|
||||||
|
\austarabicpagenum
|
||||||
|
|
||||||
|
% 正文
|
||||||
|
\input{aust-thesis-example/body.tex}
|
||||||
|
|
||||||
|
% endregion
|
||||||
|
|
||||||
|
% region: 后缀部分
|
||||||
|
|
||||||
|
% 参考文献
|
||||||
|
\input{aust-thesis-example/bibliography.tex}
|
||||||
|
|
||||||
|
% endregion
|
||||||
|
|
||||||
|
\end{document}
|
||||||
@@ -0,0 +1,58 @@
|
|||||||
|
\documentclass{aust-thesis}
|
||||||
|
\input{aust-thesis-example/packages.tex}
|
||||||
|
|
||||||
|
\austclassreportsetup{
|
||||||
|
semester = {2025-2026学年第1学期},
|
||||||
|
level = {研究生课程},
|
||||||
|
course = {拌面技术课程报告},
|
||||||
|
title = {意大利面与45号混凝土的微观级复合拌合研究},
|
||||||
|
school = {打灰学院},
|
||||||
|
major = {摸鱼专业},
|
||||||
|
sid = {1145141919},
|
||||||
|
name = {构·de·von·石},
|
||||||
|
lecturer = {张三},
|
||||||
|
date = {2026年04月01日}
|
||||||
|
}
|
||||||
|
|
||||||
|
\begin{document}
|
||||||
|
|
||||||
|
% region: 封面部分
|
||||||
|
|
||||||
|
% 论文封面
|
||||||
|
\austclassreportcover
|
||||||
|
\clearpage
|
||||||
|
|
||||||
|
% endregion
|
||||||
|
|
||||||
|
% region: 前缀部分
|
||||||
|
|
||||||
|
\austromanpagenum
|
||||||
|
|
||||||
|
% 中文摘要
|
||||||
|
\input{aust-thesis-example/abstract-zh.tex}
|
||||||
|
|
||||||
|
% 中文目录
|
||||||
|
\input{aust-thesis-example/toc-zh.tex}
|
||||||
|
|
||||||
|
% endregion
|
||||||
|
|
||||||
|
% region: 正文部分
|
||||||
|
|
||||||
|
\austarabicpagenum
|
||||||
|
|
||||||
|
% 正文
|
||||||
|
\input{aust-thesis-example/body.tex}
|
||||||
|
|
||||||
|
% endregion
|
||||||
|
|
||||||
|
% region: 后缀部分
|
||||||
|
|
||||||
|
% 后记与致谢
|
||||||
|
\input{aust-thesis-example/thanks.tex}
|
||||||
|
|
||||||
|
% 参考文献
|
||||||
|
\input{aust-thesis-example/bibliography.tex}
|
||||||
|
|
||||||
|
% endregion
|
||||||
|
|
||||||
|
\end{document}
|
||||||
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 25 KiB |
+41
-162
@@ -1,32 +1,41 @@
|
|||||||
\documentclass[UTF8]{aust-thesis} % 使用自定义模板
|
\documentclass{aust-thesis}
|
||||||
\usepackage{graphicx}
|
\input{aust-thesis-example/packages.tex}
|
||||||
\usepackage{amsmath}
|
|
||||||
\usepackage{booktabs}
|
|
||||||
\usepackage{hyperref}
|
|
||||||
|
|
||||||
\austreportsetup{
|
\austthesissetup{
|
||||||
semester = {2025-2026学年第1学期},
|
clcindex = {OK114.514},
|
||||||
level = {研究生课程},
|
catindex = {007.0.0},
|
||||||
course = {拌面技术课程报告},
|
index = {0114-0514 \(1919\)00-0000-00},
|
||||||
|
secret = {绝\hspace{2em}密},
|
||||||
|
level = {硕\hspace{1em}士\hspace{1em}学\hspace{1em}位\hspace{1em}论\hspace{1em}文},
|
||||||
title = {意大利面与45号混凝土的微观级复合拌合研究},
|
title = {意大利面与45号混凝土的微观级复合拌合研究},
|
||||||
school = {打灰学院},
|
subtitle = {针对可使用无机物的研究},
|
||||||
major = {给排水专业},
|
name = {张三},
|
||||||
sid = {1145141919},
|
major = {摸鱼专业},
|
||||||
name = {构·de·von·石},
|
direction = {无机物烹饪},
|
||||||
lecturer = {张三},
|
mentor = {李四\hspace{1em}非教授},
|
||||||
date = {2026年04月01日}
|
mentor_institution = {打灰学院},
|
||||||
|
committee_chairman = {王五},
|
||||||
|
defence_date = {2026年04月01日},
|
||||||
|
date = {2026年04月01日},
|
||||||
|
major_en = {Touching Fish},
|
||||||
|
title_en = {A Study on the Micro-Level Composite Mixing of Spaghetti and Number 45 Concrete},
|
||||||
|
subtitle_en = {A study on the use of inorganic substances},
|
||||||
|
name_en = {San Zhang},
|
||||||
|
mentor_en = {Si Lee},
|
||||||
|
school_en = {Whitewash School},
|
||||||
|
university = {家里蹲大学},
|
||||||
}
|
}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
% region: 封面部分
|
% region: 封面部分
|
||||||
|
|
||||||
\austreportcover
|
% 论文封面
|
||||||
|
\austthesiscover
|
||||||
\clearpage
|
\clearpage
|
||||||
|
|
||||||
\austnopagenum
|
% 版权与签字部分
|
||||||
\section*{独创性声明}
|
\austthesisdeclaration
|
||||||
\section*{学位论文版权使用授权书}
|
|
||||||
\clearpage
|
\clearpage
|
||||||
|
|
||||||
% endregion
|
% endregion
|
||||||
@@ -35,20 +44,16 @@
|
|||||||
|
|
||||||
\austromanpagenum
|
\austromanpagenum
|
||||||
|
|
||||||
% \section{摘要}
|
% 中文摘要
|
||||||
\begin{austabstract}{摘\hspace{2em}要}
|
\input{aust-thesis-example/abstract-zh.tex}
|
||||||
本文首次提出了一种将传统碳水化合物(意大利面)与标准建筑结构材料(45号混凝土)进行微观级复合拌合的创新工艺。通过引入量子谐振搅拌场与非欧几里得揉面算法,我们成功观测到了“面条-水泥”界面的拓扑相变现象。实验结果表明,该复合材料在抗压强度与番茄酱吸附率之间呈现出显著的负相关震荡特性,为未来跨学科“可食用建筑”与“土木工程烹饪学”提供了理论基石。
|
|
||||||
\end{austabstract}
|
|
||||||
\austkeywords{关键词:}{意大利面, 45号混凝土, 量子搅拌, 碳水基复合材料, 非牛顿流变学}
|
|
||||||
\clearpage
|
|
||||||
|
|
||||||
\section{Abstract}
|
% 英文摘要
|
||||||
\clearpage
|
\input{aust-thesis-example/abstract-en.tex}
|
||||||
|
|
||||||
% \section*{目录}
|
% 中文目录
|
||||||
\tableofcontents
|
\input{aust-thesis-example/toc-zh.tex}
|
||||||
\clearpage
|
|
||||||
|
|
||||||
|
% 英文目录
|
||||||
\section*{Contents}
|
\section*{Contents}
|
||||||
\clearpage
|
\clearpage
|
||||||
|
|
||||||
@@ -64,147 +69,21 @@
|
|||||||
|
|
||||||
\austarabicpagenum
|
\austarabicpagenum
|
||||||
|
|
||||||
\section{引言}
|
% 正文
|
||||||
|
\input{aust-thesis-example/body.tex}
|
||||||
自公元前3世纪古罗马厨师尝试将通心粉与火山灰混合以来,人类对于“可食用建材”的探索从未停止\cite{zhu2024Antenna}。传统土木工程受限于波特兰水泥的脆性,而现代烹饪学则受困于面条的过度糊化\cite{djaghloul2025OpenCircuit, du2024Using, engel2019GANSynth, lai2026Multimodal, rani2026RealTime}。两者在宏观尺度上的矛盾,实则源于分子层面的自旋错配\cite{sayed2025Optimising, wang2026Hardware, zhou2026Machine}。近年来,随着高维流体力学与美食拓扑学的交叉融合,将长链淀粉聚合物与硅酸钙水化产物进行定向拌合,已成为突破材料科学瓶颈的关键路径\cite{pan2025FPGA, peng2026PhysicsInformed, wang2026Hardware, zhao2025Deep, zhou2026Machine}。
|
|
||||||
|
|
||||||
\clearpage
|
|
||||||
|
|
||||||
\section{背景}
|
|
||||||
|
|
||||||
\subsection{研究动机}
|
|
||||||
|
|
||||||
尽管已有文献探讨了“披萨底混凝土”与“千层面隔热板”的可行性,但针对45号混凝土(抗压强度标准值为45MPa)与直条形意大利面(直径1.6mm)的共混体系,尚无系统性报道。本研究旨在填补这一空白。
|
|
||||||
|
|
||||||
\subsubsection{理论假设}
|
|
||||||
|
|
||||||
假设面条的螺旋角 $\alpha$ 与混凝土的坍落度 $S$ 满足如下守恒律:当 $\alpha \cdot S > \pi$ 时,体系将自发形成分形网络结构,并在咀嚼过程中释放薛定谔态的罗勒香气。
|
|
||||||
|
|
||||||
\subsubsection{实验假设}
|
|
||||||
|
|
||||||
假设通过引入量子谐振搅拌场与非欧几里得揉面算法,可以实现“面条-水泥”界面的拓扑相变,从而提升复合材料的力学性能与感官评价。
|
|
||||||
|
|
||||||
过往的文献主要集中在“面条-水泥”界面的微观结构表征与力学性能测试,但鲜少涉及感官评价。本研究通过引入量子谐振搅拌场与非欧几里得揉面算法,成功实现了“面条-水泥”界面的拓扑相变,从而提升复合材料的力学性能与感官评价。
|
|
||||||
|
|
||||||
\subsection{研究内容}
|
|
||||||
|
|
||||||
本研究主要探讨了意大利面与45号混凝土共混体系的微观结构与力学性能,具体包括:
|
|
||||||
|
|
||||||
\begin{itemize}
|
|
||||||
\item 意大利面与45号混凝土的微观结构表征
|
|
||||||
\item 意大利面与45号混凝土共混体系的力学性能测试
|
|
||||||
\item 意大利面与45号混凝土共混体系的感官评价
|
|
||||||
\end{itemize}
|
|
||||||
|
|
||||||
\clearpage
|
|
||||||
|
|
||||||
\section{理论分析}
|
|
||||||
\markboth{理论分析}{}
|
|
||||||
|
|
||||||
\subsection{微观结构表征}
|
|
||||||
|
|
||||||
通过扫描电子显微镜与X射线衍射分析,揭示了意大利面与45号混凝土共混体系的微观结构特征。结果表明,面条纤维在混凝土基体中形成了均匀的三维交织网络,显著提高了复合材料的力学性能与感官评价。
|
|
||||||
|
|
||||||
\subsection{力学性能测试}
|
|
||||||
|
|
||||||
通过单轴压缩试验与流变测试,系统地分析了意大利面与45号混凝土共混体系的力学性能与流变行为。结果表明,面条纤维的引入显著提高了复合材料的抗压强度与韧性,同时降低了水泥的水化热与收缩率。微观结构表征与力学性能测试的结合,为理解面条与混凝土的相互作用提供了深入的见解。
|
|
||||||
|
|
||||||
\clearpage
|
|
||||||
|
|
||||||
\section{实验方法}
|
|
||||||
\markboth{实验方法}{}
|
|
||||||
|
|
||||||
\subsection{材料制备}
|
|
||||||
|
|
||||||
选用市售杜兰小麦意大利面(批次号:PASTA-2026A)与P·O 42.5R水泥熟料复配的45号标准混凝土。水灰比严格控制在0.38,并额外添加3.5\%的罗勒叶提取液作为表面活性剂。所有材料在实验前均需在月球重力模拟器中静置24小时以消除地球磁场干扰。
|
|
||||||
|
|
||||||
\subsection{拌合设备}
|
|
||||||
采用自研的“双螺旋-量子隧穿”强制式搅拌机(型号:Mix-O-Matic $\propto$)。该设备内置微波谐振腔,可在拌合过程中实时监测面筋蛋白的构象折叠状态,并通过傅里叶变换红外光谱仪记录淀粉链的断裂频率。
|
|
||||||
|
|
||||||
\subsection{评测方法}
|
|
||||||
|
|
||||||
感官评价采用三重盲法试验,具体步骤如下:
|
|
||||||
\begin{enumerate}
|
|
||||||
\item 随机选取5名志愿者,要求其在不知情的情况下品尝不同配比的拌合物。
|
|
||||||
\item 志愿者需记录下拌合物的外观、质地、风味等感官指标。
|
|
||||||
\item 最后,计算不同配比下感官评价的平均分,并进行统计分析。
|
|
||||||
\end{enumerate}
|
|
||||||
|
|
||||||
\subsection{味道维度评价}
|
|
||||||
|
|
||||||
将味道维度评价作为感官评价的子指标,具体包括:
|
|
||||||
\begin{itemize}
|
|
||||||
\item 外观
|
|
||||||
\item 质地
|
|
||||||
\item 风味
|
|
||||||
\end{itemize}
|
|
||||||
|
|
||||||
\clearpage
|
|
||||||
|
|
||||||
\section{实验过程}
|
|
||||||
\markboth{实验过程}{}
|
|
||||||
|
|
||||||
实验在恒温(22$\pm$0.5$^\circ$C)与恒湿(50\%RH)的地下实验室中进行。首先将混凝土干料投入搅拌槽,随后以0.1kg/s的速率缓慢加入预先沸煮至“Al Dente”状态的意大利面。启动搅拌机后,设定转速为 $\omega = 120\ \text{rpm}$,并开启频率为 2.45 GHz 的微波辅助场。拌合持续15分钟后,体系颜色由灰白渐变为暗金褐色,并伴随轻微的番茄罗勒香气挥发。此时迅速取样进行流变测试与单轴压缩试验。
|
|
||||||
|
|
||||||
图\ref{fig:mix_process}展示了拌合过程中面条纤维在混凝土基体中的空间分布状态。
|
|
||||||
|
|
||||||
\begin{figure}[htbp]
|
|
||||||
\centering
|
|
||||||
\includegraphics[width=0.85\textwidth]{aust-thesis-example.jpg}
|
|
||||||
\caption{意大利面在45号混凝土基体中的三维交织形貌(扫描电子显微镜模拟图)}
|
|
||||||
\label{fig:mix_process}
|
|
||||||
\end{figure}
|
|
||||||
|
|
||||||
拌合后的体系宏观状态满足以下本构方程:
|
|
||||||
\[
|
|
||||||
\mathbf{\sigma}_{\text{pasta-cement}} = \nabla \times \left( \frac{\eta_0}{\sqrt{1 - (\frac{v}{c})^2}} \cdot \mathbf{E}_{\text{wheat}} \right) + \oint_{\partial \Omega} \rho_{\text{sauce}} \, \mathrm{d}\mathbf{A}
|
|
||||||
\]
|
|
||||||
其中,$\eta_0$ 为初始面糊粘度,$v$ 为搅拌线速度,$c$ 为光速,$\mathbf{E}_{\text{wheat}}$ 为小麦淀粉电场张量。该公式表明,当搅拌速度趋近于光速时,面条的劲道将发生相对论性膨胀。
|
|
||||||
|
|
||||||
\clearpage
|
|
||||||
|
|
||||||
\section{结论和讨论}
|
|
||||||
\markboth{结论和讨论}{}
|
|
||||||
|
|
||||||
实验数据表明,拌合物的抗压强度随意大利面掺量的增加呈现周期性波动。当掺量为12.5\%时,材料达到最优的“脆-韧”平衡点,且在受到冲击时会发出类似大提琴C弦的低频共鸣。表\ref{tab:results}汇总了不同配比下的关键力学与感官指标。
|
|
||||||
|
|
||||||
\begin{table}[htbp]
|
|
||||||
\centering
|
|
||||||
\caption{不同意大利面掺量对45号混凝土复合体系的影响}
|
|
||||||
\label{tab:results}
|
|
||||||
\begin{tabular}{cccccc}
|
|
||||||
\toprule
|
|
||||||
样品编号 & 面条掺量(\%) & 抗压强度(MPa) & 坍落度(mm) & 咀嚼阻力(N) \\
|
|
||||||
\midrule
|
|
||||||
PC-00 & 0.0 & 45.2 & 180 & 0.0 \\
|
|
||||||
PC-01 & 5.0 & 38.7 & 165 & 42.1 \\
|
|
||||||
PC-02 & 10.0 & 41.3 & 140 & 88.6 \\
|
|
||||||
PC-03 & 12.5 & 46.9 & 110 & 115.3 \\
|
|
||||||
PC-04 & 15.0 & 33.1 & 85 & 142.0 \\
|
|
||||||
\bottomrule
|
|
||||||
\end{tabular}
|
|
||||||
\end{table}
|
|
||||||
|
|
||||||
讨论指出,面条的加入并未破坏混凝土的骨架结构,反而在微观孔隙中形成了“淀粉水化凝胶桥”。然而,过量添加会导致体系发生“非弹性糊化相变”,使材料丧失承重能力并退化为可食用的软体动物饲料。未来研究可尝试引入帕尔马干酪粉末作为纳米增韧剂,进一步探索该体系在跨海大桥与米其林餐厅双场景下的应用潜力。
|
|
||||||
|
|
||||||
\clearpage
|
|
||||||
|
|
||||||
% endregion
|
% endregion
|
||||||
|
|
||||||
% region: 后缀部分
|
% region: 后缀部分
|
||||||
|
|
||||||
% \section{参考文献}
|
% 参考文献
|
||||||
\bibliography{aust-thesis-example}
|
\input{aust-thesis-example/bibliography.tex}
|
||||||
\clearpage
|
|
||||||
|
|
||||||
\section{附录}
|
\section{附录}
|
||||||
\clearpage
|
\clearpage
|
||||||
|
|
||||||
\section{后记或致谢}
|
% 后记与致谢
|
||||||
|
\input{aust-thesis-example/thanks.tex}
|
||||||
感谢博洛尼亚大学材料科学与烹饪艺术学院提供的微波搅拌机,以及楼下五金店老板张师傅在混凝土采购时给予的“多送半袋砂子”的慷慨支持。本研究未受任何番茄酱赞助商资助,所有数据均在作者空腹状态下采集,以保证主观评价的绝对公正。
|
|
||||||
|
|
||||||
\clearpage
|
|
||||||
|
|
||||||
\section{作者简介及读研期间主要科研成果}
|
\section{作者简介及读研期间主要科研成果}
|
||||||
\clearpage
|
\clearpage
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
% \section{Abstract}
|
||||||
|
\begin{austabstract}{Abstract}
|
||||||
|
This paper proposes for the first time an innovative process for the micro-scale composite mixing of traditional carbohydrates (pasta) and standard structural construction material (No. 45 concrete). By introducing a quantum resonant stirring field and a non-Euclidean kneading algorithm, we successfully observed the topological phase transition at the "pasta–concrete" interface. Experimental results show that the composite material exhibits a significant negative correlation oscillatory characteristic between compressive strength and ketchup absorption rate, providing a theoretical foundation for future interdisciplinary research in "edible architecture" and "civil engineering gastronomy."
|
||||||
|
|
||||||
|
\vspace{2em}
|
||||||
|
\austkeywords{Keywords: }{Pasta, No. 45 concrete, quantum stirring, carbohydrate-based composite material, non-Newtonian rheology}
|
||||||
|
\end{austabstract}
|
||||||
|
\clearpage
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
% \section{摘要}
|
||||||
|
\begin{austabstract}{摘\hspace{2em}要}
|
||||||
|
本文首次提出了一种将传统碳水化合物(意大利面)与标准建筑结构材料(45号混凝土)进行微观级复合拌合的创新工艺。通过引入量子谐振搅拌场与非欧几里得揉面算法,我们成功观测到了“面条-水泥”界面的拓扑相变现象。实验结果表明,该复合材料在抗压强度与番茄酱吸附率之间呈现出显著的负相关震荡特性,为未来跨学科“可食用建筑”与“土木工程烹饪学”提供了理论基石。
|
||||||
|
|
||||||
|
\vspace{2em}
|
||||||
|
\austkeywords{关键词:}{意大利面, 45号混凝土, 量子搅拌, 碳水基复合材料, 非牛顿流变学}
|
||||||
|
\end{austabstract}
|
||||||
|
\clearpage
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
% \section{参考文献}
|
||||||
|
\bibliography{aust-thesis-example}
|
||||||
|
\clearpage
|
||||||
@@ -0,0 +1,143 @@
|
|||||||
|
|
||||||
|
\section{引言}
|
||||||
|
|
||||||
|
自公元前3世纪古罗马厨师尝试将通心粉与火山灰混合以来,人类对于“可食用建材”的探索从未停止\cite{zhu2024Antenna}。传统土木工程受限于波特兰水泥的脆性,而现代烹饪学则受困于面条的过度糊化\cite{djaghloul2025OpenCircuit, du2024Using, engel2019GANSynth, lai2026Multimodal, rani2026RealTime}。两者在宏观尺度上的矛盾,实则源于分子层面的自旋错配\cite{sayed2025Optimising, wang2026Hardware, zhou2026Machine}。近年来,随着高维流体力学与美食拓扑学的交叉融合,将长链淀粉聚合物与硅酸钙水化产物进行定向拌合,已成为突破材料科学瓶颈的关键路径\cite{pan2025FPGA, peng2026PhysicsInformed, wang2026Hardware, zhao2025Deep, zhou2026Machine}。
|
||||||
|
|
||||||
|
\clearpage
|
||||||
|
|
||||||
|
\section{背景}
|
||||||
|
|
||||||
|
\subsection{研究动机}
|
||||||
|
|
||||||
|
尽管已有文献探讨了“披萨底混凝土”与“千层面隔热板”的可行性,但针对45号混凝土(抗压强度标准值为45MPa)与直条形意大利面(直径1.6mm)的共混体系,尚无系统性报道。本研究旨在填补这一空白。
|
||||||
|
|
||||||
|
\subsubsection{理论假设}
|
||||||
|
|
||||||
|
假设面条的螺旋角 $\alpha$ 与混凝土的坍落度 $S$ 满足如下守恒律:当 $\alpha \cdot S > \pi$ 时,体系将自发形成分形网络结构,并在咀嚼过程中释放薛定谔态的罗勒香气。
|
||||||
|
|
||||||
|
\subsubsection{实验假设}
|
||||||
|
|
||||||
|
假设通过引入量子谐振搅拌场与非欧几里得揉面算法,可以实现“面条-水泥”界面的拓扑相变,从而提升复合材料的力学性能与感官评价。
|
||||||
|
|
||||||
|
过往的文献主要集中在“面条-水泥”界面的微观结构表征与力学性能测试,但鲜少涉及感官评价。本研究通过引入量子谐振搅拌场与非欧几里得揉面算法,成功实现了“面条-水泥”界面的拓扑相变,从而提升复合材料的力学性能与感官评价。
|
||||||
|
|
||||||
|
\subsection{研究内容}
|
||||||
|
|
||||||
|
本研究主要探讨了意大利面与45号混凝土共混体系的微观结构与力学性能,具体包括:
|
||||||
|
|
||||||
|
\begin{itemize}
|
||||||
|
\item 意大利面与45号混凝土的微观结构表征
|
||||||
|
\item 意大利面与45号混凝土共混体系的力学性能测试
|
||||||
|
\item 意大利面与45号混凝土共混体系的感官评价
|
||||||
|
\end{itemize}
|
||||||
|
|
||||||
|
\clearpage
|
||||||
|
|
||||||
|
\section{理论分析}
|
||||||
|
\markboth{理论分析}{}
|
||||||
|
|
||||||
|
\subsection{微观结构表征}
|
||||||
|
|
||||||
|
通过扫描电子显微镜与X射线衍射分析,揭示了意大利面与45号混凝土共混体系的微观结构特征。结果表明,面条纤维在混凝土基体中形成了均匀的三维交织网络,显著提高了复合材料的力学性能与感官评价。
|
||||||
|
|
||||||
|
\subsection{力学性能测试}
|
||||||
|
|
||||||
|
通过单轴压缩试验与流变测试,系统地分析了意大利面与45号混凝土共混体系的力学性能与流变行为。结果表明,面条纤维的引入显著提高了复合材料的抗压强度与韧性,同时降低了水泥的水化热与收缩率。微观结构表征与力学性能测试的结合,为理解面条与混凝土的相互作用提供了深入的见解。
|
||||||
|
|
||||||
|
\clearpage
|
||||||
|
|
||||||
|
\section{实验方法}
|
||||||
|
\markboth{实验方法}{}
|
||||||
|
|
||||||
|
\subsection{材料制备}
|
||||||
|
|
||||||
|
选用市售杜兰小麦意大利面(批次号:PASTA-2026A)与P·O 42.5R水泥熟料复配的45号标准混凝土。水灰比严格控制在0.38,并额外添加3.5\%的罗勒叶提取液作为表面活性剂。所有材料在实验前均需在月球重力模拟器中静置24小时以消除地球磁场干扰。
|
||||||
|
|
||||||
|
\subsection{拌合设备}
|
||||||
|
采用自研的“双螺旋-量子隧穿”强制式搅拌机(型号:Mix-O-Matic $\propto$)。该设备内置微波谐振腔,可在拌合过程中实时监测面筋蛋白的构象折叠状态,并通过傅里叶变换红外光谱仪记录淀粉链的断裂频率。
|
||||||
|
|
||||||
|
\subsection{评测方法}
|
||||||
|
|
||||||
|
感官评价采用三重盲法试验,具体步骤如下:
|
||||||
|
\begin{enumerate}
|
||||||
|
\item 随机选取5名志愿者,要求其在不知情的情况下品尝不同配比的拌合物。
|
||||||
|
\item 志愿者需记录下拌合物的外观、质地、风味等感官指标。
|
||||||
|
\item 最后,计算不同配比下感官评价的平均分,并进行统计分析。
|
||||||
|
\end{enumerate}
|
||||||
|
|
||||||
|
\subsection{味道维度评价}
|
||||||
|
|
||||||
|
将味道维度评价作为感官评价的子指标,具体包括:
|
||||||
|
\begin{itemize}
|
||||||
|
\item 外观
|
||||||
|
\item 质地
|
||||||
|
\item 风味
|
||||||
|
\end{itemize}
|
||||||
|
|
||||||
|
\clearpage
|
||||||
|
|
||||||
|
\section{实验过程}
|
||||||
|
\markboth{实验过程}{}
|
||||||
|
|
||||||
|
实验在恒温(22$\pm$0.5$^\circ$C)与恒湿(50\%RH)的地下实验室中进行。首先将混凝土干料投入搅拌槽,随后以0.1kg/s的速率缓慢加入预先沸煮至“Al Dente”状态的意大利面。启动搅拌机后,设定转速为 $\omega = 120\ \text{rpm}$,并开启频率为 2.45 GHz 的微波辅助场。拌合持续15分钟后,体系颜色由灰白渐变为暗金褐色,并伴随轻微的番茄罗勒香气挥发。此时迅速取样进行流变测试与单轴压缩试验。
|
||||||
|
|
||||||
|
\cref{fig:mix-process}展示了拌合过程中面条纤维在混凝土基体中的空间分布状态。
|
||||||
|
|
||||||
|
\begin{figure}[htbp]
|
||||||
|
\centering
|
||||||
|
\includegraphics[width=0.85\textwidth]{aust-thesis-example.jpg}
|
||||||
|
\caption{意大利面在45号混凝土基体中的三维交织形貌(扫描电子显微镜模拟图)}
|
||||||
|
\label{fig:mix-process}
|
||||||
|
\end{figure}
|
||||||
|
|
||||||
|
拌合后的体系宏观状态满足以下本构方程:
|
||||||
|
\[
|
||||||
|
\mathbf{\sigma}_{\text{pasta-cement}} = \nabla \times \left( \frac{\eta_0}{\sqrt{1 - (\frac{v}{c})^2}} \cdot \mathbf{E}_{\text{wheat}} \right) + \oint_{\partial \Omega} \rho_{\text{sauce}} \, \mathrm{d}\mathbf{A}
|
||||||
|
\]
|
||||||
|
其中,$\eta_0$ 为初始面糊粘度,$v$ 为搅拌线速度,$c$ 为光速,$\mathbf{E}_{\text{wheat}}$ 为小麦淀粉电场张量。该公式表明,当搅拌速度趋近于光速时,面条的劲道将发生相对论性膨胀。
|
||||||
|
|
||||||
|
\clearpage
|
||||||
|
|
||||||
|
\section{结论和讨论}
|
||||||
|
\markboth{结论和讨论}{}
|
||||||
|
|
||||||
|
实验数据表明,拌合物的抗压强度随意大利面掺量的增加呈现周期性波动。当掺量为12.5\%时,材料达到最优的“脆-韧”平衡点,且在受到冲击时会发出类似大提琴C弦的低频共鸣。\cref{tab:results}汇总了不同配比下的关键力学与感官指标。\cref{tab:result-probes}衡量了不同检测设备与检测指标之间的准确性。
|
||||||
|
|
||||||
|
\begin{table}[htbp]
|
||||||
|
\centering
|
||||||
|
\caption{不同意大利面掺量对45号混凝土复合体系的影响}
|
||||||
|
\label{tab:results}
|
||||||
|
\begin{tabular}{cccccc}
|
||||||
|
\toprule
|
||||||
|
样品编号 & 面条掺量(\%) & 抗压强度(MPa) & 坍落度(mm) & 咀嚼阻力(N) \\
|
||||||
|
\midrule
|
||||||
|
PC-00 & 0.0 & 45.2 & 180 & 0.0 \\
|
||||||
|
PC-01 & 5.0 & 38.7 & 165 & 42.1 \\
|
||||||
|
PC-02 & 10.0 & 41.3 & 140 & 88.6 \\
|
||||||
|
PC-03 & 12.5 & 46.9 & 110 & 115.3 \\
|
||||||
|
PC-04 & 15.0 & 33.1 & 85 & 142.0 \\
|
||||||
|
\bottomrule
|
||||||
|
\end{tabular}
|
||||||
|
\end{table}
|
||||||
|
|
||||||
|
\begin{table}[htbp]
|
||||||
|
\centering
|
||||||
|
\caption{不同检测电路对检测的影响。}
|
||||||
|
\label{tab:result-probes}
|
||||||
|
\begin{tabular}{ccccc}
|
||||||
|
\toprule
|
||||||
|
\multirow{2}{*}{\textbf{指标}} & \multicolumn{2}{c}{MOSFET} & \multicolumn{2}{c}{BJT} \\
|
||||||
|
\cmidrule(lr){2-3}\cmidrule(lr){4-5}
|
||||||
|
& MOPT\_IN & MOPT\_OUT & BT\_IN & BT\_OUT \\
|
||||||
|
\midrule
|
||||||
|
\textbf{MSE} & 2.319E-11 & 9.631E-11 & 1.469E-11 & 2.440E-10 \\
|
||||||
|
\textbf{MAE} & 3.402E-06 & 7.760E-06 & 2.922E-06 & 1.125E-05 \\
|
||||||
|
\textbf{MAPE} & 2.311E-01\% & 3.689E-01\% & 1.112E+00\% & 3.365E-91\% \\
|
||||||
|
\textbf{R2分数} & 1.000E+00 & 1.000E+00 & 1.000E+00 & 1.000E+00 \\
|
||||||
|
\bottomrule
|
||||||
|
\end{tabular}
|
||||||
|
\end{table}
|
||||||
|
|
||||||
|
讨论指出,面条的加入并未破坏混凝土的骨架结构,反而在微观孔隙中形成了“淀粉水化凝胶桥”。然而,过量添加会导致体系发生“非弹性糊化相变”,使材料丧失承重能力并退化为可食用的软体动物饲料。未来研究可尝试引入帕尔马干酪粉末作为纳米增韧剂,进一步探索该体系在跨海大桥与米其林餐厅双场景下的应用潜力。
|
||||||
|
|
||||||
|
\clearpage
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
% 用于数学公式
|
||||||
|
\usepackage{amsmath}
|
||||||
|
% 用于创建三线表
|
||||||
|
\usepackage{booktabs}
|
||||||
|
% 表格跨行跨列
|
||||||
|
\usepackage{multirow}
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
|
||||||
|
\section*{致谢}
|
||||||
|
|
||||||
|
感谢家里蹲大学材料科学与烹饪艺术学院提供的微波搅拌机,以及楼下五金店老板张师傅在混凝土采购时给予的“多送半袋砂子”的慷慨支持。本研究未受任何番茄酱赞助商资助,所有数据均在作者空腹状态下采集,以保证主观评价的绝对公正。
|
||||||
|
|
||||||
|
\clearpage
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
% \section*{目录}
|
||||||
|
\tableofcontents
|
||||||
|
\clearpage
|
||||||
+368
-40
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
% region: 正文中文和西文字体以及字号设置
|
% region: 正文中文和西文字体以及字号设置
|
||||||
% 设置西文字体
|
% 设置西文字体
|
||||||
\usepackage{fontspec}
|
\RequirePackage{fontspec}
|
||||||
\setmainfont{Times New Roman}
|
\setmainfont{Times New Roman}
|
||||||
% 设置中文字体
|
% 设置中文字体
|
||||||
\songti{}
|
\songti{}
|
||||||
@@ -99,103 +99,431 @@
|
|||||||
% endregion
|
% endregion
|
||||||
|
|
||||||
% region: 参考文献格式设置
|
% region: 参考文献格式设置
|
||||||
% TODO:
|
% gbt7714 v2.2.0 (2026-05-03) 将样式名从gbt7714-numerical改为gbt7714-numeric。
|
||||||
% 需要判断一下这个包的版本,这个包的旧版格式名称是gbt7714-numerical
|
% 需要分别处理兼容性
|
||||||
% 而新版则是gbt7714-numeric。
|
\RequirePackage{gbt7714}
|
||||||
\usepackage{gbt7714}
|
\@ifpackagelater{gbt7714}{2026/05/03}
|
||||||
\bibliographystyle{gbt7714-numerical}
|
{\bibliographystyle{gbt7714-numeric}}
|
||||||
|
{\bibliographystyle{gbt7714-numerical}}
|
||||||
% endregion
|
% endregion
|
||||||
|
|
||||||
% region: 封面和类封面预设
|
% region: 封面和类封面预设
|
||||||
\usepackage{xparse}
|
\RequirePackage{xparse}
|
||||||
\usepackage{ulem}
|
\RequirePackage{ulem}
|
||||||
\ExplSyntaxOn
|
\ExplSyntaxOn
|
||||||
|
|
||||||
% 定义键值族
|
% 定义键值族
|
||||||
\keys_define:nn { aust/report }
|
\keys_define:nn { aust/class_report }
|
||||||
{
|
{
|
||||||
semester .tl_set:N = \l_aust_semester_tl,
|
semester .tl_set:N = \l_aust_cr_semester_tl,
|
||||||
semester .initial:n = {示例2025-2026学年~秋季学期},
|
semester .initial:n = {示例2025-2026学年秋季学期},
|
||||||
level .tl_set:N = \l_aust_level_tl,
|
level .tl_set:N = \l_aust_cr_level_tl,
|
||||||
level .initial:n = {示例研究生课程},
|
level .initial:n = {示例研究生课程},
|
||||||
course .tl_set:N = \l_aust_course_tl,
|
course .tl_set:N = \l_aust_cr_course_tl,
|
||||||
course .initial:n = {示例课程},
|
course .initial:n = {示例课程},
|
||||||
|
|
||||||
title .tl_set:N = \l_aust_title_tl,
|
title .tl_set:N = \l_aust_cr_title_tl,
|
||||||
title .initial:n = {示例报告},
|
title .initial:n = {示例报告},
|
||||||
school .tl_set:N = \l_aust_school_tl,
|
school .tl_set:N = \l_aust_cr_school_tl,
|
||||||
school .initial:n = {示例学院},
|
school .initial:n = {示例学院},
|
||||||
major .tl_set:N = \l_aust_major_tl,
|
major .tl_set:N = \l_aust_cr_major_tl,
|
||||||
major .initial:n = {示例专业},
|
major .initial:n = {示例专业},
|
||||||
sid .tl_set:N = \l_aust_sid_tl,
|
sid .tl_set:N = \l_aust_cr_sid_tl,
|
||||||
sid .initial:n = {1945000000},
|
sid .initial:n = {示例1945000000},
|
||||||
name .tl_set:N = \l_aust_name_tl,
|
name .tl_set:N = \l_aust_cr_name_tl,
|
||||||
name .initial:n = {示例姓名},
|
name .initial:n = {示例姓名},
|
||||||
lecturer .tl_set:N = \l_aust_lecturer_tl,
|
lecturer .tl_set:N = \l_aust_cr_lecturer_tl,
|
||||||
lecturer .initial:n = {示例讲师},
|
lecturer .initial:n = {示例讲师},
|
||||||
|
|
||||||
date .tl_set:N = \l_aust_date_tl,
|
date .tl_set:N = \l_aust_cr_date_tl,
|
||||||
date .initial:n = {1945年01月01日},
|
date .initial:n = {示例1945年01月01日},
|
||||||
}
|
}
|
||||||
|
|
||||||
% 内部排版函数 (纯逻辑,不含接口)
|
% 内部排版函数 (纯逻辑,不含接口)
|
||||||
\cs_new_protected:Npn \aust_report_cover_internal:
|
\cs_new_protected:Npn \aust_class_report_cover_internal:
|
||||||
{
|
{
|
||||||
\begin{titlepage}
|
\begin{titlepage}
|
||||||
\austnopagenum
|
\austnopagenum
|
||||||
\centering
|
\centering
|
||||||
\renewcommand{\arraystretch}{1.6}
|
\renewcommand{\arraystretch}{1.6}
|
||||||
|
|
||||||
\begin{figure}[htbp]
|
\begin{figure}[!h]
|
||||||
\centering
|
\centering
|
||||||
\includegraphics{aust-report-banner.jpg}
|
\includegraphics{aust-logo-banner.jpg}
|
||||||
\end{figure}
|
\end{figure}
|
||||||
\vspace{0.4cm}
|
\vspace{0.4cm}
|
||||||
{\heiti \zihao{2} \textbf{\tl_use:N \l_aust_semester_tl} \par }
|
{\heiti \zihao{2} \textbf{\tl_use:N \l_aust_cr_semester_tl} \par }
|
||||||
\vspace{0.4cm}
|
\vspace{0.4cm}
|
||||||
{\heiti \zihao{2} \textbf{\tl_use:N \l_aust_level_tl} \par }
|
{\heiti \zihao{2} \textbf{\tl_use:N \l_aust_cr_level_tl} \par }
|
||||||
\vspace{0.4cm}
|
\vspace{0.4cm}
|
||||||
{\songti \zihao{1} \textbf{\tl_use:N \l_aust_course_tl} \par }
|
{\songti \zihao{1} \textbf{\tl_use:N \l_aust_cr_course_tl} \par }
|
||||||
|
|
||||||
\vfill
|
\vfill
|
||||||
{
|
{
|
||||||
\kaishu{} \zihao{3}
|
\kaishu{} \zihao{3}
|
||||||
\begin{tabular}{r@{\quad}p{11.5em}}
|
\begin{tabular}{r@{\quad}p{11.5em}}
|
||||||
题\hspace{2em}目: & \tl_use:N \l_aust_title_tl \\
|
题\hspace{2em}目: & \tl_use:N \l_aust_cr_title_tl \\
|
||||||
\cline{2-2}
|
\cline{2-2}
|
||||||
学\hspace{2em}院: & \tl_use:N \l_aust_school_tl \\
|
学\hspace{2em}院: & \tl_use:N \l_aust_cr_school_tl \\
|
||||||
\cline{2-2}
|
\cline{2-2}
|
||||||
专\hspace{2em}业: & \tl_use:N \l_aust_major_tl \\
|
专\hspace{2em}业: & \tl_use:N \l_aust_cr_major_tl \\
|
||||||
\cline{2-2}
|
\cline{2-2}
|
||||||
学\hspace{2em}号: & \tl_use:N \l_aust_sid_tl \\
|
学\hspace{2em}号: & \tl_use:N \l_aust_cr_sid_tl \\
|
||||||
\cline{2-2}
|
\cline{2-2}
|
||||||
姓\hspace{2em}名: & \tl_use:N \l_aust_name_tl \\
|
姓\hspace{2em}名: & \tl_use:N \l_aust_cr_name_tl \\
|
||||||
\cline{2-2}
|
\cline{2-2}
|
||||||
任课教师: & \tl_use:N \l_aust_lecturer_tl \\
|
任课教师: & \tl_use:N \l_aust_cr_lecturer_tl \\
|
||||||
\cline{2-2}
|
\cline{2-2}
|
||||||
\end{tabular}
|
\end{tabular}
|
||||||
}
|
}
|
||||||
\vfill
|
\vfill
|
||||||
|
|
||||||
{\kaishu \zihao{3} \tl_use:N \l_aust_date_tl \par }
|
{\kaishu \zihao{3} \tl_use:N \l_aust_cr_date_tl \par }
|
||||||
\end{titlepage}
|
\end{titlepage}
|
||||||
}
|
}
|
||||||
|
|
||||||
% 全局配置命令
|
% 全局配置命令
|
||||||
\NewDocumentCommand \austreportsetup { m }
|
\NewDocumentCommand \austclassreportsetup { m }
|
||||||
{ \keys_set:nn { aust/report } { #1 } }
|
{ \keys_set:nn { aust/class_report } { #1 } }
|
||||||
|
|
||||||
% 封面生成接口 (xparse 风格,支持局部覆盖)
|
% 封面生成接口 (xparse 风格,支持局部覆盖)
|
||||||
% AUST课程报告封面
|
% AUST课程报告封面
|
||||||
\NewDocumentCommand \austreportcover { O{} }
|
\NewDocumentCommand \austclassreportcover { O{} }
|
||||||
{
|
{
|
||||||
\group_begin:
|
\group_begin:
|
||||||
\keys_set:nn { aust/report } { #1 }
|
\keys_set:nn { aust/class_report } { #1 }
|
||||||
\aust_report_cover_internal:
|
\aust_class_report_cover_internal:
|
||||||
\group_end:
|
\group_end:
|
||||||
}
|
}
|
||||||
% AUST论文封面
|
% AUST论文封面
|
||||||
|
|
||||||
|
|
||||||
|
% region: 读书报告封面
|
||||||
|
% 定义键值族
|
||||||
|
\keys_define:nn { aust/book_report }
|
||||||
|
{
|
||||||
|
level .tl_set:N = \l_aust_br_level_tl,
|
||||||
|
level .initial:n = {示例研究生读书报告},
|
||||||
|
|
||||||
|
name .tl_set:N = \l_aust_br_name_tl,
|
||||||
|
name .initial:n = {示例姓名},
|
||||||
|
sid .tl_set:N = \l_aust_br_sid_tl,
|
||||||
|
sid .initial:n = {示例1945000000},
|
||||||
|
institution .tl_set:N = \l_aust_br_institution_tl,
|
||||||
|
institution .initial:n = {示例培养单位},
|
||||||
|
major .tl_set:N = \l_aust_br_major_tl,
|
||||||
|
major .initial:n = {示例学科专业},
|
||||||
|
mentor .tl_set:N = \l_aust_br_mentor_tl,
|
||||||
|
mentor .initial:n = {示例导师},
|
||||||
|
direction .tl_set:N = \l_aust_br_direction_tl,
|
||||||
|
direction .initial:n = {示例研究方向},
|
||||||
|
|
||||||
|
title .tl_set:N = \l_aust_br_title_tl,
|
||||||
|
title .initial:n = {示例读书报告},
|
||||||
|
refcnt .tl_set:N = \l_aust_br_refcnt_tl,
|
||||||
|
refcnt .initial:n = {示例文献数量},
|
||||||
|
|
||||||
|
school .tl_set:N = \l_aust_br_school_tl,
|
||||||
|
school .initial:n = {示例学院},
|
||||||
|
date .tl_set:N = \l_aust_br_date_tl,
|
||||||
|
date .initial:n = {示例1945年01月01日},
|
||||||
|
}
|
||||||
|
|
||||||
|
% 内部排版函数
|
||||||
|
\cs_new_protected:Npn \aust_book_report_cover_internal:
|
||||||
|
{
|
||||||
|
\begin{titlepage}
|
||||||
|
\austnopagenum
|
||||||
|
\centering
|
||||||
|
\renewcommand{\arraystretch}{1.6}
|
||||||
|
|
||||||
|
\begin{figure}[!h]
|
||||||
|
\centering
|
||||||
|
\includegraphics[scale=1.4]{aust-nologo-banner.png}
|
||||||
|
\end{figure}
|
||||||
|
\vspace{0.4cm}
|
||||||
|
{\songti \zihao{2} \textbf{\tl_use:N \l_aust_br_level_tl} \par }
|
||||||
|
|
||||||
|
\vspace{4em}
|
||||||
|
{
|
||||||
|
\heiti{} \zihao{4}
|
||||||
|
\begin{tabular}{rp{8em}rp{8em}}
|
||||||
|
姓\hspace{2em}名: & {\fangsong \zihao{-4} \tl_use:N \l_aust_br_name_tl} &
|
||||||
|
学\hspace{2em}号: & {\fangsong \zihao{-4} \tl_use:N \l_aust_br_sid_tl} \\
|
||||||
|
\cline{2-2} \cline{4-4}
|
||||||
|
培养单位: & {\fangsong \zihao{-4} \tl_use:N \l_aust_br_institution_tl} &
|
||||||
|
学科专业: & {\fangsong \zihao{-4} \tl_use:N \l_aust_br_major_tl} \\
|
||||||
|
\cline{2-2} \cline{4-4}
|
||||||
|
导\hspace{2em}师: & {\fangsong \zihao{-4} \tl_use:N \l_aust_br_mentor_tl} &
|
||||||
|
研究方向: & {\fangsong \zihao{-4} \tl_use:N \l_aust_br_direction_tl} \\
|
||||||
|
\cline{2-2} \cline{4-4}
|
||||||
|
\end{tabular}
|
||||||
|
}
|
||||||
|
\par
|
||||||
|
|
||||||
|
\vspace{4em}
|
||||||
|
{
|
||||||
|
\heiti{} \zihao{-4}
|
||||||
|
\begin{tabular}{|r|p{24em}|}
|
||||||
|
\hline
|
||||||
|
读书报告题目: & {\fangsong \zihao{5} \tl_use:N \l_aust_br_title_tl} \\
|
||||||
|
\hline
|
||||||
|
文献综述数量: & {\fangsong \zihao{5} \tl_use:N \l_aust_br_refcnt_tl} \\
|
||||||
|
\hline
|
||||||
|
\end{tabular}
|
||||||
|
}
|
||||||
|
|
||||||
|
\vfill
|
||||||
|
{\fangsong \zihao{3} \tl_use:N \l_aust_br_school_tl \par }
|
||||||
|
{\fangsong \zihao{3} \tl_use:N \l_aust_br_date_tl \par }
|
||||||
|
\end{titlepage}
|
||||||
|
}
|
||||||
|
|
||||||
|
% 全局配置命令
|
||||||
|
\NewDocumentCommand \austbookreportsetup { m }
|
||||||
|
{ \keys_set:nn { aust/book_report } { #1 } }
|
||||||
|
|
||||||
|
% 封面生成接口 (支持局部覆盖)
|
||||||
|
\NewDocumentCommand \austbookreportcover { O{} }
|
||||||
|
{
|
||||||
|
\group_begin:
|
||||||
|
\keys_set:nn { aust/book_report } { #1 }
|
||||||
|
\aust_book_report_cover_internal:
|
||||||
|
\group_end:
|
||||||
|
}
|
||||||
|
% endregion
|
||||||
|
|
||||||
|
% region: 论文封面
|
||||||
|
% 定义键值族
|
||||||
|
\keys_define:nn { aust/thesis }
|
||||||
|
{
|
||||||
|
clcindex .tl_set:N = \l_aust_th_clcindex_tl,
|
||||||
|
clcindex .initial:n = {示例中图分类号},
|
||||||
|
catindex .tl_set:N = \l_aust_th_catindex_tl,
|
||||||
|
catindex .initial:n = {示例学科分类号},
|
||||||
|
index .tl_set:N = \l_aust_th_index_tl,
|
||||||
|
index .initial:n = {示例论文编号},
|
||||||
|
secret .tl_set:N = \l_aust_th_secret_tl,
|
||||||
|
secret .initial:n = {示例密级},
|
||||||
|
|
||||||
|
level .tl_set:N = \l_aust_th_level_tl,
|
||||||
|
level .initial:n = {示例硕士学位论文},
|
||||||
|
title .tl_set:N = \l_aust_th_title_tl,
|
||||||
|
title .initial:n = {示例标题},
|
||||||
|
subtitle .tl_set:N = \l_aust_th_subtitle_tl,
|
||||||
|
subtitle .initial:n = {示例副标题},
|
||||||
|
name .tl_set:N = \l_aust_th_name_tl,
|
||||||
|
name .initial:n = {示例姓名},
|
||||||
|
major .tl_set:N = \l_aust_th_major_tl,
|
||||||
|
major .initial:n = {示例专业},
|
||||||
|
direction .tl_set:N = \l_aust_th_direction_tl,
|
||||||
|
direction .initial:n = {示例研究方向},
|
||||||
|
mentor .tl_set:N = \l_aust_th_mentor_tl,
|
||||||
|
mentor .initial:n = {示例导师},
|
||||||
|
mentor_institution .tl_set:N = \l_aust_th_mentor_institution_tl,
|
||||||
|
mentor_institution .initial:n = {示例单位},
|
||||||
|
committee_chairman .tl_set:N = \l_aust_th_committee_chairman_tl,
|
||||||
|
committee_chairman .initial:n = {示例主席},
|
||||||
|
defence_date .tl_set:N = \l_aust_th_defence_date_tl,
|
||||||
|
defence_date .initial:n = {示例1945年01月01日},
|
||||||
|
date .tl_set:N = \l_aust_th_date_tl,
|
||||||
|
date .initial:n = {示例1945年01月01日},
|
||||||
|
|
||||||
|
major_en .tl_set:N = \l_aust_th_major_en_tl,
|
||||||
|
major_en .initial:n = {Example Majority},
|
||||||
|
title_en .tl_set:N = \l_aust_th_title_en_tl,
|
||||||
|
title_en .initial:n = {Example Title},
|
||||||
|
subtitle_en .tl_set:N = \l_aust_th_subtitle_en_tl,
|
||||||
|
subtitle_en .initial:n = {Example Subtitle},
|
||||||
|
name_en .tl_set:N = \l_aust_th_name_en_tl,
|
||||||
|
name_en .initial:n = {Joe},
|
||||||
|
mentor_en .tl_set:N = \l_aust_th_mentor_en_tl,
|
||||||
|
mentor_en .initial:n = {Joe},
|
||||||
|
school_en .tl_set:N = \l_aust_th_school_en_tl,
|
||||||
|
school_en .initial:n = {Example School},
|
||||||
|
|
||||||
|
university .tl_set:N = \l_aust_th_university_tl,
|
||||||
|
university .initial:n = {示例大学},
|
||||||
|
}
|
||||||
|
|
||||||
|
% 内部排版函数
|
||||||
|
\cs_new_protected:Npn \aust_thesis_zh_cover_internal:
|
||||||
|
{
|
||||||
|
\begin{titlepage}
|
||||||
|
\austnopagenum
|
||||||
|
\centering
|
||||||
|
\renewcommand{\arraystretch}{1.2}
|
||||||
|
|
||||||
|
{
|
||||||
|
\zihao{5}
|
||||||
|
\begin{tabular}{l@{\quad}p{12em}l@{\quad}p{12em}}
|
||||||
|
中图分类号: & \tl_use:N \l_aust_th_clcindex_tl &
|
||||||
|
论文编号: & \tl_use:N \l_aust_th_index_tl \\
|
||||||
|
\cline{2-2} \cline{4-4}
|
||||||
|
学科分类号: & \tl_use:N \l_aust_th_catindex_tl &
|
||||||
|
密\hspace{2em}级: & \tl_use:N \l_aust_th_secret_tl \\
|
||||||
|
\cline{2-2} \cline{4-4}
|
||||||
|
\end{tabular}
|
||||||
|
}
|
||||||
|
\par
|
||||||
|
|
||||||
|
\begin{figure}[!h]
|
||||||
|
\centering
|
||||||
|
\includegraphics{aust-logo-banner.jpg}
|
||||||
|
\end{figure}
|
||||||
|
\vspace{0.5em}
|
||||||
|
{\kaishu \zihao{1} \textbf{\tl_use:N \l_aust_th_level_tl} \par }
|
||||||
|
|
||||||
|
\vfill
|
||||||
|
|
||||||
|
{
|
||||||
|
\songti \zihao{-2}
|
||||||
|
\tl_use:N \l_aust_th_title_tl \par
|
||||||
|
\textemdash \textemdash \hspace{0.5em} \tl_use:N \l_aust_th_subtitle_tl \par
|
||||||
|
}
|
||||||
|
|
||||||
|
\vfill
|
||||||
|
|
||||||
|
{
|
||||||
|
\songti{} \zihao{4}
|
||||||
|
\begin{tabular}{l@{\quad}p{11.5em}}
|
||||||
|
\heiti{作者姓名:} & \tl_use:N \l_aust_th_name_tl \\
|
||||||
|
\cline{2-2}
|
||||||
|
\heiti{专业名称:} & \tl_use:N \l_aust_th_major_tl \\
|
||||||
|
\cline{2-2}
|
||||||
|
\heiti{研究方向:} & \tl_use:N \l_aust_th_direction_tl \\
|
||||||
|
\cline{2-2}
|
||||||
|
\heiti{导师姓名:} & \tl_use:N \l_aust_th_mentor_tl \\
|
||||||
|
\cline{2-2}
|
||||||
|
\heiti{导师单位:} & \tl_use:N \l_aust_th_mentor_institution_tl \\
|
||||||
|
\cline{2-2}
|
||||||
|
\heiti{答辩委员会主席:} & \tl_use:N \l_aust_th_committee_chairman_tl \\
|
||||||
|
\cline{2-2}
|
||||||
|
\heiti{论文答辩日期:} & \tl_use:N \l_aust_th_defence_date_tl \\
|
||||||
|
% \cline{2-2}
|
||||||
|
\end{tabular}
|
||||||
|
}
|
||||||
|
|
||||||
|
\vfill
|
||||||
|
|
||||||
|
{
|
||||||
|
\heiti \zihao{4}
|
||||||
|
安徽理工大学研究生院 \par
|
||||||
|
\tl_use:N \l_aust_th_date_tl \par
|
||||||
|
}
|
||||||
|
\end{titlepage}
|
||||||
|
}
|
||||||
|
\cs_new_protected:Npn \aust_thesis_en_cover_internal:
|
||||||
|
{
|
||||||
|
\begin{titlepage}
|
||||||
|
\austnopagenum
|
||||||
|
\centering
|
||||||
|
\renewcommand{\arraystretch}{1.2}
|
||||||
|
|
||||||
|
{
|
||||||
|
\songti \zihao{4} A~Dissertation~in~ \uline{\tl_use:N \l_aust_th_major_en_tl} \par
|
||||||
|
}
|
||||||
|
|
||||||
|
\vspace{2cm}
|
||||||
|
|
||||||
|
{
|
||||||
|
\songti \zihao{-2}
|
||||||
|
\tl_use:N \l_aust_th_title_en_tl \par
|
||||||
|
\textemdash \textemdash \hspace{0.5em} \tl_use:N \l_aust_th_subtitle_en_tl \par
|
||||||
|
}
|
||||||
|
|
||||||
|
\vfill
|
||||||
|
|
||||||
|
{
|
||||||
|
\songti \zihao{-3}
|
||||||
|
Candidate:~ \tl_use:N \l_aust_th_name_en_tl \par
|
||||||
|
Supervisor:~ \tl_use:N \l_aust_th_mentor_en_tl \par
|
||||||
|
\tl_use:N \l_aust_th_school_en_tl \par
|
||||||
|
Anhui~University~of~Science~and~Technology \par
|
||||||
|
No.~168,~Taifeng~Street,~Huainan,~232001,~Anhui,~P.~R.~China \par
|
||||||
|
}
|
||||||
|
|
||||||
|
\vfill
|
||||||
|
\end{titlepage}
|
||||||
|
}
|
||||||
|
\cs_new_protected:Npn \aust_thesis_declaration_internal:
|
||||||
|
{
|
||||||
|
\begin{titlepage}
|
||||||
|
\austnopagenum
|
||||||
|
\renewcommand{\arraystretch}{1.2}
|
||||||
|
|
||||||
|
{
|
||||||
|
\centering
|
||||||
|
\heiti \zihao{-2}
|
||||||
|
独\hspace{1em}创\hspace{1em}性\hspace{1em}声\hspace{1em}明 \par
|
||||||
|
}
|
||||||
|
\vspace{1cm}
|
||||||
|
{
|
||||||
|
\fangsong \zihao{4}
|
||||||
|
本人声明所呈交的学位论文是本人在导师指导下进行的研究工作及取得的研究成果。
|
||||||
|
据我所知,除了文中特别加以标注和致谢的地方以外,论文中不包含其他人已经发表或撰写过的研究成果,也不包含为获得\uline{\tl_use:N \l_aust_th_university_tl}或其他教育机构的学位或证书而使用过的材料。
|
||||||
|
与我一同工作的同志对本研究所做的任何贡献均已在论文中作了明确的说明并表示谢意。\par
|
||||||
|
}
|
||||||
|
\vspace{1cm}
|
||||||
|
{
|
||||||
|
\flushright
|
||||||
|
\fangsong \zihao{4}
|
||||||
|
学位论文作者签名:\uline{\hspace{6em}}
|
||||||
|
\hspace{0.5em}
|
||||||
|
日期:\uline{\hspace{2em}}年\uline{\hspace{1em}}月\uline{\hspace{1em}}日 \par
|
||||||
|
}
|
||||||
|
|
||||||
|
\vfill
|
||||||
|
|
||||||
|
{
|
||||||
|
\centering
|
||||||
|
\heiti \zihao{-2}
|
||||||
|
学位论文版权使用授权书 \par
|
||||||
|
}
|
||||||
|
\vspace{1cm}
|
||||||
|
{
|
||||||
|
\fangsong \zihao{4}
|
||||||
|
本学位论文作者完全了解\uline{\tl_use:N \l_aust_th_university_tl}有保留、使用学位论文的规定,即:研究生在校攻读学位期间论文工作的知识产权单位属于\uline{\tl_use:N \l_aust_th_university_tl}。
|
||||||
|
学校有权保留并向国家有关部门或机构送交论文的复印件和磁盘,允许论文被查阅和借阅。
|
||||||
|
本人授权\uline{\tl_use:N \l_aust_th_university_tl}可以将学位论文的全部或部分内容编入有关数据库进行检索,可以采用影印、缩印或扫描等复制手段保存、汇编学位论文。
|
||||||
|
(保密的学位论文在解密后适用本授权书)\par
|
||||||
|
}
|
||||||
|
\vspace{1cm}
|
||||||
|
{
|
||||||
|
\flushright
|
||||||
|
\fangsong \zihao{4}
|
||||||
|
学位论文作者签名:\uline{\hspace{6em}}
|
||||||
|
\hspace{0.5em}
|
||||||
|
签字日期:\uline{\hspace{2em}}年\uline{\hspace{1em}}月\uline{\hspace{1em}}日 \par
|
||||||
|
|
||||||
|
导师签名\hspace{4em}:\uline{\hspace{6em}}
|
||||||
|
\hspace{0.5em}
|
||||||
|
签字日期:\uline{\hspace{2em}}年\uline{\hspace{1em}}月\uline{\hspace{1em}}日 \par
|
||||||
|
}
|
||||||
|
\end{titlepage}
|
||||||
|
}
|
||||||
|
|
||||||
|
% 全局配置命令
|
||||||
|
\NewDocumentCommand \austthesissetup { m }
|
||||||
|
{ \keys_set:nn { aust/thesis } { #1 } }
|
||||||
|
|
||||||
|
% 封面生成接口 (支持局部覆盖)
|
||||||
|
\NewDocumentCommand \austthesiscover { O{} }
|
||||||
|
{
|
||||||
|
\group_begin:
|
||||||
|
\keys_set:nn { aust/thesis } { #1 }
|
||||||
|
\aust_thesis_zh_cover_internal:
|
||||||
|
\aust_thesis_en_cover_internal:
|
||||||
|
\group_end:
|
||||||
|
}
|
||||||
|
\NewDocumentCommand \austthesisdeclaration { O{} }
|
||||||
|
{
|
||||||
|
\group_begin:
|
||||||
|
\keys_set:nn { aust/thesis } { #1 }
|
||||||
|
\aust_thesis_declaration_internal:
|
||||||
|
\group_end:
|
||||||
|
}
|
||||||
|
% endregion
|
||||||
|
|
||||||
\ExplSyntaxOff
|
\ExplSyntaxOff
|
||||||
% endregion
|
% endregion
|
||||||
|
|||||||
Reference in New Issue
Block a user