bibliographystyle 'splncs04':URL 引用

bibliographystyle 'splncs04':URL 引用

我在用书目样式 'splncs04'

我想引用几个 URL。我不知道如何在 bibtex 文件中包括 URL?下面是我的 latex 文件和 Bibtex 文件的一部分

Latex 文件:

  \documentclass[runningheads]{llncs}
  \usepackage{graphicx}
  \usepackage{program}
  \usepackage{url}

  \begin{document}
  : 
  \bibliographystyle{splncs04}
  \bibliography{mybibliography} 
  \end{document}

我的书目目录是一个纯文本文件,其条目如下:

  @inproceedings{jianqiang2015pre,
  title={Pre-processing boosting Twitter sentiment analysis?},
  author={Jianqiang, Zhao},
  booktitle={2015 IEEE International Conference on Smart 
  City/SocialCom/SustainCom (SmartCity)},
  pages={748--753},
  year={2015},
  organization={IEEE}
  }

  @article{singh2016role,
  title={Role of text pre-processing in twitter sentiment analysis},
  author={Singh, Tajinder and Kumari, Madhu},
  journal={Procedia Computer Science},
  volume={89},
  pages={549--554},
  year={2016},
  publisher={Elsevier}
  }

相关内容