Simple Citation Style WITH Footnotes
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
Thanks for your help. I was able to make those two edits to the style. Now I need to figure out how to make two more:
1) In the bibliography, when there are multiple works by one author, instead of the author name repeating, replace it with "———" (three em-dashes).
2) In the bibliography, need to add “” around titles of journal articles, book sections, and PhD theses.
Thanks very much,
Bobby
<bibliography hanging-indent="true" et-al-min="11"
et-al-use-first="7" entry-spacing="0" subsequent-author-substitute="———">
2/Add to the macro "title"
<else-if type="chapter article-journal thesis" match="any">
<text variable="title" quotes="true"/>
</else-if>
just before
<else>
<text variable="title"/>
</else>
http://aurimasv.github.io/z2csl/typeMap.xml
http://citationstyles.org/downloads/specification.html )
In the bibliography, how do I get multiple works by the same author to sort by date rather than alphabetical by title?
Thanks in advance.
Ok two books, same author.^1 The other book.^2 Ok, back to the first.^3 The second again.^4
Chicago Full note:
1. Jon Kimche and David Kimche, Both Sides of the Hill; Britain and the Palestine War, by Jon and David Kimche (London, Secker & Warburg, 1960, 1960), 30.
2. Jon Kimche, The Second Arab Awakening (Henry Holt & Company, Inc., 1973), 13.
3. Kimche and Kimche, Both Sides of the Hill; Britain and the Palestine War, by Jon and David Kimche, 33.
4. Kimche, The Second Arab Awakening, 21.
What we want: (Chicago author-date as footnote)
(Can you put this in the repository instead of telling 100 people how to edit it themselves?
1. Jon Kimche and David Kimche, Both Sides of the Hill; Britain and the Palestine War, by Jon and David Kimche (London, Secker & Warburg, 1960, 1960), 30.
2. Jon Kimche, The Second Arab Awakening (Henry Holt & Company, Inc., 1973), 13.
3. Kimche and Kimche 1960, 33.
4. Kimche 1973, 21.
1) Citations appear exclusively in footnotes, never in the body.
2) Uses ibid.
3) Citations are exclusively formatted with the parentheses only around year/pages, not around the Author: e.g. Author (year, pages); Miller (1984, 49-52)
This is the citation style that is used by the journals like Music Theory Spectrum, and Perspectives of New Music.
Is the best way to accomplish this to modify an existing style? The International Organization style is similar, but seems to have some differences in the bibliography (e.g., ordering same-author papers by title rather than by date).
Sorry if the answer to this should be obvious -- a lot of people seem to have similar questions but I haven't quite found the best solution based on this thread.
Below is a link to the Music Theory Spectrum Style Guide (pdf). They don't mention the fact that they use ibid, so I'm also including a link to a sample article that demonstrates the use of ibid (hopefully it's viewable, and not blocked by paywall)
Spectrum Style Guide: http://bit.ly/2kNF7rJ
Sample Spectrum article excerpt showing their use of ibid: http://bit.ly/2kxLwJq
https://forums.zotero.org/discussion/64589/style-request-music-theory-spectrum?new=1