diff --git a/CHANGELOG.md b/CHANGELOG.md index ea4fa031..f421f101 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ ### Added - 本科生的附录(调研阅读报告和书面翻译)支持 `biblatex`([#893](https://github.com/tuna/thuthesis/issues/893))。 +- 适配生命科学学院要求的 Cell 参考文献格式([#921](https://github.com/tuna/thuthesis/discussions/921))。 ### Changed diff --git a/ref/refs.bib b/ref/refs.bib index 6b51f030..6eb5862d 100644 --- a/ref/refs.bib +++ b/ref/refs.bib @@ -44,6 +44,7 @@ @patent{jiangxizhou1980 title = {一种温热外敷药制备方案}, address = {中国}, number = {88105607.3}, + year = {1980}, date = {1980-07-26}, key = {jiang1 xi1 zhou1}, } @@ -298,6 +299,7 @@ @newspaper{fugang2000fengsha author = {傅刚 and 赵承 and 李佳路}, title = {大风沙过后的思考}, journal = {北京青年报}, + year = {2000}, date = {2000-04-12}, number = {14}, urldate = {2002-03-06}, @@ -318,6 +320,7 @@ @online{xiaoyu2001chubanye @online{oclc2000about, author = {{Online Computer Library Center, Inc}}, title = {About {OCLC}: History of Cooperation}, + year = {2000}, urldate = {2000-01-08}, url = {http://www.oclc.org/about/cooperation.en.htm}, } diff --git a/thusetup.tex b/thusetup.tex index 3f198a3c..439d8d11 100644 --- a/thusetup.tex +++ b/thusetup.tex @@ -157,6 +157,10 @@ % \usepackage{natbib} % \bibliographystyle{thuthesis-author-year} +% 生命科学学院要求使用 Cell 参考文献格式(2023 年以前的 author-date 格式) +% \usepackage{natbib} +% \bibliographystyle{cell} + % 本科生参考文献的著录格式 % \usepackage[sort]{natbib} % \bibliographystyle{thuthesis-bachelor} diff --git a/thuthesis.dtx b/thuthesis.dtx index 8ad5f9f7..12555210 100644 --- a/thuthesis.dtx +++ b/thuthesis.dtx @@ -5566,6 +5566,7 @@ % \begin{macrocode} \@namedef{bibstyle@thuthesis-numeric}{\citestyle{super}} \@namedef{bibstyle@thuthesis-author-year}{\citestyle{author-year}} + \@namedef{bibstyle@cell}{\citestyle{author-year}} \@namedef{bibstyle@thuthesis-bachelor}{\citestyle{super}} % \end{macrocode} %