I have seen some people suggest
note = {\url{http://example.com/}}
howpublished= {\url{http://example.com/}}
This works to a point but I need to explicitly say stuff like "[online]" and I cannot use note or howpublished more than once. The result is I cannot write complete references for my websites. This is the format I expected to use:
Author/Editor (use the corporate author if no individual author or editor is named)
Title (this should be in italics)
[Online]
Available from: URL [Date of access]
This is how it is meant to look:
European Space Agency. ESA: Missions, Earth Observation: ENVISAT. [Online]. Available from: http://envisat.esa.int/ [Accessed 3rd July 2008].
The relevent packages I am using are:
\usepackage[super,comma,sort&compress]{natbib}
\usepackage{url}
bibliography style:
\bibliographystyle{unsrt}


