d5a6208e89
- ch02: 第5节重写为"环境-智能体框架",新增表2.1/2.2和图2.1 - ch01: 补充 Garrity 引用来源 - 全部附录(ap01-ap09)从 Word 重新转换,修复 \sub 等转换错误 - 新增 ch13 结语占位、上下篇分隔页 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
118 lines
3.3 KiB
TeX
118 lines
3.3 KiB
TeX
\chapter{学术论文撰写工作流}
|
||
|
||
本附录介绍文献检索管理、论文写作工具、AI辅助写作流程及引用格式规范。
|
||
|
||
\section{文献检索与管理}
|
||
|
||
\subsection{检索平台}
|
||
|
||
{\def\LTcaptype{none} % do not increment counter
|
||
\begin{longtable}[]{@{}
|
||
>{\raggedright\arraybackslash}p{(\linewidth - 4\tabcolsep) * \real{0.1979}}
|
||
>{\raggedright\arraybackslash}p{(\linewidth - 4\tabcolsep) * \real{0.1771}}
|
||
>{\raggedright\arraybackslash}p{(\linewidth - 4\tabcolsep) * \real{0.6042}}@{}}
|
||
\toprule\noalign{}
|
||
\begin{minipage}[b]{\linewidth}\raggedright
|
||
平台
|
||
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
|
||
特点
|
||
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
|
||
网址
|
||
\end{minipage} \\
|
||
\midrule\noalign{}
|
||
\endhead
|
||
\bottomrule\noalign{}
|
||
\endlastfoot
|
||
Google Scholar & 综合学术搜索 &
|
||
\href{https://scholar.google.com/}{scholar.google.com} \\
|
||
arXiv & AI领域预印本 & \href{https://arxiv.org/}{arxiv.org} \\
|
||
Semantic Scholar & AI辅助文献搜索 &
|
||
\href{https://www.semanticscholar.org/}{semanticscholar.org} \\
|
||
CNKI & 中文学术文献 & \href{https://www.cnki.net/}{cnki.net} \\
|
||
\end{longtable}
|
||
}
|
||
|
||
\subsection{文献管理工具}
|
||
|
||
{\def\LTcaptype{none} % do not increment counter
|
||
\begin{longtable}[]{@{}
|
||
>{\raggedright\arraybackslash}p{(\linewidth - 2\tabcolsep) * \real{0.1528}}
|
||
>{\raggedright\arraybackslash}p{(\linewidth - 2\tabcolsep) * \real{0.4028}}@{}}
|
||
\toprule\noalign{}
|
||
\begin{minipage}[b]{\linewidth}\raggedright
|
||
工具
|
||
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
|
||
特点
|
||
\end{minipage} \\
|
||
\midrule\noalign{}
|
||
\endhead
|
||
\bottomrule\noalign{}
|
||
\endlastfoot
|
||
Zotero & 免费、开源、支持浏览器插件 \\
|
||
Mendeley & PDF标注与协作 \\
|
||
EndNote & 功能全面、与Word深度集成 \\
|
||
\end{longtable}
|
||
}
|
||
|
||
\section{论文写作工具}
|
||
|
||
\subsection{LaTeX}\label{latex}
|
||
|
||
学术排版的行业标准,适合公式密集的论文。
|
||
|
||
\begin{itemize}
|
||
\item
|
||
\textbf{在线编辑}:\href{https://www.overleaf.com/}{Overleaf} ---
|
||
无需本地安装,支持协作
|
||
\item
|
||
\textbf{本地编辑}:TeX Live + VSCode LaTeX Workshop 插件
|
||
\end{itemize}
|
||
|
||
\subsection{Markdown + Pandoc}\label{markdown-pandoc}
|
||
|
||
轻量级写作方案,适合课程报告和技术文档。
|
||
|
||
\emph{\# Markdown 转 Word / PDF}\\
|
||
pandoc paper.md -o paper.docx\\
|
||
pandoc paper.md -o paper.pdf -\/-pdf-engine=xelatex
|
||
|
||
\section{AI辅助写作流程}
|
||
|
||
\begin{enumerate}
|
||
\def\labelenumi{\arabic{enumi}.}
|
||
\item
|
||
\textbf{文献综述}:使用 ChatGPT/Claude
|
||
快速了解研究领域的核心文献和发展脉络
|
||
\item
|
||
\textbf{大纲生成}:通过AI辅助梳理论文结构和逻辑框架
|
||
\item
|
||
\textbf{段落撰写}:AI辅助润色语言表达、翻译中英文
|
||
\item
|
||
\textbf{格式排版}:利用模板和工具自动处理格式
|
||
\end{enumerate}
|
||
|
||
注意:AI辅助写作应遵循学术诚信原则,AI生成的内容需人工审核和改写,核心观点和论证应由作者独立完成。
|
||
|
||
\section{引用与格式规范}
|
||
|
||
\subsection{常用引用格式}
|
||
|
||
\begin{itemize}
|
||
\item
|
||
\textbf{APA}:社会科学常用
|
||
\item
|
||
\textbf{IEEE}:工程和计算机科学常用
|
||
\item
|
||
\textbf{GB/T 7714}:中国国家标准
|
||
\end{itemize}
|
||
|
||
\subsection{BibTeX示例}
|
||
|
||
@article\{vaswani2017attention,\\
|
||
title=\{Attention is all you need\},\\
|
||
author=\{Vaswani, Ashish and others\},\\
|
||
journal=\{NeurIPS\},\\
|
||
volume=\{30\},\\
|
||
year=\{2017\}\\
|
||
\}
|