So I stripped everything down in my paper to the bare essentials to isolate the problem and here is what it looks like.
Code: Select all
\documentclass[twocolumn,prb,aps,color,superscriptaddress]{revtex4}
\begin{document}
\cite{PhysRevLett.97.085503}
\cite{PhysRevB.54.11169}
\bibliography{ReferencePage}
\end{document}
Code: Select all
@article{PhysRevLett.97.085503,
title = {${\mathrm{O}}_{8}$ Cluster Structure of the Epsilon Phase of Solid Oxygen},
author = {Fujihisa, Hiroshi and Akahama, Yuichi and Kawamura, Haruki and Ohishi, Yasuo and Shimomura, Osamu and Yamawaki, Hiroshi and Sakashita, Mami and Gotoh, Yoshito and Takeya, Satoshi and Honda, Kazumasa},
journal = {Phys. Rev. Lett.},
volume = {97},
issue = {8},
pages = {085503},
numpages = {4},
year = {2006},
month = {Aug},
publisher = {American Physical Society},
doi = {10.1103/PhysRevLett.97.085503},
url = {http://link.aps.org/doi/10.1103/PhysRevLett.97.085503}
}
@article{PhysRevB.54.11169,
title = {Efficient iterative schemes for \textit{ab initio} total-energy calculations using a plane-wave basis set},
author = {Kresse, G. and Furthm\"uller, J.},
journal = {Phys. Rev. B},
volume = {54},
issue = {16},
pages = {11169--11186},
numpages = {0},
year = {1996},
month = {Oct},
publisher = {American Physical Society},
doi = {10.1103/PhysRevB.54.11169},
url = {http://link.aps.org/doi/10.1103/PhysRevB.54.11169}
}
I've tried multiple variations of creating the files and nothing seems to work, I'm at a loss for the moment.