I need to cite some articles which were created by some professional organizations, so no authors or editors are listed:
@Article{noname2012,
author = {},
title = {This is the title},
publisher = {This is the publisher},
year = {2012},
address = {Miami}
}
I am using the APA style in ConTeXT, setup as follows:
\setupbibtex[database={Bibliography}, sort=author]
\setuppublications[alternative=apa]
Whenever I place a citation, \cite{noname2012} it displays like this:
(noname2012, 2012)
How can I the bibliography display the title instead of the name, when the name and editor fields are empty?
author = "{Securities and Exchange Commission}". – Mico Mar 16 at 23:43