I'm having problem when I tried to cite an online website in my article. It does not show url info at all. Here is my example code showing the problem:
\documentclass[10pt,journal]{IEEEtran}
\usepackage[font=small]{caption}
\usepackage{textcomp}
\usepackage{url}
\usepackage{cite}
\begin{document}
I'm citing \cite{SolarData} for ...
\bibliography{xx}{}
\bibliographystyle{plain}
\end{document}
where xx is my bib file as follows:
@ONLINE{SolarData,
title = {Key Figures},
url = {https://www.transnetbw.com/en/transparency/market-data/key-figures},
date = {2018},
urldate = {2018-09-01}
}
The output is for reference as follows:
References [1] Key figures.
Can anybody help me, please? Thanks,