我每次看到的参考文献格式都不一样。有时它以正确的格式出现(FirstnameFirstAuthor et al Year),有时它以不同的格式出现(Firstauthor name second author name and thirdauthor name and year)。你可以在下面的例子中看到我所做的
\documentclass[a4paper,fleqn]{cas-sc}
\usepackage[authoryear,longnamesfirst]{natbib}
\begin{document}
First citation is appearing correctly \cite{chen2018effective}, Second is correct also
\cite{deng2019user}, while last one is appearing in incorrect format \cite{liang2021unsupervised}
\bibliographystyle{cas-model2-names}
\bibliography{bmc_article}
\end{document}
以下是 bmc_article.bib 文件中的三个 bibs 条目:
@article{chen2018effective,
title={Effective and efficient user account linkage across location based social networks},
author={Chen, Wei and Yin, Hongzhi and Wang, Weiqing and Zhao, Lei and Zhou, Xiaofang},
booktitle={2018 IEEE 34th International Conference on Data Engineering (ICDE)},
pages={1085--1096},
year={2018},
organization={IEEE}
}
@article{deng2019user,
title={A user identification algorithm based on user behavior analysis in social networks},
author={Deng, Kaikai and Xing, Ling and Zheng, Longshui and Wu, Honghai and Xie, Ping and Gao, Feifei},
journal={IEEE Access},
volume={7},
pages={47114--47123},
year={2019},
publisher={IEEE}
}
@article{liang2021unsupervised,
title={Unsupervised Large-Scale Social Network Alignment via Cross Network Embedding},
author={Liang, Zhehan and Rong, Yu and Li, Chenxin and Zhang, Yunlong and Huang, Yue and Xu, Tingyang and Ding, Xinghao and Huang, Junzhou},
booktitle={Proceedings of the 30th ACM International Conference on Information \& Knowledge Management},
pages={1008--1017},
year={2021}
}
这是 model1-num-names.bst 文件: https://docdro.id/8l8VL89