General ⇒ month field not appearing in bibliography w/ harvard style
month field not appearing in bibliography w/ harvard style
I was wondering why the month field does not appear with the bibliography style file called agsm (it does appear with plain).
Here is my bibtex entry:
@InProceedings{LanYan03,
author = {C. Langmead and A. Yan and R. Lilien and L. Wang and B.R. Donald},
title = {A Polynomial-Time Nuclear Vector Replacement Algorithm for Automated {NMR} Resonance Assignments},
booktitle = {Proc. The Seventh Annual International Conference on Research in Computational Molecular Biology (RECOMB)},
pages = {176--187},
year = {2003},
address = {Berlin},
month = {April},
publisher = {ACM Press},
note = {appears in: {\em J. Comp. Bio. (2004), Vol. 11, no. 2-3, pp. 277-98}}
}
If I do:
\bibliographystyle{plain}
Here is what the pdf looks like:
[20] C. Langmead, A. Yan, R. Lilien, L. Wang, and B.R. Donald. A polynomial-time nuclear
vector replacement algorithm for automated NMR resonance assignments. In Proc. The Seventh
Annual International Conference on Research in Computational Molecular Biology (RE-
COMB), pages 176–187, Berlin, April 2003. ACM Press. appears in: J. Comp. Bio. (2004),
Vol. 11, no. 2-3, pp. 277-98.
If I do:
\bibliographystyle{agsm}
Here is what the pdf looks like:
Langmead, C., Yan, A., Lilien, R., Wang, L. & Donald, B. (2003), A polynomial-time nuclear
vector replacement algorithm for automated NMR resonance assignments, in ‘Proc. The Seventh
Annual International Conference on Research in Computational Molecular Biology (RECOMB)’,
ACM Press, Berlin, pp. 176–187. appears in: J. Comp. Bio. (2004), Vol. 11, no.
2-3, pp. 277-98.
As you can see the second one does not include the month field.
I also tried dcu bibliographystyle, but no luck so far.
Anyone knows why?
Thanks,
--MSA
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- pumpkinegan
- Posts: 91
- Joined: Thu May 03, 2007 10:29 pm
Re: month field not appearing in bibliography w/ harvard style
My advice, if you are not obliged to use harvard and really want the month entry printed, would be to experiment with different BibTeX styles, and evaluate which one you like the best.
Patrick.
Re: month field not appearing in bibliography w/ harvard style
Thanks for the bst file link.
--MSA