我正在尝试引用一篇volume
包含非数字数据的论文(请参阅这里)。
我尝试使用的 bibtex 条目是:
@ARTICLE{xu13,
author = {{Xu}, X. and {Zhang}, Y. and {Williams}, J. and {Antoniou}, E. and {McCombie}, W.~R. and {Wu}, S. and {Zhu}, W. and {Davidson}, N.~O. and {Denoya}, P. and {Li}, E.},
title = "{Parallel comparison of Illumina RNA-Seq and Affymetrix microarray platforms on transcriptomic profiles generated from 5-aza-deoxy-cytidine treated HT-29 colon cancer cells and simulated datasets}",
journal = {BMC Bioinformatics},
keywords = {RNA-Seq microarray comparison},
year = 2013,
month = jun,
volume = 14(Suppl 9),
number = S1,
pages = {},
doi = {10.1186/1471-2105-14-S9-S1}
}
使用 bibtex 编译时(在 Mac 上使用 TexShop),出现错误:
I was expecting a `,' or a `}'---line 772 of file references.bib.bib
: volume = 14
: (Suppl 9), I'm skipping whatever remains of this entry
(There was 1 error message)
问题:我该如何处理这些补充卷信息?