Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. RequirePackage{filecontents}
  2. begin{filecontents}{references.bib}
  3. @inproceedings{date2019classical,
  4. Author = {Date, Prasanna and Schuman, Catherine and Patton, Robert and Potok, Thomas},
  5. Booktitle = {Future of Inf. and Communication Conf.},
  6. Pages = {98--117},
  7. Title = {A Classical-Quantum Hybrid Approach for Unsupervised Probabilistic Machine Learning},
  8. Year = {2019}}
  9. end{filecontents}
  10.  
  11. documentclass{article}
  12. bibliographystyle{IEEEtran}
  13.  
  14. begin{document}
  15. cite{date2019classical}
  16. bibliography{references}
  17. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement