Harvard (name and date) 论文引用格式

Sébastien Merkel, Reference sheet for natbib usage (Describing version 7.0b from 2002/02/27), http://merkel.texture.rocks/Latex/natbib.php

 

【转注】Harvard (name and date) short reference system是一种论文引用格式,如:作者 (年份)。Google scholar的引用格式支持Harvard(如图示):

Harvard (name and date) 论文引用格式

Latex natbib package实现Harvard (name and date) short reference system引用格式的vendering。Merkel先生的这篇文章详细介绍其latex标记语言,如下面句子中用蓝色标注的即latex标记语言生成的:

"Stein (2008) suggests ..." or "Myneni and Patel (2010) found that ..." or "A study of economic change (Myneni and Patel, 2010) has shown that ..." or "Birnholtz et al. (2003) proposes ..."

 

如此在文末引用列表中,需要使用author、year格式:

\bibitem[\protect\citeauthoryear{Stein}{2008}]{stein08}Stein, L.D. {2008} 'Towards a cyberinfrastructure for the biological sciences: progress, visions and challenges', {\it Nature Reviews Genetics}, Vol. 9, No. 9, pp.678--688.

\bibitem[\protect\citeauthoryear{Myneni and Patel}{2010}]{myneni10col}Myneni, S. and  Patel, V.L. (2010) `Organization of biomedical data for collaborative scientific research: A research information management system', {\it International Journal of Information Management}, Vol. 30, No. 3, June, pp.256--264.

\bibitem[\protect\citeauthoryear{Birnholtz et al.}{2003}]{birnholtz03data} Birnholtz, J.P. and Bietz, M.J. (2003) `Data at work: supporting sharing in science and engineering', {\it GROUP}, pp.339--348.

 

对应文中的引用标记语言是:

\citet{stein08} % t表示text,此时我们直观的理解像是朗读:“谁谁某年研究了……”,这样引用本身成了文章可朗读内容的一部分。

\citet{myneni10col} %两个作者用and。

\citep{myneni10col} % p 表示parenthesis,圆括号。我们常见的引用用[]。即不需要朗读的引用标识,阅读时可跳过去。

\citet{birnholtz03data} %三个或三个以上作者用et al.