I am trying to cite some websites in my project. However, it seems that I am not doing it in the right way. Here is both the BibTeX and output style for example.
Code: Select all
@MISC{CloudSecurity,
title = {Top 5 Security Challenges of Cloud Storage},
month = {Jun 09},
year = {2010},
journal = {PR Newswire},
pages = {n/a},
url = {http://proxy.uow.edu.au/docview/365948394?accountid=15112}
}
@MISC{wimaxdesign,
title = {WiMAX Technology Design {ONLINE}},
month = {July},
year = {2012},
accessed = {2012.07.11},
owner = {aziz},
timestamp = {2012.07.11},
url = {http://freewimaxinfo.com/wimax-design.html}
}
Thanks in advance