Add NWAFU undergraduate 2026 thesis style#682
Merged
Conversation
zepinglee
requested changes
May 8, 2026
Collaborator
zepinglee
left a comment
There was a problem hiding this comment.
今年的更新?建议覆盖掉原来的 西北农林科技大学(本科).csl。
Collaborator
zepinglee
added a commit
that referenced
this pull request
May 10, 2026
Collaborator
|
感觉把 804291b 覆盖掉本 PR 就好。 |
Contributor
Author
|
804291b对半角 / 全角符号的使用不完全符合学校要求,0935e1d对此进行了修改。 |
Collaborator
Contributor
Author
|
好的,用804291b覆盖了PR |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
基于
西北农林科技大学(本科)样式重构,按照西北农林科技大学2026参考文献著录规则(附件2),新增文献类型标识、修正中英文排序逻辑、统一著者姓名字段格式。样式的官网链接:https://jiaowu.nwsuaf.edu.cn/tzggB/41faaf1f9176444b9e33b051d787e750.htm
样式的发布日期:2026-04-20
附件1.西北农林科技大学本科毕业论文(设计)模板.pdf
附件2.参考文献著录规则.pdf
Changes
src/nwafu-undergraduate-thesis-2026/nwafu-undergraduate-thesis-2026.csl— 新增样式文件src/nwafu-undergraduate-thesis-2026/metadata.json— 构建生成的样式元数据src/nwafu-undergraduate-thesis-2026/index.md— 构建生成的样式页面New Features
default-locale="en-US",layoutlocale="zh-CN"精确匹配中文条目,针对不同数据源采用不同的元数据标准导致language字段不同的问题,使用无locale的layout兜底英文格式(覆盖en/eng/空白)<if locale="zh-CN">判断,中文在前、英文在后,英文内无子组genre宏,覆盖 14 种类型([M]、[J]、[J/OL]、[D]、[C]、[P]、[EB/OL]…),根据 zotero条目类型自动区分author-bib-zh(全拼:Zhang San)与author(缩写:Zhang S),符合GB/T「姓、名全称」与「缩写名后不加缩写点」et-al-min="4" et-al-use-first="3",超过 3 名著者时著录前 3 人 + 等/et al.title-en/title-zh合并为单一title宏Breaking Changes
无。新文件独立存在,不影响原有样式。
Test Plan