Code: Select all
\documentclass[journal]{IEEEtran}
\usepackage{cite}
\begin{document}
\cite{Crespo2009}
\bibliographystyle{IEEEtran}
\bibliography{science}
\end{document}
Code: Select all
@article{Crespo2009,
title = "Reliability-based analysis and design via failure domain bounding",
journal = "Structural Safety",
volume = "31",
number = "4",
pages = "306 - 315",
year = "2009",
note = "",
issn = "0167-4730",
doi = "10.1016/j.strusafe.2008.09.001",
url = "http://www.sciencedirect.com/science/article/pii/S0167473008000854",
author = "Luis G. Crespo and Daniel P. Giesy and Sean P. Kenny",
keywords = "Reliability",
keywords = "Bounds",
keywords = "Failure probability",
keywords = "Optimization"
}