turabian (dev) bibliography appears to be incorrect

If there is no author, zotero does this for the bibliography

"article name". source ex NY Times, year. website (access date).

according to the turabian book I have with me it should be:

NY Times. year. article name, month and day. website (access date).

How can I resolve it in the code?
by the way, it is possible to have a bibliography only type of turabian style (for those of us that do not need notes)?

thank you for your assistance
  • For the first question - that's actually not trivial.
    The general approach would be to start with
    <if variable="author" match="none>
    <text variable="container-title"/>

    for the author macro.
    I wonder though, if it may not be more appropriate to just have different formatting for newspaper articles (provided this is indeed different for all newspaper articles):
    <if type="article-newspaper>
    .... etc.

    I don't know Turabian well enough

    If you want just bibliography you can do either of two things: select all the relevant items from within Zotero and then right-click--> create bibliography, or you Set Document Preferences to Turabian in Zotero, insert bibliography (which will be empty) and then edit bibliography, where you can all items you want.
Sign In or Register to comment.