Elsarticle, apalike,&,doi

Elsarticle, apalike,&,doi

大家好!我需要在文章中使用 \documentclass[review]{elsarticle}。但我对 bibliographystyle 有疑问:

  1. 在参考文献列表中我没有看到 doi。
  2. 在参考列表和参考样式中我都需要用“&”而不是“and”。

这是我的代码:

 @article{gonzalez'18,
  title   = "Sequences of purchases in credit card data reveal lifestyles in urban populations.",
  journal = "Nat Commun",
  volume  = "9",
  pages   = "118--173",
  year    = "2018",
  doi    = "https://doi.org/10.1038/s41467-018-05690-8",
  author  = "Gonzalez, Marta C. and Di Clemente, Riccardo and Luengo-Oroz, Miguel  and  Travizano, Matias and  Xu, Sharon and   Vaitla, Bapu "}


\documentclass[review]{elsarticle}
\usepackage[american]{babel}
\journal{Journal of \LaTeX\ Templates}
\bibliographystyle{apalike}\biboptions{authoryear,sort,comma}

\begin{document}
...\citep[see][]{cjm-ex'17, gonzalez'18,  cjm'17,  xin'18,  wei, liu'13, vaganov'17}.  
\bibliography{mybibfile}
\end{document}

}

它与 \bibliographystyle{apacite} 配合使用效果不佳(因为我需要 eslarticle)。它与 \bibliographystyle{elsarticle-harv} 配合使用效果不佳,因为出版年份不在括号中,但我需要它,就像这里一样:Gonzalez, MC, Di Clemente, R., Luengo-Oroz, M., Travizano, M., Xu, S., and Vaitla, B. (2018). 信用卡数据中的购买序列揭示了城市人口的生活方式。Nat Commun, 9:118–173。

这可以解决问题 1) 和/或 2) 吗?

相关内容