Hi,
I would like to harvard style reference a website as per below outline using natbib:
Benn, T. (2002, June 21). Recognition in a democracy. [Online]. (URL http://www.tonybenn.com/reco.html). (Accessed 12 February 2004).
I've tried using the @misc construct but can't get it even close to displaying the above format in outputted bibliography. Please could someone advise.
Many thanks
BibTeX, biblatex and biber ⇒ Referencing a website harvard style using natbib
NEW: TikZ book now 40% off at Amazon.com for a short time.

Referencing a website harvard style using natbib
just use the article entry rather than misc.shotgun1 wrote:Hi,
I would like to harvard style reference a website as per below outline using natbib:
Benn, T. (2002, June 21). Recognition in a democracy. [Online]. (URL http://www.tonybenn.com/reco.html). (Accessed 12 February 2004).
I've tried using the @misc construct but can't get it even close to displaying the above format in outputted bibliography. Please could someone advise.
Many thanks
Code: Select all
author={Benn, T. (2002, June 21).}
title={Recognition in a democracy}
journal={\url{http://www.tonybenn.com/reco.html}}
date={(Accessed 12 February 2004)}