Online resources like this:
@MISC{Google:AppEngine:Datastore:Java:API,
author = {Google},
year = {2012},
month = "April",
title = {Google App Engine Datastore Java API},
url = "https://developers.google.com/appengine/docs/java/datastore/",
note = "[Accessed: June 2012]"
}
have an "all lowercase" title in my bibliography. Non-@MISC resources display just fine.
Example: (the above is displayed as follows)
Google (2012), `Google app engine datastore java api'. [Accessed: June 2012]. URL: https://developers.google.com/appengine/docs/java/datastore/
I am using:
\usepackage[round]{natbib}
\usepackage{multibib}
\bibliographystylereferencedonline{agsm}
\bibliographyreferencedonline{robottinosino}
and quoting without citation:
\nocitereferencedonline{Google:AppEngine:Datastore:Java:API}
Any ideas as to why?
Also, could I have the [Accessed: Month Year] block appear after the nicely formatted URL?
title = {{G}oogle {A}pp {E}ngine {D}atastore {J}ava {API}}. To change the appearance of the accessed block you need to change the style of bibliography. – Kurt Jul 22 '12 at 21:40