├── LICENSE ├── Readme.md └── 毕设论文_模板.docx /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2019 Kelmory 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- 1 | # BUAA-Thesis-BWE 2 | [bold]北航本科生毕业设计论文(工科类)Word模板 3 | 4 | 5 | ## 项目说明 6 | 这是北航本科生毕业设计论文的Word模板,旨在为提供具有参考性的格式化模板,若有问题欢迎指出和讨论。 7 | 8 | 大部分毕业设计要求格式均以通过**样式**功能实现,主要格式均在样式名称中说明。 9 | 10 | ## 写作经验 11 | [1] 合理使用Word**样式**功能。Word样式功能提供了强大的格式编辑能力,对于同一类文本使用相同的样式,能极大减少排版问题,提升排版效率。 12 | 13 | [2] 公式。Word中可插入LaTex格式的公式,熟悉LaTex公式编辑可提升编辑效率。 14 | 15 | [3] 参考文献。在编写正文时,按照顺序同步地整理参考文献题目,可以在后期的参考文献编辑中提供极大的便利。合理使用学术引擎的引用功能,能显著减少格式编辑所需时间。Word在编辑栏中提供了**交叉引用**的功能,建议使用。 16 | 17 | 大多数学术引擎都提供了GB/T 7714格式的引用文本。例如谷歌学术在多数搜索结果下方提供引号标记,点击即可获得引用文本。 18 | 另一部分引擎提供了bibtex格式文本,若熟悉LaTex,可使用其模板进行编译,得到引用文本。事实上,LaTex提供了一种功能强大的写作方法,使用预设模板可获得方便的编辑体验。LaTex的本地配置过程较为麻烦,可使用Overleaf等在线平台进行编辑。 19 | 20 | [4] 部分学术引擎参考: 21 | - 外文参考文献引用最佳学术引擎:[Google Scholar](https://scholar.google.com) 22 | - 中文参考文献引用最佳搜索引擎:[中国知网](https://cnki.net) 23 | - 备选学术引擎(尽少使用): 24 | 1. [SemanticScholar](https://www.semanticscholar.org/),所引文献题目全大写; 25 | 2. [DBLP](https://dblp.uni-trier.de/),不提供直接的引用文本,提供bibtex; 26 | 3. [arXiv](https://arxiv.org/),引用链接不明确,提供bibtex; 27 | 4. [Bing学术](https://cn.bing.com/academic/),会议文献引用格式有错误; 28 | 29 | ## 帮助性链接 30 | - [BHOSC/BUAAthesis](https://github.com/BHOSC/BUAAthesis),本硕博LaTex模板 31 | - [CheckBoxStudio/BUAAThesis](https://github.com/CheckBoxStudio/BUAAThesis),北航研究生学位论文模板(Word+LaTeX) 32 | - [ZhuGongpu/BUAA-Graduate-Dissertation-Template 33 | ](https://github.com/ZhuGongpu/BUAA-Graduate-Dissertation-Template),北航研究生毕业论文Word模版 -------------------------------------------------------------------------------- /毕设论文_模板.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kelmory/BUAA-Thesis-BWE/c8232a46ef7c9d5d8f597736dfe9a40f0bc05362/毕设论文_模板.docx --------------------------------------------------------------------------------