Citation Request or date help reverse chronological order chicago style?
Is it possible to have Turabian author-date style?
If not:
Chicago author-date style is the closest thing to it, however for sources with the same author, it keeps sorting my articles in chronological order ex 1982, 1985, 1990, 2008 etc but I want it to be reverse chronological order-> 2008, 1990, 1985, 1982.
This is especially annoying if I have 15 sources from the same author!!!!!!!
How can I change the code for chicago author-date style to make it sort in reverse chronological order?
Please help!!!!!!!
Thank you
If not:
Chicago author-date style is the closest thing to it, however for sources with the same author, it keeps sorting my articles in chronological order ex 1982, 1985, 1990, 2008 etc but I want it to be reverse chronological order-> 2008, 1990, 1985, 1982.
This is especially annoying if I have 15 sources from the same author!!!!!!!
How can I change the code for chicago author-date style to make it sort in reverse chronological order?
Please help!!!!!!!
Thank you
Install it here: http://www.zotero.org/styles/turabian/dev?install=1
The problem with the turabian style curently in zotero is it does not allow for author-date style (which is what my profs want). I need author-date style turabian
do you know how I can change the code to make the turabian style become author-date style?
if not
do you know how I can change the code to make chicago author date style allow the bibliography to sort the citations by author name then by date in reverse chronological order?
thank you
<sort>
<key macro="contributors"/>
<key variable="issued"/>
</sort>
to
<sort>
<key macro="contributors" sort="descending"/>
<key variable="issued"/>
</sort>
see
http://www.zotero.org/support/csl_simple_edits
for general instructions
there is big problem with the author for chicago author date style
if there is no author for a site, zotero adds anon. However that is incorrect, the source should be listed. ex if there is no author for a Boston globe article, boston globe should then become the author and the source should not be displayed.
Is it possible for me to change something in the code to fix it?
thank you
http://forums.zotero.org/discussion/9844/turabian-dev-bibliography-appears-to-be-incorrect/#Item_2